« Return to Thread: Problem building python helloworld with bjam

Re: Problem building python helloworld with bjam

by Jurko Gospodnetić :: Rate this Message:

Reply to Author | View in Thread

   Hi.
>  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";

   In Boost Jam scripts whitespace characters (spaces, tabs, new-lines,
etc...) are very imporant. For instance... you must have at least one
whitespace character before the trailing semicolon (;).

   Hope this helps.

   Best regards,
     Jurko Gospodnetić

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

 « Return to Thread: Problem building python helloworld with bjam