My gut feeling (since I don't have an AIX machine) is that the signatures don't match 
due to two different definitions of bool.

If you are getting a multiple definition warning for bool in XercesDefs.hpp, then  
NO_NATIVE_BOOL processor macro must be defined.  If your platform actually has a 
native bool, then undefine
NO_NATIVE_BOOL.  

If bool is only defined in STL and not "natively".  You might need to put a compatible 
definition of bool into src/util/Platforms/AIXDefs.hpp.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to