theofficialgman

citra error

Oct 14th, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. [ 95%] Building CXX object src/citra_qt/CMakeFiles/citra-qt.dir/camera/still_image_camera.cpp.o
  2. In file included from /home/garrett/citra-android/src/citra_qt/debugger/graphics/graphics.h:9,
  3. from /home/garrett/citra-android/build/src/citra_qt/citra-qt_autogen/AYXKHX3EXH/moc_graphics.cpp:9,
  4. from /home/garrett/citra-android/build/src/citra_qt/citra-qt_autogen/mocs_compilation.cpp:25:
  5. /home/garrett/citra-android/src/./video_core/gpu_debugger.h: In member function ‘virtual void GraphicsDebugger::DebuggerObserver::GXCommandProcessed(int)’:
  6. /home/garrett/citra-android/src/./video_core/gpu_debugger.h:31:42: warning: unused variable ‘cmd’ [-Wunused-variable]
  7. 31 | const Service::GSP::Command& cmd =
  8. | ^~~
  9. In file included from /home/garrett/citra-android/src/./common/microprofile.h:23,
  10. from /home/garrett/citra-android/src/citra_qt/debugger/profiler.h:10,
  11. from /home/garrett/citra-android/build/src/citra_qt/citra-qt_autogen/TBDDORYXJM/moc_profiler.cpp:9,
  12. from /home/garrett/citra-android/build/src/citra_qt/citra-qt_autogen/mocs_compilation.cpp:36:
  13. /home/garrett/citra-android/externals/./microprofile/microprofile.h: In function ‘MicroProfileLogEntry MicroProfileMakeLogIndex(uint64_t, MicroProfileToken, int64_t)’:
  14. /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]
  15. 831 | MP_ASSERT(t == nBegin);
  16. | ~~^~~~~~~~~
  17. /home/garrett/citra-android/externals/./microprofile/microprofile.h:238:30: note: in definition of macro ‘MP_ASSERT’
  18. 238 | #define MP_ASSERT(a) do{if(!(a)){MP_BREAK();} }while(0)
  19. | ^
  20. In file included from /home/garrett/citra-android/src/./common/microprofile.h:23,
  21. from /home/garrett/citra-android/src/citra_qt/bootmanager.cpp:19:
  22. /home/garrett/citra-android/externals/./microprofile/microprofile.h: In function ‘MicroProfileLogEntry MicroProfileMakeLogIndex(uint64_t, MicroProfileToken, int64_t)’:
  23. /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]
  24. 831 | MP_ASSERT(t == nBegin);
  25. | ~~^~~~~~~~~
  26. /home/garrett/citra-android/externals/./microprofile/microprofile.h:238:30: note: in definition of macro ‘MP_ASSERT’
  27. 238 | #define MP_ASSERT(a) do{if(!(a)){MP_BREAK();} }while(0)
  28. | ^
  29. /home/garrett/citra-android/src/citra_qt/bootmanager.cpp: In member function ‘void OpenGLWindow::Present()’:
  30. /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’?
  31. 139 | auto f = context->versionFunctions<QOpenGLFunctions_3_3_Core>();
  32. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  33. | QOpenGLFunctionsPrivate
  34. /home/garrett/citra-android/src/citra_qt/bootmanager.cpp:139:67: error: no matching function for call to ‘QOpenGLContext::versionFunctions<<expression error> >()’
  35. 139 | auto f = context->versionFunctions<QOpenGLFunctions_3_3_Core>();
  36. | ^
  37. In file included from /usr/include/aarch64-linux-gnu/qt5/QtGui/QOpenGLContext:1,
  38. from /home/garrett/citra-android/src/citra_qt/bootmanager.cpp:10:
  39. /usr/include/aarch64-linux-gnu/qt5/QtGui/qopenglcontext.h:193:11: note: candidate: ‘template<class TYPE> TYPE* QOpenGLContext::versionFunctions() const’
  40. 193 | TYPE *versionFunctions() const
  41. | ^~~~~~~~~~~~~~~~
  42. /usr/include/aarch64-linux-gnu/qt5/QtGui/qopenglcontext.h:193:11: note: template argument deduction/substitution failed:
  43. /home/garrett/citra-android/src/citra_qt/bootmanager.cpp:139:67: error: template argument 1 is invalid
  44. 139 | auto f = context->versionFunctions<QOpenGLFunctions_3_3_Core>();
  45. | ^
  46. src/citra_qt/CMakeFiles/citra-qt.dir/build.make:296: recipe for target 'src/citra_qt/CMakeFiles/citra-qt.dir/bootmanager.cpp.o' failed
  47. make[2]: *** [src/citra_qt/CMakeFiles/citra-qt.dir/bootmanager.cpp.o] Error 1
  48. make[2]: *** Waiting for unfinished jobs....
  49. [ 95%] Building CXX object src/citra_qt/CMakeFiles/citra-qt.dir/camera/qt_camera_base.cpp.o
  50. CMakeFiles/Makefile2:2243: recipe for target 'src/citra_qt/CMakeFiles/citra-qt.dir/all' failed
  51.  
Advertisement
Add Comment
Please, Sign In to add comment