[xsde-users] compiler error

Boris Kolpackov boris at codesynthesis.com
Fri Feb 15 13:51:51 EST 2008


Hi Robert,

Cantave, Robert H. <ROBERT.H.CANTAVE at saic.com> writes:

> I downloaded and installed the latest version.  While compiling the
> hello example I get the following error:
>
> $ xsd cxx-parser hello.xsd
>
> Can only generate one of classes or datasets

First of all, if you installed XSD/e (this mailing list is for XSD/e[1])
then the command line should be:

$ xsde cxx-parser hello.xsd

If you installed XSD, then you should send questions to the
xsd-users at codesynthesis.com mailing list instead. As for the error,
the XSD compiler does not have an error message with this wording
so you are probably executing some other binary with the name
'xsd'. You can check which one it is (assuming you are on Linux/Unix)
using the which command:

$ which xsd

[1] http://www.codesynthesis.com/products/xsde/

Boris




More information about the xsde-users mailing list