PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2843 *** shadow/2843 Thu Jul 26 16:09:28 2001 --- shadow/2843.tmp.21559 Thu Jul 26 16:09:28 2001 *************** *** 0 **** --- 1,27 ---- + +============================================================================+ + | Linux build fails when threads are not used | + +----------------------------------------------------------------------------+ + | Bug #: 2843 Product: Xerces-C++ | + | Status: NEW Version: 1.5.1 | + | Resolution: Platform: PC | + | Severity: Minor OS/Version: Linux | + | Priority: Other Component: Build | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + On our "unstable" Debian installation, the Linux build fails after runConfigure + is given -rnone. + + The failure is in src/Util/Platforms/LinuxPlatformUtils.cpp, _USE_UNIX98 is not + defined: + + #ifndef __USE_UNIX98 + #error __USE_UNIX98 is not defined in your compile settings + #endif + + This test is either redundant (test _GNU_SOURCE instead?) or mis-located. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
