Xcode autoconf:安装Cappuccino时未找到命令(目标J)

Xcode autoconf:安装Cappuccino时未找到命令(目标J),xcode,bootstrapper,cappuccino,objective-j,Xcode,Bootstrapper,Cappuccino,Objective J,我正在安装卡布奇诺咖啡。当我运行“/bootstrap.sh”时 我得到了这个错误: 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: c

我正在安装卡布奇诺咖啡。当我运行“/bootstrap.sh”时

我得到了这个错误:

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.
是否要构建JavaScriptCore引擎?这是可选的,但将
使卡布奇诺和Objective-J的制作和运行速度更快。
输入“是”或“否”:
对
./bootstrap.sh:第362行:未找到autoconf:命令
回溯(最近一次呼叫最后一次):
文件“”,第1行,在
AttributeError:“非类型”对象没有属性“组”
sh配置
检测
clang-o lib/libnarhal.dylib-narhal.c-dynamiclib-0s-force\u cpusubtype\u ALL-mmacosx version min=10.4-arch i386-Iinclude-framework JavaScriptCore
叮当声:错误:未知参数:'-0s'[-Wunused命令行参数将来出现硬错误]
叮当声:注意:这将是一个硬错误(不能降级为警告)在未来
make:**[lib/libnarhall.dylib]错误1
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
警告:构建独角鲸jsc失败。按回车键继续。
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
================================================================================
卡布奇诺和其他所需工具的引导已完成。
注意:对shell配置文件所做的任何更改直到
重新启动shell。
你们中的任何一位都知道可以解决这个问题,或者这是一个解决办法吗?

用于安装autoconf。。。命令应为:

brew install autoconf
您可能还需要安装XCode命令行实用程序,brew才能工作

有关brew如何安装autoconf的详细信息,请参见其公式: