Installation 安装SymbolicCC+时出错+;在unix上

Installation 安装SymbolicCC+时出错+;在unix上,installation,symbolicc++,Installation,Symbolicc++,我从以下网站下载了SymbolicC++: 然后我进入文件夹并做了: ./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 c

我从以下网站下载了SymbolicC++:

然后我进入文件夹并做了:

./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_);
        ^~~~~~