On Sat, 17 Mar 2001, Joe R. Jah wrote:
> Date: Sat, 17 Mar 2001 21:52:43 -0800 (PST)
> From: "Joe R. Jah" <[EMAIL PROTECTED]>
> To: Gilles Detillieux <[EMAIL PROTECTED]>
> Cc: "J. op den Brouw" <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED]
> Subject: Re: [htdig] date range - PATCH for 3.1.5
...
> I applied the following patch, but I could not compile:
>
> > htdig-3.1.5.aarmstrong.tar.gz
> > add url_rewrite_rules needs doc update, testing
> > attr
>
> Here is the error:
> ____________________________________________________
> In file included from RegexReplaceList.h:16,
> from HtURLRewriter.h:9,
> from URL.cc:26:
> RegexReplace.h:36: field `re' has incomplete type
> RegexReplace.h:37: field `regs' has incomplete type
> gmake[1]: *** [URL.o] Error 1
> gmake[1]: Leaving directory `/tmp/htdig-3.1.5/htlib'
> gmake: *** [all] Error 1
> ____________________________________________________
htlib/regex.h is #included in RegexReplace.h, but I had removed the header
prevent core dumps on BSDI; that was an overkill. Presence of
htlib/regex.h won't cause any core dumps if reference to regex.o has been
removed from htlib/Makefile. Today I put regex.h back in htlib, and
htdig-3.1.5.aarmstrong.tar.gz patch applied and compiled like a cinch;)
The third bullet in http://www.htdig.org/FAQ.html#q5.14 should be removed:
. make clean
. Remove references to regex.o from htlib/Makefile.
. Remove htlib/regex.h.
. Remove references to htlib/regex.h in htfuzzy/Makefile, which will be
there if you have previously done a "make depend".
. make
It should read:
. make clean
. Remove references to regex.o from htlib/Makefile.
. Remove references to htlib/regex.h in htfuzzy/Makefile, which will be
there if you have previously done a "make depend".
. make
Regards,
Joe
--
_/ _/_/_/ _/ ____________ __o
_/ _/ _/ _/ ______________ _-\<,_
_/ _/ _/_/_/ _/ _/ ......(_)/ (_)
_/_/ oe _/ _/. _/_/ ah [EMAIL PROTECTED]
_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/htdig-dev