Boost logo

Boost-Build :

From: ìÉÔ×ÉÎÅÎËÏ ëÏÎÓÔÁÎÔÉÎ (darkangel_at_[hidden])
Date: 2004-10-06 01:19:38


Hello, All!

I'm trying to build v2 example using Kylix, but bjam says

D:/Projects/C++/boost/tools/build/v2/build\toolset.jam:29: in using
rule kylix.init unknown in module toolset.
D:/Projects/C++/boost/tools/build/v2/.\user-config.jam:30: in modules.load
D:/Projects/C++/boost/tools/build/v2\build-system.jam:56: in load
D:\Projects\C++\boost\tools\build\v2\example\..\kernel\modules.jam:259: in
import
D:\Projects\C++\boost\tools\build\v2\example\..\kernel\bootstrap.jam:120: in
boost-build
D:\Projects\C++\boost\tools\build\v2\example\boost-build.jam:2: in module
scope

When I define init rule in kylix.jam in this way:

rule init ( version ? : command * )
{
borland.init version : command ;
}

errors from bjam become more cryptic that I can handle :(((.
And second question. I have library that contain version.cpp where I
define version info and build timestamp. I want to v2 somehow recompile
version.cpp each time some sources of lib need has to be recompiled.

P.S.
Sorry about my English :).

With best regards.

 


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