Opened 10 years ago

Closed 10 years ago

#7298 closed Bugs (invalid)

bootstrap.bat fails for boost/trunk for msvc11 on windows7

Reported by: Joachim Faulhaber Owned by: Vladimir Prus
Milestone: To Be Determined Component: Building Boost
Version: Boost 1.52.0 Severity: Problem
Keywords: bootstrap boost.build bjam Cc:

Description

After installing visual studio 2012 release candidate on a new machine, a call of bootstrap.bat for boost/trunk failed:

  • Platform: windows7
  • Compiler: msvc-11.0 release candidate
  • Boost version: trunk (1.52.0)
    C:\Users\jofa\dev\boost\trunk>bootstrap.bat
    Building Boost.Build engine
    
    Failed to build Boost.Build engine.
    Please consult bootstrap.log for furter diagnostics.
    
    You can try to obtain a prebuilt binary from
    
       http://sf.net/project/showfiles.php?group_id=7586&package_id=72941
    
    Also, you can file an issue at http://svn.boost.org
    Please attach bootstrap.log in that case. 
    

Attachments (1)

bootstrap.log (8.5 KB ) - added by Joachim Faulhaber 10 years ago.

Download all attachments as: .zip

Change History (6)

by Joachim Faulhaber, 10 years ago

Attachment: bootstrap.log added

comment:1 by Vladimir Prus, 10 years ago

From the log, it seems that when we run "cl", it is unable to find even most basic C headers. Does it actually work from the command line at all?

comment:2 by Joachim Faulhaber, 10 years ago

Ok,

C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin
C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE

were missing from the path variable. After adding them, I can call "cl" from the command line. Still bootstrap.bat fails with the same bootstrap.log. cl can not find ctype.h which should be found in e.g.

C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include

Regards, Joachim

comment:3 by Joachim Faulhaber, 10 years ago

It looks as if the installation of msvc-11 rc on my machine is corrupt or incomplete. It's probably not a boost build problem. I'm trying a reinstallation. ...

Last edited 10 years ago by Joachim Faulhaber (previous) (diff)

comment:4 by Joachim Faulhaber, 10 years ago

... Problem solved after reinstallation. Sorry for the ticket.

comment:5 by Joachim Faulhaber, 10 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.