我正在尝试在我的 Mac(OS 10.6.4)上安装 libxml2。我实际上只是想在 Python 中运行一个 Scrapy 脚本,这需要我安装 Twisted、Zope,现在又安装了 libxml2。我已经下载了最新版本(2.7.7,来自 xmlsoft.org)并尝试在此处按照这些说明进行操作。总而言之,我尝试了这个命令(在 python 子目录中):
python setup.py --static-deps --libxml2-version=2.7.7 -- libxslt-version=1.1.24
我最终得到这个错误:
failed to find headers for libxml2: update includes_dir
有任何想法吗?
我也试过运行这个命令:
./configure --with-python=/System/Library/Frameworks/Python.framework/Versions/2.6/
我收到以下错误:
configure: error: no acceptable C compiler found in $PATH
这能说明情况吗?