Generic fixes for GCC3: - Mangle fstream.h & iostream.h to avoid warnings - Fix $CFLAGS & $MAKE - -DUSE_STD for GCC3 - Correct oversight in sim68360/loader/Loader.cxx - Include missing header for tolower() Tested on: -CURRENT, 4.6-STABLE Fix: Removed files: - patch-ad - patch-ae
Responsible Changed From-To: freebsd-ports->edwin I'll contact the submitter about missing strstream.h part.
Hello, Thanks for your patch! During compilation I saw that it was still complaining about strstream.h. Could you please make a patch for that file too (it gets a little bit more tricky then because strstream.h is replaced by sstream and istrstream by std::istringstream(). Oh boy, strict checking in C++ is tricky++ :-) If you can provide me with a new patch (either for the full thing or for relative to the patches you've already send), I'll be happy to commit them! Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php bash$ :(){ :|:&};: | Interested in MUDs? http://www.FatalDimensions.org/
State Changed From-To: open->closed Commited, thanks!