安装Cappuccino时没有找到autoconf命令



我正在尝试安装卡布奇诺。当我运行"./boot .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.

你们谁知道可以解决这个问题,或者如果是围绕这个工作?

使用Homebrew安装autoconf…命令应该是:

brew install autoconf

您可能还需要安装XCode命令行实用程序以使brew工作。

有关brew安装autoconf的详细信息,请参阅其公式:https://github.com/Homebrew/homebrew/blob/master/Library/Formula/autoconf.rb

相关内容

  • 没有找到相关文章

最新更新