Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. d src/ && make -f Makefile
  2. make[1]: Entering directory `/home/nelimark/qt/qt-components/src'
  3. cd lib/ && make -f Makefile
  4. make[2]: Entering directory `/home/nelimark/qt/qt-components/src/lib'
  5. g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIC -DQDECLARATIVEWINDOW_BUILD_LIB -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../qt-47/qt/mkspecs/linux-g++ -I. -I../../../qt-47/qt/include/QtCore -I../../../qt-47/qt/include/QtGui -I../../../qt-47/qt/include/QtOpenGL -I../../../qt-47/qt/include/QtDeclarative -I../../../qt-47/qt/include -I. -I/usr/X11R6/include -I.moc -I. -I../module -I../module/models -o .obj/qdeclarativewindow.o qdeclarativewindow.cpp
  6. In file included from qdeclarativewindow.cpp:30:
  7. ../../../qt-47/qt/include/QtOpenGL/qgl.h:77:20: error: GL/gl.h: No such file or directory
  8. ../../../qt-47/qt/include/QtOpenGL/qgl.h:79:23: error: GL/glu.h: No such file or directory
  9. In file included from qdeclarativewindow.cpp:30:
  10. ../../../qt-47/qt/include/QtOpenGL/qgl.h:341: error: ‘GLuint’ does not name a type
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement