我从以下位置下载了 SymbolicC++:
http://issc.uj.ac.za/symbolic/sources/SymbolicC++3-3.35-ac.tar.gz
然后我进入文件夹并做了:
./configure
make
make install
但是当我输入“make”时,它返回了以下错误:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/vector:1307:9: error: no matching member function for call to
'assign'
assign(__x.__begin_, __x.__end_);
^~~~~~