Advertisement
Guest User

Untitled

a guest
Sep 30th, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. g++ -c -include release/qt_gui_pch.h -pipe -fno-keep-inline-dllexport -O2 -std=c
  2. ++0x -fno-exceptions -frtti -Wall -Wextra -DUNICODE -DQT_NO_LIBUDEV -DQT_NO_EVDE
  3. V -DQT_NO_XCB -DQT_NO_XKBCOMMON -DQT_NO_USING_NAMESPACE -DQT_BUILD_GUI_LIB -DQT_
  4. BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_
  5. USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040
  6. 800 -D_USE_MATH_DEFINES -DQT_USE_BUNDLED_LIBPNG -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG
  7. -DQT_CORE_LIB -I. -I'../../include' -I'../../include/QtGui' -I'../../include/Qt
  8. Gui/5.1.1' -I'../../include/QtGui/5.1.1/QtGui' -I'tmp' -I'image' -I'../3rdparty/
  9. libpng' -I'../3rdparty/zlib' -I'../3rdparty/libjpeg' -I'../3rdparty/zlib' -I'../
  10. ../include/QtCore' -I'../../include/QtCore/5.1.1' -I'../../include/QtCore/5.1.1/
  11. QtCore' -I'.moc/release-static' -I'../../mkspecs/win32-g++' -o .obj/release-stat
  12. ic/qwindow.o kernel/qwindow.cpp
  13. In file included from ../../include/QtGui/qopenglversionfunctions.h:1:0,
  14. from kernel/qopenglcontext.h:63,
  15. from kernel/qwindow.cpp:49:
  16. ../../include/QtGui/../../src/gui/opengl/qopenglversionfunctions.h:785:43: error
  17. : expected unqualified-id before ')' token
  18. void (QOPENGLF_APIENTRYP MemoryBarrier)(GLbitfield barriers);
  19. ^
  20. Makefile.Release:19766: recipe for target '.obj/release-static/qwindow.o' failed
  21.  
  22. make[4]: *** [.obj/release-static/qwindow.o] Error 1
  23. make[4]: Leaving directory 'e:/code/Qt/qt-everywhere-opensource-src-5.1.1/qtbase
  24. /src/gui'
  25. Makefile:34: recipe for target 'release' failed
  26. make[3]: *** [release] Error 2
  27. make[3]: Leaving directory 'e:/code/Qt/qt-everywhere-opensource-src-5.1.1/qtbase
  28. /src/gui'
  29. Makefile:307: recipe for target 'sub-gui-make_first' failed
  30. make[2]: *** [sub-gui-make_first] Error 2
  31. make[2]: Leaving directory 'e:/code/Qt/qt-everywhere-opensource-src-5.1.1/qtbase
  32. /src'
  33. Makefile:41: recipe for target 'sub-src-make_first' failed
  34. make[1]: *** [sub-src-make_first] Error 2
  35. make[1]: Leaving directory 'e:/code/Qt/qt-everywhere-opensource-src-5.1.1/qtbase
  36. '
  37. Makefile:54: recipe for target 'module-qtbase-make_first' failed
  38. make: *** [module-qtbase-make_first] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement