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=4318>. 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=4318 Single threaded build fails due to obsolete #define Summary: Single threaded build fails due to obsolete #define Product: Xerces-C++ Version: Nightly build Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When xerces library is compiled with -DAPP_NO_THREADS a test is made in utils/Platforms/Linux/LinuxPlatformUtils.cpp at line 147 for the pre- definition of the manifest constant __USE_UNIX98. Elsewhere in the source I noticed a comment saying that __USE_UNIX98 had been replaced with _GNU_SOURCE. I think this must have just been overlooked when the conversion was done as it only manifests as a problem when APP_NO_THREADS is defined. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
