https://bugs.winehq.org/show_bug.cgi?id=44580
--- Comment #8 from marlemion quatze@t-online.de --- I have checked out the wine-mirror repository, cloned it locally, applied this patch:
https://bugs.winehq.org/attachment.cgi?id=60816&action=diff
and built it as I have built all the other wine versions when bisecting (using arch's wine-git PKGBUILD). I get this error:
make[1]: Entering directory '/home/PKGBUILD/wine-git/src/wine-git-32-build/dlls/winex11.drv' gcc -m32 -c -o vulkan.o ../../../wine-git/dlls/winex11.drv/vulkan.c -I. -I../../../wine-git/dlls/winex11.drv \ -I../../include -I../../../wine-git/include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe \ -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers \ -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla \ -Wwrite-strings -Wpointer-arith -Wlogical-op -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 In file included from ../../../wine-git/dlls/winex11.drv/vulkan.c:29:0: ../../../wine-git/dlls/winex11.drv/vulkan.c: In function 'get_vulkan_driver': ../../../wine-git/include/wine/debug.h:358:56: error: '__wine_dbch___default' undeclared (first use in this function) #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) ^ ../../../wine-git/include/wine/debug.h:75:43: note: in definition of macro '__WINE_GET_DEBUGGING_ERR' #define __WINE_GET_DEBUGGING_ERR(dbch) ((dbch)->flags & (1 << __WINE_DBCL_ERR)) ^~~~ ../../../wine-git/include/wine/debug.h:85:11: note: in expansion of macro '__WINE_GET_DEBUGGING' do { if(__WINE_GET_DEBUGGING(dbcl,(dbch))) { \ ^~~~~~~~~~~~~~~~~~~~ ../../../wine-git/include/wine/debug.h:358:36: note: in expansion of macro '__WINE_DPRINTF' #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) ^~~~~~~~~~~~~~ ../../../wine-git/include/wine/debug.h:398:36: note: in expansion of macro 'WINE_ERR' #define ERR WINE_ERR ^~~~~~~~ ../../../wine-git/dlls/winex11.drv/vulkan.c:536:5: note: in expansion of macro 'ERR' ERR("Wine was built without Vulkan support.\n"); ^~~ ../../../wine-git/include/wine/debug.h:358:56: note: each undeclared identifier is reported only once for each function it appears in #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) ^ ../../../wine-git/include/wine/debug.h:75:43: note: in definition of macro '__WINE_GET_DEBUGGING_ERR' #define __WINE_GET_DEBUGGING_ERR(dbch) ((dbch)->flags & (1 << __WINE_DBCL_ERR)) ^~~~ ../../../wine-git/include/wine/debug.h:85:11: note: in expansion of macro '__WINE_GET_DEBUGGING' do { if(__WINE_GET_DEBUGGING(dbcl,(dbch))) { \ ^~~~~~~~~~~~~~~~~~~~ ../../../wine-git/include/wine/debug.h:358:36: note: in expansion of macro '__WINE_DPRINTF' #define WINE_ERR __WINE_DPRINTF(_ERR,__wine_dbch___default) ^~~~~~~~~~~~~~ ../../../wine-git/include/wine/debug.h:398:36: note: in expansion of macro 'WINE_ERR' #define ERR WINE_ERR ^~~~~~~~ ../../../wine-git/dlls/winex11.drv/vulkan.c:536:5: note: in expansion of macro 'ERR' ERR("Wine was built without Vulkan support.\n"); ^~~ make[1]: *** [Makefile:538: vulkan.o] Error 1 make[1]: Leaving directory '/home/PKGBUILD/wine-git/src/wine-git-32-build/dlls/winex11.drv' make: *** [Makefile:8648: dlls/winex11.drv] Error 2