[Sqlrelay-discussion] building on debian etch - cmdline.C:20: error: 'getValue' was not declared in
Brought to you by:
mused
|
From: Chris <dm...@gm...> - 2008-11-11 00:56:02
|
Hi all, I'm trying to build sqlrelay on a debian etch system and having some issues. Configure cmd looks like: ./configure --with-oracle-home=/home/oracle/oracle/product/10.2.0/db_1 --prefix=/usr/local/sqlrelay It is inside a Xen VM machine, I don't know if that is an issue or not. I tried "forcing" the host/build with --build=i386 but no difference. When I get to the 'make' step I get this error: make -C src all make[1]: Entering directory `/home/csmith/sqlrelay-0.39.4/src' make -C util all make[2]: Entering directory `/home/csmith/sqlrelay-0.39.4/src/util' /bin/sh ../../libtool --mode=compile g++ -Wall -pipe -pthread -DTMP_DIR=\"/usr/local/sqlrelay/var/sqlrelay/tmp\" -DDEBUG_DIR=\"/usr/local/sqlrelay/var/sqlrelay/debug\" -DDEFAULT_CONFIG_FILE=\"/usr/local/sqlrelay/etc/sqlrelay.conf\" -I./ -I../../ -I../../src/common -pthread -c cmdline.C -o cmdline.lo mkdir .libs g++ -Wall -pipe -pthread -DTMP_DIR=\"/usr/local/sqlrelay/var/sqlrelay/tmp\" -DDEBUG_DIR=\"/usr/local/sqlrelay/var/sqlrelay/debug\" -DDEFAULT_CONFIG_FILE=\"/usr/local/sqlrelay/etc/sqlrelay.conf\" -I./ -I../../ -I../../src/common -pthread -c cmdline.C -fPIC -DPIC -o .libs/cmdline.o cmdline.C: In member function 'void cmdline::setId()': cmdline.C:20: error: 'getValue' was not declared in this scope cmdline.C: In member function 'void cmdline::setConfig()': cmdline.C:30: error: 'getValue' was not declared in this scope cmdline.C: In member function 'void cmdline::setLocalStateDir()': cmdline.C:39: error: 'getValue' was not declared in this scope Any suggestions? Thanks! -- Postgresql & php tutorials http://www.designmagick.com/ |