On Sat, 24 Apr 2004, Anu Vaidyanathan wrote: > c++ -c -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\" > -I../htlib -I../htcommon -I../db/dist -I../include -Wno-deprecated > ExternalParser.cc > ExternalParser.cc: In method `void ExternalParser::parse(Retriever &, URL > &)': > ExternalParser.cc:545: implicit declaration of function `int wait(...)' > make[1]: *** [ExternalParser.o] Error 1 > make[1]: Leaving directory > `/home/beef/research/Networking/code/htdig-3.1.6/htdig' > make: *** [all] Error 1 > > any ideas?
Sounds like you might be missing some system include files. Do you have a /usr/include/sys/wait.h ? What about a /usr/include/wait.h ? If only the latter, does it actually contain definitions/declarations or does it just reference <sys/wait.h> ? Jim ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ ht://Dig general mailing list: <[EMAIL PROTECTED]> ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-general

