Boost Build for 1.34 and MSVC default toolset

Hi, In the current Boost 1.33.1, vc-7_1 seems to be the default tooset and I had to explicitely use vc-8_0 to get it going for VS2005. However has this now been changed for Boost 1.34 so that vc-8_0 should be the default toolset, can someone please confirm this? Thanks Shams

Shams wrote:
Hi,
In the current Boost 1.33.1, vc-7_1 seems to be the default tooset and I had to explicitely use vc-8_0 to get it going for VS2005.
However has this now been changed for Boost 1.34 so that vc-8_0 should be the default toolset, can someone please confirm this?
There is no default for 1.34, which will be using Boost.Build v2. The default ends up being whatever you set up to build with. -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo

Hi, For msvc, do you mean that I will now have to specify toolset on the command line after running "vcvarsall.bat" eg. "bjam vc-8_0" or can I simply run just "bjam". Like in Fedora 5 bjam works well with with gcc. I only have to run "bjam" and everything builds just fine. Thanks Shams ----- Original Message ----- From: "Rene Rivera" <grafikrobot@gmail.com> Newsgroups: gmane.comp.lib.boost.devel Sent: Wednesday, October 18, 2006 3:06 AM Subject: Re: Boost Build for 1.34 and MSVC default toolset
Shams wrote:
Hi,
In the current Boost 1.33.1, vc-7_1 seems to be the default tooset and I had to explicitely use vc-8_0 to get it going for VS2005.
However has this now been changed for Boost 1.34 so that vc-8_0 should be the default toolset, can someone please confirm this?
There is no default for 1.34, which will be using Boost.Build v2. The default ends up being whatever you set up to build with.
-- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Hi Shams, On 10/18/06, Shams <shams@orcon.net.nz> wrote:
For msvc, do you mean that I will now have to specify toolset on the command line after running "vcvarsall.bat" eg. "bjam vc-8_0" or can I simply run just "bjam".
Not really. What you'd need to do is to edit tools/build/v2/user-config.jam and uncomment the line which says `using msvc'.
Like in Fedora 5 bjam works well with with gcc. I only have to run "bjam" and everything builds just fine.
That's because Boost.Build v2 defaults to using gcc. The documentation should give you more hints about how to use BBv2. -- Dean Michael C. Berris C++ Software Architect Orange and Bronze Software Labs, Ltd. Co. web: http://software.orangeandbronze.com/ email: dean@orangeandbronze.com mobile: +63 928 7291459 phone: +63 2 8943415 other: +1 408 4049532 blogs: http://mikhailberis.blogspot.com http://3w-agility.blogspot.com http://cplusplus-soup.blogspot.com
participants (3)
-
Dean Michael Berris
-
Rene Rivera
-
Shams