TTimo / GtkRadiant

The open source, cross platform level editor for idtech games
http://icculus.org/gtkradiant/
Other
581 stars 152 forks source link

error: ‘nullptr’ was not declared in this scope #693 #694

Closed MatiasRepetto closed 5 months ago

MatiasRepetto commented 6 months ago

adding '-std=c++11' flag to prevent the classic "‘nullptr’ was not declared in this scope" error (@nuxy came to the same solution)

nuxy commented 5 months ago

One thing to note about your PR, which was the exact reason for not creating one from the patch I released in the Github Issues queue, is that this change is not backwards compatible with older releases of Ubuntu that use gcc4.8 and below.

For older systems you must upgrade the gcc toolchain for this to work.