[serialization] current CVS not working for CW

Hello, None of the CW compilers being tested seems able to build the serialization lib against the current CVS. I seem to recall there were no problems of this kind a month ago or so. I know the author's probably aware of this, just wanted to know about the status of this problem. Thank you, Joaquín M López Muñoz Telefónica, Investigacion y Desarrollo

Serialization library fails to build with CW. I'ts been going on for a long time. I'm aware of it. There three combinations and all fail - though seemngly for different reasons. I don't believe these issues can be addressed by changing the code in the seiralizaiton library.I don't know what to do about it. I've mentioned it more than once. Robert Ramey Joaquín Mª López Muñoz wrote:
Hello,
None of the CW compilers being tested seems able to build the serialization lib against the current CVS. I seem to recall there were no problems of this kind a month ago or so. I know the author's probably aware of this, just wanted to know about the status of this problem.
Thank you,
Joaquín M López Muñoz Telefónica, Investigacion y Desarrollo
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Robert Ramey <ramey <at> rrsd.com> writes:
Serialization library fails to build with CW. I'ts been going on for a long time. I'm aware of it. There three combinations and all fail - though seemngly for different reasons. I don't believe these issues can be addressed by changing the code in the seiralizaiton library.I don't know what to do about it. I've mentioned it more than once.
Robert Ramey
Well, seems like the problem with cw-9_3-darwin lies inside Spirit (Joel?) As for cw-9_4 and cw-8_3, the error message is nonexistent! http://tinyurl.com/3lr4k http://tinyurl.com/6w7uw I don't know, maybe one of the testers for these platforms can take a look at the console to see what's going on, cause somehow what appears on the regression reports is not informative at all. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

Joaquin M Lopez Munoz wrote:
As for cw-9_4 and cw-8_3, the error message is nonexistent!
http://tinyurl.com/3lr4k http://tinyurl.com/6w7uw
I don't know, maybe one of the testers for these platforms can take a look at the console to see what's going on, cause somehow what appears on the regression reports is not informative at all.
I'll check this weekend on CW-8.3 to see why it's "so informative" :-) -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq

Rene Rivera wrote:
Joaquin M Lopez Munoz wrote:
As for cw-9_4 and cw-8_3, the error message is nonexistent!
http://tinyurl.com/3lr4k http://tinyurl.com/6w7uw
I don't know, maybe one of the testers for these platforms can take a look at the console to see what's going on, cause somehow what appears on the regression reports is not informative at all.
I'll check this weekend on CW-8.3 to see why it's "so informative" :-)
Here's what I see.. The src/xml_oarchive.cpp failure is not present. It compiles just fine. There are other errors though: cw-C++-action ..\..\..\bin\boost\libs\serialization\build\libboost_serialization.lib\cw-8_3\debug\runtime-link-static\threading-multi\binary_iarchive.obj ### mwcc Compiler: # In: ..\..\..\boost\archive\impl\basic_binary_iarchive.ipp # From: ..\src\binary_iarchive.cpp # ----------------------------------- # 71: basic_iarchive::init(input_library_version); # Error: ^ # function call '[boost::archive::basic_binary_iarchive].init({lval} boost::archive::version_type)' does not match # 'boost::archive::detail::basic_iarchive::init(unsigned int)' (non-static) cw-C++-action ..\..\..\bin\boost\libs\serialization\build\libboost_serialization.lib\cw-8_3\debug\runtime-link-static\threading-multi\text_iarchive.obj ### mwcc Compiler: # In: ..\..\..\boost\archive\impl\basic_text_iarchive.ipp # From: ..\src\text_iarchive.cpp # --------------------------------- # 71: basic_iarchive::init(input_library_version); # Error: ^ # function call '[boost::archive::basic_text_iarchive].init({lval} boost::archive::version_type)' does not match # 'boost::archive::detail::basic_iarchive::init(unsigned int)' (non-static) ### mwcc Compiler: # In: ..\..\..\boost\archive\impl\text_iarchive_impl.ipp # ----------------------------------------------------------- # 118: this->basic_text_iarchive<Archive>::init(); # Error: ^ # '(' expected ### mwcc Compiler: # 118: this->basic_text_iarchive<Archive>::init(); # Error: ^^^^ # illegal use of type-name # (instantiating: 'boost::archive::text_iarchive_impl<boost::archive::text_iarchive>::text_iarchive_impl(std::basic_istream<char, std::char_traits<char>> &, unsigned int)') cw-C++-action ..\..\..\bin\boost\libs\serialization\build\libboost_serialization.lib\cw-8_3\debug\runtime-link-static\threading-multi\text_oarchive.obj ### mwcc Compiler: # In: ..\..\..\boost\archive\impl\text_oarchive_impl.ipp # From: ..\src\text_oarchive.cpp # --------------------------------- # 110: this->basic_text_oarchive<Archive>::init(); # Error: ^ # '(' expected ### mwcc Compiler: # 110: this->basic_text_oarchive<Archive>::init(); # Error: ^^^^ # illegal use of type-name # (instantiating: 'boost::archive::text_oarchive_impl<boost::archive::text_oarchive>::text_oarchive_impl(std::basic_ostream<char, std::char_traits<char>> &, unsigned int)') -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq
participants (4)
-
Joaquin M Lopez Munoz
-
Joaquín Mª López Muñoz
-
Rene Rivera
-
Robert Ramey