
I have MS VC++ 7.1 installed to the default location (C:\Program Files\Microsoft Visual Studio .NET 2003), O/S WinXPSP2 However, when I run Build.bat from the command line, it returns " \Utilities\Bin\x86 was unexpected at this time." This occurs if I let the script auto-detect and also if I specify the toolset as vc7. Can someone please steer me in the right direction? regards Chris Ward

in the start menu, open up visual studio command line tools. then all you've got do type is "bjam" and it'll build. On 6/12/05, Chris Ward <professorcad@hotmail.com> wrote:
I have MS VC++ 7.1 installed to the default location (C:\Program Files\Microsoft Visual Studio .NET 2003), O/S WinXPSP2
However, when I run Build.bat from the command line, it returns " \Utilities\Bin\x86 was unexpected at this time."
This occurs if I let the script auto-detect and also if I specify the toolset as vc7.
Can someone please steer me in the right direction?
regards
Chris Ward _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
-- Cory Nelson http://www.int64.org

"Chris Ward" <professorcad@hotmail.com> writes:
I have MS VC++ 7.1 installed to the default location (C:\Program Files\Microsoft Visual Studio .NET 2003), O/S WinXPSP2
However, when I run Build.bat from the command line, it returns " \Utilities\Bin\x86 was unexpected at this time."
This occurs if I let the script auto-detect and also if I specify the toolset as vc7.
Can someone please steer me in the right direction?
Please post the *entire* output you get from invoking build.bat; with that, we may be able to help. -- Dave Abrahams Boost Consulting www.boost-consulting.com
participants (3)
-
Chris Ward
-
Cory Nelson
-
David Abrahams