DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13399>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13399 Building on HP-UX with CC A.03.50 - boolean type note Summary: Building on HP-UX with CC A.03.50 - boolean type note Product: Xerces-C++ Version: 2.1.0 Platform: HP OS/Version: HP-UX Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I removed comment from xerces-c- src2_1_0/src/xercesc/util/Compilers/HPCCDefs.hpp, line 137 #define NO_NATIVE_BOOL Compiler returned lines such following: CC: "....../include/xercesc/util/XercesDefs.hpp", line 381: warning: "bool" is a future reserved word (215) This file (XercesDefs.hpp) contains 'typedef int bool', after replacing this line with '#define bool int' this error disappeared. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
