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

Boris Kolpackov boris at codesynthesis.com
Thu May 23 20:41:40 EDT 2013


Hi Ovanes,

Ovanes Markarian <om_codesynthesis at keywallet.com> writes:

> Now I ran make in the right directory:
> hello $ make XML_PARSER=expat CXX="clang" CPPFLAGS="-I /usr/local/include"
> LDFLAGS="-L /usr/local/lib"

I think you have old generated files (-pskel.?xx) which were produced
with Xerces-C++ support. Try running make clean before building. Also,
you need to use clang++, not clang in the CXX variable.

Boris



More information about the xsd-users mailing list