Re:Re: [boost] Boost Serialization Tests Status

Martin Wille wrote:
c) I don't think that gcc 2.95 can be used with the serialization library. The error messages seem to indicate this gcc doesn't have templated streams and the serialization library requires them. Perhaps some combination of gcc 2.95 - stlPort might work. I will exclude markup to skip the vanilla gcc 2.5 tests.
That's correct. The standard library implementation shipped with gcc-2 is very limit with respect to streams: no templates, no locales, etc.
I'll remove the intel-8 results again. This looks very much like there were stale .o files from the time when I didn't have enough disk space.
gcc-2 is not supported by Spirit. I planning to make Spirit 1.6.1 available for the tests.
Note that so far I know that spirit is only required for borland, msvc 6 and msvc 7.0. It's NOT needed for gcc 3.x. It might well be required for Intel 7.1 - I don't know. Robert Ramey

Robert Ramey wrote:
Martin Wille wrote:
gcc-2 is not supported by Spirit. I planning to make Spirit 1.6.1 available for the tests.
Note that so far I know that spirit is only required for borland, msvc 6 and msvc 7.0. It's NOT needed for gcc 3.x. It might well be required for Intel 7.1 - I don't know.
Thanks for the tip ;-) I was talking about gcc-2.95.3, which is not supported by Spirit 1.8 (you wrote about testing Serialization against gcc 2.95.3-stlport). Intel 7.1 works fine with Spirit. Regards, m

"Robert Ramey" wrote:
Note that so far I know that spirit is only required for borland, msvc 6 and msvc 7.0. It's NOT needed for gcc 3.x. It might well be required for Intel 7.1 - I don't know.
Spirit 1.8 works well with Intel C++ 7.0 plugged in VC6 IDE, with old Dinkumware. /Pavel
participants (3)
-
Martin Wille
-
Pavel Vozenilek
-
Robert Ramey