Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [ 95%] Building CXX object src/citra_qt/CMakeFiles/citra-qt.dir/camera/still_image_camera.cpp.o
- In file included from /home/garrett/citra-android/src/citra_qt/debugger/graphics/graphics.h:9,
- from /home/garrett/citra-android/build/src/citra_qt/citra-qt_autogen/AYXKHX3EXH/moc_graphics.cpp:9,
- from /home/garrett/citra-android/build/src/citra_qt/citra-qt_autogen/mocs_compilation.cpp:25:
- /home/garrett/citra-android/src/./video_core/gpu_debugger.h: In member function ‘virtual void GraphicsDebugger::DebuggerObserver::GXCommandProcessed(int)’:
- /home/garrett/citra-android/src/./video_core/gpu_debugger.h:31:42: warning: unused variable ‘cmd’ [-Wunused-variable]
- 31 | const Service::GSP::Command& cmd =
- | ^~~
- In file included from /home/garrett/citra-android/src/./common/microprofile.h:23,
- from /home/garrett/citra-android/src/citra_qt/debugger/profiler.h:10,
- from /home/garrett/citra-android/build/src/citra_qt/citra-qt_autogen/TBDDORYXJM/moc_profiler.cpp:9,
- from /home/garrett/citra-android/build/src/citra_qt/citra-qt_autogen/mocs_compilation.cpp:36:
- /home/garrett/citra-android/externals/./microprofile/microprofile.h: In function ‘MicroProfileLogEntry MicroProfileMakeLogIndex(uint64_t, MicroProfileToken, int64_t)’:
- /home/garrett/citra-android/externals/./microprofile/microprofile.h:831:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
- 831 | MP_ASSERT(t == nBegin);
- | ~~^~~~~~~~~
- /home/garrett/citra-android/externals/./microprofile/microprofile.h:238:30: note: in definition of macro ‘MP_ASSERT’
- 238 | #define MP_ASSERT(a) do{if(!(a)){MP_BREAK();} }while(0)
- | ^
- In file included from /home/garrett/citra-android/src/./common/microprofile.h:23,
- from /home/garrett/citra-android/src/citra_qt/bootmanager.cpp:19:
- /home/garrett/citra-android/externals/./microprofile/microprofile.h: In function ‘MicroProfileLogEntry MicroProfileMakeLogIndex(uint64_t, MicroProfileToken, int64_t)’:
- /home/garrett/citra-android/externals/./microprofile/microprofile.h:831:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
- 831 | MP_ASSERT(t == nBegin);
- | ~~^~~~~~~~~
- /home/garrett/citra-android/externals/./microprofile/microprofile.h:238:30: note: in definition of macro ‘MP_ASSERT’
- 238 | #define MP_ASSERT(a) do{if(!(a)){MP_BREAK();} }while(0)
- | ^
- /home/garrett/citra-android/src/citra_qt/bootmanager.cpp: In member function ‘void OpenGLWindow::Present()’:
- /home/garrett/citra-android/src/citra_qt/bootmanager.cpp:139:40: error: ‘QOpenGLFunctions_3_3_Core’ was not declared in this scope; did you mean ‘QOpenGLFunctionsPrivate’?
- 139 | auto f = context->versionFunctions<QOpenGLFunctions_3_3_Core>();
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- | QOpenGLFunctionsPrivate
- /home/garrett/citra-android/src/citra_qt/bootmanager.cpp:139:67: error: no matching function for call to ‘QOpenGLContext::versionFunctions<<expression error> >()’
- 139 | auto f = context->versionFunctions<QOpenGLFunctions_3_3_Core>();
- | ^
- In file included from /usr/include/aarch64-linux-gnu/qt5/QtGui/QOpenGLContext:1,
- from /home/garrett/citra-android/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’
- 193 | TYPE *versionFunctions() const
- | ^~~~~~~~~~~~~~~~
- /usr/include/aarch64-linux-gnu/qt5/QtGui/qopenglcontext.h:193:11: note: template argument deduction/substitution failed:
- /home/garrett/citra-android/src/citra_qt/bootmanager.cpp:139:67: error: template argument 1 is invalid
- 139 | 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....
- [ 95%] Building CXX object src/citra_qt/CMakeFiles/citra-qt.dir/camera/qt_camera_base.cpp.o
- CMakeFiles/Makefile2:2243: recipe for target 'src/citra_qt/CMakeFiles/citra-qt.dir/all' failed
Advertisement
Add Comment
Please, Sign In to add comment