[LLVMbugs] [Bug 7711] New: CMake configure fails in 2.8svn
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Jul 25 14:25:19 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7711
Summary: CMake configure fails in 2.8svn
Product: Build scripts
Version: trunk
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P
Component: cmake
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nobled at dreamwidth.org
CC: llvmbugs at cs.uiuc.edu
SVN: r109373
Using CMake 2.8.1's GUI tool on Windows, I can configure and generate build
files for Visual Studio 2010 just fine with LLVM 2.7, but not with 2.8svn.
The 'Configure' step failed with this:
--
Check for working C compiler using: Visual Studio 10
Check for working C compiler using: Visual Studio 10 -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler using: Visual Studio 10
Check for working CXX compiler using: Visual Studio 10 -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
CMake Error: File C:/llvm-2.8svn-p1/include/llvm/Config/Targets.def.in does not
exist.
CMake Error at CMakeLists.txt:120 (configure_file):
configure_file Problem configuring file
CMake Error at CMakeLists.txt:134 (include):
include could not find load file:
AddLLVMDefinitions
CMake Error at CMakeLists.txt:165 (include):
include could not find load file:
config-ix
Warning: -fPIC not supported.
CMake Error at CMakeLists.txt:192 (add_llvm_definitions):
Unknown CMake command "add_llvm_definitions".
Configuring incomplete, errors occurred!
--
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list