qtbase failed to compile :( In file included from opengl/qopengltexture.cpp:43: opengl/qopengltexture.h:99: error: ISO C++ forbids declaration of 'QImage' with no type opengl/qopengltexture.h:99: error: expected ',' or '...' before '&' token opengl/qopengltexture.h:351: error: ISO C++ forbids declaration of 'QImage' with no type opengl/qopengltexture.h:351: error: expected ',' or '...' before '&' token opengl/qopengltexture.h:382: error: ISO C++ forbids declaration of 'QPair' with no type opengl/qopengltexture.h:382: error: expected ';' before '<' token opengl/qopengltexture.h:435: error: ISO C++ forbids declaration of 'QPair' with no type opengl/qopengltexture.h:435: error: expected ';' before '<' token opengl/qopengltexture.h:456: error: 'QColor' has not been declared opengl/qopengltexture.h:461: error: 'QColor' does not name a type opengl/qopengltexture.h:471: error: ISO C++ forbids declaration of 'QPair' with no type opengl/qopengltexture.h:471: error: expected ';' before '<' token opengl/qopengltexture.cpp:1407: error: prototype for 'QOpenGLTexture::QOpenGLTexture(const QImage&, QOpenGLTexture::MipMapGeneration)' does not match any in class 'QOpenGLTexture' opengl/qopengltexture.h:476: error: candidates are: QOpenGLTexture::QOpenGLTexture(const QOpenGLTexture&) opengl/qopengltexture.h:99: error: QOpenGLTexture::QOpenGLTexture(int) opengl/qopengltexture.cpp:1392: error: QOpenGLTexture::QOpenGLTexture(QOpenGLTexture::Target) opengl/qopengltexture.cpp:2159: error: prototype for 'void QOpenGLTexture::setData(const QImage&, QOpenGLTexture::MipMapGeneration)' does not match any in class 'QOpenGLTexture' opengl/qopengltexture.h:351: error: candidates are: void QOpenGLTexture::setData(int) opengl/qopengltexture.cpp:2146: error: void QOpenGLTexture::setData(QOpenGLTexture::PixelFormat, QOpenGLTexture::PixelType, void*, const QOpenGLPixelTransferOptions*) opengl/qopengltexture.cpp:2134: error: void QOpenGLTexture::setData(int, QOpenGLTexture::PixelFormat, QOpenGLTexture::PixelType, void*, const QOpenGLPixelTransferOptions*) opengl/qopengltexture.cpp:2122: error: void QOpenGLTexture::setData(int, int, QOpenGLTexture::PixelFormat, QOpenGLTexture::PixelType, void*, const QOpenGLPixelTransferOptions*) opengl/qopengltexture.cpp:2105: error: void QOpenGLTexture::setData(int, int, QOpenGLTexture::CubeMapFace, QOpenGLTexture::PixelFormat, QOpenGLTexture::PixelType, void*, const QOpenGLPixelTransferOptions*) opengl/qopengltexture.cpp:2371: error: no 'QPair<int, int> QOpenGLTexture::mipLevelRange() const' member function declared in class 'QOpenGLTexture' opengl/qopengltexture.cpp:2630: error: no 'QPair<QOpenGLTexture::Filter, QOpenGLTexture::Filter> QOpenGLTexture::minMagFilters() const' member function declared in class 'QOpenGLTexture' opengl/qopengltexture.cpp:2710: error: prototype for 'void QOpenGLTexture::setBorderColor(QColor)' does not match any in class 'QOpenGLTexture' opengl/qopengltexture.h:459: error: candidates are: void QOpenGLTexture::setBorderColor(uint, uint, uint, uint) opengl/qopengltexture.h:458: error: void QOpenGLTexture::setBorderColor(int, int, int, int) opengl/qopengltexture.h:457: error: void QOpenGLTexture::setBorderColor(float, float, float, float) opengl/qopengltexture.h:456: error: void QOpenGLTexture::setBorderColor(int) opengl/qopengltexture.cpp:2796: error: prototype for 'QColor QOpenGLTexture::borderColor() const' does not match any in class 'QOpenGLTexture' opengl/qopengltexture.h:464: error: candidates are: void QOpenGLTexture::borderColor(unsigned int*) const opengl/qopengltexture.h:463: error: void QOpenGLTexture::borderColor(int*) const opengl/qopengltexture.h:462: error: void QOpenGLTexture::borderColor(float*) const opengl/qopengltexture.cpp:2939: error: no 'QPair<float, float> QOpenGLTexture::levelOfDetailRange() const' member function declared in class 'QOpenGLTexture' make[3]: *** [.obj/debug-shared/qopengltexture.o] Error 1 make[2]: *** [sub-gui-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2
Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_01951/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz ============================================================ qtbase failed to compile :( In file included from opengl/qopengltexture.cpp:42:0: opengl/qopengltexture.h:99:26: error: 'QImage' does not name a type opengl/qopengltexture.h:99:34: error: ISO C++ forbids declaration of 'image' with no type [-fpermissive] opengl/qopengltexture.h:351:24: error: 'QImage' does not name a type opengl/qopengltexture.h:351:32: error: ISO C++ forbids declaration of 'image' with no type [-fpermissive] opengl/qopengltexture.h:382:5: error: 'QPair' does not name a type opengl/qopengltexture.h:435:5: error: 'QPair' does not name a type opengl/qopengltexture.h:456:25: error: 'QColor' has not been declared opengl/qopengltexture.h:461:5: error: 'QColor' does not name a type opengl/qopengltexture.h:471:5: error: 'QPair' does not name a type opengl/qopengltexture.cpp:1407:1: error: prototype for 'QOpenGLTexture::QOpenGLTexture(const QImage&, QOpenGLTexture::MipMapGeneration)' does not match any in class 'QOpenGLTexture' opengl/qopengltexture.h:476:5: error: candidates are: QOpenGLTexture::QOpenGLTexture(const QOpenGLTexture&) opengl/qopengltexture.h:99:5: error: QOpenGLTexture::QOpenGLTexture(const int&, QOpenGLTexture::MipMapGeneration) opengl/qopengltexture.cpp:1392:1: error: QOpenGLTexture::QOpenGLTexture(QOpenGLTexture::Target) opengl/qopengltexture.cpp:2159:6: error: prototype for 'void QOpenGLTexture::setData(const QImage&, QOpenGLTexture::MipMapGeneration)' does not match any in class 'QOpenGLTexture' opengl/qopengltexture.h:351:10: error: candidates are: void QOpenGLTexture::setData(const int&, QOpenGLTexture::MipMapGeneration) opengl/qopengltexture.cpp:2146:6: error: void QOpenGLTexture::setData(QOpenGLTexture::PixelFormat, QOpenGLTexture::PixelType, void*, const QOpenGLPixelTransferOptions*) opengl/qopengltexture.cpp:2134:6: error: void QOpenGLTexture::setData(int, QOpenGLTexture::PixelFormat, QOpenGLTexture::PixelType, void*, const QOpenGLPixelTransferOptions*) opengl/qopengltexture.cpp:2122:6: error: void QOpenGLTexture::setData(int, int, QOpenGLTexture::PixelFormat, QOpenGLTexture::PixelType, void*, const QOpenGLPixelTransferOptions*) opengl/qopengltexture.cpp:2105:6: error: void QOpenGLTexture::setData(int, int, QOpenGLTexture::CubeMapFace, QOpenGLTexture::PixelFormat, QOpenGLTexture::PixelType, void*, const QOpenGLPixelTransferOptions*) opengl/qopengltexture.cpp:2371:49: error: no 'QPair<int, int> QOpenGLTexture::mipLevelRange() const' member function declared in class 'QOpenGLTexture' opengl/qopengltexture.cpp:2630:87: error: no 'QPair<QOpenGLTexture::Filter, QOpenGLTexture::Filter> QOpenGLTexture::minMagFilters() const' member function declared in class 'QOpenGLTexture' opengl/qopengltexture.cpp:2710:6: error: prototype for 'void QOpenGLTexture::setBorderColor(QColor)' does not match any in class 'QOpenGLTexture' opengl/qopengltexture.h:459:10: error: candidates are: void QOpenGLTexture::setBorderColor(uint, uint, uint, uint) opengl/qopengltexture.h:458:10: error: void QOpenGLTexture::setBorderColor(int, int, int, int) opengl/qopengltexture.h:457:10: error: void QOpenGLTexture::setBorderColor(float, float, float, float) opengl/qopengltexture.h:456:10: error: void QOpenGLTexture::setBorderColor(int) opengl/qopengltexture.cpp:2796:8: error: prototype for 'QColor QOpenGLTexture::borderColor() const' does not match any in class 'QOpenGLTexture' opengl/qopengltexture.h:464:10: error: candidates are: void QOpenGLTexture::borderColor(unsigned int*) const opengl/qopengltexture.h:463:10: error: void QOpenGLTexture::borderColor(int*) const opengl/qopengltexture.h:462:10: error: void QOpenGLTexture::borderColor(float*) const opengl/qopengltexture.cpp:2939:58: error: no 'QPair<float, float> QOpenGLTexture::levelOfDetailRange() const' member function declared in class 'QOpenGLTexture' make[3]: *** [.obj/release-shared/qopengltexture.o] Error 1 make[2]: *** [sub-gui-make_first] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtbase] Error 2 Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_01951/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/dev_1379749209): http://codereview.qt-project.org/56462 [PS9] - Long live QOpenGLTexture! _______________________________________________ Ci-reports mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/ci-reports
