<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Sure enough, there's a new version of rudiments inside the 0.38pre2
targz, which I just didn't see yesterday! Recompiling right now :)<br>
<br>
Apologies for the extraneous list traffic,<br>
Deva<br>
<br>
<br>
<br>
Devananda wrote:
<blockquote cite="mid...@ya..." type="cite">
<pre wrap="">David,
On a system where compiling 0.37 was completely successful, I have
untar'd the 0.38pre2 download from the link provided last week, used the
same options to configure, and make fails immediately with the following:
</pre>
<blockquote type="cite">
<pre wrap="">sqlrelay-0.38]# make
make -C src all
make[1]: Entering directory `/usr/local/src/sqlrelay-0.38/src'
make -C util all
make[2]: Entering directory `/usr/local/src/sqlrelay-0.38/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/local/firstworks/include -pthread
-c cmdline.C -o cmdline.lo
mkdir .libs
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/local/firstworks/include -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
make[2]: *** [cmdline.lo] Error 1
make[2]: Leaving directory `/usr/local/src/sqlrelay-0.38/src/util'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/src/sqlrelay-0.38/src'
make: *** [all] Error 2
</pre>
</blockquote>
<pre wrap=""><!---->
I compared cmdline.C to the 0.37 version, and saw that the 'getValue'
function was previously called 'value'. Out of curiosity, I changed it
back and ran make again. This time, it failed much later, but with a
similar error.
</pre>
<blockquote type="cite">
<pre wrap="">/bin/sh ../../../libtool --mode=compile g++ -Wall -pipe -pthread
-I./ -I../../../ -I../../../src/common -I../../../src/api/c++/include
-I/usr/local/firstworks/include -pthread -c pqencoding.C -o pqencoding.lo
g++ -Wall -pipe -pthread -I./ -I../../../ -I../../../src/common
-I../../../src/api/c++/include -I/usr/local/firstworks/include
-pthread -c pqencoding.C -fPIC -DPIC -o .libs/pqencoding.o
pqencoding.C: In function 'int PQenv2encoding()':
pqencoding.C:38: error: cannot call member function 'const char*
rudiments::environment::getValue(const char*) const' without object
</pre>
</blockquote>
<pre wrap=""><!---->
Does 0.38 require a new version of Rudiments which is not yet available
from sourceforge?
_______________________________________________
Sqlrelay-discussion mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Sql...@li...">Sql...@li...</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion">https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion</a>
</pre>
</blockquote>
<br>
</body>
</html>
|