people,
        I am trying to compile (make) 3.1.6 with a 3.3gcc and with jim's
suggestion, i looked at the FAQ and ran the configure with:
CXXFLAGS=-Wno-deprecated CPPFLAGS=-Wno-deprecated ./configure

I tried with gcc 2.95 as well - with and without running that configure
option and the compilation fails with the following error:


c++ -c  -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -Wno-deprecated
Retriever.cc
In file included from /usr/include/asm/sigcontext.h:4,
                 from /usr/include/bits/sigcontext.h:28,
                 from /usr/include/signal.h:326,
                 from Retriever.cc:18:
/usr/include/linux/compiler.h:17: warning: `__attribute_used__' redefined
/usr/include/sys/cdefs.h:195: warning: this is the location of the
previous definition
c++ -c  -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -Wno-deprecated
SGMLEntities.cc
c++ -c  -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -Wno-deprecated
Server.cc
c++ -c  -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -Wno-deprecated
URLRef.cc
c++ -c  -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -Wno-deprecated
htdig.cc
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?
thanks in advance for your help!
-a


-------------------------------------------------------
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

Reply via email to