Felk / dolphin

Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.
https://dolphin-emu.org/
Other
54 stars 10 forks source link

Build errors on windows #46

Closed Flourish38 closed 11 months ago

Flourish38 commented 11 months ago

My build is failing on Windows. I do not get these errors with upstream dolphin-emu/dolphin. Help would be appreciated, thank you!

Error List output:

Severity    Code    Description Project File    Line    Suppression State

Error   C2062   type 'unknown-type' unexpected
  explicit FMT_CONSTEXPR format_string_checker( (compiling source file UICommon\UICommon.cpp)   DolphinLib  C:\...\dolphin\Externals\fmt\include\fmt\core.h 2951    

Error   C7595   'fmt::v9::basic_format_string<char,double,int &,std::basic_string<char,std::char_traits<char>,std::allocator<char>>>::basic_format_string': call to immediate function is not a constant expression DolphinLib  C:\...\dolphin\Source\Core\UICommon\UICommon.cpp    556 

Error   LNK1181 cannot open input file 'C:\...\dolphin\Build\x64\Release\DolphinLib\bin\DolphinLib.lib' Dolphin C:\...\dolphin\Source\Core\DolphinQt\LINK   1   

Error description from Output log:

...

37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2951): error C2062: type 'unknown-type' unexpected
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2951): error C2062:   explicit FMT_CONSTEXPR format_string_checker( (compiling source file UICommon\UICommon.cpp)
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2951,3): message : while compiling class template member function 'fmt::v9::detail::format_string_checker<Char,fmt::v9::detail::error_handler,double,int,std::basic_string<char,std::char_traits<char>,std::allocator<char>>>::format_string_checker(fmt::v9::basic_string_view<Char>,ErrorHandler)'
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2951,3): message :         with
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2951,3): message :         [
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2951,3): message :             Char=char,
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2951,3): message :             ErrorHandler=fmt::v9::detail::error_handler
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2951,3): message :         ]
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2951,3): message :   explicit FMT_CONSTEXPR format_string_checker(
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2951,3): message :   ^ (compiling source file UICommon\UICommon.cpp)

37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(3159,54): message : see reference to class template instantiation 'fmt::v9::detail::format_string_checker<Char,fmt::v9::detail::error_handler,double,int,std::basic_string<char,std::char_traits<char>,std::allocator<char>>>' being compiled
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(3159,54): message :         with
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(3159,54): message :         [
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(3159,54): message :             Char=char
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(3159,54): message :         ]
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(3159,54): message :       detail::parse_format_string<true>(str_, checker(s, {}));
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(3159,54): message :                                                      ^ (compiling source file UICommon\UICommon.cpp)

37>C:\...\dolphin\Source\Core\UICommon\UICommon.cpp(556,22): message : see reference to function template instantiation 'fmt::v9::basic_format_string<char,double,int &,std::basic_string<char,std::char_traits<char>,std::allocator<char>>>::basic_format_string<char[12],0>(const S (&))' being compiled
37>C:\...\dolphin\Source\Core\UICommon\UICommon.cpp(556,22): message :         with
37>C:\...\dolphin\Source\Core\UICommon\UICommon.cpp(556,22): message :         [
37>C:\...\dolphin\Source\Core\UICommon\UICommon.cpp(556,22): message :             S=char [12]
37>C:\...\dolphin\Source\Core\UICommon\UICommon.cpp(556,22): message :         ]
37>C:\...\dolphin\Source\Core\UICommon\UICommon.cpp(556,22): message :   return fmt::format("{:.{}Lf} {}", bytes / unit_size, decimals,
37>C:\...\dolphin\Source\Core\UICommon\UICommon.cpp(556,22): message :                      ^
37>C:\...\dolphin\Source\Core\UICommon\UICommon.cpp(556,22): error C7595: 'fmt::v9::basic_format_string<char,double,int &,std::basic_string<char,std::char_traits<char>,std::allocator<char>>>::basic_format_string': call to immediate function is not a constant expression

37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(758,72): message : failure was caused by a read of an uninitialized symbol
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(758,72): message :     if (arg_id < num_args_ && types_ && !is_integral_type(types_[arg_id]))
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(758,72): message :                                                                        ^ (compiling source file UICommon\UICommon.cpp)
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(758,72): message : see usage of 'fmt::v9::detail::format_string_checker<Char,fmt::v9::detail::error_handler,double,int,std::basic_string<char,std::char_traits<char>,std::allocator<char>>>::types_'
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(758,72): message :         with
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(758,72): message :         [
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(758,72): message :             Char=char
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(758,72): message :         ] (compiling source file UICommon\UICommon.cpp)

37>C:\...\dolphin\Source\Core\UICommon\UICommon.cpp(556,22): message : the call stack of the evaluation (the oldest call first) is
37>C:\...\dolphin\Source\Core\UICommon\UICommon.cpp(556,22): message :   return fmt::format("{:.{}Lf} {}", bytes / unit_size, decimals,
37>C:\...\dolphin\Source\Core\UICommon\UICommon.cpp(556,22): message :                      ^
37>C:\...\dolphin\Source\Core\UICommon\UICommon.cpp(556,22): message : while evaluating function 'fmt::v9::basic_format_string<char,double,int &,std::basic_string<char,std::char_traits<char>,std::allocator<char>>>::basic_format_string<char[12],0>(const S (&))'
37>C:\...\dolphin\Source\Core\UICommon\UICommon.cpp(556,22): message :         with
37>C:\...\dolphin\Source\Core\UICommon\UICommon.cpp(556,22): message :         [
37>C:\...\dolphin\Source\Core\UICommon\UICommon.cpp(556,22): message :             S=char [12]
37>C:\...\dolphin\Source\Core\UICommon\UICommon.cpp(556,22): message :         ]

37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(3159,40): message : while evaluating function 'void fmt::v9::detail::parse_format_string<true,char,checker>(fmt::v9::basic_string_view<char>,Handler &&)'
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(3159,40): message :         with
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(3159,40): message :         [
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(3159,40): message :             Handler=checker
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(3159,40): message :         ]
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(3159,40): message :       detail::parse_format_string<true>(str_, checker(s, {}));
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(3159,40): message :                                        ^ (compiling source file UICommon\UICommon.cpp)

37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2688,44): message : while evaluating function 'const Char *fmt::v9::detail::parse_replacement_field<char,Handler&>(const Char *,const Char *,fmt::v9::detail::format_string_checker<Char,fmt::v9::detail::error_handler,double,int,std::basic_string<char,std::char_traits<char>,std::allocator<char>>>&)'
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2688,44): message :         with
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2688,44): message :         [
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2688,44): message :             Char=char,
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2688,44): message :             Handler=checker
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2688,44): message :         ]
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2688,44): message :         begin = p = parse_replacement_field(p - 1, end, handler);
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2688,44): message :                                            ^ (compiling source file UICommon\UICommon.cpp)

37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2663,38): message : while evaluating function 'const Char *fmt::v9::detail::format_string_checker<Char,fmt::v9::detail::error_handler,double,int,std::basic_string<char,std::char_traits<char>,std::allocator<char>>>::on_format_specs(int,const Char *,const Char *)'
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2663,38): message :         with
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2663,38): message :         [
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2663,38): message :             Char=char
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2663,38): message :         ]
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2663,38): message :       begin = handler.on_format_specs(adapter.arg_id, begin + 1, end);
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2663,38): message :                                      ^ (compiling source file UICommon\UICommon.cpp)

37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2984,55): message : while evaluating function 'const char *fmt::v9::detail::parse_format_specs<double,fmt::v9::detail::compile_parse_context<Char,ErrorHandler>>(ParseContext &)'
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2984,55): message :         with
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2984,55): message :         [
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2984,55): message :             Char=char,
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2984,55): message :             ErrorHandler=fmt::v9::detail::error_handler,
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2984,55): message :             ParseContext=fmt::v9::detail::compile_parse_context<char,fmt::v9::detail::error_handler>
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2984,55): message :         ]
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2984,55): message :     return id >= 0 && id < num_args ? parse_funcs_[id](context_) : begin;
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2984,55): message :                                                       ^ (compiling source file UICommon\UICommon.cpp)

37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2746,17): message : while evaluating function 'const char *fmt::v9::formatter<double,char,void>::parse<ParseContext>(ParseContext &)'
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2746,17): message :         with
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2746,17): message :         [
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2746,17): message :             ParseContext=fmt::v9::detail::compile_parse_context<char,fmt::v9::detail::error_handler>
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2746,17): message :         ]
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2746,17): message :   return f.parse(ctx);
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2746,17): message :                 ^ (compiling source file UICommon\UICommon.cpp)

37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(3044,41): message : while evaluating function 'const Char *fmt::v9::detail::parse_format_specs<Char,fmt::v9::detail::specs_checker<handler_type>&>(const Char *,const Char *,SpecHandler)'
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(3044,41): message :         with
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(3044,41): message :         [
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(3044,41): message :             Char=char,
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(3044,41): message :             SpecHandler=fmt::v9::detail::specs_checker<handler_type> &
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(3044,41): message :         ]
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(3044,41): message :     auto it = detail::parse_format_specs(begin, end, checker);
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(3044,41): message :                                         ^ (compiling source file UICommon\UICommon.cpp)

37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2614,28): message : while evaluating function 'const Char *fmt::v9::detail::parse_precision<Char,fmt::v9::detail::specs_checker<handler_type>&>(const Char *,const Char *,Handler)'
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2614,28): message :         with
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2614,28): message :         [
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2614,28): message :             Char=char,
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2614,28): message :             Handler=fmt::v9::detail::specs_checker<handler_type> &
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2614,28): message :         ]
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2614,28): message :     begin = parse_precision(begin, end, handler);
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2614,28): message :                            ^ (compiling source file UICommon\UICommon.cpp)

37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2504,27): message : while evaluating function 'const Char *fmt::v9::detail::parse_arg_id<Char,fmt::v9::detail::parse_precision::precision_adapter>(const Char *,const Char *,IDHandler &&)'
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2504,27): message :         with
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2504,27): message :         [
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2504,27): message :             Char=char,
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2504,27): message :             IDHandler=fmt::v9::detail::parse_precision::precision_adapter
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2504,27): message :         ]
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2504,27): message :       begin = parse_arg_id(begin, end, precision_adapter{handler});
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2504,27): message :                           ^ (compiling source file UICommon\UICommon.cpp)

37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2438,10): message : while evaluating function 'void fmt::v9::detail::parse_precision::precision_adapter::operator ()(void)'
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2438,10): message :   handler();
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2438,10): message :          ^ (compiling source file UICommon\UICommon.cpp)

37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2478): message : while evaluating function 'void fmt::v9::detail::dynamic_specs_handler<ParseContext>::on_dynamic_precision<fmt::v9::detail::auto_id>(Id)'
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2478): message :         with
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2478): message :         [
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2478): message :             ParseContext=fmt::v9::detail::compile_parse_context<char,fmt::v9::detail::error_handler>,
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2478): message :             Id=fmt::v9::detail::auto_id
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2478): message :         ]
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2478): message :                                    Handler&& handler) -> const Char* { (compiling source file UICommon\UICommon.cpp)

37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2252,28): message : while evaluating function 'fmt::v9::detail::arg_ref<Char> fmt::v9::detail::dynamic_specs_handler<ParseContext>::make_arg_ref(fmt::v9::detail::auto_id)'
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2252,28): message :         with
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2252,28): message :         [
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2252,28): message :             Char=char,
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2252,28): message :             ParseContext=fmt::v9::detail::compile_parse_context<char,fmt::v9::detail::error_handler>
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2252,28): message :         ]
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2252,28): message :     specs_.precision_ref = make_arg_ref(arg_id);
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2252,28): message :                            ^ (compiling source file UICommon\UICommon.cpp)

37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2273,32): message : while evaluating function 'void fmt::v9::detail::compile_parse_context<Char,ErrorHandler>::check_dynamic_spec(int)'
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2273,32): message :         with
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2273,32): message :         [
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2273,32): message :             Char=char,
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2273,32): message :             ErrorHandler=fmt::v9::detail::error_handler
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2273,32): message :         ]
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2273,32): message :     context_.check_dynamic_spec(arg_id);
37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2273,32): message :                                ^ (compiling source file UICommon\UICommon.cpp)

...

38>LINK : fatal error LNK1181: cannot open input file 'C:\...\dolphin\Build\x64\Release\DolphinLib\bin\DolphinLib.lib'
38>Done building project "DolphinQt.vcxproj" -- FAILED.
========== Rebuild All: 36 succeeded, 2 failed, 0 skipped ==========
Flourish38 commented 11 months ago

Someone who knows more about this stuff than me (malleoz from https://github.com/TASLabz/dolphin team) thinks that it's probably because fmt is not listed as a submodule in .gitmodules. I do not know how to confirm that as the cause, but my understanding is that it should be included regardless of whether that's what is causing my issue or not.

Felk commented 11 months ago

Hmm... UICommon.cpp line 556 is unchanged to upstream, that shouldn't be the problem. Can you a) try running git submodule update --init again and b) post the full error log? Maybe there's some prior error further up the log

Flourish38 commented 11 months ago

Alright, this is everything before the first line with error C2062 on it.

Also, I just wanna make sure you didn't miss my comment that was 1 minute before yours, since it might be important.

Rebuild started...
1>------ Rebuild All started: Project: rcheevos, Configuration: Release x64 ------
2>------ Rebuild All started: Project: FatFs, Configuration: Release x64 ------
3>------ Rebuild All started: Project: SDL2, Configuration: Release x64 ------
4>------ Rebuild All started: Project: spirv_cross, Configuration: Release x64 ------
1>rc_api_common.c
1>rc_api_editor.c
1>rc_api_info.c
3>SDL_atomic.c
1>rc_api_runtime.c
3>SDL_spinlock.c
1>rc_api_user.c
1>alloc.c
3>SDL_directsound.c
1>compat.c
3>SDL_diskaudio.c
3>SDL_dummyaudio.c
1>condition.c
1>condset.c
1>consoleinfo.c
3>SDL_audio.c
1>format.c
3>SDL_audiocvt.c
3>SDL_audiodev.c
1>lboard.c
2>ff.c
1>memref.c
1>operand.c
1>rc_validate.c
3>SDL_audiotypecvt.c
3>SDL_mixer.c
3>SDL_wave.c
1>richpresence.c
1>runtime.c
1>runtime_progress.c
1>trigger.c
3>SDL_wasapi_win32.c
3>SDL_wasapi.c
1>value.c
3>SDL_winmm.c
1>hash.c
1>md5.c
3>SDL_hid.c
3>SDL_immdevice.c
2>ffunicode.c
3>SDL_windows.c
3>SDL_xinput.c
4>spirv_cfg.cpp
3>SDL_cpuinfo.c
3>SDL_dynapi.c
4>spirv_cpp.cpp
4>spirv_cross.cpp
3>SDL_clipboardevents.c
3>SDL_displayevents.c
3>SDL_dropevents.c
3>SDL_events.c
3>SDL_gesture.c
4>spirv_cross_c.cpp
1>url.c
3>SDL_keyboard.c
3>SDL_mouse.c
3>SDL_quit.c
3>SDL_touch.c
3>SDL_windowevents.c
3>SDL_rwops.c
2>FatFs.vcxproj -> C:\...\dolphin\Build\x64\Release\FatFs\bin\FatFs.lib
5>------ Rebuild All started: Project: fmt, Configuration: Release x64 ------
3>SDL_sysfilesystem.c
3>SDL_syshaptic.c
3>SDL_haptic.c
3>SDL_dinputhaptic.c
3>SDL_windowshaptic.c
4>spirv_cross_parsed_ir.cpp
3>SDL_xinputhaptic.c
1>rcheevos.vcxproj -> C:\...\dolphin\Build\x64\Release\rcheevos\bin\rcheevos.lib
3>SDL_hidapi.c
3>controller_type.c
3>SDL_sysjoystick.c
3>SDL_hidapi_combined.c
4>spirv_cross_util.cpp
3>SDL_hidapi_gamecube.c
3>SDL_hidapi_luna.c
3>SDL_hidapi_ps3.c
3>SDL_hidapi_ps4.c
3>SDL_hidapi_ps5.c
3>SDL_hidapi_rumble.c
3>SDL_hidapi_shield.c
3>SDL_hidapi_stadia.c
3>SDL_hidapi_steam.c
3>SDL_hidapi_switch.c
3>SDL_hidapi_wii.c
3>SDL_hidapi_xbox360.c
3>SDL_hidapi_xbox360w.c
3>SDL_hidapi_xboxone.c
3>SDL_hidapijoystick.c
3>SDL_gamecontroller.c
3>SDL_joystick.c
3>SDL_virtualjoystick.c
3>SDL_dinputjoystick.c
4>spirv_glsl.cpp
3>SDL_rawinputjoystick.c
3>SDL_windows_gaming_input.c
3>SDL_windowsjoystick.c
3>SDL_xinputjoystick.c
3>SDL_sysloadso.c
3>SDL_locale.c
3>SDL_syslocale.c
3>SDL_url.c
3>SDL_sysurl.c
3>SDL_power.c
3>SDL_syspower.c
3>SDL_render_d3d.c
4>spirv_hlsl.cpp
5>format.cc
3>SDL_shaders_d3d.c
3>SDL_render_d3d11.c
3>SDL_shaders_d3d11.c
3>SDL_render_d3d12.c
3>SDL_shaders_d3d12.c
3>SDL_render_gl.c
6>------ Rebuild All started: Project: zstd, Configuration: Release x64 ------
3>SDL_shaders_gl.c
3>SDL_render_gles2.c
3>SDL_shaders_gles2.c
3>SDL_d3dmath.c
3>SDL_render.c
3>SDL_yuv_sw.c
3>SDL_blendfillrect.c
3>SDL_blendline.c
4>spirv_msl.cpp
3>SDL_blendpoint.c
3>SDL_drawline.c
3>SDL_drawpoint.c
3>SDL_render_sw.c
3>SDL_rotate.c
3>SDL_triangle.c
3>SDL_assert.c
3>SDL_dataqueue.c
3>SDL_error.c
3>SDL_guid.c
3>SDL_hints.c
3>SDL_list.c
5>os.cc
3>SDL_log.c
3>SDL_utils.c
3>SDL.c
3>SDL_dummysensor.c
3>SDL_sensor.c
3>SDL_windowssensor.c
3>SDL_crc16.c
3>SDL_crc32.c
3>SDL_getenv.c
3>SDL_iconv.c
6>debug.c
3>SDL_malloc.c
6>entropy_common.c
6>error_private.c
3>SDL_mslibc.c
6>fse_decompress.c
3>SDL_qsort.c
3>SDL_stdlib.c
6>pool.c
6>threading.c
3>SDL_string.c
3>SDL_strtokr.c
6>xxhash.c
3>SDL_syscond.c
6>zstd_common.c
3>SDL_thread.c
6>fse_compress.c
6>hist.c
3>SDL_syscond_cv.c
6>huf_compress.c
3>SDL_sysmutex.c
3>SDL_syssem.c
3>SDL_systhread.c
6>zstdmt_compress.c
6>zstd_compress.c
6>zstd_compress_literals.c
3>SDL_systls.c
6>zstd_compress_sequences.c
6>zstd_double_fast.c
3>SDL_timer.c
6>zstd_fast.c
3>SDL_systimer.c
3>SDL_nullevents.c
3>SDL_nullframebuffer.c
3>SDL_nullvideo.c
3>SDL_blit_0.c
3>SDL_blit_1.c
6>zstd_lazy.c
3>SDL_blit_A.c
3>SDL_blit_auto.c
6>zstd_ldm.c
3>SDL_blit_copy.c
3>SDL_blit_N.c
6>zstd_opt.c
3>SDL_blit_slow.c
6>huf_decompress.c
3>SDL_blit.c
6>zstd_ddict.c
3>SDL_bmp.c
3>SDL_clipboard.c
6>zstd_decompress.c
3>SDL_egl.c
3>SDL_fillrect.c
3>SDL_pixels.c
3>SDL_rect.c
3>SDL_RLEaccel.c
3>SDL_shape.c
5>fmt.vcxproj -> C:\...\dolphin\Build\x64\Release\fmt\bin\fmt.lib
3>SDL_stretch.c
3>SDL_surface.c
3>SDL_video.c
3>SDL_vulkan_utils.c
3>SDL_yuv.c
4>spirv_parser.cpp
3>SDL_windowsclipboard.c
3>SDL_windowsevents.c
3>SDL_windowsframebuffer.c
7>------ Rebuild All started: Project: imgui, Configuration: Release x64 ------
3>SDL_windowskeyboard.c
3>SDL_windowsmessagebox.c
3>SDL_windowsmodes.c
3>SDL_windowsmouse.c
3>SDL_windowsopengl.c
3>SDL_windowsopengles.c
3>SDL_windowsshape.c
3>SDL_windowsvideo.c
3>SDL_windowsvulkan.c
3>SDL_windowswindow.c
3>yuv_rgb.c
3>SDL2.vcxproj -> C:\...\dolphin\Build\x64\Release\SDL2\bin\SDL2.lib
8>------ Rebuild All started: Project: pch, Configuration: Release x64 ------
7>imgui.cpp
7>imgui_demo.cpp
7>imgui_draw.cpp
7>imgui_tables.cpp
6>zstd_decompress_block.c
7>imgui_widgets.cpp
6>zstd.vcxproj -> C:\...\dolphin\Build\x64\Release\zstd\bin\zstd.lib
9>------ Rebuild All started: Project: liblzma, Configuration: Release x64 ------
8>pch.cpp
10>------ Rebuild All started: Project: bzip2, Configuration: Release x64 ------
10>blocksort.c
10>bzlib.c
10>compress.c
10>crctable.c
10>decompress.c
10>huffman.c
10>randtable.c
9>check.c
9>crc32_fast.c
9>crc32_table.c
9>crc64_fast.c
9>crc64_table.c
9>sha256.c
9>alone_decoder.c
9>alone_encoder.c
9>auto_decoder.c
9>block_buffer_decoder.c
9>block_buffer_encoder.c
9>block_decoder.c
9>block_encoder.c
9>block_header_decoder.c
9>block_header_encoder.c
9>block_util.c
9>common.c
9>easy_buffer_encoder.c
9>easy_decoder_memusage.c
9>easy_encoder.c
9>easy_encoder_memusage.c
9>easy_preset.c
9>filter_buffer_decoder.c
9>filter_buffer_encoder.c
9>filter_common.c
9>filter_decoder.c
9>filter_encoder.c
9>filter_flags_decoder.c
9>filter_flags_encoder.c
10>bzip2.vcxproj -> C:\...\dolphin\Build\x64\Release\bzip2\bin\bzip2.lib
9>hardware_cputhreads.c
9>hardware_physmem.c
9>index.c
9>index_decoder.c
9>index_encoder.c
9>index_hash.c
9>outqueue.c
9>stream_buffer_decoder.c
9>stream_buffer_encoder.c
9>stream_decoder.c
7>imgui_stdlib.cpp
9>stream_encoder.c
9>stream_encoder_mt.c
9>stream_flags_common.c
9>stream_flags_decoder.c
9>stream_flags_encoder.c
9>vli_decoder.c
9>vli_encoder.c
9>vli_size.c
9>delta_common.c
11>------ Rebuild All started: Project: discord-rpc, Configuration: Release x64 ------
9>delta_decoder.c
9>delta_encoder.c
9>fastpos_table.c
9>lzma2_decoder.c
9>lzma2_encoder.c
9>lzma_decoder.c
9>lzma_encoder.c
9>lzma_encoder_optimum_fast.c
9>lzma_encoder_optimum_normal.c
9>lzma_encoder_presets.c
9>lz_decoder.c
9>lz_encoder.c
9>lz_encoder_mf.c
9>price_table.c
9>simple_coder.c
9>simple_decoder.c
9>simple_encoder.c
9>tuklib_cpucores.c
7>imgui.vcxproj -> C:\...\dolphin\Build\x64\Release\imgui\bin\imgui.lib
9>tuklib_exit.c
12>------ Rebuild All started: Project: Scripting, Configuration: Release x64 ------
9>tuklib_mbstr_fw.c
9>tuklib_mbstr_width.c
9>tuklib_open_stdxxx.c
9>tuklib_physmem.c
9>tuklib_progname.c
9>liblzma.vcxproj -> C:\...\dolphin\Build\x64\Release\liblzma\bin\liblzma.lib
13>------ Rebuild All started: Project: implot, Configuration: Release x64 ------
11>discord_rpc.cpp
11>rpc_connection.cpp
11>serialization.cpp
11>connection_win.cpp
13>implot.cpp
12>coroutine.cpp
12>controllermodule.cpp
12>doliomodule.cpp
12>dolphinmodule.cpp
12>eventmodule.cpp
12>guimodule.cpp
11>discord_register_win.cpp
12>memorymodule.cpp
11>discord-rpc.vcxproj -> C:\...\dolphin\Build\x64\Release\discord-rpc\bin\discord-rpc.lib
12>savestatemodule.cpp
12>registersmodule.cpp
12>PyScriptingBackend.cpp
12>object_wrapper.cpp
14>------ Rebuild All started: Project: FreeSurround, Configuration: Release x64 ------
14>ChannelMaps.cpp
14>FreeSurroundDecoder.cpp
14>KissFFT.cpp
12>ScriptingEngine.cpp
12>Scripting.vcxproj -> C:\...\dolphin\Build\x64\Release\Scripting\bin\Scripting.lib
14>KissFFTR.cpp
15>------ Rebuild All started: Project: ed25519, Configuration: Release x64 ------
14>FreeSurround.vcxproj -> C:\...\dolphin\Build\x64\Release\FreeSurround\bin\FreeSurround.lib
16>------ Rebuild All started: Project: picojson, Configuration: Release x64 ------
15>add_scalar.c
15>fe.c
15>ge.c
15>keypair.c
15>key_exchange.c
15>sc.c
15>seed.c
15>sha512.c
15>sign.c
16>picojson.cpp
15>verify.c
16>picojson.vcxproj -> C:\...\dolphin\Build\x64\Release\picojson\bin\picojson.lib
17>------ Rebuild All started: Project: pugixml, Configuration: Release x64 ------
15>ed25519.vcxproj -> C:\...\dolphin\Build\x64\Release\ed25519\bin\ed25519.lib
18>------ Rebuild All started: Project: cubeb, Configuration: Release x64 ------
18>cubeb.c
18>cubeb_strings.c
18>cubeb_winmm.c
18>resample.c
18>cubeb_log.cpp
18>cubeb_mixer.cpp
18>cubeb_resampler.cpp
18>cubeb_utils.cpp
18>cubeb_wasapi.cpp
18>cubeb.vcxproj -> C:\...\dolphin\Build\x64\Release\cubeb\bin\cubeb.lib
19>------ Rebuild All started: Project: cpp-optparse, Configuration: Release x64 ------
17>pugixml.cpp
17>pugixml.vcxproj -> C:\...\dolphin\Build\x64\Release\pugixml\bin\pugixml.lib
20>------ Rebuild All started: Project: glslang, Configuration: Release x64 ------
20>CodeGen.cpp
20>Link.cpp
20>attribute.cpp
20>Constant.cpp
20>glslang_tab.cpp
20>InfoSink.cpp
20>Initialize.cpp
4>spirv_reflect.cpp
20>Intermediate.cpp
4>spirv_cross.vcxproj -> C:\...\dolphin\Build\x64\Release\spirv_cross\bin\spirv_cross.lib
19>OptionParser.cpp
19>cpp-optparse.vcxproj -> C:\...\dolphin\Build\x64\Release\cpp-optparse\bin\cpp-optparse.lib
21>------ Rebuild All started: Project: curl, Configuration: Release x64 ------
22>------ Rebuild All started: Project: enet, Configuration: Release x64 ------
21>altsvc.c
21>amigaos.c
21>asyn-ares.c
21>asyn-thread.c
21>base64.c
20>intermOut.cpp
21>bufq.c
21>bufref.c
21>c-hyper.c
21>cf-h1-proxy.c
21>cf-h2-proxy.c
21>cf-haproxy.c
21>cf-https-connect.c
21>cf-socket.c
21>cfilters.c
21>conncache.c
21>connect.c
22>callbacks.c
22>compress.c
22>host.c
22>list.c
22>packet.c
21>content_encoding.c
21>cookie.c
22>peer.c
22>protocol.c
22>unix.c
21>curl_addrinfo.c
20>IntermTraverse.cpp
21>curl_des.c
22>win32.c
21>curl_endian.c
20>iomapper.cpp
21>curl_fnmatch.c
20>limits.cpp
21>curl_gethostname.c
21>curl_get_line.c
21>curl_gssapi.c
21>curl_log.c
21>curl_memrchr.c
21>curl_multibyte.c
21>curl_ntlm_core.c
21>curl_ntlm_wb.c
21>curl_path.c
21>curl_range.c
21>curl_rtmp.c
22>enet.vcxproj -> C:\...\dolphin\Build\x64\Release\enet\bin\enet.lib
21>curl_sasl.c
21>curl_sspi.c
21>curl_threads.c
21>dict.c
21>doh.c
21>dynbuf.c
21>dynhds.c
23>------ Rebuild All started: Project: libusb-1.0, Configuration: Release x64 ------
21>easy.c
21>easygetopt.c
21>easyoptions.c
21>escape.c
21>file.c
20>linkValidate.cpp
21>fileinfo.c
21>fopen.c
21>formdata.c
21>ftp.c
20>parseConst.cpp
21>ftplistparser.c
21>getenv.c
21>getinfo.c
21>gopher.c
21>hash.c
21>headers.c
21>hmac.c
21>hostasyn.c
23>core.c
23>descriptor.c
23>hotplug.c
21>hostip.c
21>hostip4.c
23>io.c
21>hostip6.c
23>events_windows.c
21>hostsyn.c
23>threads_windows.c
21>hsts.c
21>http.c
23>windows_common.c
21>http1.c
23>windows_usbdk.c
21>http2.c
21>http_aws_sigv4.c
23>windows_winusb.c
21>http_chunks.c
23>strerror.c
21>http_digest.c
21>http_negotiate.c
21>http_ntlm.c
21>http_proxy.c
20>ParseContextBase.cpp
21>idn.c
21>if2ip.c
21>imap.c
21>inet_ntop.c
21>inet_pton.c
21>krb5.c
21>ldap.c
21>llist.c
21>md4.c
21>md5.c
21>memdebug.c
21>mime.c
21>mprintf.c
21>mqtt.c
23>sync.c
21>multi.c
21>netrc.c
21>nonblock.c
21>noproxy.c
21>openldap.c
21>parsedate.c
21>pingpong.c
21>pop3.c
21>progress.c
21>psl.c
21>rand.c
21>rename.c
23>libusb-1.0.vcxproj -> C:\...\dolphin\Build\x64\Release\libusb-1.0\bin\libusb-1.0.lib
21>rtsp.c
21>select.c
21>sendf.c
21>setopt.c
21>sha256.c
21>share.c
20>ParseHelper.cpp
21>slist.c
21>smb.c
21>smtp.c
21>socketpair.c
24>------ Rebuild All started: Project: SFML_Network, Configuration: Release x64 ------
21>socks.c
21>socks_gssapi.c
21>socks_sspi.c
21>speedcheck.c
21>splay.c
21>strcase.c
21>strdup.c
21>strerror.c
21>strtok.c
21>strtoofft.c
21>system_win32.c
21>telnet.c
21>tftp.c
21>timediff.c
21>timeval.c
21>transfer.c
21>url.c
21>urlapi.c
21>gsasl.c
21>version.c
21>version_win32.c
21>curl_msh3.c
21>curl_ngtcp2.c
21>curl_quiche.c
21>hostcheck.c
21>rustls.c
21>x509asn1.c
21>warnless.c
21>cleartext.c
21>cram.c
21>digest.c
21>digest_sspi.c
21>krb5_gssapi.c
21>krb5_sspi.c
21>ntlm.c
21>ntlm_sspi.c
21>oauth2.c
21>spnego_gssapi.c
21>spnego_sspi.c
21>vauth.c
21>vquic.c
21>libssh.c
21>libssh2.c
21>wolfssh.c
21>bearssl.c
21>gskit.c
21>gtls.c
21>keylog.c
21>mbedtls.c
21>mbedtls_threadlock.c
21>nss.c
21>openssl.c
21>schannel.c
21>schannel_verify.c
21>sectransp.c
21>vtls.c
21>wolfssl.c
21>ws.c
20>PoolAlloc.cpp
20>Pp.cpp
20>PpAtom.cpp
24>Http.cpp
24>IPAddress.cpp
24>Packet.cpp
24>Socket.cpp
24>SocketSelector.cpp
24>TcpListener.cpp
20>PpContext.cpp
24>TcpSocket.cpp
24>UdpSocket.cpp
24>SocketImpl.cpp
24>Err.cpp
20>PpScanner.cpp
20>PpTokens.cpp
20>propagateNoContraction.cpp
24>String.cpp
20>reflection.cpp
24>Time.cpp
21>curl.vcxproj -> C:\...\dolphin\Build\x64\Release\curl\bin\curl.lib
25>------ Rebuild All started: Project: SCMRevGen, Configuration: Release x64 ------
20>RemoveTree.cpp
24>SFML_Network.vcxproj -> C:\...\dolphin\Build\x64\Release\SFML_Network\bin\SFML_Network.lib
26>------ Rebuild All started: Project: mbedTLS, Configuration: Release x64 ------
20>Scan.cpp
20>ShaderLang.cpp
20>SpirvIntrinsics.cpp
26>aes.c
26>arc4.c
26>aria.c
26>asn1parse.c
26>asn1write.c
26>base64.c
26>bignum.c
26>blowfish.c
26>camellia.c
26>ccm.c
26>certs.c
26>chacha20.c
26>chachapoly.c
26>cipher_wrap.c
26>cipher.c
26>cmac.c
26>constant_time.c
26>ctr_drbg.c
26>debug.c
26>des.c
26>dhm.c
26>ecdh.c
26>ecdsa.c
26>ecjpake.c
26>ecp_curves.c
26>ecp.c
26>entropy_poll.c
26>entropy.c
26>error.c
26>gcm.c
26>havege.c
26>hkdf.c
26>hmac_drbg.c
26>md.c
26>md2.c
26>md4.c
26>md5.c
26>memory_buffer_alloc.c
26>mps_reader.c
26>mps_trace.c
26>net_sockets.c
26>nist_kw.c
26>oid.c
26>pem.c
26>pk_wrap.c
26>pk.c
26>pkcs11.c
26>pkcs12.c
26>pkcs5.c
26>pkparse.c
26>pkwrite.c
26>platform_util.c
26>platform.c
26>poly1305.c
26>psa_crypto_aead.c
20>SymbolTable.cpp
26>psa_crypto_cipher.c
26>psa_crypto_client.c
26>psa_crypto_driver_wrappers.c
26>psa_crypto_ecp.c
20>Versions.cpp
26>psa_crypto_hash.c
26>psa_crypto_mac.c
26>psa_crypto_rsa.c
26>psa_crypto_se.c
26>psa_crypto_slot_management.c
26>psa_crypto_storage.c
26>psa_crypto.c
26>psa_its_file.c
26>ripemd160.c
26>rsa_internal.c
26>rsa.c
26>sha1.c
26>sha256.c
26>sha512.c
26>ssl_cache.c
26>ssl_ciphersuites.c
26>ssl_cli.c
26>ssl_cookie.c
26>ssl_msg.c
26>ssl_srv.c
20>ossource.cpp
26>ssl_ticket.c
26>ssl_tls.c
26>ssl_tls13_keys.c
26>threading.c
26>timing.c
26>version_features.c
26>version.c
26>x509_create.c
26>x509_crl.c
20>InitializeDll.cpp
26>x509_crt.c
26>x509_csr.c
26>x509.c
26>x509write_crt.c
26>x509write_csr.c
20>disassemble.cpp
26>xtea.c
20>doc.cpp
26>mbedTLS.vcxproj -> C:\...\dolphin\Build\x64\Release\mbedTLS\bin\mbedTLS.lib
20>GlslangToSpv.cpp
20>InReadableOrder.cpp
20>Logger.cpp
25>./scmrev.h current at scripting-preview3-7
27>------ Rebuild All started: Project: SoundTouch, Configuration: Release x64 ------
28>------ Rebuild All started: Project: zlib-ng, Configuration: Release x64 ------
13>implot_items.cpp
13>implot.vcxproj -> C:\...\dolphin\Build\x64\Release\implot\bin\implot.lib
27>AAFilter.cpp
29>------ Rebuild All started: Project: xxhash, Configuration: Release x64 ------
20>SpvBuilder.cpp
20>SpvPostProcess.cpp
27>BPMDetect.cpp
27>cpu_detect_x86.cpp
27>FIFOSampleBuffer.cpp
27>FIRFilter.cpp
27>InterpolateCubic.cpp
27>InterpolateLinear.cpp
27>InterpolateShannon.cpp
27>mmx_optimized.cpp
27>PeakFinder.cpp
27>RateTransposer.cpp
27>SoundTouch.cpp
27>sse_optimized.cpp
27>TDStretch.cpp
28>adler32_avx2.c
28>adler32_avx512.c
28>adler32_avx512_vnni.c
28>adler32_sse42.c
28>adler32_ssse3.c
28>chunkset_avx.c
28>chunkset_sse2.c
28>chunkset_sse41.c
28>compare256_avx2.c
28>compare256_sse2.c
28>crc32_fold_pclmulqdq.c
28>crc32_fold_vpclmulqdq.c
28>insert_string_sse42.c
28>slide_hash_avx2.c
28>slide_hash_sse2.c
28>x86_features.c
28>adler32.c
28>adler32_fold.c
28>chunkset.c
28>compare256.c
28>compress.c
28>cpu_features.c
28>crc32_braid.c
28>crc32_braid_comb.c
28>crc32_fold.c
28>deflate.c
28>deflate_fast.c
28>deflate_huff.c
28>deflate_medium.c
28>deflate_quick.c
28>deflate_rle.c
28>deflate_slow.c
28>deflate_stored.c
28>functable.c
28>gzlib.c
28>gzwrite.c
28>infback.c
28>inffast.c
28>inflate.c
28>inftrees.c
28>insert_string.c
28>insert_string_roll.c
28>slide_hash.c
28>trees.c
28>uncompr.c
28>zutil.c
27>SoundTouch.vcxproj -> C:\...\dolphin\Build\x64\Release\SoundTouch\bin\SoundTouch.lib
28>zlib-ng.vcxproj -> C:\...\dolphin\Build\x64\Release\zlib-ng\bin\zlib-ng.lib
30>------ Rebuild All started: Project: miniupnpc, Configuration: Release x64 ------
29>xxhash.c
30>connecthostport.c
30>igd_desc_parse.c
30>minisoap.c
30>minissdpc.c
30>miniupnpc.c
30>miniwget.c
30>minixml.c
29>xxhash.vcxproj -> C:\...\dolphin\Build\x64\Release\xxhash\bin\xxhash.lib
30>portlistingparse.c
30>receivedata.c
30>upnpcommands.c
30>upnpdev.c
30>upnperrors.c
31>------ Rebuild All started: Project: spng, Configuration: Release x64 ------
30>upnpreplyparse.c
20>SPVRemapper.cpp
30>miniupnpc.vcxproj -> C:\...\dolphin\Build\x64\Release\miniupnpc\bin\miniupnpc.lib
32>------ Rebuild All started: Project: mgba, Configuration: Release x64 ------
33>------ Rebuild All started: Project: minizip, Configuration: Release x64 ------
32>mGBA: ../version.c current at 0.11.0
33>mz_compat.c
33>mz_crypt.c
33>mz_os.c
33>mz_os_win32.c
33>mz_strm.c
33>mz_strm_buf.c
33>mz_strm_mem.c
33>mz_strm_os_win32.c
33>mz_strm_split.c
33>mz_strm_zlib.c
33>mz_zip.c
32>bitmap-cache.c
32>cache-set.c
32>cheats.c
33>mz_zip_rw.c
32>config.c
32>core.c
32>directories.c
32>input.c
32>interface.c
31>spng.c
32>library.c
33>minizip.vcxproj -> C:\...\dolphin\Build\x64\Release\minizip\bin\minizip.lib
32>lockstep.c
32>log.c
32>map-cache.c
32>mem-search.c
31>spng.vcxproj -> C:\...\dolphin\Build\x64\Release\spng\bin\spng.lib
32>rewind.c
32>serialize.c
32>sync.c
32>thread.c
32>tile-cache.c
32>timing.c
32>decoder.c
32>isa-sm83.c
32>sm83.c
32>audio.c
32>gb.c
32>io.c
32>mbc.c
32>huc-3.c
32>licensed.c
32>pocket-cam.c
32>tama5.c
32>unlicensed.c
32>memory.c
32>overrides.c
32>software.c
32>sio.c
34>------ Rebuild All started: Project: LZO, Configuration: Release x64 ------
20>ResourceLimits.cpp
32>timer.c
32>video.c
35>------ Rebuild All started: Project: Languages, Configuration: Release x64 ------
32>arm.c
36>------ Rebuild All started: Project: Bochs_disasm, Configuration: Release x64 ------
32>decoder-arm.c
34>minilzo.c
32>decoder-thumb.c
36>dis_decode.cc
32>isa-arm.c
36>dis_groups.cc
36>resolve.cc
34>LZO.vcxproj -> C:\...\dolphin\Build\x64\Release\LZO\bin\LZO.lib
20>glslang.vcxproj -> C:\...\dolphin\Build\x64\Release\glslang\bin\glslang.lib
32>isa-thumb.c
32>bios.c
32>ereader.c
32>gpio.c
32>matrix.c
32>vfame.c
32>codebreaker.c
32>gameshark.c
32>parv3.c
32>dma.c
32>gba.c
32>hle-bios.c
36>syntax.cc
32>common.c
32>gl.c
32>software-bg.c
32>software-mode0.c
36>Bochs_disasm.vcxproj -> C:\...\dolphin\Build\x64\Release\Bochs_disasm\bin\Bochs_disasm.lib
32>software-obj.c
32>video-software.c
32>savedata.c
32>sharkport.c
32>gbp.c
32>joybus.c
32>circle-buffer.c
32>configuration.c
32>crc32.c
32>formatting.c
32>gbk-table.c
32>geometry.c
32>hash.c
32>image.c
32>string.c
32>table.c
32>vector.c
32>vfs.c
32>convolve.c
32>elf-read.c
32>patch.c
32>patch-fast.c
32>patch-ips.c
32>patch-ups.c
32>ring-fifo.c
32>sfo.c
32>text-codec.c
32>version.c
32>export.c
32>png-io.c
32>vfs-mem.c
32>vfs-fifo.c
32>vfs-fd.c
32>vfs-w32.c
32>ini.c
32>blip_buf.c
32>vfs-lzma.c
32>7zAlloc.c
32>7zArcIn.c
32>7zBuf.c
32>7zBuf2.c
32>7zCrc.c
32>7zCrcOpt.c
32>7zDec.c
32>CpuArch.c
32>Delta.c
32>LzmaDec.c
32>Lzma2Dec.c
32>Bra.c
32>Bra86.c
32>BraIA64.c
32>Bcj2.c
32>Ppmd7.c
32>Ppmd7Dec.c
32>7zFile.c
32>7zStream.c
32>dolphin.c
32>printer.c
32>audio-mixer.c
32>battlechip.c
32>proxy.c
32>commandline.c
32>thread-proxy.c
32>updater.c
32>video-logger.c
32>video-backend.c
32>cheats.c
32>core.c
32>input.c
32>mbc.c
32>serialize.c
32>cache-set.c
32>decoder.c
32>audio.c
32>io.c
32>memory.c
32>overrides.c
32>sio.c
32>timer.c
32>video.c
32>lockstep.c
32>proxy.c
32>cheats.c
32>core.c
32>input.c
32>cache-set.c
32>serialize.c
32>memory.c
32>lockstep.c
32>mgba.vcxproj -> C:\...\dolphin\Build\x64\Release\mgba\bin\mgba.lib
37>------ Rebuild All started: Project: DolphinLib, Configuration: Release x64 ------
37>AudioCommon.cpp
37>AudioStretcher.cpp
37>CubebStream.cpp
37>CubebUtils.cpp
37>Mixer.cpp
37>NullSoundStream.cpp
37>OpenALStream.cpp
37>SurroundDecoder.cpp
37>WASAPIStream.cpp
37>WaveFile.cpp
37>Analytics.cpp
37>ColorUtil.cpp
37>CommonFuncs.cpp
37>CompatPatches.cpp
37>Config.cpp
37>ConfigInfo.cpp
37>Layer.cpp
37>AES.cpp
37>bn.cpp
37>ec.cpp
37>HMAC.cpp
37>SHA1.cpp
37>MemoryPatches.cpp
37>Watches.cpp
37>DynamicLibrary.cpp
37>ENet.cpp
37>FatFsUtil.cpp
37>FileSearch.cpp
37>FileUtil.cpp
37>FloatUtils.cpp
37>GekkoDisassembler.cpp
37>GLContext.cpp
37>GLExtensions.cpp
37>WGL.cpp
37>GLUtil.cpp
37>Hash.cpp
37>HRWrap.cpp
37>HttpRequest.cpp
37>Image.cpp
37>IniFile.cpp
37>IOFile.cpp
37>JitRegister.cpp
37>LdrWatcher.cpp
37>ConsoleListenerWin.cpp
37>LogManager.cpp
37>Matrix.cpp
37>MemArenaWin.cpp
37>MemoryUtil.cpp
37>MsgHandler.cpp
37>NandPaths.cpp
37>Network.cpp
37>PcapFile.cpp
37>PerformanceCounter.cpp
37>Profiler.cpp
37>QoSSession.cpp
37>Random.cpp
37>SDCardUtil.cpp
37>SettingsHandler.cpp
37>SFMLHelper.cpp
37>SocketContext.cpp
37>StringUtil.cpp
37>SymbolDB.cpp
37>Thread.cpp
37>Timer.cpp
37>TraversalClient.cpp
37>UPnP.cpp
37>WindowsRegistry.cpp
37>Version.cpp
37>AchievementManager.cpp
37>ActionReplay.cpp
37>Controller.cpp
37>Events.cpp
37>Memory.cpp
37>Gui.cpp
37>Registers.cpp
37>ARDecrypt.cpp
37>Boot_BS2Emu.cpp
37>Boot_WiiWAD.cpp
37>Boot.cpp
37>DolReader.cpp
37>ElfReader.cpp
37>BootManager.cpp
37>CheatGeneration.cpp
37>CheatSearch.cpp
37>AchievementSettings.cpp
37>DefaultLocale.cpp
37>FreeLookSettings.cpp
37>GraphicsSettings.cpp
37>MainSettings.cpp
37>NetplaySettings.cpp
37>SessionSettings.cpp
37>SYSCONFSettings.cpp
37>UISettings.cpp
37>WiimoteSettings.cpp
37>BaseConfigLoader.cpp
37>GameConfigLoader.cpp
37>IsSettingSaveable.cpp
37>MovieConfigLoader.cpp
37>NetPlayConfigLoader.cpp
37>ConfigManager.cpp
37>Core.cpp
37>CoreTiming.cpp
37>CPUThreadConfigCallback.cpp
37>CodeTrace.cpp
37>Debugger_SymbolMap.cpp
37>Dump.cpp
37>OSThread.cpp
37>PPCDebugInterface.cpp
37>RSO.cpp
37>DolphinAnalytics.cpp
37>DSPAccelerator.cpp
37>DSPAnalyzer.cpp
37>DSPAssembler.cpp
37>DSPCaptureLogger.cpp
37>DSPCodeUtil.cpp
37>DSPCore.cpp
37>DSPDisassembler.cpp
37>DSPHWInterface.cpp
37>DSPMemoryMap.cpp
37>DSPStacks.cpp
37>DSPTables.cpp
37>DSPIntArithmetic.cpp
37>DSPIntBranch.cpp
37>DSPInterpreter.cpp
37>DSPIntExtOps.cpp
37>DSPIntLoadStore.cpp
37>DSPIntMisc.cpp
37>DSPIntMultiplier.cpp
37>DSPIntTables.cpp
37>DSPEmitterBase.cpp
37>LabelMap.cpp
37>DSPEmulator.cpp
37>FifoDataFile.cpp
37>FifoPlayer.cpp
37>FifoRecorder.cpp
37>FreeLookConfig.cpp
37>FreeLookManager.cpp
37>GeckoCode.cpp
37>GeckoCodeConfig.cpp
37>HLE_Misc.cpp
37>HLE_OS.cpp
37>HLE_VarArgs.cpp
37>HLE.cpp
37>HotkeyManager.cpp
37>AddressSpace.cpp
37>AudioInterface.cpp
37>CPU.cpp
37>DSP.cpp
37>DSPHLE.cpp
37>MailHandler.cpp
37>ASnd.cpp
37>AESnd.cpp
37>AX.cpp
37>AXWii.cpp
37>CARD.cpp
37>GBA.cpp
37>INIT.cpp
37>ROM.cpp
37>UCodes.cpp
37>Zelda.cpp
37>DSPHost.cpp
37>DSPLLE.cpp
37>DSPSymbols.cpp
37>DVDInterface.cpp
37>DVDMath.cpp
37>DVDThread.cpp
37>FileMonitor.cpp
37>BuiltIn.cpp
37>TAP_Win32.cpp
37>XLINK_KAI_BBA.cpp
37>EXI_Channel.cpp
37>EXI_Device.cpp
37>EXI_DeviceAD16.cpp
37>EXI_DeviceAGP.cpp
37>EXI_DeviceDummy.cpp
37>EXI_DeviceEthernet.cpp
37>EXI_DeviceGecko.cpp
37>EXI_DeviceIPL.cpp
37>EXI_DeviceMemoryCard.cpp
37>EXI_DeviceMic.cpp
37>EXI.cpp
37>GBACore.cpp
37>GBAPad.cpp
37>GBAPadEmu.cpp
37>GCKeyboard.cpp
37>GCKeyboardEmu.cpp
37>GCIFile.cpp
37>GCMemcard.cpp
37>GCMemcardDirectory.cpp
37>GCMemcardRaw.cpp
37>GCMemcardUtils.cpp
37>GCPad.cpp
37>GCPadEmu.cpp
37>GPFifo.cpp
37>HSP.cpp
37>HSP_Device.cpp
37>HSP_DeviceARAMExpansion.cpp
37>HSP_DeviceNull.cpp
37>HW.cpp
37>Memmap.cpp
37>MemoryInterface.cpp
37>MMIO.cpp
37>ProcessorInterface.cpp
37>SI_Device.cpp
37>SI_DeviceDanceMat.cpp
37>SI_DeviceGBA.cpp
37>SI_DeviceGBAEmu.cpp
37>SI_DeviceGCAdapter.cpp
37>SI_DeviceGCController.cpp
37>SI_DeviceGCSteeringWheel.cpp
37>SI_DeviceKeyboard.cpp
37>SI_DeviceNull.cpp
37>SI.cpp
37>Sram.cpp
37>StreamADPCM.cpp
37>SystemTimers.cpp
37>VideoInterface.cpp
37>WII_IPC.cpp
37>Wiimote.cpp
37>DataReport.cpp
37>Camera.cpp
37>DesiredWiimoteState.cpp
37>Dynamics.cpp
37>EmuSubroutines.cpp
37>Encryption.cpp
37>Classic.cpp
37>DrawsomeTablet.cpp
37>Drums.cpp
37>Extension.cpp
37>Guitar.cpp
37>Nunchuk.cpp
37>Shinkansen.cpp
37>TaTaCon.cpp
37>Turntable.cpp
37>UDrawTablet.cpp
37>ExtensionPort.cpp
37>I2CBus.cpp
37>MotionPlus.cpp
37>Speaker.cpp
37>WiimoteEmu.cpp
37>IOWin.cpp
37>WiimoteReal.cpp
37>WiiSave.cpp
37>Device.cpp
37>DeviceStub.cpp
37>DI.cpp
37>DolphinDevice.cpp
37>ES.cpp
37>Formats.cpp
37>Identity.cpp
37>NandUtils.cpp
37>TitleContents.cpp
37>TitleInformation.cpp
37>TitleManagement.cpp
37>Views.cpp
37>FileSystemCommon.cpp
37>FileSystemProxy.cpp
37>File.cpp
37>FS.cpp
37>IOS.cpp
37>IOSC.cpp
37>MIOS.cpp
37>ICMPWin.cpp
37>Top.cpp
37>NetKDRequest.cpp
37>NetKDTime.cpp
37>NWC24Config.cpp
37>NWC24DL.cpp
37>VFFUtil.cpp
37>WC24Send.cpp
37>MACUtils.cpp
37>Manage.cpp
37>WiiNetConfig.cpp
37>Socket.cpp
37>SSL.cpp
37>Command.cpp
37>SDIOSlot0.cpp
37>STM.cpp
37>BTBase.cpp
37>BTEmu.cpp
37>BTReal.cpp
37>BTStub.cpp
37>WiimoteDevice.cpp
37>WiimoteHIDAttr.cpp
37>Common.cpp
37>Infinity.cpp
37>Skylander.cpp
37>Host.cpp
37>LibusbDevice.cpp
37>OH0.cpp
37>OH0Device.cpp
37>HIDv4.cpp
37>HIDv5.cpp
37>USB_KBD.cpp
37>VEN.cpp
37>USBV0.cpp
37>USBV4.cpp
37>USBV5.cpp
37>VersionInfo.cpp
37>WFSI.cpp
37>WFSSRV.cpp
37>LibusbUtils.cpp
37>MemTools.cpp
37>Movie.cpp
37>NetPlayClient.cpp
37>NetPlayCommon.cpp
37>NetPlayServer.cpp
37>NetworkCaptureLogger.cpp
37>PatchEngine.cpp
37>BreakPoints.cpp
37>CachedInterpreter.cpp
37>InterpreterBlockCache.cpp
37>ConditionRegister.cpp
37>Expression.cpp
37>GDBStub.cpp
37>Interpreter_Branch.cpp
37>Interpreter_FloatingPoint.cpp
37>Interpreter_Integer.cpp
37>Interpreter_LoadStore.cpp
37>Interpreter_LoadStorePaired.cpp
37>Interpreter_Paired.cpp
37>Interpreter_SystemRegisters.cpp
37>Interpreter_Tables.cpp
37>Interpreter.cpp
37>DivUtils.cpp
37>JitAsmCommon.cpp
37>JitBase.cpp
37>JitCache.cpp
37>JitInterface.cpp
37>MMU.cpp
37>PowerPC.cpp
37>PPCAnalyst.cpp
37>PPCCache.cpp
37>PPCSymbolDB.cpp
37>PPCTables.cpp
37>CSVSignatureDB.cpp
37>DSYSignatureDB.cpp
37>MEGASignatureDB.cpp
37>SignatureDB.cpp
37>State.cpp
37>SysConf.cpp
37>System.cpp
37>TitleDatabase.cpp
37>WiiRoot.cpp
37>WiiUtils.cpp
37>WC24PatchEngine.cpp
37>Blob.cpp
37>CISOBlob.cpp
37>CompressedBlob.cpp
37>DirectoryBlob.cpp
37>DiscExtractor.cpp
37>DiscScrubber.cpp
37>DiscUtils.cpp
37>Enums.cpp
37>FileBlob.cpp
37>Filesystem.cpp
37>FileSystemGCWii.cpp
37>GameModDescriptor.cpp
37>LaggedFibonacciGenerator.cpp
37>NANDImporter.cpp
37>NFSBlob.cpp
37>RiivolutionParser.cpp
37>RiivolutionPatcher.cpp
37>ScrubbedBlob.cpp
37>SplitFileBlob.cpp
37>TGCBlob.cpp
37>Volume.cpp
37>VolumeDisc.cpp
37>VolumeFileBlobReader.cpp
37>VolumeGC.cpp
37>VolumeVerifier.cpp
37>VolumeWad.cpp
37>VolumeWii.cpp
37>WbfsBlob.cpp
37>WIABlob.cpp
37>WIACompression.cpp
37>WiiEncryptionCache.cpp
37>WiiSaveBanner.cpp
37>Control.cpp
37>Input.cpp
37>Output.cpp
37>AnalogStick.cpp
37>Attachments.cpp
37>Buttons.cpp
37>ControlGroup.cpp
37>Cursor.cpp
37>Force.cpp
37>IMUAccelerometer.cpp
37>IMUCursor.cpp
37>IMUGyroscope.cpp
37>MixedTriggers.cpp
37>ModifySettingsButton.cpp
37>Slider.cpp
37>Tilt.cpp
37>Triggers.cpp
37>ControllerEmu.cpp
37>NumericSetting.cpp
37>StickGate.cpp
37>ControllerInterface.cpp
37>CoreDevice.cpp
37>InputBackend.cpp
37>DInput.cpp
37>DInputJoystick.cpp
37>DInputKeyboardMouse.cpp
37>XInputFilter.cpp
37>DualShockUDPClient.cpp
37>ForceFeedbackDevice.cpp
37>MappingCommon.cpp
37>WGInput.cpp
37>WiimoteController.cpp
37>Win32.cpp
37>XInput.cpp
37>SDL.cpp
37>ControlReference.cpp
37>ExpressionParser.cpp
37>FunctionExpression.cpp
37>DITConfiguration.cpp
37>DITSpecification.cpp
37>DynamicInputTextureManager.cpp
37>GCAdapter.cpp
37>ImageOperations.cpp
37>InputConfig.cpp
37>InputProfile.cpp
37>AutoUpdate.cpp
37>CommandLineParse.cpp
37>Disassembler.cpp
37>DiscordPresence.cpp
37>GameFile.cpp
37>GameFileCache.cpp
37>NetPlayIndex.cpp
37>Manager.cpp
37>Manifest.cpp
37>ResourcePack.cpp
37>UICommon.cpp
37>USBUtils.cpp
37>UpdaterCommon.cpp
37>D3DBase.cpp

37>C:\...\dolphin\Externals\fmt\include\fmt\core.h(2951): error C2062: type 'unknown-type' unexpected

...
Felk commented 11 months ago

Also, I just wanna make sure you didn't miss my comment that was 1 minute before yours, since it might be important.

Ah! Yes, that does seem very important indeed! Looks like I might have resolved a git conflict wrongly and just happened to have fmt already checked out locally?

I committed https://github.com/Felk/dolphin/commit/fa4a8802c9937e1b511b3adbbc973cf33da5f53f
can you try again?

Flourish38 commented 11 months ago

Still getting the same errors. Here is the full log output from git submodule update --init --recursive:

$ git submodule update --init --recursive
Submodule 'Externals/FFmpeg-bin' (https://github.com/dolphin-emu/ext-win-ffmpeg.git) registered for path 'Externals/FFmpeg-bin'
Submodule 'Externals/Qt' (https://github.com/dolphin-emu/ext-win-qt.git) registered for path 'Externals/Qt'
Submodule 'SDL' (https://github.com/libsdl-org/SDL.git) registered for path 'Externals/SDL/SDL'
Submodule 'Externals/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'Externals/VulkanMemoryAllocator'
Submodule 'Externals/cubeb/cubeb' (https://github.com/mozilla/cubeb.git) registered for path 'Externals/cubeb/cubeb'
Submodule 'Externals/curl/curl' (https://github.com/curl/curl.git) registered for path 'Externals/curl/curl'
Submodule 'Externals/gtest' (https://github.com/google/googletest.git) registered for path 'Externals/gtest'
Submodule 'Externals/implot/implot' (https://github.com/epezent/implot.git) registered for path 'Externals/implot/implot'
Submodule 'Externals/libadrenotools' (https://github.com/bylaws/libadrenotools.git) registered for path 'Externals/libadrenotools'
Submodule 'Externals/libspng/libspng' (https://github.com/randy408/libspng.git) registered for path 'Externals/libspng/libspng'
Submodule 'libusb' (https://github.com/libusb/libusb.git) registered for path 'Externals/libusb/libusb'
Submodule 'Externals/mGBA/mgba' (https://github.com/mgba-emu/mgba.git) registered for path 'Externals/mGBA/mgba'
Submodule 'Externals/python' (https://github.com/Felk/ext-python.git) registered for path 'Externals/python'
Submodule 'Externals/rcheevos/rcheevos' (https://github.com/RetroAchievements/rcheevos.git) registered for path 'Externals/rcheevos/rcheevos'
Submodule 'Externals/spirv_cross/SPIRV-Cross' (https://github.com/KhronosGroup/SPIRV-Cross.git) registered for path 'Externals/spirv_cross/SPIRV-Cross'
Submodule 'Externals/zlib-ng/zlib-ng' (https://github.com/zlib-ng/zlib-ng.git) registered for path 'Externals/zlib-ng/zlib-ng'
Cloning into 'C:/.../dolphin/Externals/FFmpeg-bin'...
Cloning into 'C:/.../dolphin/Externals/Qt'...
Cloning into 'C:/.../dolphin/Externals/SDL/SDL'...
Cloning into 'C:/.../dolphin/Externals/VulkanMemoryAllocator'...
Cloning into 'C:/.../dolphin/Externals/cubeb/cubeb'...
Cloning into 'C:/.../dolphin/Externals/curl/curl'...
Cloning into 'C:/.../dolphin/Externals/gtest'...
Cloning into 'C:/.../dolphin/Externals/implot/implot'...
Cloning into 'C:/.../dolphin/Externals/libadrenotools'...
Cloning into 'C:/.../dolphin/Externals/libspng/libspng'...
Cloning into 'C:/.../dolphin/Externals/libusb/libusb'...
Cloning into 'C:/.../dolphin/Externals/mGBA/mgba'...
Cloning into 'C:/.../dolphin/Externals/python'...
Cloning into 'C:/.../dolphin/Externals/rcheevos/rcheevos'...
Cloning into 'C:/.../dolphin/Externals/spirv_cross/SPIRV-Cross'...
Cloning into 'C:/.../dolphin/Externals/zlib-ng/zlib-ng'...
remote: Enumerating objects: 91534, done.
remote: Counting objects: 100% (91531/91531), done.
remote: Compressing objects: 100% (17116/17116), done.
remote: Total 90271 (delta 71093), reused 88068 (delta 69888), pack-reused 0
Receiving objects: 100% (90271/90271), 83.39 MiB | 29.86 MiB/s, done.
Resolving deltas: 100% (71093/71093), completed with 760 local objects.
From https://github.com/libsdl-org/SDL
 * branch            ac13ca9ab691e13e8eebe9684740ddcb0d716203 -> FETCH_HEAD
remote: Enumerating objects: 7042, done.
remote: Counting objects: 100% (7042/7042), done.
remote: Compressing objects: 100% (1903/1903), done.
remote: Total 6961 (delta 5031), reused 6737 (delta 4865), pack-reused 0
Receiving objects: 100% (6961/6961), 2.82 MiB | 7.12 MiB/s, done.
Resolving deltas: 100% (5031/5031), completed with 69 local objects.
From https://github.com/mozilla/cubeb
 * branch            27d2a102b0b75d9e49d43bc1ea516233fb87d778 -> FETCH_HEAD
Submodule 'cmake/sanitizers-cmake' (https://github.com/arsenm/sanitizers-cmake) registered for path 'Externals/cubeb/cubeb/cmake/sanitizers-cmake'
Submodule 'googletest' (https://github.com/google/googletest) registered for path 'Externals/cubeb/cubeb/googletest'
Cloning into 'C:/.../dolphin/Externals/cubeb/cubeb/cmake/sanitizers-cmake'...
Cloning into 'C:/.../dolphin/Externals/cubeb/cubeb/googletest'...
Submodule 'lib/linkernsbypass' (https://github.com/bylaws/liblinkernsbypass/) registered for path 'Externals/libadrenotools/lib/linkernsbypass'
Cloning into 'C:/.../dolphin/Externals/libadrenotools/lib/linkernsbypass'...
remote: Enumerating objects: 3864, done.
remote: Counting objects: 100% (3864/3864), done.
remote: Compressing objects: 100% (1270/1270), done.
remote: Total 3805 (delta 2561), reused 3643 (delta 2488), pack-reused 0
Receiving objects: 100% (3805/3805), 715.35 KiB | 2.57 MiB/s, done.
Resolving deltas: 100% (2561/2561), completed with 44 local objects.
From https://github.com/randy408/libspng
 * branch            dc5b1032c08efac68ad30170f7ccbf0aa8dd55c9 -> FETCH_HEAD
remote: Enumerating objects: 11900, done.
remote: Counting objects: 100% (11900/11900), done.
remote: Compressing objects: 100% (2253/2253), done.
remote: Total 11776 (delta 8449), reused 11346 (delta 8324), pack-reused 0
Receiving objects: 100% (11776/11776), 3.46 MiB | 3.13 MiB/s, done.
Resolving deltas: 100% (8449/8449), completed with 90 local objects.
From https://github.com/libusb/libusb
 * branch            ba698478afc3d3a72644eef9fc4cd24ce8383a4c -> FETCH_HEAD
remote: Enumerating objects: 64589, done.
remote: Counting objects: 100% (64589/64589), done.
remote: Compressing objects: 100% (14586/14586), done.
remote: Total 63101 (delta 49744), reused 61544 (delta 48216), pack-reused 0
Receiving objects: 100% (63101/63101), 25.85 MiB | 14.05 MiB/s, done.
Resolving deltas: 100% (49744/49744), completed with 970 local objects.
From https://github.com/mgba-emu/mgba
 * branch            8739b22fbc90fdf0b4f6612ef9c0520f0ba44a51 -> FETCH_HEAD
remote: Enumerating objects: 29757, done.
remote: Counting objects: 100% (29757/29757), done.
remote: Compressing objects: 100% (8114/8114), done.
remote: Total 28912 (delta 21169), reused 27958 (delta 20454), pack-reused 0
Receiving objects: 100% (28912/28912), 12.62 MiB | 15.82 MiB/s, done.
Resolving deltas: 100% (21169/21169), completed with 542 local objects.
From https://github.com/KhronosGroup/SPIRV-Cross
 * branch            50b4d5389b6a06f86fb63a2848e1a7da6d9755ca -> FETCH_HEAD
remote: Enumerating objects: 13899, done.
remote: Counting objects: 100% (13899/13899), done.
remote: Compressing objects: 100% (3762/3762), done.
remote: Total 13653 (delta 9899), reused 13304 (delta 9666), pack-reused 0
Receiving objects: 100% (13653/13653), 6.15 MiB | 11.66 MiB/s, done.
Resolving deltas: 100% (9899/9899), completed with 173 local objects.
From https://github.com/zlib-ng/zlib-ng
 * branch            ce01b1e41da298334f8214389cc9369540a7560f -> FETCH_HEAD

There is no fmt anywhere in the log.

Also, I noticed when I browse to the Externals folder on github, lots of the external dependencies have blue names (sometimes nested in another folder or 2) with @ \<commit ID> (see attached image), but fmt still does not. You might still need to change something to get it to work, I don't know what. image image

Felk commented 11 months ago

Yeah, so I didn't make a faulty merge conflict resolution, fmt being a submodule just seems to be rather recent: https://github.com/dolphin-emu/dolphin/pull/12190 and I didn't merge that yet. I'll try to take an in-depth look at your compilation issue in the coming days

Felk commented 11 months ago

I couldn't reproduce the issue, but can you re-try with the newest master? Make sure to git submodule update --init --recursive again

Flourish38 commented 11 months ago

Just re-cloned from scratch, and yep, that fixed it! Thank you for the support!