Re: Problem building python helloworld with bjam
Thanks for your reply,
I changed:
use-project boost
C:/Program Files/boost/boost_1_35_0;
To:
use-project boost
: "C:/Program Files/boost/boost_1_35_0";
however i'm still getting the same errors, do i need to change this line at all? I'm not sure what its looking for.
project
: requirements <library>/boost/python//boost_python ;