Re: [boost] [serialization] [multi_index][cw-8_3] help request forregressions in CW 8.3 Windows

----- Mensaje original ----- De: David Abrahams <dave@boost-consulting.com> Fecha: Viernes, Febrero 24, 2006 5:38 pm Asunto: [boost] [serialization] [multi_index][cw-8_3] help request forregressions in CW 8.3 Windows
Joaquín Mª López Muñoz <joaquin@tid.es> writes:
Excuse my insistence, but I have no other way to try to fix current regressions in Boost.MultiIndex but to ask for external support. So I'm reposting my plea for help:
Hello,
Most current tests for Boost.MultiIndex under CW 8.3 in Windows fail at run time with the following:
Running 1 test case... unknown location(0): fatal error in "test_main_caller( argc, argv )": unknown type
*** 1 failure detected in test suite "Test Program"
EXIT STATUS: 201
(see for instance http://tinyurl.com/fqarz), compilation and building> having gone fine. As this is giving very little info, I'd be grateful if
someone with local access to CW 8.3 Windows (it is likely that Mac will also do) volunteer to do some exploration of the problem. If you are such volunteer, please contact me privately.
I tried it; I'm mostly seeing this:
cw.compile.c++ ..\..\..\bin.v2\libs\serialization\build\cw- 8.3\debug\basic_serializer_map.obj ### mwcc Compiler: # In: ..\..\..\boost\archive\detail\basic_serializer_map.hpp # From: ..\..\serialization\src\basic_serializer_map.cpp # --------------------------------------------------------- # 56: }; # Error: ^ # using implicit copy assigment for class with const or reference member ('boost::archive::detail::basic_serializer_map')
Errors caused tool to abort.
which is a problem in serialization. Aside from that all the tests are passing for me with cw-8.
Do you mean that multi_index/test_basic, for instance, passes? What could be then the reason for the discrepancy with http://tinyurl.com/fqarz? Are there maybe upgrades to the CW 8.3 compiler and your version differs from that of metacomm? Thanks for your input, Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

"JOAQUIN LOPEZ MU?Z" <joaquin@tid.es> writes:
cw.compile.c++ ..\..\..\bin.v2\libs\serialization\build\cw- 8.3\debug\basic_serializer_map.obj ### mwcc Compiler: # In: ..\..\..\boost\archive\detail\basic_serializer_map.hpp # From: ..\..\serialization\src\basic_serializer_map.cpp # --------------------------------------------------------- # 56: }; # Error: ^ # using implicit copy assigment for class with const or reference member ('boost::archive::detail::basic_serializer_map')
Errors caused tool to abort.
which is a problem in serialization. Aside from that all the tests are passing for me with cw-8.
Do you mean that multi_index/test_basic, for instance, passes?
With the enclosed patches to the serialization library, *all* multi_index tests pass.
What could be then the reason for the discrepancy with http://tinyurl.com/fqarz?
Outdated results?
Are there maybe upgrades to the CW 8.3 compiler and your version differs from that of metacomm?
My version reports: Metrowerks C/C++ Compiler for Windows/x86. (c) 1993-2002 Metrowerks Corp., Metrowerks, A Motorola Company All rights reserved. Version 3.0.3 build 343 (Build 0343) That's all I can tell you. -- Dave Abrahams Boost Consulting www.boost-consulting.com
participants (2)
-
David Abrahams
-
JOAQUIN LOPEZ MU?Z