Re: Problem building python helloworld with bjam
> 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 (;).
Awesome! thanks a lot, it was definitely the whitespace that was causing my problems, but now it is trying to find Microsoft Platform SDK includes such as basetsd.h. I know where these are located on my machine, but how do I tell bjam where to look for them? (aka define additional include directories)