theofficialgman

citra_errors

Aug 12th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.72 KB | None | 0 0
  1. [ 94%] Building CXX object src/citra_qt/CMakeFiles/citra-qt.dir/camera/still_image_camera.cpp.o
  2. In file included from /home/garrett/citra/src/./common/microprofile.h:23:0,
  3. from /home/garrett/citra/src/citra_qt/debugger/profiler.h:10,
  4. from /home/garrett/citra/build/src/citra_qt/citra-qt_autogen/TBDDORYXJM/moc_profiler.cpp:9,
  5. from /home/garrett/citra/build/src/citra_qt/citra-qt_autogen/mocs_compilation.cpp:36:
  6. /home/garrett/citra/externals/./microprofile/microprofile.h: In function ‘MicroProfileLogEntry MicroProfileMakeLogIndex(uint64_t, MicroProfileToken, int64_t)’:
  7. /home/garrett/citra/externals/./microprofile/microprofile.h:831:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  8. MP_ASSERT(t == nBegin);
  9. ~~^~~~
  10. /home/garrett/citra/externals/./microprofile/microprofile.h:238:30: note: in definition of macro ‘MP_ASSERT’
  11. #define MP_ASSERT(a) do{if(!(a)){MP_BREAK();} }while(0)
  12. ^
  13. In file included from /home/garrett/citra/src/./common/microprofile.h:23:0,
  14. from /home/garrett/citra/src/citra_qt/bootmanager.cpp:19:
  15. /home/garrett/citra/externals/./microprofile/microprofile.h: In function ‘MicroProfileLogEntry MicroProfileMakeLogIndex(uint64_t, MicroProfileToken, int64_t)’:
  16. /home/garrett/citra/externals/./microprofile/microprofile.h:831:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  17. MP_ASSERT(t == nBegin);
  18. ~~^~~~
  19. /home/garrett/citra/externals/./microprofile/microprofile.h:238:30: note: in definition of macro ‘MP_ASSERT’
  20. #define MP_ASSERT(a) do{if(!(a)){MP_BREAK();} }while(0)
  21. ^
  22. /home/garrett/citra/src/citra_qt/bootmanager.cpp: In member function ‘void OpenGLWindow::Present()’:
  23. /home/garrett/citra/src/citra_qt/bootmanager.cpp:139:40: error: ‘QOpenGLFunctions_3_3_Core’ was not declared in this scope
  24. auto f = context->versionFunctions<QOpenGLFunctions_3_3_Core>();
  25. ^~~~~~~~~~~~~~~~~~~~~~~~~
  26. /home/garrett/citra/src/citra_qt/bootmanager.cpp:139:40: note: suggested alternative: ‘QOpenGLFunctionsPrivate’
  27. auto f = context->versionFunctions<QOpenGLFunctions_3_3_Core>();
  28. ^~~~~~~~~~~~~~~~~~~~~~~~~
  29. QOpenGLFunctionsPrivate
  30. /home/garrett/citra/src/citra_qt/bootmanager.cpp:139:67: error: no matching function for call to ‘QOpenGLContext::versionFunctions<<expression error> >()’
  31. auto f = context->versionFunctions<QOpenGLFunctions_3_3_Core>();
  32. ^
  33. In file included from /usr/include/aarch64-linux-gnu/qt5/QtGui/QOpenGLContext:1:0,
  34. from /home/garrett/citra/src/citra_qt/bootmanager.cpp:10:
  35. /usr/include/aarch64-linux-gnu/qt5/QtGui/qopenglcontext.h:193:11: note: candidate: template<class TYPE> TYPE* QOpenGLContext::versionFunctions() const
  36. TYPE *versionFunctions() const
  37. ^~~~~~~~~~~~~~~~
  38. /usr/include/aarch64-linux-gnu/qt5/QtGui/qopenglcontext.h:193:11: note: template argument deduction/substitution failed:
  39. /home/garrett/citra/src/citra_qt/bootmanager.cpp:139:67: error: template argument 1 is invalid
  40. auto f = context->versionFunctions<QOpenGLFunctions_3_3_Core>();
  41. ^
  42. src/citra_qt/CMakeFiles/citra-qt.dir/build.make:296: recipe for target 'src/citra_qt/CMakeFiles/citra-qt.dir/bootmanager.cpp.o' failed
  43. make[2]: *** [src/citra_qt/CMakeFiles/citra-qt.dir/bootmanager.cpp.o] Error 1
  44. make[2]: *** Waiting for unfinished jobs....
  45. CMakeFiles/Makefile2:2045: recipe for target 'src/citra_qt/CMakeFiles/citra-qt.dir/all' failed
  46. make[1]: *** [src/citra_qt/CMakeFiles/citra-qt.dir/all] Error 2
  47. Makefile:160: recipe for target 'all' failed
  48. make: *** [all] Error 2
  49. [ 4%] Built target boost_serialization
  50. [ 7%] Built target cryptopp
  51. [ 7%] Built target fmt
  52. [ 8%] Built target glad
  53. [ 8%] Built target inih
  54. [ 9%] Built target SoundTouch
  55. [ 10%] Built target enet
  56. [ 10%] Built target lodepng
  57. [ 13%] Built target libzstd_static
  58. [ 15%] Built target common
  59. [ 16%] Built target network
  60. [ 62%] Built target crypto
  61. [ 65%] Built target ssl
  62. [ 66%] Built target tls
  63. [ 66%] Built target lurlparser
  64. [ 67%] Built target web_service
  65. [ 68%] Built target teakra
  66. [ 68%] Built target speex
  67. [ 69%] Built target cubeb
  68. [ 69%] Built target shaders
  69. [ 70%] Built target audio_core
  70. [ 73%] Built target video_core
  71. [ 91%] Built target core
  72. [ 92%] Built target input_common
  73. [ 93%] Built target tests
  74. [ 93%] Built target citra
  75. [ 93%] Automatic MOC and UIC for target citra-qt
  76. [ 93%] Built target citra-qt_autogen
  77. [ 93%] Building CXX object src/citra_qt/CMakeFiles/citra-qt.dir/bootmanager.cpp.o
  78. In file included from /home/garrett/citra/src/./common/microprofile.h:23:0,
  79. from /home/garrett/citra/src/citra_qt/bootmanager.cpp:19:
  80. /home/garrett/citra/externals/./microprofile/microprofile.h: In function ‘MicroProfileLogEntry MicroProfileMakeLogIndex(uint64_t, MicroProfileToken, int64_t)’:
  81. /home/garrett/citra/externals/./microprofile/microprofile.h:831:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  82. MP_ASSERT(t == nBegin);
  83. ~~^~~~
  84. /home/garrett/citra/externals/./microprofile/microprofile.h:238:30: note: in definition of macro ‘MP_ASSERT’
  85. #define MP_ASSERT(a) do{if(!(a)){MP_BREAK();} }while(0)
  86. ^
  87. /home/garrett/citra/src/citra_qt/bootmanager.cpp: In member function ‘void OpenGLWindow::Present()’:
  88. /home/garrett/citra/src/citra_qt/bootmanager.cpp:139:40: error: ‘QOpenGLFunctions_3_3_Core’ was not declared in this scope
  89. auto f = context->versionFunctions<QOpenGLFunctions_3_3_Core>();
  90. ^~~~~~~~~~~~~~~~~~~~~~~~~
  91. /home/garrett/citra/src/citra_qt/bootmanager.cpp:139:40: note: suggested alternative: ‘QOpenGLFunctionsPrivate’
  92. auto f = context->versionFunctions<QOpenGLFunctions_3_3_Core>();
  93. ^~~~~~~~~~~~~~~~~~~~~~~~~
  94. QOpenGLFunctionsPrivate
  95. /home/garrett/citra/src/citra_qt/bootmanager.cpp:139:67: error: no matching function for call to ‘QOpenGLContext::versionFunctions<<expression error> >()’
  96. auto f = context->versionFunctions<QOpenGLFunctions_3_3_Core>();
  97. ^
  98. In file included from /usr/include/aarch64-linux-gnu/qt5/QtGui/QOpenGLContext:1:0,
  99. from /home/garrett/citra/src/citra_qt/bootmanager.cpp:10:
  100. /usr/include/aarch64-linux-gnu/qt5/QtGui/qopenglcontext.h:193:11: note: candidate: template<class TYPE> TYPE* QOpenGLContext::versionFunctions() const
  101. TYPE *versionFunctions() const
  102. ^~~~~~~~~~~~~~~~
  103. /usr/include/aarch64-linux-gnu/qt5/QtGui/qopenglcontext.h:193:11: note: template argument deduction/substitution failed:
  104. /home/garrett/citra/src/citra_qt/bootmanager.cpp:139:67: error: template argument 1 is invalid
  105. auto f = context->versionFunctions<QOpenGLFunctions_3_3_Core>();
  106. ^
  107. src/citra_qt/CMakeFiles/citra-qt.dir/build.make:296: recipe for target 'src/citra_qt/CMakeFiles/citra-qt.dir/bootmanager.cpp.o' failed
  108. make[2]: *** [src/citra_qt/CMakeFiles/citra-qt.dir/bootmanager.cpp.o] Error 1
  109. CMakeFiles/Makefile2:2045: recipe for target 'src/citra_qt/CMakeFiles/citra-qt.dir/all' failed
  110. make[1]: *** [src/citra_qt/CMakeFiles/citra-qt.dir/all] Error 2
  111. Makefile:160: recipe for target 'all' failed
  112. make: *** [all] Error 2
  113. Removing build files...
  114. Done!
  115. Sending you back to the main menu...
Advertisement
Add Comment
Please, Sign In to add comment