Boost logo

Boost-Build :

Subject: [Boost-build] Building boost with static STLPort libraries
From: Craig Henderson (cdm.henderson_at_[hidden])
Date: 2009-07-16 11:37:35


I am trying to compile Boost to use the static STLPort libraries, and am
having no success. Building with dynamic STL is working fine.

 

In diagnosing the problem, I have identified that _STLP_USE_DYNAMIC_LIB is
being defined somehow (by adding the code below to STLPort/config/host.h.

 

#if defined(_STLP_USE_DYNAMIC_LIB)

#error _STLP_USE_DYNAMIC_LIB already defined

#elif defined(_STLP_USE_STATIC_LIB)

#error _STLP_USE_STATIC_LIB already defined

#endif

 

Grepping the Boost header files I cannot find any definition, nor in the
.jam files. I assume I am missing something obvious - can someone point me
in the right direction, please?

 

Many thanks

-- Craig

 

Craig Henderson

 <http://craighenderson.co.uk/> http://www.craighenderson.co.uk

http://www.siteupdatenotification.com

 



Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk