ubuntu16 64位安装maxent 编译出现问题

sudo apt-get install jam libboost-all-dev zlib1g-dev gfortran 没问题
./configure 没问题
make 没问题
make unittest 没问题
cd test
python runall.py 没问题
sudo make install 没问题
sudo apt-get install python-dev 没问题
cd python
进行编译:
python setup.py build 崩溃

图片说明

/usr/include/c++/5/exception:35:37: error: expected ‘}’ before end of line
/usr/include/c++/5/exception:35:37: error: expected declaration before end of line

各位有遇到过吗????