[xsd-users] Compiling with Rogue wave

Jani, Kashyap kjani at ThinkEngine.Net
Wed Jan 17 19:12:49 EST 2007


Hello,

            I am trying to compile a c++ program which uses a file
generated by xsd version 2.3.0 and rogue wave 9. 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. 

 

/usr/include/xsd/cxx/tree/serialization.hxx: In function `void
xercesc_2_7::operator<<(xercesc_2_7::DOMElement&, bool)':

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

/usr/include/xsd/cxx/tree/serialization.hxx: In function `void
xercesc_2_7::operator<<(xercesc_2_7::DOMAttr&, bool)':

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

/usr/include/xsd/cxx/tree/serialization.hxx: In function `void
xercesc_2_7::operator<<(xercesc_2_7::DOMElement&, long double)':

/usr/include/xsd/cxx/tree/serialization.hxx:296: error: `fixed' is not a
member of `std'

/usr/include/xsd/cxx/tree/serialization.hxx: In function `void
xercesc_2_7::operator<<(xercesc_2_7::DOMAttr&, long double)':

/usr/include/xsd/cxx/tree/serialization.hxx:308: error: `fixed' is not a
member of `std'

 

 

I would really appreciate if any one have encountered the same problem
and can comment on this.

 

I am using gcc

 

Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-java-awt=gtk
--host=i386-redhat-linux

Thread model: posix

gcc version 3.4.5 20051201 (Red Hat 3.4.5-2)

 

 

Regards,

Kashyap Jani




More information about the xsd-users mailing list