【发布时间】:2013-01-03 02:35:53
【问题描述】:
我正在尝试在我的 Mac 上安装带有 MAMP 的 xdebug。我下载了xdebug-2.2.1.tgz 并按照xdebug 向导运行phpize。我跑了make,然后我被告知/Applications/MAMP/bin/php/php5.4.4/include/php/Zend/* 中有一些丢失的文件。所以,我用谷歌搜索,我看到我必须下载 php5.4.4,然后将一些文件推送到我在/Applications/MAMP/bin/php/php5.4.4/include/php 中创建的新“包含”目录中。但是当我再次尝试构建时,我收到了这条消息:
/Applications/MAMP/bin/php/php5.4.4/include/php/Zend/zend.h:51:11: fatal error:
'zend_config.h' file not found
# include <zend_config.h>
我该怎么办?我在哪里可以得到这个文件?
【问题讨论】:
-
它在您的
Zend/目录中吗? -
@iputonmyrobeanwizardhat :不,在我的 Zend 目录中,我有: zend_config.nw.h , zend_config.w32.h