我试着运行一个由facebook公司制作的探测器项目的安装文件,但是我发现了一些错误,显示我的gcc/g++可能有问题,这些错误似乎来自于包含标准库标题,但我对此还不了解,我不知道它到底是什么,以及如何修复它compiler (c++) is not compatible with the compiler Pytorch was use g++ to to compile you
在我的centos7.0系统中,当我用g++ test.cpp -o编译代码时,输出是"is linux system“。使用g++ test.cpp -std=c++11 -o编译测试时,输出为"is not linux system“#include <iostream>int main(){
#ifdef lin