[xsd-users] xsd port to Borland C++

Boris Kolpackov boris at codesynthesis.com
Wed Feb 22 09:55:06 EST 2006


Hi,

[I've CC'ed xsd-users back in; someone might be interested in this info.]


Si Mohammed KHABBAZ <skhabbaz at noos.fr> writes:

> I would appreciate it if you could give me some hints on building the
> xsd compiler under windows. I downloaded the source package and I tried
> to install the "build" package using "migwn" and I had some weird error.
> Maybe it's because I'm using the "migwn sh" and you have marked "bash"
> as prerequisite to install "build".
> How do you build xsd under windows ?


We use mingw port of g++. Unfortunately, the stock libstdc++ (Standard
C++ Library, part of g++) that comes with the cygwin/mingw environment
is compiled without support for wchar_t. You can read more about this
here:

http://www.mingw.org/MinGWiki/index.php/wide%20characters

So we are using a custom-built linux-to-mingw g++ cross- compiler to
build xsd for windows. There is another option (as suggested in the
page above) - use STLPort instead of g++ libstdc++. I am going to
investigate this and also prepare a guide on how to build xsd in the
cygwin environment. Just give me a couple of days.

hth,
-boris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 652 bytes
Desc: Digital signature
Url : http://codesynthesis.com/pipermail/xsd-users/attachments/20060222/ad8eb93e/attachment.pgp


More information about the xsd-users mailing list