Boost logo

Boost-Build :

From: Emil Dotchevski (emildotchevski_at_[hidden])
Date: 2006-04-18 20:30:28


Hello,

I have problems running como with boost-build. My site-config.jam looks like
this:

import toolset : using ;
using msvc : 8.0 ;
using msvc : 7.1 ;
using gcc ;
using como-win ;

I am able to use MSVC 7.1/8.0, as well as GCC under cygwin with no problems,
but trying to use como gives me this output from boost-build:

C:/code/bin/boost-build/kernel\modules.jam:66: in modules.call-in
rule como-winc.archive unknown in module como-winc.
C:/code/bin/boost-build/util\indirect.jam:82: in indirect.call
C:/code/bin/boost-build/build\virtual-target.jam:700: in
object(action)@152.actualize
C:/code/bin/boost-build/build\virtual-target.jam:273: in actualize-action
C:/code/bin/boost-build/build\virtual-target.jam:458: in
actualize-no-scanner
C:/code/bin/boost-build/build\virtual-target.jam:110: in
object(file-target)@153.actualize
C:/code/bin/boost-build\build-system.jam:373: in load
C:\code\bin\boost-build\kernel\modules.jam:261: in import
C:\code\bin\boost-build\kernel\bootstrap.jam:121: in boost-build
C:\code\bin\boost-build.jam:6: in module scope

I am using the nightly build of boost-build, downloaded at around 5PM
Pacific time today, 4/18/2006. My bjam.exe has been built perhaps a month
ago.

So am I doing something wrong, or is this a bug in boost-build?

Thanks,
Emil


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