
21 Jan
2006
21 Jan
'06
6:57 p.m.
compiling error: e:\Lib\boost_1_33_1\boost\config\auto_link.hpp(211) : fatal error C1189: #error : "Build options aren't compatible with pre-built libraries" After commenting out the code related to boost::regex, every thing seems to be OK. And after I disable linking to STLport by changing the include file searching order, it's also OK. Can anybody give me some hint on this?
You missed out the message that preceeds the error and says: "warning: STLPort debug versions are built with /D_STLP_DEBUG=1" If you build your application with /D_STLP_DEBUG=1 when building in debug mode then it will link OK. John.