You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2001/10/21 19:00:42 UTC

DO NOT REPLY [Bug 4318] New: - Single threaded build fails due to obsolete #define

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: xerces-c-dev@xml.apache.org
        ReportedBy: jaynewt@home.com


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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org