Ok gave the new snapshot a go. Just downloaded it now, it extracted and configured
fine, however compiling broke in the htword directory with this output:

make[1]: Entering directory `/search/htdig-3.2.0b4-031801/htword'
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../include
-DDEFAULT_CONFIG_FILE=\"/search/www-3.2.0/htdig/conf/htdig.conf\"
-I../include -I../htlib                 -I../htnet -I../htcommon
-I../htword             -I../db -I../db                      -g -O2 -Wall -fno-rtti
-fno-exceptions -c WordBitCompress.cc
g++ -DHAVE_CONFIG_H -I. -I. -I../include
-DDEFAULT_CONFIG_FILE=\"/search/www-3.2.0/htdig/conf/htdig.conf\" -I../include
-I../htlib -I../htnet -I../htcommon -I..
/htword -I../db -I../db -g -O2 -Wall -fno-rtti -fno-exceptions
-Wp,-MD,.deps/WordBitCompress.pp -c WordBitCompress.cc -o WordBitCompress.o
echo timestamp > WordBitCompress.lo
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../include
-DDEFAULT_CONFIG_FILE=\"/search/www-3.2.0/htdig/conf/htdig.conf\"
-I../include -I../htlib                 -I../htnet -I../htcommon
-I../htword             -I../db -I../db                      -g -O2 -Wall -fno-rtti
-fno-exceptions -c WordContext.cc
g++ -DHAVE_CONFIG_H -I. -I. -I../include
-DDEFAULT_CONFIG_FILE=\"/search/www-3.2.0/htdig/conf/htdig.conf\" -I../include
-I../htlib -I../htnet -I../htcommon -I../htword -I../db -I../db -g -O2 -Wall -fno-rtti
-fno-exceptions -Wp,-MD,.deps/WordContext.pp -c WordContext.cc -o WordContext.o
WordContext.cc: In function `static void WordContext::Initialize(const Configuration
&)':
WordContext.cc:36: passing `const Configuration' as `this' argument of `void
Configuration::Add(const String &, const String &)' discards qualifiers
make[1]: *** [WordContext.lo] Error 1
make[1]: Leaving directory `/search/htdig-3.2.0b4-031801/htword'
make: *** [all-recursive] Error 1

I copied in the WordContext.cc from the previous snapshot and it finished compiling
ok, albiet with a lot of warning. Running it didn't get much further than the previous
snapshots either though:

(gdb) run
Starting program: /search/www-3.2.0/htdig/bin/htdig

Program received signal SIGSEGV, Segmentation fault.
0x12008f3e4 in String::indexOf (this=0x2f2f2f2f3a3a5070, ch=91 '[')
    at String.cc:334
334         for (i = 0; i < Length; i++)
(gdb) bt
#0  0x12008f3e4 in String::indexOf (this=0x2f2f2f2f3a3a5070, ch=91 '[')
    at String.cc:334
#1  0x12009aa48 in HtRegexList::setEscaped (this=0x140000278,
    list=@0x11ffff118, case_sensitive=0) at HtRegexList.cc:54
#2  0x120045880 in main (ac=1, av=0x11ffffa48) at htdig.cc:230
(gdb)

Getting a little further it seems now, but still not quite working for me yet..

    --- Alex

--
-----------------------------------
Alexander Cohen
La Trobe University - ITS
[EMAIL PROTECTED]
(03) 9479-5580
-----------------------------------



_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to