According to Mark T. Valites: > gcc-3.0.2 resulted in the same exact error with the 3.1.6 snapshot on > the sunfire with solaris 8. > > However, htdig-3.2.0b4 snapshot gives me a different result with 3.0.2: > > from db_err.c:29: > /usr/include/sys/time_impl.h:15: warning: ignoring #pragma ident > In file included from /usr/include/synch.h:19, > from mutex.h:39, > from db_int.h:261, > from db_err.c:29: > /usr/include/sys/synch.h:9: warning: ignoring #pragma ident > db_err.c: In function `CDB_db_strerror': > db_err.c:248: warning: implicit declaration of function `snprintf' > db_err.c: In function `CDB___db_err': > db_err.c:278: `__builtin_va_alist' undeclared (first use in this function) > db_err.c:278: (Each undeclared identifier is reported only once > db_err.c:278: for each function it appears in.) > db_err.c:275: warning: `ap' might be used uninitialized in this function > db_err.c: In function `CDB___db_errcall': > db_err.c:328: warning: implicit declaration of function `vsnprintf' > db_err.c: In function `CDB___db_logmsg': > db_err.c:408: `__builtin_va_alist' undeclared (first use in this function) > db_err.c:395: warning: `ap' might be used uninitialized in this function > make[1]: *** [db_err.lo] Error 1 > make[1]: Leaving directory `/usr/netscape/src/htdig-3.2.0b4-102101/db' > make: *** [all-recursive] Error 1
This error implies to me that the compiler is picking up some definitions from a header file somewhere that end up using builtin operators that the compiler itself doesn't support. I believe this would be caused by having header files on your system that aren't appropriate for the compiler your running. I.e. they come from a different compiler version, or a different compiler altogether. -- 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

