Advertisement
Guest User

Qt 4.7.4 MinGW fail log

a guest
Sep 28th, 2011
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.61 KB | None | 0 0
  1. D:/MinGW/bin/mingw32-make -f Makefile.Release
  2. mingw32-make[2]: Entering directory `d:/QtSources/src/gui'
  3. g++ -c -include tmp/obj/release_shared/qt_gui_pch.h -O2 -Wall -frtti -fexceptions -mthreads -DQT_SHARED -DQT_THREAD_SUPPORT -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_BUILD_GUI_LIB -DQT_NO_USING_NAMESPACE -DQT_MAKEDLL -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENATION -D_USE_MATH_DEFINES -DQT_NO_DIRECTDRAW -DQT_USE_BUNDLED_LIBPNG -DPNG_NO_ASSEMBLER_CODE -DQT_NO_CUPS -DQT_NO_LPR -DQT_NO_OPENTYPE -DQT_NO_STYLE_MAC -DQT_NO_STYLE_GTK -DQT_NO_STYLE_WINDOWSCE -DQT_NO_STYLE_WINDOWSMOBILE -DQT_NO_STYLE_S60 -DQT_NO_EGL -DQ_INTERNAL_QAPP_SRC -DQT_DLL -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -I'../../include/QtCore' -I'../../include' -I'../../include/QtGui' -I'tmp/rcc/release_shared' -I'tmp' -I'../3rdparty/wintab' -I'image' -I'../3rdparty/libpng' -I'../3rdparty/zlib' -I'../3rdparty/zlib' -I'../3rdparty/harfbuzz/src' -I'dialogs' -I'../../include/ActiveQt' -I'tmp/moc/release_shared' -I'.' -I'../../mkspecs/win32-g++' -o tmp/obj/release_shared/qegl.o egl/qegl.cpp
  4. egl/qegl.cpp: In static member function 'static void QEglContextTracker::deref()':
  5. egl/qegl.cpp:67:41: error: 'eglTerminate' was not declared in this scope
  6. egl/qegl.cpp: In constructor 'QEglContext::QEglContext()':
  7. egl/qegl.cpp:91:11: error: 'EGL_NO_CONTEXT' was not declared in this scope
  8. egl/qegl.cpp:93:22: error: 'EGL_NO_SURFACE' was not declared in this scope
  9. egl/qegl.cpp: In member function 'bool QEglContext::isValid() const':
  10. egl/qegl.cpp:115:20: error: 'EGL_NO_CONTEXT' was not declared in this scope
  11. egl/qegl.cpp: In function 'EGLConfig QEgl::defaultConfig(int, QEgl::API, QEgl::ConfigOptions)':
  12. egl/qegl.cpp:216:13: error: 'EGL_CONFIG_ID' was not declared in this scope
  13. egl/qegl.cpp:220:77: error: 'eglChooseConfig' was not declared in this scope
  14. egl/qegl.cpp:232:27: error: 'EGL_WINDOW_BIT' was not declared in this scope
  15. egl/qegl.cpp:235:27: error: 'EGL_PIXMAP_BIT' was not declared in this scope
  16. egl/qegl.cpp:238:27: error: 'EGL_PBUFFER_BIT' was not declared in this scope
  17. egl/qegl.cpp:250:28: error: 'EGL_SURFACE_TYPE' was not declared in this scope
  18. egl/qegl.cpp:268:32: error: 'EGL_STENCIL_SIZE' was not declared in this scope
  19. egl/qegl.cpp:269:32: error: 'EGL_SAMPLE_BUFFERS' was not declared in this scope
  20. egl/qegl.cpp:272:32: error: 'EGL_DEPTH_SIZE' was not declared in this scope
  21. egl/qegl.cpp:277:32: error: 'EGL_ALPHA_SIZE' was not declared in this scope
  22. egl/qegl.cpp: In function 'EGLConfig QEgl::chooseConfig(const QEglProperties*, QEgl::PixelFormatMatch)':
  23. egl/qegl.cpp:293:70: error: 'eglChooseConfig' was not declared in this scope
  24. egl/qegl.cpp:299:78: error: 'eglChooseConfig' was not declared in this scope
  25. egl/qegl.cpp:309:80: error: 'eglChooseConfig' was not declared in this scope
  26. egl/qegl.cpp:312:59: error: 'EGL_RED_SIZE' was not declared in this scope
  27. egl/qegl.cpp:312:77: error: 'eglGetConfigAttrib' was not declared in this scope
  28. egl/qegl.cpp:313:59: error: 'EGL_GREEN_SIZE' was not declared in this scope
  29. egl/qegl.cpp:314:59: error: 'EGL_BLUE_SIZE' was not declared in this scope
  30. egl/qegl.cpp:315:59: error: 'EGL_ALPHA_SIZE' was not declared in this scope
  31. egl/qegl.cpp: In member function 'bool QEglContext::createContext(QEglContext*, const QEglProperties*)':
  32. egl/qegl.cpp:386:46: error: 'EGL_NO_CONTEXT' was not declared in this scope
  33. egl/qegl.cpp:389:98: error: 'eglCreateContext' was not declared in this scope
  34. egl/qegl.cpp:390:20: error: 'EGL_NO_CONTEXT' was not declared in this scope
  35. egl/qegl.cpp:397:16: error: 'EGL_NO_CONTEXT' was not declared in this scope
  36. egl/qegl.cpp:398:76: error: 'eglCreateContext' was not declared in this scope
  37. egl/qegl.cpp: In member function 'void QEglContext::destroySurface(EGLSurface)':
  38. egl/qegl.cpp:411:20: error: 'EGL_NO_SURFACE' was not declared in this scope
  39. egl/qegl.cpp:414:45: error: 'eglDestroySurface' was not declared in this scope
  40. egl/qegl.cpp: In member function 'void QEglContext::destroyContext()':
  41. egl/qegl.cpp:421:16: error: 'EGL_NO_CONTEXT' was not declared in this scope
  42. egl/qegl.cpp:422:41: error: 'eglDestroyContext' was not declared in this scope
  43. egl/qegl.cpp:423:11: error: 'EGL_NO_CONTEXT' was not declared in this scope
  44. egl/qegl.cpp: In member function 'bool QEglContext::makeCurrent(EGLSurface)':
  45. egl/qegl.cpp:429:16: error: 'EGL_NO_CONTEXT' was not declared in this scope
  46. egl/qegl.cpp:434:20: error: 'EGL_NO_SURFACE' was not declared in this scope
  47. egl/qegl.cpp:473:68: error: 'eglMakeCurrent' was not declared in this scope
  48. egl/qegl.cpp: In member function 'bool QEglContext::doneCurrent()':
  49. egl/qegl.cpp:483:16: error: 'EGL_NO_CONTEXT' was not declared in this scope
  50. egl/qegl.cpp:487:22: error: 'EGL_NO_SURFACE' was not declared in this scope
  51. egl/qegl.cpp:502:79: error: 'EGL_NO_CONTEXT' was not declared in this scope
  52. egl/qegl.cpp:502:93: error: 'eglMakeCurrent' was not declared in this scope
  53. egl/qegl.cpp: In member function 'bool QEglContext::swapBuffers(EGLSurface)':
  54. egl/qegl.cpp:521:15: error: 'EGL_NO_CONTEXT' was not declared in this scope
  55. egl/qegl.cpp:524:54: error: 'eglSwapBuffers' was not declared in this scope
  56. egl/qegl.cpp: In member function 'int QEglContext::configAttrib(int) const':
  57. egl/qegl.cpp:565:79: error: 'eglGetConfigAttrib' was not declared in this scope
  58. egl/qegl.cpp:569:16: error: 'EGL_DONT_CARE' was not declared in this scope
  59. egl/qegl.cpp: In function 'EGLDisplay QEgl::display()':
  60. egl/qegl.cpp:585:29: error: 'EGL_NO_DISPLAY' was not declared in this scope
  61. egl/qegl.cpp:587:44: error: 'eglGetDisplay' was not declared in this scope
  62. egl/qegl.cpp:591:54: error: 'EGL_DEFAULT_DISPLAY' was not declared in this scope
  63. egl/qegl.cpp:598:43: error: 'eglInitialize' was not declared in this scope
  64. egl/qegl.cpp:606:94: error: 'eglGetProcAddress' was not declared in this scope
  65. egl/qegl.cpp:612:115: error: 'eglGetProcAddress' was not declared in this scope
  66. egl/qegl.cpp: In function 'EGLSurface QEgl::createSurface(QPaintDevice*, EGLConfig, const QEglProperties*)':
  67. egl/qegl.cpp:677:16: error: 'EGL_NO_SURFACE' was not declared in this scope
  68. egl/qegl.cpp:688:82: error: 'eglCreateWindowSurface' was not declared in this scope
  69. egl/qegl.cpp:690:82: error: 'eglCreatePixmapSurface' was not declared in this scope
  70. egl/qegl.cpp:691:17: error: 'EGL_NO_SURFACE' was not declared in this scope
  71. egl/qegl.cpp:692:106: error: 'eglGetError' was not declared in this scope
  72. egl/qegl.cpp: In function 'void QEgl::dumpAllConfigs()':
  73. egl/qegl.cpp:731:47: error: 'eglGetConfigs' was not declared in this scope
  74. egl/qegl.cpp:734:52: error: 'eglGetConfigs' was not declared in this scope
  75. egl/qegl.cpp: In function 'QString QEgl::extensions()':
  76. egl/qegl.cpp:744:56: error: 'EGL_EXTENSIONS' was not declared in this scope
  77. egl/qegl.cpp:744:70: error: 'eglQueryString' was not declared in this scope
  78. egl/qegl.cpp: In function 'bool QEgl::hasExtension(const char*)':
  79. egl/qegl.cpp:752:46: error: 'EGL_EXTENSIONS' was not declared in this scope
  80. egl/qegl.cpp:752:60: error: 'eglQueryString' was not declared in this scope
  81. egl/qegl.cpp: In member function 'int QEglContext::configAttrib(int) const':
  82. egl/qegl.cpp:570:1: warning: control reaches end of non-void function [-Wreturn-type]
  83. egl/qegl.cpp: In member function 'bool QEglContext::isValid() const':
  84. egl/qegl.cpp:116:1: warning: control reaches end of non-void function [-Wreturn-type]
  85. mingw32-make[2]: *** [tmp/obj/release_shared/qegl.o] Error 1
  86. mingw32-make[2]: Leaving directory `d:/QtSources/src/gui'
  87. mingw32-make[1]: *** [release] Error 2
  88. mingw32-make[1]: Leaving directory `d:/QtSources/src/gui'
  89. mingw32-make: *** [sub-gui-make_default-ordered] Error 2
  90.  
  91.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement