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 2004/03/10 11:32:23 UTC

DO NOT REPLY [Bug 27562] New: - XMLString::compareNIString uses strnicmp which isnt available under codewarrior 9 on OS X

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=27562>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27562

XMLString::compareNIString uses strnicmp which isnt available under codewarrior 9 on OS X

           Summary: XMLString::compareNIString uses strnicmp which isnt
                    available under codewarrior 9 on OS X
           Product: Xerces-C++
           Version: 2.4.0
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Build
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: lindholm@daimi.au.dk


XMLString::compareNIString uses strnicmp which isnt available under codewarrior 9 on OS X.
This results in a link error when building the carbon targets
I suggest using strncasecmp instead, which requires the codewarriro projectfile to include 
MSL_Extras_Carbon.Lib & MSL_Extras-Carbon_D.lib

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org