According to Joe R. Jah:
> On Tue, 3 Apr 2001, Gilles Detillieux wrote:
> > Hmm.  There was no declaration of re_compile_pattern() and re_match() in
> > there.  Do you have these declared in some other header file?  Are they
> > even in your C library?  If not, you may be out of luck on this patch unless
> > it can be rewritten to use regcomp() and regexec() instead.
> 
> As a matter of fact I do; it's a large file, so I did not attach it, but:
> _____________________________________________________________________
> $ ll /usr/include/g++/rx.h
> -r--r--r--  1 bin  bin  116190 Jun 10  1998 /usr/include/g++/rx.h
> 
> extern int re_match (struct re_pattern_buffer * rxb,
>                      __const__ char * string,
>                      int size, int pos,
>                      struct re_registers *regs);
> 
> 
> extern __const__ char * re_compile_pattern (__const__ char *pattern,
>                                         int length,
>                                         struct re_pattern_buffer * rxb);
> _____________________________________________________________________
> 
> 
> Any better luck?;)

You tell me!  Try replacing the

#include "regex.h"

in htlib/RegexReplace.h with

#include <rx.h>

and see if you can build it (and use it!) this way.

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

_______________________________________________
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

Reply via email to