Hi Nick, nelkherj <[email protected]> writes:
> Beside Boris's response to me a few months ago about a similar situation > using another OS, no one seems to have built xerces with vxWorks 6.x. I just confirmed with one of our customers that they are using Xerces-C++ 3-series with VxWorks 6.3. They didn't use the (automake) build system that comes with Xerces-C++ but rather created a custom Workbench project. They also had to work around some compiler errors (presumably due to VxWorks defects) by modifying a few Xerces-C++ files. The good news is that they were able to build it using the Iconv transcoder so ICU is not necessary. So if I were to try to build Xerces-C++ 3.1.1 on VxWorks I would try the minimal configuration with the following configure options first: --disable-shared --disable-threads --disable-network --enable-transcoder-iconv --enable-msgloader-inmemory Boris -- Boris Kolpackov, Code Synthesis http://codesynthesis.com/~boris/blog Open-source XML data binding for C++ http://codesynthesis.com/products/xsd XML data binding for embedded systems http://codesynthesis.com/products/xsde Command line interface to C++ compiler http://codesynthesis.com/projects/cli
