Okay, so I am on OSX, I am trying to install the LLVM library. Trying to compile their simple example (http://llvm.org/docs/tutorial/LangImpl7.html) I keep on getting a host of errors, the source of which is its not finding any of the included files ( #include "llvm/DerivedTypes.h" #include "llvm/ExecutionEngine/ExecutionEngine.h" #include "llvm/ExecutionEngine/JIT.h" #include "llvm/LLVMContext.h" #include "llvm/Module.h" #include "llvm/PassManager.h" #include "llvm/Analysis/Verifier.h" #include "llvm/Target/TargetData.h" #include "llvm/Target/TargetSelect.h" #include "llvm/Transforms/Scalar.h" #include "llvm/Support/IRBuilder.h" ) Any help? -- View this message in context: http://old.nabble.com/Installing-the-Library-tp29167350p29167350.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
On Jul 14, 2010, at 3:13 PM, MDMStudios wrote:> > Okay, so I am on OSX, I am trying to install the LLVM library. Trying to > compile their simple example (http://llvm.org/docs/tutorial/LangImpl7.html) > I keep on getting a host of errors, the source of which is its not finding > any of the included files ( > #include "llvm/DerivedTypes.h" > #include "llvm/ExecutionEngine/ExecutionEngine.h" > #include "llvm/ExecutionEngine/JIT.h" > #include "llvm/LLVMContext.h" > #include "llvm/Module.h" > #include "llvm/PassManager.h" > #include "llvm/Analysis/Verifier.h" > #include "llvm/Target/TargetData.h" > #include "llvm/Target/TargetSelect.h" > #include "llvm/Transforms/Scalar.h" > #include "llvm/Support/IRBuilder.h" ) > > Any help?Only if you tell us what you've done and how you've done it. -eric
Apparently Analagous Threads
- About Error: Interpreter has not been linked in
- About Error: Interpreter has not been linked in
- [LLVMdev] problems running JIT code on Mac 32-bit
- About Error: Interpreter has not been linked in
- [LLVMdev] [llvm-commits] [llvm] r160610 - /llvm/trunk/lib/ExecutionEngine/TargetSelect.cpp