According to [EMAIL PROTECTED]: > Geoff, Sorry about that, I didn't mean to leave off the 3. I was using b3, > but I tried the newest one as you suggested. > > I still get the same basic error (see below). It works fine for me on Linux > and FreeBSD , but for production, I have to get it working on Solaris 8---not > my decision. ... > c++ -DHAVE_CONFIG_H -I. -I. -I../include > -DDEFAULT_CONFIG_FILE=\"/opt/www/conf/htdig.conf\" -I../include -I../htlib > -I../htnet -I../htcommon -I../htword -I../db -I../db -DMV=\"/usr/bin/mv\" > -I/usr/local/include -g -O2 -Wall -fno-rtti -fno-exceptions -c Accents.cc -o > Accents.o > In file included from ../htword/WordList.h:82, > from ../htcommon/HtWordList.h:23, > from Fuzzy.h:32, > from Accents.h:20, > from Accents.cc:23: > ../htword/WordDB.h: In member function `int WordDB::Stat(void*, > void*(*)(unsigned int), int)': > ../htword/WordDB.h:103: no matching function for call to `__db::stat64(DB*&, > void*&, void*(*&)(unsigned int), u_int32_t&)' > make[1]: *** [Accents.lo] Error 1 > make[1]: Leaving directory `/usr/local/src/htdig-3.2.0b4-120201/htfuzzy' > make: *** [all-recursive] Error 1
Just a thought, but maybe it would help to try to find which gcc header file is redefining "stat" to "stat64", and that might give us some ideas about how to avoid, disable or alter that redefinition. -- Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/~grdetil Dept. Physiology, U. of Manitoba Phone: (204)789-3766 Winnipeg, MB R3E 3J7 (Canada) Fax: (204)789-3930 _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

