We managed to compile and run with gcc 2.95.2 after making some modifications to both the build scripts and also a few source files. Essentially,
* Add -D__POSIX_C_SOURCE=199506L compiler switch * Add "#include <stdio.h>" to ./idom/IDDocumentImpl.hpp & ./parsers/IDOMParser.cpp * Exclude the "#if defined (XML_GCC) || defined (XML_PTX) || defined (XML_IBMVAOS2)" definition on ./util/Transcoders/Iconv/IconvTransService.cpp Please refer to bug# 7293 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7293 for details. Cheers, Bhushan -----Original Message----- From: Jan Sundqvist [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 1:52 AM To: [EMAIL PROTECTED] Subject: gcc on HP-UX Hi, My intention is to use Xerces C++ on HP-UX with gcc compiler. This combination is not in the list of supported platforms. I tried the binary for aCC but it did not work with gcc... I see from the mail archive that there are people that have tried gcc on HP-UX, but I can't figure out if it really works. If so, why is no binary available? /Jan Sundqvist --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
