Phlip wrote:
> Boosties:
>
> I have the issue listed here:
>
>
http://lists.boost.org/boost-users/2005/09/14187.php
>
> The conclusion is 'providing a stubbed
"setup.bat" will do the trick'.
>
> I don't know how to provide a stubbed setup.bat. The
presumption is
> msvc.jam will call _something_, so I must provide it.
>
> Do I put it in the same folder as vcvars32.bat?
>
> How do I put it on the bjam command line?
>
> bjam.exe "-sTOOLS=vc-7_1-stlport" stage
SETUP=setup.bat
The var that msvc-tools.jam uses to detect if you've run
the
vcvars32.bat changed for vc8, and msvc-tools.jam did not
change to
account for it. You can simulate it by adding:
-sMSVCDir=%VCINSTALLDIR%
To the bjam invocation. Which will prevent it from running
the
vcvars32.bat file for each command.
--
-- 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-build
a>
|