26 May
2007
26 May
'07
2:15 p.m.
on Thu May 24 2007, "Lawrence Spector"
I successfully was building Boost.Python extensions using bjam version 1 in Boost 1.33.1. Since the upgrade, I converted my Jamfile to Jamfile.v2 and am getting the following errors when I try to build:
bjam -sTOOLS=vc-8_0 -sBOOST_ROOT=C:\3rdparty\boost_1_34_0 -sBUILD=debug
error: Could not find parent for project at '.'
error: Did not find Jamfile or project-root.jam in any parent directory.
Here’s my Jamfile: --------------------------------
Here’s my Jamrules: --------------------------------
Any idea how to correct this?
Read up on Boost.Build v2; project-root and Jamrules are not supported anymore. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com