Hi guys, I haven't been able to look at the tests properly. However, I guess after 3.2.0b6 is out we should really have a deeper look at them. Some of them are really old (Loic made them) and I don't know if they are still useful.
Does anyone have a better understanding of the current situation of tests? Ciao, -Gabriele Il gio, 2004-06-03 alle 11:18, [EMAIL PROTECTED] ha scritto: > Greetings Jesse, > > It's not urgent, but I'd be interested to experiment on this... > > What is the output from > nm htword/.libs/libhtword.a | grep instance > ? > > What happens if, in .../test/, you type > g++ -g -O2 -Wall -fno-rtti -fno-exceptions -o testnet testnet.o \ > -L/opt/htdig/lib/zlib/lib ../htnet/.libs/libhtnet.a \ > ../htcommon/.libs/libcommon.a ../htword/.libs/libhtword.a \ > ../db/.libs/libhtdb.a ../htlib/.libs/libht.a -lz \ > ../htword/.libs/libhtword.a > ? > > What happens if you > cp /bin/true test/testnet > make check > ? > > Thanks, > Lachlan > > >From: "J. op den Brouw" <[EMAIL PROTECTED]> > > >it's the WordType::instance thing again........... > >g++ -g -O2 -Wall -fno-rtti -fno-exceptions -o testnet testnet.o > >-L/opt/htdig/lib/zlib/lib ../htnet/.libs/libhtnet.a ../htcomm > >on/.libs/libcommon.a ../htword/.libs/libhtword.a ../db/.libs/libhtdb.a > >../htlib/.libs/libht.a -lz > >collect2: ld returned 1 exit status > >/usr/ccs/bin/ld: Unsatisfied symbols: > > WordType::instance (data) > >make[2]: *** [testnet] Error 1 > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the new InstallShield X. > >From Windows to Linux, servers to mobile, InstallShield X is the one > installation-authoring solution that does it all. Learn more and > evaluate today! http://www.installshield.com/Dev2Dev/0504 > _______________________________________________ > ht://Dig Developer mailing list: > [EMAIL PROTECTED] > List information (subscribe/unsubscribe, etc.) > https://lists.sourceforge.net/lists/listinfo/htdig-dev ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ ht://Dig Developer mailing list: [EMAIL PROTECTED] List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-dev
