Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-02-21 04:46:01


On Tuesday 21 February 2006 12:27, Reece Dunn wrote:
> Vladimir Prus wrote:
> >On Saturday 11 February 2006 21:46, Reece Dunn wrote:
> > > Alexey Pakhunov wrote:
> > > >Reece Dunn wrote:
> > > >>error: failed to build ../libs/iostreams/build/boost_zlib with
> >
> >properties
> >
> > > I have tracked this one down. The attached iostreams.diff fixes that
> >
> >issue.
> >
> >Hi Reece,
> >I've comitted this fix, along with another one that makes all those
> >configuration variables actually used -- previously, the Jamfile.v2 was
> >looking at local version that were never set.
> >
> >Hope this will clean up this part.
>
> Nearly... the attached diff file should fix things. The $($(LIB)_INCLUDE)
> was missing a not operator before it. Adding that, everything works.
>
> - if [ os.name ] = NT && ! $($(LIB)_SOURCE) && $($(LIB)_INCLUDE)
> + if [ os.name ] = NT && ! $($(LIB)_SOURCE) && ! $($(LIB)_INCLUDE)

Applied, thanks!

>
> I am running the tests now, so should have the results tonight. Then, I'll
> be able to run them more frequently (once every day).

Great. But I recall you mentioned you can also run tests with CW? Can you try
doing that, as MSVC is in decent shape already (at least in Alexey's
testing), while CW is not covered at all.

Thanks,
Volodya


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