我正在尝试从 MacOS 上的源代码安装 cgkit 库。为此,我正在运行命令
python setup.py install
并得到这个错误:
supportlib/include/slot.h:549:5: error: use of overloaded operator '<<' is ambiguous
(with operand types 'std::ostream' (aka 'basic_ostream<char>') and 'const
boost::python::api::object')
我该如何解决?或者我可以解决它只删除文件 slot.h 并在没有它的情况下安装库?