Here's the specific message I get relating to regex_t:

In file included from regex.h:20,
                  from EndingsDB.cc:31:
../htlib/HtRegex.h:60: syntax error before `;'
EndingsDB.cc: In method `void Endings::expandWord(String &, List &, 
Dictionary &, char *, char *)':
EndingsDB.cc:334: `regex_t' undeclared (first use this function)
EndingsDB.cc:334: (Each undeclared identifier is reported only once
EndingsDB.cc:334: for each function it appears in.)
EndingsDB.cc:334: parse error before `;'
EndingsDB.cc:340: `reg' undeclared (first use this function)
EndingsDB.cc:340: `REG_ICASE' undeclared (first use this function)
EndingsDB.cc:340: `REG_NOSUB' undeclared (first use this function)
EndingsDB.cc:340: `REG_EXTENDED' undeclared (first use this function)
EndingsDB.cc:340: implicit declaration of function `int regcomp(...)'
EndingsDB.cc:341: implicit declaration of function `int regexec(...)'
EndingsDB.cc:369: implicit declaration of function `int regfree(...)'

I haven't gotten a chance to explore this in great depth.

I looked at include/htconfig.h and don't see a reference to 
HAVE_BROKEN_REGEX.

Cleland


_______________________________________________
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