2014-05-15 10 views
0

카푸치노를 설치하려고합니다.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. 

당신의 상관이 문제를 해결할 수 있습니다 알거나 작업이 주위에 있다면? 나는 "./bootstrap.sh"

나는이 오류를 받고 있어요를 실행하는 경우

답변