
Nevermind. Robert Ramey Robert Ramey wrote:
looks like it didn't like the attachments. Try a smaller set
Robert Ramey wrote:
I recently upgraded my cygwin gcc compiler to version 4.3.4 from version 4.3.2 and now I've having problems compiling tests for the serialization library.
The problem shows up as a failure to link to std::basic_string
... This can be traced back to:
#ifndef BOOST_NO_STD_WSTRING ar & BOOST_SERIALIZATION_NVP(z); #endif
Which suggests to me that BOOST_NO_STD_WSTRING is not being defined even though it should be with this configuration.
I've run the config test - the results are atached.
I've looked through the config files and can't figure out how this could be different between the two versions 4.3.2 and 4.3.4.
Any help would be appreciated.
Robert Ramey