[xsd-users] Compiling samples on Mac OS X with Clang

Boris Kolpackov boris at codesynthesis.com
Thu May 23 19:17:59 EDT 2013


Hi Ovanes,

Ovanes Markarian <om_codesynthesis at keywallet.com> writes:

> mbprr:xsd-3.3.0-i686-macosx $ cd examples/cxx/tree/hello/

I thought you are interested in the C++/Parser mapping? Only
C++/Parser can use Expat as the underlying XML parser. C++/Tree
always uses Xerces-C++.


> ../../../build/cxx/compilers.make:122: unknown C++ compiler signature
> 'Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) Target:
> x86_64-apple-darwin12.3.0 Thread model: posix', continuing anyway

Hm, looks like Apple changed the signature of the default Clang. This
should still work, however, if you build examples in cxx/parser/.

Boris



More information about the xsd-users mailing list