Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

armhf make #35

Open
ageevp opened this issue Dec 19, 2018 · 1 comment
Open

armhf make #35

ageevp opened this issue Dec 19, 2018 · 1 comment

Comments

@ageevp
Copy link

ageevp commented Dec 19, 2018

qmpwidget/qmpwidget.cpp: In member function 'virtual void QMPOpenGLVideoWidget::initializeGL()':
qmpwidget/qmpwidget.cpp:146:4: error: 'glClearDepth' was not declared in this scope
glClearDepth(1);
^~~~~~~~~~~~
qmpwidget/qmpwidget.cpp:146:4: note: suggested alternative: 'glClearDepthf'
glClearDepth(1);
^~~~~~~~~~~~
glClearDepthf
qmpwidget/qmpwidget.cpp: In member function 'virtual void QMPOpenGLVideoWidget::paintGL()':
qmpwidget/qmpwidget.cpp:157:4: error: 'glLoadIdentity' was not declared in this scope
glLoadIdentity();
^~~~~~~~~~~~~~
qmpwidget/qmpwidget.cpp:165:13: error: 'GL_QUADS' was not declared in this scope
glBegin(GL_QUADS);
^~~~~~~~
qmpwidget/qmpwidget.cpp:165:13: note: suggested alternative: 'GL_EQUAL'
glBegin(GL_QUADS);
^~~~~~~~
GL_EQUAL
qmpwidget/qmpwidget.cpp:165:5: error: 'glBegin' was not declared in this scope
glBegin(GL_QUADS);
^~~~~~~
qmpwidget/qmpwidget.cpp:166:5: error: 'glTexCoord2f' was not declared in this scope
glTexCoord2f(0, 0); glVertex2f(-1, -1);
^~~~~~~~~~~~
qmpwidget/qmpwidget.cpp:166:5: note: suggested alternative: 'glTexStorage2D'
glTexCoord2f(0, 0); glVertex2f(-1, -1);
^~~~~~~~~~~~
glTexStorage2D
qmpwidget/qmpwidget.cpp:166:25: error: 'glVertex2f' was not declared in this scope
glTexCoord2f(0, 0); glVertex2f(-1, -1);
^~~~~~~~~~
qmpwidget/qmpwidget.cpp:166:25: note: suggested alternative: 'glVertexAttrib2f'
glTexCoord2f(0, 0); glVertex2f(-1, -1);
^~~~~~~~~~
glVertexAttrib2f
qmpwidget/qmpwidget.cpp:170:5: error: 'glEnd' was not declared in this scope
glEnd();
^~~~~
qmpwidget/qmpwidget.cpp:170:5: note: suggested alternative: 'glInit'
glEnd();
^~~~~
glInit
Makefile:1148: recipe for target '../build/obj/qmpwidget.o' failed
make[1]: *** [../build/obj/qmpwidget.o] Error 1
make[1]: Leaving directory '/home/odroid/Downloads/qwinff-master/src'
Makefile:45: recipe for target 'release' failed
make: *** [release] Error 2

@alexmyczko
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants