1
Bieżące Symulatorowe / Odp: Wersja natywna symulatora pod Linux
« dnia: 06 Lipca 2018, 13:55:33 »
Dzięki, robiłem ^F na głównej, a tutaj już na to nie wpadłem :)
Ta sekcja pozwala Ci zobaczyć wszystkie wiadomości wysłane przez tego użytkownika. Zwróć uwagę, że możesz widzieć tylko wiadomości wysłane w działach do których masz aktualnie dostęp.
/home/mark/apps/games/maszyna/Console.h:54:42: note: suggested alternative: ‘GL_TRUE’
if (glfwGetKey(Global.window, x) == GLFW_TRUE)
^~~~~~~~~
GL_TRUE
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14")
In file included from /usr/include/c++/5/cstdint:35:0,
from /home/mark/apps/games/maszyna-build-new/eu07_pch/stdafx.h:39:
/usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support \
c++0x_warning.h:32:2: error: This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler optionsi pewnie powoduje kaskadę pozostałych. Gdzie i w ilu miejscach powinienem wrzucić "-std=gnu++11", może się ktoś orientuje?