View Single Post
 
Old 09-13-2010, 09:53 PM
rbm rbm is offline
Cheetah
 
Join Date: Sep 2009
Posts: 5
Hi Andy, compiled and installed llvm-2.7 but cctools still not working. Do you know what fails ?

[3] Processing cctools (cctools-750) (1 min) 22:46:54
Extracting (cctools-750.tar.gz)...
Patching (cctools-750.diff)...
Building...
cc -O -DLTO_SUPPORT -DTRIE_SUPPORT -g -Wall -fno-builtin-round -fno-builtin-trunc -I. -I./../include -I. -o ./indr.NEW \
./indr.private.o
cc -O -DLTO_SUPPORT -DTRIE_SUPPORT -g -Wall -fno-builtin-round -fno-builtin-trunc -I. -I./../include -I. -c -MD -dependency-file \
./strip.d -o ./strip.o strip.c
strip.c:50:31: error: mach-o/prune_trie.h: No such file or directory
strip.c: In function ‘strip_symtab’:
strip.c:3661: warning: implicit declaration of function ‘prune_trie’
strip.c:3665: warning: assignment makes pointer from integer without a cast
make[1]: *** [strip.o] Error 1
make: *** [all] Error 1
ERROR
Reply With Quote