Boost logo

Boost Users :

From: chris briscoe (chris_at_[hidden])
Date: 2008-01-05 13:36:23


Hi, whitespace was an issue - thanks.

using this command: bjam --with-regex stage msvc-9.0 didn't work, produced
a lot of output
then appeared to skip everything for lack of stage\lib.

I tried this from the boost root

C:\Program Files\boost\boost_1_34_1> bjam ^
More? --build-dir=C:\temp\build-boost ^
More? --toolset=msvc-9.0 stage

this ground away for an age producing reams of output and finished with the
result attached.

Still don't seem to be there.

Thanks
Chris

----- Original Message -----
From: "John Maddock" <john_at_[hidden]>
To: <boost-users_at_[hidden]>
Sent: Friday, January 04, 2008 7:24 PM
Subject: Re: [Boost-users] cannot build the regex example in visual c++ 2008

> chris briscoe wrote:
>> Hi,
>> thanks very much for responding.
>> I have followed your instructions but so far can't get it to work.
>>
>> running bjam as below gives a message:
>> msvc:9.0:C:/microsoft..../bin/cl.exe.jam: Invalid argument
>> and :
>> rule msvc:9.0:c:/micro..../cl.exe.init unknown in module toolset
>> then appears to drop through with a number of in (various modules)
>> messages.
>>
>> Would greatly appreciate your help.
>
> Please post the complete error messages, plus your user-config.jam
> changes,
> otherwise it's hard to say. However... at a guess it appears that there
> isn't any whitespace between the arguments in your user-config.jam.
> Unfortunately bjam insists on whitespace around separators like ":" so:
>
> using msvc :9.0:path-to-cl;
>
> will *not* work, but:
>
> using msvc : 9.0 : path-to-cl ;
>
> will.
>
> HTH, John.
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>



Capture.JPG

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net