hi,
When I try to compile the serialization library, Iam getting the following error,
"cl" /Zm800 -nologo /EHsc -c -DNDEBUG -DNDEBUG -DBOOST_TEST_NO_AUTO_LINK=1 /Ogity /O2 /Gs /Ob2 /EHsc /GR /MT -Gy -I"bin\boost\libs\serialization\build" -I"d:\DEVSTU~1.0\Common\include" -I"E
\boost_1_32_0" -Fo"bin\boost\libs\serialization\build\libboost_wserialization.lib\msvc\release\runtime-link-static\threading-multi\xml_wgrammar.obj" -Tp"E:\boost_1_32_0\libs\serialization\build\..
src/xml_wgrammar.cpp"
..failed vc-C++ bin\boost\libs\serialization\build\libboost_wserialization.lib\msvc\release\runtime-link-static\threading-multi\xml_wgrammar.obj...
c-C++ bin\boost\libs\serialization\build\libboost_wserialization.lib\msvc\release\runtime-link-static\threading-multi\xml_wiarchive.obj
ml_wiarchive.cpp
:\boost_1_32_0\boost/spirit/core/config.hpp(56) : fatal error C1189: #error : "Compiler not supported. See note in <boost/spirit/core/config.hpp>"
If you look at config.cpp it is mentioned vc6 is not supported. How to overcome this?
--annamalai