Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-10-10 08:52:40


Bojan Resnik wrote:

>> I have changed this code to use platform variables that bjam defines.
>> Can you update and try again?
>
> Python part is now passing correctly, now I have the following output:
> ---------------------
> Boost.Build V2 Python port (experimental)
> Starting Boost.Build V2/Python
> Importing 'foobar' to bjam
> Importing 'make' to bjam
> foobar called!
> ...found 5 targets...
> ...updating 1 target...
> Jamfile<E:\bb_python\python\tests\bjam\make>.copy bin\debug\a
> 'cp' is not recognized as an internal or external command,
> operable program or batch file.
>
> cp a.cpp bin\debug\a
>
> ...failed Jamfile<E:\bb_python\python\tests\bjam\make>.copy bin\debug\a...
> ...failed updating 1 target...
> ---------------------
>
> If I change 'cp' to 'copy' in Jamroot, the test passes correctly.

Yeah, it's the test itself that features a hardcoded 'cp'. It's
good to know the Python/jam part works, thanks for testing!

- 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