我无法安装 PythonMagick,所有问题都在 Boost::Python 中。我正在安装 boost wirh brew:
brew install boost
还尝试从源代码安装boost:
./bootstrap.sh --prefix=/usr/local/Cellar/boost --with-libraries=python
./b2 install
每次我配置 PythonMagick 时,我都会告诉 boost 在哪里:
./configure --prefix=/usr/local/Cellar/PythonMagick CPPFLAGS="-I /usr/local/Cellar/boost/ -I /usr/local/Cellar/python/2.7.3/include/python2.7/" LDFLAGS=-L/usl/local/lib
而且我总是收到错误:检查 Boost::Python 库是否可用...否