【发布时间】:2017-05-20 13:07:25
【问题描述】:
我从 github 上拿了红皮书的例子。 在 debian jessie 下,我运行 cmake,一切正常。 当我运行 make 我得到这个错误:
In file included from /usr/include/c++/4.9/cstdint:35:0,
from /home/antonio/Documenti/CG/OGLPG-9th- Edition/lib/vdds.cpp:16:
/usr/include/c++/4.9/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
。 . .
【问题讨论】:
标签: opengl makefile compiler-errors g++