Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2006-01-21 13:57:26


>> 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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk