Boost logo

Boost :

From: Michael Caisse (boost_at_[hidden])
Date: 2007-05-14 02:45:12


¹ù³¿ wrote:
> Hi all:
> I catch a build error on build boost_1_34_0.
> I used bjam to build the libs: bjam -sTOOLS=vc-7_1 stage
> My PC si IBM ThinkPad R40e, and I install the window XP(SP2,englis version,I used the China PRC as the default Language) as OS.I used Microsoft Visual Studio .NET 2003 as the build environment. On my PC, I install the python 2.5.
> I copy the information follow when I get the error:
>
> ------------------------------------------------------------------------
> D:\STLDIR\boost_1_34_0>bjam -sTOOLS=vc-7_1 stage
>
>
For starts, you are using the old commandline format. BBv2 conventions are
different. Open the index.htm in the root directory and follow the
"Getting Started Guide" link. Your command should look more like this:

     bjam --build-dir=%TEMP%\build-boost --toolset=msvc stage

Regards -

-- 
----------------------------------
Michael Caisse
Object Modeling Designs
www.objectmodelingdesigns.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk