At 12:31 PM 1/17/2003, Ronald Garcia wrote:

>When I run
>./process_jam_log < bin\bjam.log
>
>I get the error:
>
>Usage: bjam [bjam-args] | process_jam_log [locate-root]
> locate-root is the same as the bjam ALL_LOCATE_TARGET
> parameter, if any. Default is boost-root.
>no errors detected
>
>So instead I ran:
>
>./process_jam_log $BOOST_ROOT < bin/bjam.log
>no errors detected
>
>This just might be a nit with the docs (needing to explicitly supply
>BOOST_ROOT on the command line)?

You only need to explicitly specify BOOST_ROOT if you are in a directory different from boost-root/status.

I will do some more work on the docs, however. They need to be updated to show how to use the tests with ALL_LOCATE_TARGET, which is a cleaner way to run them.

--Beman



_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to