[xsd-users] Compiling with Rogue wave

Boris Kolpackov boris at codesynthesis.com
Thu Jan 18 10:49:39 EST 2007


Hi Kashyap,

Jani, Kashyap <kjani at thinkengine.net> writes:


>             I am trying to compile a c++ program which uses a file
> generated by xsd version 2.3.0 and rogue wave 9.

Which product of Rogue Wave are you using?


> The compilation works fine if I remove rogue wave include files
> from my make file, but as soon as I add include files I get this
> error.

You mean you remove the Rogue Wave include path from the g++ command
line? If so then it seems like when you add those includes you are
switching to their standard C++ library.


> /usr/include/xsd/cxx/tree/serialization.hxx:236: error: `boolalpha' is
> not a member of `std'

boolalpha is a standard iostream manipulator that should be there.
Can you check if the Rogue Wave product you are using includes
the standard C++ library implementation.


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/20070118/5cf15b81/attachment.pgp


More information about the xsd-users mailing list