在安装fbprophet时候出现编译错误:
error: command 'x86_64-apple-darwin13.4.0-clang++' failed with exit status 1
错误如图:
并且:
~ xcode-select --installxcode-select: error: command line tools are already installed, use "Software Update" to install updates
在网上找了很多方法各种办法都不行。
解决方法如下:
设置 CXX 变量是关键。
export CXX=clang
解决了这个问题。