21 Oct
2008
21 Oct
'08
12:25 a.m.
Run the x64 Command Prompt for Visual Studio, not the normal one -- that will set the path differently so the 64-bit compiler is found. Build your own bjam rather than using a prebuilt binary by going to tools\jam\src and running build.bat. Then build Boost using your 64-bit bjam by running: tools\jam\src\bin.ntx86_64\bjam.exe --build-dir=c:\boost-build --build-type=complete toolset=msvc address-model=64 Add stage or install to the bjam commandline to have the resulting binaries put somewhere useful.