https://bugs.winehq.org/show_bug.cgi?id=55061
--- Comment #2 from Zel Uneec zculek@gmail.com --- Checking on https://bugs.winehq.org/show_bug.cgi?id=46624, I'm trying to build latest wine-staging with the commit aadae4d1ea173dfa30e09d6cc816bb174e35f90d reverted, but I'm at the moment stuck on the following error (after resolving some of the other ones):
gcc -m64 -c -o dlls/winex11.drv/x11drv_main.o dlls/winex11.drv/x11drv_main.c -Idlls/winex11.drv -Iinclude -D__WINESRC__ \ -DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fno-stack-protector -fno-strict-aliasing \ -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \ -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \ -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-4 -fPIC \ -fasynchronous-unwind-tables -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 dlls/winex11.drv/x11drv_main.c:1001:15: error: static declaration of ‘get_display_device_init_mutex’ follows non-static declaration 1001 | static HANDLE get_display_device_init_mutex(void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from dlls/winex11.drv/x11drv_main.c:50: dlls/winex11.drv/x11drv.h:808:15: note: previous declaration of ‘get_display_device_init_mutex’ with type ‘void *(void)’ 808 | extern HANDLE get_display_device_init_mutex(void) DECLSPEC_HIDDEN; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dlls/winex11.drv/x11drv_main.c:1019:13: error: static declaration of ‘release_display_device_init_mutex’ follows non-static declaration 1019 | static void release_display_device_init_mutex(HANDLE mutex) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from dlls/winex11.drv/x11drv_main.c:50: dlls/winex11.drv/x11drv.h:809:13: note: previous declaration of ‘release_display_device_init_mutex’ with type ‘void(void *)’ 809 | extern void release_display_device_init_mutex(HANDLE) DECLSPEC_HIDDEN; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: *** [Makefile:113528: dlls/winex11.drv/x11drv_main.o] Error 1
I'm trying to build WoW64 BTW.