|
Boost Users : |
From: Lawrence Spector (Lawrence.Spector_at_[hidden])
Date: 2006-11-27 09:48:06
Hello all. Quick question on boost-jam, because I couldn't get it work
right on my system. When I went into the
$BOOST_ROOT_DIR\libs\python\example\tutorial directory and build as
follows:
bjam -sTOOLS=vc-7_1
It built with no problems.
I then took the tutorial example and moved it outside the boost tree. I
edited the Jamrules so that:
path-global BOOST_ROOT : ../../../.. ;
became:
path-global BOOST_ROOT : $(BOOST_ROOT_DIR) ;
and left all else the same. However when I built, it complained that it
couldn't find boost-build.jam.
Any ideas what might be missing/not set up right, or if I missed a step?
Thanks so much,
Lawrence
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net