Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-06-24 06:57:09


Hi Jonathan,
> I'm getting the following error when putting
>
> using rc ;
>
> in site-settings.jam:
>
> rc.jam: No such file or directory
> C:/Program Files/boost/tools/build\new\toolset.jam:21: in using
> warning: unknown rule rc.init
> ps: I have Boost 1?30 and I've checked with bjam --v2 --version that I was
> using version 2

Oops! There are two problems about it.

First is that recourse file support appeared after 1.30 was released.
Second is that even current version of rc.jam does not have 'init' rule.
I've just fixed the latter problem.

So, to use resource compiler you can
1. Get CVS version, or
2. Use Boost.Build V2 Milestone 4. In this case you should write "import rc ;"
instead of "using rc ;", as a workaround.

Information on downloading M4 and accessing CVS version can be found at

http://boost.sf.net/boost-build2

HTH,
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