« Return to Thread: Problem building python helloworld with bjam

Re: Problem building python helloworld with bjam

by Vladimir Prus :: Rate this Message:

Reply to Author | View in Thread

On Thursday 10 July 2008 21:15:38 FoxMulder900 wrote:

> I have also modified the Jamroot file in the example directory to contain:
> use-project boost
>   C:/Program Files/boost/boost_1_35_0;

This should be

  use-project boost : "C:/Program Files/boost/boost_1_35_0" ;

Note:
- ":" used to separate parameters
- quoting
- whitespace before ";"

- Volodya
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build

 « Return to Thread: Problem building python helloworld with bjam