[xsde-users] Problem in QNX converting XML Schema to C++ files

Boris Kolpackov boris at codesynthesis.com
Tue May 19 08:59:18 EDT 2009


Hi Swati,

swati gaur <swati_gaur at yahoo.com> writes:

> I  have downloaded xsde-3.1.0-i686-linux-gnu.tar and
> trying to create code using hello.xsd schema file in QNX. I
> am using the command" xsde cxx-parser hello.xsd" to produce
> produces two C++ files: hello-pskel.hxx  and
> hello-pskel.cxx but i get an error : xsde : can't access
> shared library. 

I think you are trying to run the xsde executable under QNX
while it is built to be run under Linux. If you can find a
Linux box (or Windows, but then you will need to use the
xsde-3.1.0-i686-windows.zip package) and compile your schema
there, then you can copy the resulting C++ files over to the
QNX box and compile/link them there.

Boris



More information about the xsde-users mailing list