我们正在接管一个遗留项目,但我无法编译它,来自 taglib 工具包的 .TCC 文件正在引发各种异常。我正在使用 C++98 和 libstdc,因为它们解决了他们给我们的其他项目的一系列问题。我已将文件设置为 xcode 中的 C++ 源文件,它在属性中以纯文本形式存在,因此我对其进行了更改。我猜文件类型以某种方式抛弃了 Xcode,或者我需要进行一些更改但不知道是什么,有什么想法吗?
一些错误包括:
/src/ofxSoundTagReader/libs/taglib/toolkit/tlist.tcc:78:9:删除调用的“const TagLib::FileRef::FileTypeResolver”是抽象的但具有非虚拟析构函数/src/ofxSoundTagReader/libs/taglib/ toolkit/tlist.tcc:41:32:预期的类名/src/ofxSoundTagReader/libs/taglib/toolkit/tlist.tcc:51:27:非模板类“列表”的显式特化/src/ofxSoundTagReader/libs/taglib /toolkit/tlist.tcc:51:36:“ListPrivate”的定义或重新声明无法命名全局范围 /src/ofxSoundTagReader/libs/taglib/toolkit/tlist.tcc:50:1:模板特化中的无关模板参数列表或离线模板定义/src/ofxSoundTagReader/libs/taglib/toolkit/tlist.tcc:51:36:变量“ListPrivate”声明为模板