According to Rob Holland:
> Configure runs fine with --prefix=/bleh and --without-zlib
>
> Can anyone shed any light on the following compile error when using gmake:
>
> ExternalParser.cc: In method `void ExternalParser::parse(Retriever &, URL
> &)':
> ExternalParser.cc:186: implicit declaration of function `int mkstemp(...)'
> gmake[1]: *** [ExternalParser.o] Error 1
> gmake[1]: Leaving directory `/home/webdev/htdig-3.2.0b3/htdig'
> gmake: *** [all-recursive] Error 1
Well, it would appear that none of the header files that ExternalParser.cc
includes has a declaration of mkstemp(). Still, it's very odd that
this would give an error rather than just a warning. Anyway, you'll
need to find which header file declares mkstemp(), and #include it in
ExternalParser.cc. Please let us know which file it is, and we can add
a test for it for the next release.
--
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