On Tue, 24 Sep 2002, Sixbury, Dan wrote: > I have recently been trying to install htdig on a solaris 9 server with the > updated gcc. I was told about the issue with fstream.h and fstream, so I > updated the configuration files to change it to fstream (no .h) and the > configure worked, but now the make is getting an error.
Well, previous reports had suggested that the fstream/fstream.h issues were given as warnings by g++. Here, it seems like the warnings are now genuine errors. So until we can whip up a patch and test it on a gcc-3.2 system, I'd suggest trying this as a first step. Change the #include <> lines in htString.h to remove the .h suffix. If that works, let me know and I'll see if I can whip up a patch. (3.1.6, correct?) -- -Geoff Hutchison Williams Students Online http://wso.williams.edu/ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ 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

