0

在 Symfony 配置过程中,建议安装并启用 intl 扩展。我遵循了本教程:http ://sunny.chotai.uk.com/?p=2 。

终端中,我写了这个命令:

sudo port install php54-intl

但后来我收到了这条消息:

Warning: The Command Line Tools for Xcode don't appear to be installed;
most ports will likely fail to build.
Warning: See http://guide.macports.org/chunked/installing.xcode.html
for more information.
--->  Computing dependencies for php54-intlError: Unable to execute port:
can't read "build.cmd": Failed to locate 'make' in path:
'/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin'
or at its MacPorts configuration time location, did you move it?`

为什么它不起作用以及如何解决它。我的配置是MAMP 2.1.4OS X 10.8.3

4

1 回答 1

0

您需要在 XCode 中安装 XCode 和命令行工具才能使 MacPorts 运行。

这也被列为MacPorts 安装页面的要求之一。

于 2013-05-17T13:29:18.350 回答