Boost logo

Boost Users :

Subject: Re: [Boost-users] Why does auto_link.hpp assume that debug versions of STLPort are built with _STLP_DEBUG?
From: John Maddock (john_at_[hidden])
Date: 2009-08-06 04:17:36


> Subj. Is there a [relatively non-invasive] way to break this dependency?
> As far as I can tell, STLPort itself makes no such assumption and
> builds in non-_STLP_DEBUG mode by default. I cannot use _STLP_DEBUG mode
> for other reasons...
>
> The platform is Windows Mobile 5, Visual Studio 2008 (VC9)

It's to match what Boost.Build builds when you're using STLPort. If you're
not using the Boost.Build built binaries then you might just as well disable
auto-linking by defining BOOST_ALL_NO_LIB.

HTH, John.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net