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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to