$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Caisse (boost_at_[hidden])
Date: 2007-07-10 11:20:56
Vikas -
Thank you for replying with the solution.
-- ---------------------------------- Michael Caisse Object Modeling Designs www.objectmodelingdesigns.com Chauhan, Vikas wrote: > Thanks everyone ! > Actually my vcvars32.bat for MSVC8.0 was not executing correctly and > bjam was pointing to msvc6 compiler. This was because sometime back I > had changed the the system variable VS80COMNTOOLS from C:\Program > Files\Microsoft Visual Studio 8\Common7\Tools\ to "C:\Program > Files\Microsoft Visual Studio 8\Common7\Tools\" . The pair of quotes was > causing all the problem :) > > Cheers, > Vikas > >