$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Achim Domma (achim.domma_at_[hidden])
Date: 2002-11-19 09:03:44
Hi,
how can I use bjam outside the boost source tree? In earlier versions I
could set BOOST_ROOT and everything worked fine, but since I updated to the
current cvs version this seems not to work anymore. If I try this simple
Jamfile
project-root ;
exe template_test :
main.cpp
:
;
bjam complains that boost-build.jam could not be found. It tells me, that it
searched from the current directory up to the root, so boost-build.jam of
course could not be found.
regards,
Achim