Alright,
i have taken your advice and moved to 3.1.6. The reason I was staying
away is that I have had good luck with 3.1.5 on Tru64 in the past. So, to
update my request, I am now trying to compile 3.1.6 on Tru64 v5.1 with
gcc-3.0.3 and libstdc++-v3. The error message I receive at this point is
as follows:
make[1]: Entering directory `/usr/local/src/htdig-3.1.6/htlib'
c++ -c -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -g -O2 Configuration.cc
c++ -c -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -g -O2 Connection.cc
c++ -c -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -g -O2 Database.cc
c++ -c -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -g -O2 Dictionary.cc
c++ -c -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -g -O2 DB2_db.cc
c++ -c -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -g -O2 IntObject.cc
c++ -c -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -g -O2 List.cc
c++ -c -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -g -O2 Object.cc
c++ -c -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -g -O2 ParsedString.cc
c++ -c -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -g -O2 Queue.cc
c++ -c -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -g -O2
QuotedStringList.cc
c++ -c -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -g -O2 Stack.cc
c++ -c -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -g -O2 String.cc
c++ -c -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -g -O2 StringList.cc
c++ -c -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -g -O2 StringMatch.cc
c++ -c -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -g -O2 String_fmt.cc
c++ -c -DDEFAULT_CONFIG_FILE=\"/opt/www/htdig/conf/htdig.conf\"
-I../htlib -I../htcommon -I../db/dist -I../include -g -O2 URL.cc
In file included from HtRegex.h:30,
from HtRegexReplace.h:22,
from HtRegexReplaceList.h:20,
from HtURLRewriter.h:9,
from URL.cc:16:
gregex.h:394: conflicting types for `typedef int regoff_t'
/usr/include/reg_types.h:49: previous declaration as `typedef off_t
regoff_t'
make[1]: *** [URL.o] Error 1
make[1]: Leaving directory `/usr/local/src/htdig-3.1.6/htlib'
make: *** [all] Error 1
I do appreciate all the help!
Thanks,
Brendan
On Wed, 13 Feb 2002, Geoff Hutchison wrote:
> On Wed, 13 Feb 2002, Brendan P. Caulfield wrote:
>
> > htString.h:127: candidate is: void String::debug(ostream&)
> > make[1]: *** [String.o] Error 1
>
> OK, so what's the error? It's helpful when we get an error report to get
> the full error message. Here you've just given half of the error from gcc.
>
> > I have seen this posted a couple of times and the only solution I have
> > been able to find is to try 3.1.6. Is this it? Or, can I get this
> > version working? I am using gcc-3.0.3 with libstdc++-v3.
>
> No offense, but why wouldn't you want to use 3.1.6? Besides the bug fixes,
> fix for the reported security hole in 3.1.5, feature improvements and
> documentation improvements, we can tell you that it does compile with
> gcc-3.x.
>
> Granted, there are reported bugs in 3.1.6, but IIRC all are also in 3.1.5.
>
> So rather than trying to get 3.1.5 patched to compile under gcc-3.x, my
> question to you is why 3.1.6 isn't a solution for you?
>
> --
> -Geoff Hutchison
> Williams Students Online
> http://wso.williams.edu/
>
>
> _______________________________________________
> 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
>
_______________________________________________
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