> David Bertoni (JIRA) wrote: > > Actually, it was defined by Xerces-C 2.6, so you must be trying to > > compile with the new 3.0 branch. I am working on a plan for dealing > > with this. > > David, > > do you really mean that the xerces interface defined the symbol stricmp > for xalan?? And that's broken now, so compiling xalan over 3.0 stumble > over it??
Yes, the Xerces-C compiler-specific files defined both stricmp(), and strnicmp() for every compiler, and the prototypes were available by including xercesc/util/XercesDefs.hpp. James must have changed this in the 3.0 branch. For what it's worth, I want to move Xalan-C away from using this function altogether. Thanks! Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
