Hi Ariel; > From: Ariel Constenla-Haile <arie...@apache.org>
> > On Thu, Sep 27, 2012 at 09:27:23AM -0700, Pedro Giffuni wrote: >> The big question here, at least for me, is why a boost update causes >> trouble to stlport and why it only affects Windows. > > Google lead me to > http://boost.2283326.n4.nabble.com/Can-t-build-boost-1-48-with-STLport-5-2-1-td4372308.html > > "My best guess is the /D_STLP_DEBUG define which enables enhanced > debugging magic (iterator validation etc.) which might not be binary > compatible with Boost." > Nice find! The debugging capabilities in stlport are indeed considered an important advantage over other implementations. According to OpenGrok we define that macro in STLport-4.5.patch and a bunch of other places. > The fanny thing is that _STLP_DEBUG is defined only for non pro build. > We may need some boost guru to find out what's happening. > Or an STLport guru. cheers, Pedro.