Boost logo

Boost :

From: Victor A. Wagner Jr. (vawjr_at_[hidden])
Date: 2004-10-01 03:22:00


At Thursday 2004-09-30 11:14, you wrote:
>Hi all,
>
>I finally installed vc8 beta.
>
>It seems that vc8-tools.jam has the path to the binary MSVC tools wrong:

it's vc8.0-tools.jam
and I thought we'd addressed those problems by referencing off the
environment variable
VS80COMNTOOLS
which is on both of my systems on which Visual Studio 2005 beta is installed.

>It is:
>
>VC80_ROOT ?= $(ProgramFiles:J=" ")"\\Microsoft Visual Studio .NET
>Whidbey\\VC7" ;
>
>But I think it should be:
>
>VC80_ROOT ?= $(ProgramFiles:J=" ")"\\Microsoft Visual Studio 8\\VC" ;
>
>At least that's what's needed on my machine...
>
>As a side note, I got a lot of warnings:
>
>cl : Command line warning D9035 : option 'GX' has been deprecated and will
>be re
>moved in a future release
>cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
>
>
>
>Best,
>John
>
>
>
>
>--
>John Torjo
>-- john_at_[hidden]
>
>Contributing editor, C/C++ Users Journal
>-- "Win32 GUI Generics" -- generics & GUI do mix, after all
>-- http://www.torjo.com/win32gui/
>-- v1.4 - save_dlg - true binding of your data to UI controls!
> + easily add validation rules (win32gui/examples/smart_dlg)
>
>_______________________________________________
>Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
>

Victor A. Wagner Jr. http://rudbek.com
The five most dangerous words in the English language:
               "There oughta be a law"


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