Boost logo

Boost Users :

From: John Maddock (john_at_[hidden])
Date: 2006-09-22 04:54:04


Don Agro wrote:
> Has anyone had any luck linking boost into an XCode application that
> is also using STLport ?
> I am using STLport 5.0.0 and boost 1.33.1
> Boost links in fine unless I also link in STLport then I have one
> undefined symbol...
>
> boost::signals::detail::signal_base::signal_base
> (boost::function2<bool, boost::signals::detail::stored_group,
> boost::signals::detail::stored_group,
> stlp_std::allocator<boost::function_base> > const&, boost::any const&)
>
> bjam build (with STLport at "/STLport-5.0.0"
> bjam -sSTLPORT_PATH="/" -sSTLPORT_VERSION="5.0.0" -sTOOLS="darwin"
>
> Any ideas ?

Just one: building Boost+STLport with bjam resuls in the debug versions of
the lib's being built with __STL_DEBUG defined. You might need to define
the same when building your app. But if that's not it, I'm stumped :-/

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