Confirmed.

Temporary work-a-round, 
# ./configure --without-mysql 

On Fri, 2008-02-22 at 10:29 +1100, Brett Nash wrote: 
> Will now compile with mysql installed.  I've just commented out any line
> which stopped it from compiling.
> 
> I couldn't find a way to disable mysql from ./configure.
> Could that be added as well?
> 
>       Regards,
>       nash

The error looks like this....

make[4]: Entering directory
`/home/tim/oss/tp/tpserver-cpp/modules/persistence/mysql'
/bin/bash ../../../libtool --tag=CXX   --mode=compile g++
-DHAVE_CONFIG_H -I. -I../../..    -I/usr/include/mysql -DBIG_JOINS=1
-fPIC -g -Wall -MT mysqlpersistence.lo -MD -MP
-MF .deps/mysqlpersistence.Tpo -c -o mysqlpersistence.lo
mysqlpersistence.cpp
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/mysql -DBIG_JOINS=1
-fPIC -g -Wall -MT mysqlpersistence.lo -MD -MP
-MF .deps/mysqlpersistence.Tpo -c mysqlpersistence.cpp  -fPIC -DPIC
-o .libs/mysqlpersistence.o
mysqlpersistence.cpp: In member function 'virtual bool
MysqlPersistence::saveObject(IGObject*)':
mysqlpersistence.cpp:409: error: 'class IGObject' has no member named
'setDirty'
mysqlpersistence.cpp: In member function 'virtual bool
MysqlPersistence::updateObject(IGObject*)':
mysqlpersistence.cpp:434: error: 'class IGObject' has no member named
'setDirty'
mysqlpersistence.cpp: In member function 'virtual IGObject*
MysqlPersistence::retrieveObject(uint32_t)':
mysqlpersistence.cpp:505: error: 'class IGObject' has no member named
'setDirty'
mysqlpersistence.cpp: In member function 'virtual Player*
MysqlPersistence::retrievePlayer(uint32_t)':
mysqlpersistence.cpp:2187: error: invalid conversion from 'int' to
'DesignView*'
mysqlpersistence.cpp:2187: error:   initializing argument 1 of 'void
PlayerView::addVisibleDesign(DesignView*)'
mysqlpersistence.cpp:2233: error: invalid conversion from 'int' to
'ComponentView*'
mysqlpersistence.cpp:2233: error:   initializing argument 1 of 'void
PlayerView::addVisibleComponent(ComponentView*)'
mysqlpersistence.cpp:2283: error: 'class PlayerView' has no member named
'setVisibleObjects'
make[4]: *** [mysqlpersistence.lo] Error 1


_______________________________________________
tp-devel mailing list
[email protected]
http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel

Reply via email to