[xsd-users] g++ or clang errors

Boris Kolpackov boris at codesynthesis.com
Fri Oct 13 06:37:44 EDT 2017


FLACHET Nicolas <Nicolas.FLACHET at cstb.fr> writes:

> On Windows the generation works fine, but on linux & mac I found two problems in my generation :
> 
> - lower case string in #includes although relative paths has upper cases

There were a few issues in this area that have been fixed for the next
release. Can you try the latest pre-release and see if it makes a
difference:

http://codesynthesis.com/~boris/tmp/xsd/4.1.0.a11/


> - error: a space is required between consecutive right angle brackets
>   (use '> >')

Have you enabled the C++11 mode (-std=c++11) when compiling with g++
or clang++?

Boris



More information about the xsd-users mailing list