[LLVMdev] Latest trunk fails to build on Mac using CMake and Eclipse
Samuel Crow
samuraileumas at yahoo.com
Wed Dec 29 11:17:19 PST 2010
[ 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?
More information about the llvm-dev
mailing list