2014-05-15 71 views
0

我正在嘗試安裝卡布奇諾。當我跑「./bootstrap.sh」autoconf:未找到命令安裝卡布奇諾(目標J)

我得到這個錯誤:

Would you like to build the JavaScriptCore engine? This is optional but will 
make building and running Cappuccino and Objective-J much faster. 
Enter "yes" or "no": 
yes 
./bootstrap.sh: line 362: autoconf: command not found 
Traceback (most recent call last): 
    File "<string>", line 1, in <module> 
AttributeError: 'NoneType' object has no attribute 'groups' 
sh configure 
Detected <JavaScriptCore/JavaScript.h> 
clang -o lib/libnarwhal.dylib narwhal.c -dynamiclib -0s -force_cpusubtype_ALL -mmacosx-version-min=10.4 -arch i386 -Iinclude -framework JavaScriptCore 
clang: error: unknown argument: '-0s' [-Wunused-command-line-argument-hard-error-in-future] 
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future 
make: *** [lib/libnarwhal.dylib] Error 1 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
WARNING: building narwhal-jsc failed. Hit enter to continue. 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
================================================================================ 
Bootstrapping of Cappuccino and other required tools is complete. 
NOTE: any changes made to the shell configuration files won't take place until 
you restart the shell. 

任何的你知道可以解決這個問題,或者是解決這個工作?

回答