I am having trouble building libcpu on my Ubuntu 10.04 machine.
I followed the instructions in Getting Started in libcpu's wiki.
- Got LLVM-2.6 (did configure, make, and make install)
- Got CMake 2.8.0
- Installed other dependencies
When I execute make on libcpu, I get quite a lot of build errors.
To name a few :
1.) /libcpu/upcl/sema/expr_convert.cpp:30: error: call of overloaded 'fromInteger(long long unsigned int, long unsigned int)' is ambiguous
2.) /libcpu/libcpu/optimize.cpp:19: error: no matching function for call to 'llvm::FunctionPassManager::FunctionPassManager(llvm::Module*&)'