[xsd-users] ld: 0711-317 ERROR: Undefined symbol: xsd::cxx::parser::xerces::flags::no_multiple_imports

Boris Kolpackov boris at codesynthesis.com
Fri Jun 17 14:47:46 EDT 2011


Hi David,

David Raymond <draymon6 at csc.com.au> writes:

> I get a few undefined symbol errors when trying to compile examples.
> 
> Platform is AIX 5.3
> 
> xlC compiler version 6.0

The earliest version of XL C++ compiler that we support is 7.0[1]. 6.0
is missing too many standard C++ features that XSD relies on (you've
hit the lack of support for class template static data members but
I am sure there will be others). If you cannot upgrade, you may want
to consider XSD/e[2] instead. It was designed to work with legacy C++
compilers.

[1] http://www.codesynthesis.com/products/xsd/platforms.xhtml
[2] http://www.codesynthesis.com/products/xsde/

Boris



More information about the xsd-users mailing list