Boost logo

Boost-Build :

From: Tim Slattery (Slattery_T_at_[hidden])
Date: 2006-12-11 09:23:33


Rene Rivera <grafikrobot_at_[hidden]> wrote:

>Tim Slattery wrote:
>
>> bjam "sTools=msvc" install
>
>That should be:
>
> bjam "-sTOOLS=msvc" install

Thanks. I looked over the "Getting started" page earlier today and saw
that. So I submitted this:

bjam "-sTools=msvc" install --prefix=d:\Boost > result.txt 2<&1

(the end bit collects all the output - including error messages - into
a file so I can see it)

The result was the same. I get lots of sets of lines like this:
vc-C++
bin\boost\libs\date_time\build\boost_date_time.dll\vc-7_1\release
vc-C++ \threading-multi\date_generators.obj
Command line error D2016 : '/Ze' and '/Za' command-line options are
incompatible

    
    "cl" /Zm800 -nologo /EHsc -c -DNDEBUG -DNDEBUG
-DBOOST_ALL_DYN_LINK=1 -DUSE_DATE_TIME_PRE_1_33_FACET_IO /Ogity /O2
/Gs /Ob2 /EHsc /GR /MD /Op /wd4675 /Zc:forScope /Zc:wchar_t
-I"bin\boost\libs\date_time\build"
-I"D:\PROGRA~1\MICROS~2\VC98\include" -I"D:\BoostSource\boost_1_33_1"
-Fo"bin\boost\libs\date_time\build\boost_date_time.dll\vc-7_1\release\threading-multi\date_generators.obj"
-Tp"D:\BoostSource\boost_1_33_1\libs\date_time\build\../src/gregorian/date_generators.cpp"

It looks to me like the command line doesn't even use the arguments
that the error message complains about.

--
Tim Slattery
Slattery_T_at_[hidden]


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