All pastes #2109567 Raw Edit

Something

public text v1 · immutable
#2109567 ·published 2012-02-04 03:03 UTC
rendered paste body
C:\clay\build>cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DLLVM_DIR=c
:\llvm-3.0\build ..
-- The C compiler identification is MSVC
-- The CXX compiler identification is MSVC
-- Check for CL compiler version
-- Check for CL compiler version - 1600
-- Check if this is a free VC compiler
-- Check if this is a free VC compiler - no
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio
10.0/VC/bin/amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio
10.0/VC/bin/amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studi
o 10.0/VC/bin/amd64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studi
o 10.0/VC/bin/amd64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Could NOT find Subversion (missing:  Subversion_SVN_EXECUTABLE)
-- Found Git: C:/Program Files (x86)/Git/cmd/git.cmd
-- Could NOT find PythonInterp (missing:  PYTHON_EXECUTABLE)
-- Looking for clang_getTypedefDeclUnderlyingType
-- Looking for clang_getTypedefDeclUnderlyingType - not found.
-- libclang is either missing or needs to be patched to support
-- bindgen. bindgen will not be built. Try applying the patch in
-- tools/libclang.diff to the Clang source.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/clay/build

C:\clay\build>nmake

Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
Copyright (C) Microsoft Corporation.  All rights reserved.

Scanning dependencies of target clay
[  4%] Building CXX object compiler/src/CMakeFiles/clay.dir/analyzer.cpp.obj
analyzer.cpp
c:\clay\compiler\src\clay.hpp(29) : fatal error C1083: Cannot open include file:
 'llvm/ADT/Triple.h': No such file or directory
NMAKE : fatal error U1077: 'C:\PROGRA~2\MICROS~1.0\VC\bin\amd64\cl.exe' : return
 code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0
\VC\Bin\amd64\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0
\VC\Bin\amd64\nmake.exe"' : return code '0x2'
Stop.

C:\clay\build>