Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GCC -v output
- gcc -v
- Using built-in specs.
- COLLECT_GCC=gcc
- COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/8/lto-wrapper
- Target: arm-linux-gnueabihf
- Configured with: ../src/configure -v --with-pkgversion='Raspbian 8.3.0-6+rpi1' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=arm-linux-gnueabihf- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libitm --disable-libquadmath --disable-libquadmath-support --enable-plugin --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --disable-werror --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
- Thread model: posix
- gcc version 8.3.0 (Raspbian 8.3.0-6+rpi1)
- Attempting to make openage error
- make -j4
- [ 1%] Automatic MOC for target libopenage
- [ 1%] Building CXX object libopenage/CMakeFiles/libopenage.dir/gui/guisys/private/livereload/recursive_directory_watcher_worker.cpp.o
- [ 1%] Building CXX object libopenage/CMakeFiles/libopenage.dir/gui/guisys/private/platforms/context_extraction_x11.cpp.o
- [ 1%] Building CXX object libopenage/CMakeFiles/libopenage.dir/gui/guisys/private/opengl_debug_logger.cpp.o
- [ 1%] Building CXX object libopenage/CMakeFiles/libopenage.dir/gui/integration/private/gui_filled_texture_handles.cpp.o
- /home/pi/openage/libopenage/gui/guisys/private/opengl_debug_logger.cpp: In function ‘qtsdl::gl_debug_parameters qtsdl::get_current_opengl_debug_parameters(const QOpenGLContext&)’:
- /home/pi/openage/libopenage/gui/guisys/private/opengl_debug_logger.cpp:21:46: error: ‘QOpenGLFunctions_4_4_Core’ was not declared in this scope
- if (current_source_context.versionFunctions<QOpenGLFunctions_4_4_Core>())
- ^~~~~~~~~~~~~~~~~~~~~~~~~
- /home/pi/openage/libopenage/gui/guisys/private/opengl_debug_logger.cpp:21:46: note: suggested alternative: ‘QOpenGLFunctionsPrivate’
- if (current_source_context.versionFunctions<QOpenGLFunctions_4_4_Core>())
- ^~~~~~~~~~~~~~~~~~~~~~~~~
- QOpenGLFunctionsPrivate
- /home/pi/openage/libopenage/gui/guisys/private/opengl_debug_logger.cpp:21:73: error: no matching function for call to ‘QOpenGLContext::versionFunctions<<expression error> >() const’
- if (current_source_context.versionFunctions<QOpenGLFunctions_4_4_Core>())
- ^
- In file included from /usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglfunctions.h:55,
- from /usr/include/arm-linux-gnueabihf/qt5/QtGui/QOpenGLFunctions:1,
- from /home/pi/openage/libopenage/gui/guisys/private/opengl_debug_logger.h:5,
- from /home/pi/openage/libopenage/gui/guisys/private/opengl_debug_logger.cpp:3:
- /usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglcontext.h:194:11: note: candidate: ‘template<class TYPE> TYPE* QOpenGLContext::versionFunctions() const’
- TYPE *versionFunctions() const
- ^~~~~~~~~~~~~~~~
- /usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglcontext.h:194:11: note: template argument deduction/substitution failed:
- /home/pi/openage/libopenage/gui/guisys/private/opengl_debug_logger.cpp:21:73: error: template argument 1 is invalid
- if (current_source_context.versionFunctions<QOpenGLFunctions_4_4_Core>())
- ^
- /home/pi/openage/libopenage/gui/guisys/private/opengl_debug_logger.cpp: In function ‘void qtsdl::apply_opengl_debug_parameters(qtsdl::gl_debug_parameters, QOpenGLContext&)’:
- /home/pi/openage/libopenage/gui/guisys/private/opengl_debug_logger.cpp:32:62: error: ‘QOpenGLFunctions_4_4_Core’ was not declared in this scope
- if (auto functions = current_dest_context.versionFunctions<QOpenGLFunctions_4_4_Core>()) {
- ^~~~~~~~~~~~~~~~~~~~~~~~~
- /home/pi/openage/libopenage/gui/guisys/private/opengl_debug_logger.cpp:32:62: note: suggested alternative: ‘QOpenGLFunctionsPrivate’
- if (auto functions = current_dest_context.versionFunctions<QOpenGLFunctions_4_4_Core>()) {
- ^~~~~~~~~~~~~~~~~~~~~~~~~
- QOpenGLFunctionsPrivate
- /home/pi/openage/libopenage/gui/guisys/private/opengl_debug_logger.cpp:32:89: error: no matching function for call to ‘QOpenGLContext::versionFunctions<<expression error> >()’
- nctions = current_dest_context.versionFunctions<QOpenGLFunctions_4_4_Core>()) {
- ^
- In file included from /usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglfunctions.h:55,
- from /usr/include/arm-linux-gnueabihf/qt5/QtGui/QOpenGLFunctions:1,
- from /home/pi/openage/libopenage/gui/guisys/private/opengl_debug_logger.h:5,
- from /home/pi/openage/libopenage/gui/guisys/private/opengl_debug_logger.cpp:3:
- /usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglcontext.h:194:11: note: candidate: ‘template<class TYPE> TYPE* QOpenGLContext::versionFunctions() const’
- TYPE *versionFunctions() const
- ^~~~~~~~~~~~~~~~
- /usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglcontext.h:194:11: note: template argument deduction/substitution failed:
- /home/pi/openage/libopenage/gui/guisys/private/opengl_debug_logger.cpp:32:89: error: template argument 1 is invalid
- nctions = current_dest_context.versionFunctions<QOpenGLFunctions_4_4_Core>()) {
- ^
- make[2]: *** [libopenage/CMakeFiles/libopenage.dir/build.make:1441: libopenage/CMakeFiles/libopenage.dir/gui/guisys/private/opengl_debug_logger.cpp.o] Error 1
- make[2]: *** Waiting for unfinished jobs....
- make[1]: *** [CMakeFiles/Makefile2:1540: libopenage/CMakeFiles/libopenage.dir/all] Error 2
- make: *** [Makefile:163: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement