/otherfiles/builddir/sources/pcsx2/pcsx2/GS/Renderers/Vulkan/VKShaderCache.cpp:129:2: error: no member named 'shaderc_compilation_status_to_string' in the global namespace SHADERC_FUNCTIONS(ADD_FUNC) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /otherfiles/builddir/sources/pcsx2/pcsx2/GS/Renderers/Vulkan/VKShaderCache.cpp:111:4: note: expanded from macro 'SHADERC_FUNCTIONS' X(shaderc_compilation_status_to_string) \ ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /otherfiles/builddir/sources/pcsx2/pcsx2/GS/Renderers/Vulkan/VKShaderCache.cpp:128:40: note: expanded from macro 'ADD_FUNC' #define ADD_FUNC(F) static decltype(&::F) F; ~~^ /otherfiles/builddir/sources/pcsx2/pcsx2/GS/Renderers/Vulkan/VKShaderCache.cpp:219:72: error: too many arguments to function call, expected 1, have 3 dyn_shaderc::shaderc_compile_options_set_generate_debug_info(options, debug, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~ /otherfiles/builddir/sources/pcsx2/pcsx2/GS/Renderers/Vulkan/VKShaderCache.cpp:227:20: error: too many arguments to function call, expected 7, have 8 "main", options, &result); ^~~~~~~ 3 errors generated. [28/220] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/CDVD/CDVD.cpp.o /otherfiles/builddir/sources/pcsx2/pcsx2/CDVD/CDVD.cpp:229:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare] if ((offset + bytes) > sizeof(s_nvram)) [[unlikely]] ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~ /otherfiles/builddir/sources/pcsx2/pcsx2/CDVD/CDVD.cpp:244:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare] if ((offset + bytes) > sizeof(s_nvram)) [[unlikely]] ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~ 2 warnings generated. [32/220] Building CXX object pcsx2/CMakeFiles/PCSX2.dir/GS/Renderers/SW/GSDrawScanlineCodeGenerator.all.cpp.o ninja: build stopped: subcommand failed.