我使用macport使用以下命令安装了boost_1_55 “sudo port install boost” 没有错误。 我现在正在尝试在我的Mac上安装PyUblas但我一直收到以下错误
> src/wrapper/main.cpp:16:10: fatal error: 'boost/python.hpp' file not > found #include <boost/python.hpp> 1 error generated. error: command '/usr/bin/clang' failed with exit status 1
任何人都可以帮忙吗?
答案 0 :(得分:1)
从软件包(Macports,Brew等)安装boost对我来说不起作用,但是从源代码安装了。
从http://sourceforge.net/projects/boost/files/boost/1.55.0/
下载来源 cd
进入文件夹,然后安装:
./bootstrap.sh
./b2
./b2 install