« Return to Thread: Problem building python helloworld with bjam

Re: Problem building python helloworld with bjam

by FoxMulder900 :: Rate this Message:

Reply to Author | View in Thread


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 ;

 « Return to Thread: Problem building python helloworld with bjam