1 2 3 4 5 6 7 8 9 10 11
| g++ -c -pipe -fno-keep-inline-dllexport -g -std=c++0x -frtti -Wall -Wextra -fexceptions -mthreads -DUNICODE -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -Inbproject -I'../../../../Qt/Qt5.1.1/5.1.1/mingw48_32/include/QtOpenGL' -I'../../../../Qt/Qt5.1.1/5.1.1/mingw48_32/include' -I'../../../../Qt/Qt5.1.1/5.1.1/mingw48_32/include/QtOpenGL' -I'../../../../Qt/Qt5.1.1/5.1.1/mingw48_32/include/QtWidgets' -I'../../../../Qt/Qt5.1.1/5.1.1/mingw48_32/include/QtGui' -I'../../../../Qt/Qt5.1.1/5.1.1/mingw48_32/include/QtCore' -I'.' -I'.' -I'.' -I'../../../../Qt/Qt5.1.1/5.1.1/mingw48_32/mkspecs/win32-g++' -o build/Debug/MinGW-Windows/C_MA_FENETRE.o C_MA_FENETRE.cpp
In file included from ../../../../Qt/Qt5.1.1/5.1.1/mingw48_32/include/QtGui/qopenglcontext.h:63:0,
from ../../../../Qt/Qt5.1.1/5.1.1/mingw48_32/include/QtGui/QtGui:32,
from ../../../../Qt/Qt5.1.1/5.1.1/mingw48_32/include/QtOpenGL/QtOpenGLDepends:3,
from ../../../../Qt/Qt5.1.1/5.1.1/mingw48_32/include/QtOpenGL/QtOpenGL:3,
from C_MYGLWIDGET.h:2,
from C_MA_FENETRE.h:4,
from C_MA_FENETRE.cpp:1:
../../../../Qt/Qt5.1.1/5.1.1/mingw48_32/include/QtGui/qopenglversionfunctions.h:785:43: error: expected unqualified-id before ')' token
void (QOPENGLF_APIENTRYP MemoryBarrier)(GLbitfield barriers); |