Bug#844779: osmose-emulator FTBFS on armel and armhf: QGLImage.cpp:108:20: error: 'glLoadIdentity' was not declared in this scope
Adrian Bunk
bunk at stusta.de
Fri Nov 18 23:18:06 UTC 2016
Source: osmose-emulator
Version: 1.0-2
Severity: serious
https://buildd.debian.org/status/package.php?p=osmose-emulator&suite=sid
...
g++ -c -pipe -std=c++11 -Wall -Wextra -Wno-unused -Wcast-qual -g -O2 -fdebug-prefix-map=/«PKGBUILDDIR»=. -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -Icpu -Iosmose -isystem /usr/include/arm-linux-gnueabi/qt5 -isystem /usr/include/arm-linux-gnueabi/qt5/QtOpenGL -isystem /usr/include/arm-linux-gnueabi/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabi/qt5/QtGui -isystem /usr/include/arm-linux-gnueabi/qt5/QtCore -I. -I. -I/usr/lib/arm-linux-gnueabi/qt5/mkspecs/linux-g++ -o QGLImage.o QGLImage.cpp
QGLImage.cpp: In member function 'virtual void QGLImage::paintGL()':
QGLImage.cpp:108:20: error: 'glLoadIdentity' was not declared in this scope
glLoadIdentity();
^
QGLImage.cpp:111:103: error: 'GL_UNSIGNED_INT_8_8_8_8_REV' was not declared in this scope
glTexImage2D (GL_TEXTURE_2D, 0, GL_RGBA, adjustedTextureWidth, adjustedTextureHeight, 0, GL_RGBA, GL_UNSIGNED_INT_8_8_8_8_REV, textureBuffer);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
QGLImage.cpp:112:13: error: 'GL_QUADS' was not declared in this scope
glBegin(GL_QUADS);
^~~~~~~~
QGLImage.cpp:112:21: error: 'glBegin' was not declared in this scope
glBegin(GL_QUADS);
^
QGLImage.cpp:114:21: error: 'glTexCoord2f' was not declared in this scope
glTexCoord2f(0,0);
^
...
More information about the Pkg-games-devel
mailing list