[cfe-dev] Build failure with MSVC 10

Kim Gräsman kim.grasman at gmail.com
Tue Mar 5 21:50:52 PST 2013


Hi Robert,

This bites me every time as well -- the LLVM build system assumes Python 2.
I put Python 2.7 ahead in the path in shells I use for LLVM/Clang, and it
works fine.

- Kim

On Wednesday, March 6, 2013, Robert Ankeney wrote:

> I'm trying to build Clang for Windows 7 with Visual Studio 2010.  With the
> command:
>
> C:\svn\build>cmake -DLIBXML2_LIBRARIES=C:\GetGnuWin32\gnuwin32\lib
> -LIBXML2_INCLUDE_DIR=C:\GetGnuWin32\gnuwin32\include\libxml2 -G "Visual
> Studio 10" ..\llvm
>
> I get:
> ...
> -- Found PythonInterp: C:/Python33/python.exe (found version "3.3")
> -- Constructing LLVMBuild project information
> -- Configuring incomplete, errors occurred!
> I'm using:
> cmake version 2.8.10.2
> python version 3.3.0
> gnuwin32 version 0.6.3
>
> What am I missing?
> Thanks!
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130306/b2d6f655/attachment.html>


More information about the cfe-dev mailing list