Re: Problem building python helloworld with bjam
Alright, I solved my problem, it was not in bjam, it was a setup issue with the command line version of msvc. If anyone is interested, all I had to do was go to:
C:\Program Files\Microsoft Visual Studio 8\Common7\Tools
open vsvars32.bat and add the following directory to the include paths
C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include
Thanks for everyone's help!