gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gluster-devel] GlusterFS make - Problem


From: Samuel Hassine
Subject: [Gluster-devel] GlusterFS make - Problem
Date: Sun, 25 Oct 2009 22:17:54 +0100
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

I found something here: http://patches.gluster.com/patch/720/
But I dont know if it is the right solution and I didnt find any other information about the va_list bug.
Anyone know something about this?

Thanks again.
Sam

Samuel Hassine wrote:
Hello all,

I followed this guide: http://www.gluster.com/community/documentation/index.php/GlusterFS_on_Solaris in order to install glusterFS on Solaris platform.

I used these commands:
# pkg install SUNWarc SUNWhea SUNWbinutils
# pkg uninstall SUNWgccruntime
# pkg install SUNWgcc

# pkgadd -d http://www.opencsw.org/pkg_get.pkg
# export PATH="/opt/csw/bin:/usr/sfw/bin:$PATH"
# pkg-get -U

# pkg-get install automake autoconf bison flex libtool git gsed gmake
# cd /opt/csw/bin
# ln -s gmake make

# cd /usr/src
# git clone git://git.sv.gnu.org/gluster.git glusterfs
# cd glusterfs
# git checkout -b release-2.0 origin/release-2.0
# git pull
# ./autogen.sh
# LDFLAGS="-L/opt/csw/lib" ./configure --disable-fuse-client --disable-ibverbs --prefix=/opt/glusterfs
# gmake CFLAGS="-g -O0" LDFLAGS="-L/opt/csw/lib"

But I had a problem during the execution of make command :

In file included from dict.c:35:
compat.h:222: error: syntax error before "va_list"
gmake[3]: *** [libglusterfs_la-dict.lo] Error 1

Im looking for a solution to avoid this error.

Anybody could help me ? Did you try to install glusterFS (server side) on this platform ?

Thanks for your answers.

Kind regards.
Sam





_______________________________________________
Gluster-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/gluster-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]