[LLVMbugs] [Bug 14789] New: Compile error building LLVM 3.2 on Ubuntu 12.10
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jan 2 16:27:02 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=14789
Bug #: 14789
Summary: Compile error building LLVM 3.2 on Ubuntu 12.10
Product: new-bugs
Version: 3.2
Platform: PC
OS/Version: Linux
Status: NEW
Severity: release blocker
Priority: P
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: morten.brodersen at contecint.com.au
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Trying to build LLVM 3.2 on Ubuntu 12.10. Getting the following compile error:
make[4]: Entering directory
`/home/morten/Projects/rls/depends/llvm-3.2/lib/ExecutionEngine'
llvm[4]: Compiling ExecutionEngine.cpp for Release+Asserts build
llvm[4]: Compiling ExecutionEngineBindings.cpp for Release+Asserts build
llvm[4]: Compiling TargetSelect.cpp for Release+Asserts build
TargetSelect.cpp: In member function ‘llvm::TargetMachine*
llvm::EngineBuilder::selectTarget()’:
TargetSelect.cpp:36:18: error: ‘LLVM_HOSTTRIPLE’ was not declared in this scope
I am building with the following options:
./configure --enable-jit --enable-shared --enable-optimized
--enable-targets=host
This all worked fine with LLVM 3.1. We have used LLVM in production since 2.7.
Thanks
Morten
--
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