
30 Sep
2004
30 Sep
'04
5:55 p.m.
"John Torjo" <john.lists@torjo.com> wrote in message news:415C4CF4.8070509@torjo.com...
Hi all,
I finally installed vc8 beta.
It seems that vc8-tools.jam has the path to the binary MSVC tools wrong:
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...
Same on my system. Jonathan