Boost logo

Boost-Build :

From: Timothy Graupmann (tgraupmann_at_[hidden])
Date: 2006-10-29 18:43:12


Hey Guru's, I'm trying to build boost and I just get a crash from bjam. I use this build script: ============ @echo off call "%VS80COMNTOOLS%\vsvars32.bat" path = %path%;%cd%\boost-jam SET INCLUDE=%VCINSTALLDIR%\PlatformSDK\Include;%INCLUDE% SET LIB=%VCINSTALLDIR%\PlatformSDK\Lib;%LIB% SET PATH=%VCINSTALLDIR%\PlatformSDK\Bin;%PATH% cd boost bjam.exe -sTOOLS=vc-8_0 none cd .. SET pause ============ I'm using Windows XP. I have Boost-Jam 3.1.13. I'm trying to build Boost 1.33.1. I'm using MS Visual Studio 2005 Express. I installed the Platform SDK per the directions here: http://www.boost.org/more/getting_started.html The command I'm using is: bjam.exe -sTOOLS=vc-8_0 none The crash error that I get is not specific. AppName: bjam.exe AppVer: 0.0.0.0 ModName: bjam.exe ModVer: 0.0.0.0 Offset: 0001f2fa I attached the error report. Are the 2005 libraries for boost posted anywhere I can just download? Thanks, ~Tim



Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk