Boost logo

Boost-Build :

From: Austin Robison (austin_at_[hidden])
Date: 2005-08-18 13:58:15


Thanks for the quick reply. The nightly build I just downloaded does in
fact fix the problem. I have one more small question, though. I have a
problem performing a clean build on a project which specifies <file>
dependencies. The jamfile is set up something like:

lib zlibLib
:
:
<variant>_debug,<toolset>pc:<file>$(pczlibdir)/$(debugdir)/LFP_zlib_d.a

<variant>_release,<toolset>pc:<file>$(pczlibdir)/$(releasedir)/LFP_zlib_r.a
...

exe Foo
: src_list zlibLib
: <variant>_debug
<toolset>ps2:<library-path>$(ps2networkdir)/$(debugdir)
...

Building works just fine, but when I specify clean as the target, if the
file specified in the library does not exists (perhaps has been cleaned
itself) bjam punts, complaining about not being able to find the file. Is
the incorrect syntax, or is there a more appropriate way to tell Foo that it
is dependant on the library file?

Thanks again,
Austin

----- Original Message -----
From: "Vladimir Prus" <ghost_at_[hidden]>
To: <jamboost_at_[hidden]>
Sent: Wednesday, August 17, 2005 11:37 PM
Subject: Re: [jamboost] Implicit Dependency Problem

> Hi Austin,
> > Hi all,
> >
> > I'm having some problems with implicit dependencies not functioning
> > properly with .c files. The system does not appear to detect changes in
> > header files, though works just fine for c++ code.
>
> I believe this is an unfortunate bug in M10. It was fixed on 2005-04-04,
so
> I suggest you to try the nightly build of V2:
http://boost.org/boost-build2
>
> HTH,
> Volodya
>
> --
> Vladimir Prus
> http://vladimir_prus.blogspot.com
> Boost.Build V2: http://boost.org/boost-build2
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>

 


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