Samuel Crow
2010-Dec-29 19:17 UTC
[LLVMdev] Latest trunk fails to build on Mac using CMake and Eclipse
[ 96%] Checking for cyclic dependencies between LLVM libraries. cd /Users/samuraicrow/Documents/workspace/llvm-trunk-build/tools/llvm-config && "/Applications/CMake 2.8-3.app/Contents/bin/cmake" -E remove -f /Users/samuraicrow/Documents/workspace/llvm-trunk-build/tools/llvm-config/FinalLibDeps.txt /Users/samuraicrow/Documents/workspace/llvm-trunk-build/tools/llvm-config/FinalLibDeps.txt.tmp p cd /Users/samuraicrow/Documents/workspace/llvm-trunk-build/tools/llvm-config && /usr/bin/perl /Users/samuraicrow/Documents/workspace/llvm/tools/llvm-config/find-cycles.pl < /Users/samuraicrow/Documents/workspace/llvm-trunk-build/tools/llvm-config/LibDeps.txt > /Users/samuraicrow/Documents/workspace/llvm-trunk-build/tools/llvm-config/FinalLibDeps.txt.tmp find-cycles.pl: Circular dependency between *.a files: find-cycles.pl: libLLVMAsmPrinter.a libLLVMXCoreAsmPrinter.a find-cycles.pl: Circular dependency between *.a files: find-cycles.pl: libLLVMSupport.a libLLVMSystem.a make[2]: *** [tools/llvm-config/FinalLibDeps.txt] Error 2 make[1]: *** [tools/llvm-config/CMakeFiles/llvm-config.target.dir/all] Error 2 make: *** [all] Error 2 Hi team, My build using the latest CMake for Mac and the latest released XCode for Snow Leopard fails at 96% completeness using Eclipse. Is this a known bug in anything I'm using?
Óscar Fuentes
2010-Dec-29 21:22 UTC
[LLVMdev] Latest trunk fails to build on Mac using CMake and Eclipse
Samuel Crow <samuraileumas at yahoo.com> writes: [snip]> find-cycles.pl: Circular dependency between *.a files: > find-cycles.pl: libLLVMAsmPrinter.a libLLVMXCoreAsmPrinter.a > find-cycles.pl: Circular dependency between *.a files: > find-cycles.pl: libLLVMSupport.a libLLVMSystem.a > make[2]: *** [tools/llvm-config/FinalLibDeps.txt] Error 2 > make[1]: *** [tools/llvm-config/CMakeFiles/llvm-config.target.dir/all] Error 2 > make: *** [all] Error 2 > > Hi team, > > My build using the latest CMake for Mac and the latest released XCode for Snow > Leopard fails at 96% completeness using Eclipse. Is this a known bug in > anything I'm using?It works fine on amd64_linux.
Maybe Matching Threads
- [LLVMdev] Circular Deps from CMake build using makefile
- [LLVMdev] Circular Deps from CMake build using makefile
- [LLVMdev] Circular Deps from CMake build using makefile
- [LLVMdev] Release build failure (FinalLibDeps.txt: No such file or directory)
- [LLVMdev] undefined reference when using llvm-config