Re: [Sqlrelay-discussion] Building Sqlrelay 0.39.4 on Solaris 10
Brought to you by:
mused
|
From: David M. <dav...@fi...> - 2008-05-20 03:51:16
|
It appears that the build is finding an older version of rudiments. You may need to install the most current version of the rudiments library. Or, if it's already installed, then you'll need to remove any older versions. David Muse dav...@fi... On Fri, 2008-05-09 at 08:36 +0200, Sebastien BROCHET wrote: > Hello, > > I can't build sqlrelay 0.39.4 on my solaris 10 box. > > # gmake > gmake -C src all > gmake[1]: Entering directory `/export/home/seb/sqlrelay-0.39.4/src' > gmake -C util all > gmake[2]: Entering directory `/export/home/seb/sqlrelay-0.39.4/src/util' > /bin/sh ../../libtool --mode=compile g++ -Wall -pipe -pthread > -DTMP_DIR=\"/usr/local/firstworks/var/sqlrelay/tmp\" > -DDEBUG_DIR=\"/usr/local/firstworks/var/sqlrelay/debug\" > -DDEFAULT_CONFIG_FILE=\"/usr/local/firstworks/etc/sqlrelay.conf\" -I./ > -I../../ -I../../src/common -I/usr/pkg/include -pthread > -I/usr/sfw/include -c cmdline.C -o cmdline.lo > g++ -Wall -pipe -pthread > -DTMP_DIR=\"/usr/local/firstworks/var/sqlrelay/tmp\" > -DDEBUG_DIR=\"/usr/local/firstworks/var/sqlrelay/debug\" > -DDEFAULT_CONFIG_FILE=\"/usr/local/firstworks/etc/sqlrelay.conf\" -I./ > -I../../ -I../../src/common -I/usr/pkg/include -pthread > -I/usr/sfw/include -c cmdline.C -fPIC -DPIC -o .libs/cmdline.o > g++: unrecognized option `-pthread' > g++: unrecognized option `-pthread' > cmdline.C: In member function `void cmdline::setId()': > cmdline.C:20: error: `getValue' undeclared (first use this function) > cmdline.C:20: error: (Each undeclared identifier is reported only once > for each function it appears in.) > cmdline.C: In member function `void cmdline::setConfig()': > cmdline.C:30: error: `getValue' undeclared (first use this function) > cmdline.C: In member function `void cmdline::setLocalStateDir()': > cmdline.C:39: error: `getValue' undeclared (first use this function) > gmake[2]: *** [cmdline.lo] Error 1 > gmake[2]: Leaving directory `/export/home/seb/sqlrelay-0.39.4/src/util' > gmake[1]: *** [all] Error 2 > gmake[1]: Leaving directory `/export/home/seb/sqlrelay-0.39.4/src' > gmake: *** [all] Error 2 > > Any ideas ? > > Séb. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Sqlrelay-discussion mailing list > Sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion > > > __________________________________________________ > D O T E A S Y - "Join the web hosting revolution!" > http://www.doteasy.com __________________________________________________ D O T E A S Y - "Join the web hosting revolution!" http://www.doteasy.com |