|
Boost-Build : |
From: Rene Rivera (grafik.list_at_[hidden])
Date: 2003-12-21 15:59:24
rameysb wrote:
> Below I show my screen output for when I try to
> test the boost file system module. I set the
> current working directoy to libs/filesystem/test
> and invoke the following. It seems to me that
> I've been having this problem since early november.
> I've recently refreshed my CVS tree and downloaded
> the latest prebuilt version of bjam.
>
> Can anyone help me with this?
>
> Robert Ramey
>
> $ bjam test --dump-test -sTOOLS=vc7
It's because you have to put the options before the "arguments". The argument
here is "test", which is the target to build. Try this instead:
$ bjam --dump-test -sTOOLS=vc7 test
-- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera_at_[hidden] - grafik_at_[hidden] - 102708583_at_icq
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