[xsd-users] xsd-3.3.0-gcc-4.7-clang.patch
Boris Kolpackov
boris at codesynthesis.com
Fri Jul 4 06:58:39 EDT 2014
Hi Juan,
Juan Carlos Rueda Quezada <jcrq51 at hotmail.com> writes:
> When i try to build the examples with clang++ and the option -std=c++11,
> i get a lot warnings and errors:
All the diagnostics points to the STL implementation that comes from GCC
4.4. I doubt it very much it can be compiled in the C++11 mode. Are you
able to build any other code that uses STL in this mode?
Even if you resolve these, you will still get some warnings from XSD
code when compiling as C++11 (std::auto_ptr will probably be the most
common one). To resolve these the best option is probably to upgrade
to the pre-release which has support for C++11 (the --std c++11 option).
I am in the final stages of preparing for the release. You can either
wait a week or two or I can build you a beta.
Boris
More information about the xsd-users
mailing list