Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [ 94%] Building CXX object src/citra_qt/CMakeFiles/citra-qt.dir/camera/still_image_camera.cpp.o
- In file included from /home/garrett/citra/src/./common/microprofile.h:23:0,
- from /home/garrett/citra/src/citra_qt/debugger/profiler.h:10,
- from /home/garrett/citra/build/src/citra_qt/citra-qt_autogen/TBDDORYXJM/moc_profiler.cpp:9,
- from /home/garrett/citra/build/src/citra_qt/citra-qt_autogen/mocs_compilation.cpp:36:
- /home/garrett/citra/externals/./microprofile/microprofile.h: In function ‘MicroProfileLogEntry MicroProfileMakeLogIndex(uint64_t, MicroProfileToken, int64_t)’:
- /home/garrett/citra/externals/./microprofile/microprofile.h:831:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- MP_ASSERT(t == nBegin);
- ~~^~~~
- /home/garrett/citra/externals/./microprofile/microprofile.h:238:30: note: in definition of macro ‘MP_ASSERT’
- #define MP_ASSERT(a) do{if(!(a)){MP_BREAK();} }while(0)
- ^
- In file included from /home/garrett/citra/src/./common/microprofile.h:23:0,
- from /home/garrett/citra/src/citra_qt/bootmanager.cpp:19:
- /home/garrett/citra/externals/./microprofile/microprofile.h: In function ‘MicroProfileLogEntry MicroProfileMakeLogIndex(uint64_t, MicroProfileToken, int64_t)’:
- /home/garrett/citra/externals/./microprofile/microprofile.h:831:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- MP_ASSERT(t == nBegin);
- ~~^~~~
- /home/garrett/citra/externals/./microprofile/microprofile.h:238:30: note: in definition of macro ‘MP_ASSERT’
- #define MP_ASSERT(a) do{if(!(a)){MP_BREAK();} }while(0)
- ^
- /home/garrett/citra/src/citra_qt/bootmanager.cpp: In member function ‘void OpenGLWindow::Present()’:
- /home/garrett/citra/src/citra_qt/bootmanager.cpp:139:40: error: ‘QOpenGLFunctions_3_3_Core’ was not declared in this scope
- auto f = context->versionFunctions<QOpenGLFunctions_3_3_Core>();
- ^~~~~~~~~~~~~~~~~~~~~~~~~
- /home/garrett/citra/src/citra_qt/bootmanager.cpp:139:40: note: suggested alternative: ‘QOpenGLFunctionsPrivate’
- auto f = context->versionFunctions<QOpenGLFunctions_3_3_Core>();
- ^~~~~~~~~~~~~~~~~~~~~~~~~
- QOpenGLFunctionsPrivate
- /home/garrett/citra/src/citra_qt/bootmanager.cpp:139:67: error: no matching function for call to ‘QOpenGLContext::versionFunctions<<expression error> >()’
- auto f = context->versionFunctions<QOpenGLFunctions_3_3_Core>();
- ^
- In file included from /usr/include/aarch64-linux-gnu/qt5/QtGui/QOpenGLContext:1:0,
- from /home/garrett/citra/src/citra_qt/bootmanager.cpp:10:
- /usr/include/aarch64-linux-gnu/qt5/QtGui/qopenglcontext.h:193:11: note: candidate: template<class TYPE> TYPE* QOpenGLContext::versionFunctions() const
- TYPE *versionFunctions() const
- ^~~~~~~~~~~~~~~~
- /usr/include/aarch64-linux-gnu/qt5/QtGui/qopenglcontext.h:193:11: note: template argument deduction/substitution failed:
- /home/garrett/citra/src/citra_qt/bootmanager.cpp:139:67: error: template argument 1 is invalid
- auto f = context->versionFunctions<QOpenGLFunctions_3_3_Core>();
- ^
- src/citra_qt/CMakeFiles/citra-qt.dir/build.make:296: recipe for target 'src/citra_qt/CMakeFiles/citra-qt.dir/bootmanager.cpp.o' failed
- make[2]: *** [src/citra_qt/CMakeFiles/citra-qt.dir/bootmanager.cpp.o] Error 1
- make[2]: *** Waiting for unfinished jobs....
- CMakeFiles/Makefile2:2045: recipe for target 'src/citra_qt/CMakeFiles/citra-qt.dir/all' failed
- make[1]: *** [src/citra_qt/CMakeFiles/citra-qt.dir/all] Error 2
- Makefile:160: recipe for target 'all' failed
- make: *** [all] Error 2
- [ 4%] Built target boost_serialization
- [ 7%] Built target cryptopp
- [ 7%] Built target fmt
- [ 8%] Built target glad
- [ 8%] Built target inih
- [ 9%] Built target SoundTouch
- [ 10%] Built target enet
- [ 10%] Built target lodepng
- [ 13%] Built target libzstd_static
- [ 15%] Built target common
- [ 16%] Built target network
- [ 62%] Built target crypto
- [ 65%] Built target ssl
- [ 66%] Built target tls
- [ 66%] Built target lurlparser
- [ 67%] Built target web_service
- [ 68%] Built target teakra
- [ 68%] Built target speex
- [ 69%] Built target cubeb
- [ 69%] Built target shaders
- [ 70%] Built target audio_core
- [ 73%] Built target video_core
- [ 91%] Built target core
- [ 92%] Built target input_common
- [ 93%] Built target tests
- [ 93%] Built target citra
- [ 93%] Automatic MOC and UIC for target citra-qt
- [ 93%] Built target citra-qt_autogen
- [ 93%] Building CXX object src/citra_qt/CMakeFiles/citra-qt.dir/bootmanager.cpp.o
- In file included from /home/garrett/citra/src/./common/microprofile.h:23:0,
- from /home/garrett/citra/src/citra_qt/bootmanager.cpp:19:
- /home/garrett/citra/externals/./microprofile/microprofile.h: In function ‘MicroProfileLogEntry MicroProfileMakeLogIndex(uint64_t, MicroProfileToken, int64_t)’:
- /home/garrett/citra/externals/./microprofile/microprofile.h:831:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- MP_ASSERT(t == nBegin);
- ~~^~~~
- /home/garrett/citra/externals/./microprofile/microprofile.h:238:30: note: in definition of macro ‘MP_ASSERT’
- #define MP_ASSERT(a) do{if(!(a)){MP_BREAK();} }while(0)
- ^
- /home/garrett/citra/src/citra_qt/bootmanager.cpp: In member function ‘void OpenGLWindow::Present()’:
- /home/garrett/citra/src/citra_qt/bootmanager.cpp:139:40: error: ‘QOpenGLFunctions_3_3_Core’ was not declared in this scope
- auto f = context->versionFunctions<QOpenGLFunctions_3_3_Core>();
- ^~~~~~~~~~~~~~~~~~~~~~~~~
- /home/garrett/citra/src/citra_qt/bootmanager.cpp:139:40: note: suggested alternative: ‘QOpenGLFunctionsPrivate’
- auto f = context->versionFunctions<QOpenGLFunctions_3_3_Core>();
- ^~~~~~~~~~~~~~~~~~~~~~~~~
- QOpenGLFunctionsPrivate
- /home/garrett/citra/src/citra_qt/bootmanager.cpp:139:67: error: no matching function for call to ‘QOpenGLContext::versionFunctions<<expression error> >()’
- auto f = context->versionFunctions<QOpenGLFunctions_3_3_Core>();
- ^
- In file included from /usr/include/aarch64-linux-gnu/qt5/QtGui/QOpenGLContext:1:0,
- from /home/garrett/citra/src/citra_qt/bootmanager.cpp:10:
- /usr/include/aarch64-linux-gnu/qt5/QtGui/qopenglcontext.h:193:11: note: candidate: template<class TYPE> TYPE* QOpenGLContext::versionFunctions() const
- TYPE *versionFunctions() const
- ^~~~~~~~~~~~~~~~
- /usr/include/aarch64-linux-gnu/qt5/QtGui/qopenglcontext.h:193:11: note: template argument deduction/substitution failed:
- /home/garrett/citra/src/citra_qt/bootmanager.cpp:139:67: error: template argument 1 is invalid
- auto f = context->versionFunctions<QOpenGLFunctions_3_3_Core>();
- ^
- src/citra_qt/CMakeFiles/citra-qt.dir/build.make:296: recipe for target 'src/citra_qt/CMakeFiles/citra-qt.dir/bootmanager.cpp.o' failed
- make[2]: *** [src/citra_qt/CMakeFiles/citra-qt.dir/bootmanager.cpp.o] Error 1
- CMakeFiles/Makefile2:2045: recipe for target 'src/citra_qt/CMakeFiles/citra-qt.dir/all' failed
- make[1]: *** [src/citra_qt/CMakeFiles/citra-qt.dir/all] Error 2
- Makefile:160: recipe for target 'all' failed
- make: *** [all] Error 2
- Removing build files...
- Done!
- Sending you back to the main menu...
Advertisement
Add Comment
Please, Sign In to add comment