Hi,
    thanks that helped with the compile, however when I ran htdig it gave me the
same problem as it has in the past, seg faulting in a destroy operation...:

Program received signal SIGSEGV, Segmentation fault.
0x120095490 in List::Destroy (this=0x11fffe868) at List.cc:81
81              delete node->object;
(gdb) bt
#0  0x120095490 in List::Destroy (this=0x11fffe868) at List.cc:81
#1  0x120095378 in List::~List (this=0x11fffe868, __in_chrg=2) at List.cc:47
#2  0x120099de8 in HtRegexList::~HtRegexList (this=0x11fffe868, __in_chrg=2)
    at HtRegexList.cc:36
#3  0x12003bf00 in Retriever::IsValidURL (this=0x11ffff1d8, u=@0x141012c40)
    at Retriever.cc:990
#4  0x12003e6b0 in Retriever::got_href (this=0x11ffff1d8, url=@0x141012c40,
    description=0x1400699ed "", hops=1) at Retriever.cc:1423
#5  0x120034a18 in HTML::do_tag (this=0x140f8a700, retriever=@0x11ffff1d8,
    tag=@0x140f8a7a0) at HTML.cc:552
#6  0x120033808 in HTML::parse (this=0x140f8a700, retriever=@0x11ffff1d8,
    baseURL=@0x1) at HTML.cc:324
#7  0x12003afe4 in Retriever::RetrievedDocument (this=0x11ffff1d8,
    doc=@0x1402e9a00, url=@0x1, ref=0x140f91b80) at Retriever.cc:802
#8  0x12003a720 in Retriever::parse_url (this=0x11ffff1d8, urlRef=@0x0)
    at Retriever.cc:647
#9  0x120039918 in Retriever::Start (this=0x11ffff1d8) at Retriever.cc:423
#10 0x1200459c0 in main (ac=1, av=0x11ffffa48) at htdig.cc:317

    --- Alex

Gilles Detillieux wrote:

> According to Alexander Cohen:
> > As the topic says I having some problems with compiling the newest snapshot, I
> > ran configure with:
> >
> > ./configure --without-zlib --without-shared
> >
> > and then started a make, it was going fine till it hit the htcommon dir, and
> > then it died with this output:
> >
> > Making all in htcommon
> > make[1]: Entering directory `/search/htdig-3.2.0b4-031201/htcommon'
> > flex -L  conf_lexer.lxx && mv lex.yy.c conf_lexer.cxx
> > "conf_lexer.lxx", line 23: illegal character
> ...
> > I had a look at the relevant line in conf_lexer.lxx which is:
> >
> > %option yylineno noyywrap nounput
> >
> > Which I have no idea if it is erronous as I dont know anything about the
> > syntax that relevant for this type of file.
> > Any idea whats wrong there?
>
> This works fine on most systems that use flex, so it may be that your
> flex program is buggy or outdated.  If conf_lexer.cxx is still intact,
> "touch" it so that make won't try to rebuild it (it should be fine as-is).
> If it got clobbered, restore it from the source snapshot and then touch it.
>
> --
> 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

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