Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-07-28 00:21:46


On Tuesday 26 July 2005 13:18, luoyi_ly wrote:

> ****************************jamfile*********************************
> exe mymain : main.cxx
> D:/C++/boost_1_32_0/libs/test/build//boost_unit_test_framework
>
> : <include>D:/C++/boost_1_32_0
>
> ;
>
> stage build : mymain
>
> : <traverse-dependencies>on <include-type>EXE <include-
>
> type>DLL
> ;
> ****************************jamfile*********************************
>
> and after I try *bjam release*, I get the following err:

Do you mean that everything work if you do "bjam", but does not work with
"bjam release"? That's how your message sounds, but OTOH, it's not likely --
if "release" breaks thing, the error message should be different.

>
> ****************************errinfo*********************************
> error: Unable to find file or target named
> error: 'D:/C++/boost_1_32_0/libs/test/build//boost_unit_test_frame
> work'
> error: referred from project at
> error: '.'

I suggest you try the current nightly build. I recally I fixed some problems
with absolute names on Windows.

- Volodya

-- 
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build V2: http://boost.org/boost-build2
 

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