Re: [Sqlrelay-discussion] Error during installation of SQLRelay 0.37pre4
Brought to you by:
mused
|
From: David M. <dav...@fi...> - 2006-01-27 19:01:37
|
Aaah, thanks for finding that one. Dave On Wed, 2006-01-25 at 09:00 +0100, Maciej Wisniowski wrote: > I've checked version 0.37pre5 and when compiling it with postgres I get > the error as below. > Without postgres it installs correctly. > > make[3]: Entering folder > `/home/zope/install/sqlrelay_3.7_pre5/sqlrelay-0.37/src/connections/postgresql' > /bin/sh ../../../libtool --mode=compile g++ -Wall -pipe -pthread -I./ > -I../../../ -I../../../src/common -I../../../src/util > -I../../../src/connection -I/usr/local/firstworks/include -pthread > -I/usr/kerberos/include -I../../../src/api/c++/include -c > postgresqlconnection.C -o postgresqlconnection.lo > mkdir .libs > g++ -Wall -pipe -pthread -I./ -I../../../ -I../../../src/common > -I../../../src/util -I../../../src/connection > -I/usr/local/firstworks/include -pthread -I/usr/kerberos/include > -I../../../src/api/c++/include -c postgresqlconnection.C -fPIC -DPIC -o > .libs/postgresqlconnection.o > postgresqlconnection.C:175: definition of implicitly-declared `virtual > postgresqlcursor::~postgresqlcursor()' > make[3]: *** [postgresqlconnection.lo] Error 1 > make[3]: Leaving folder > `/home/zope/install/sqlrelay_3.7_pre5/sqlrelay-0.37/src/connections/postgresql' > make[2]: *** [all] Error 2 > make[2]: Leaving folder > `/home/zope/install/sqlrelay_3.7_pre5/sqlrelay-0.37/src/connections' > make[1]: *** [all] Error 2 > make[1]: Leaving folder > `/home/zope/install/sqlrelay_3.7_pre5/sqlrelay-0.37/src' > make: *** [all] Error 2 > > |