Closed issue by ericonr on void-packages repository https://github.com/void-linux/void-packages/issues/24010 Description: ### System Fails on all systems. * package: vkd3d-1.1 ### Expected behavior Builds. ### Actual behavior Fails with ``` libs/vkd3d/vkd3d_private.h:680:54: error: 'VK_PIPELINE_BIND_POINT_RANGE_SIZE' undeclared here (not in a function); did you mean 'VK_PIPELINE_BIND_POINT_MAX_ENUM'? 680 | struct vkd3d_pipeline_bindings pipeline_bindings[VK_PIPELINE_BIND_POINT_RANGE_SIZE]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | VK_PIPELINE_BIND_POINT_MAX_ENUM make[1]: *** [Makefile:1084: libs/vkd3d/vkd3d_main.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... In file included from libs/vkd3d/resource.c:19: libs/vkd3d/vkd3d_private.h:680:54: error: 'VK_PIPELINE_BIND_POINT_RANGE_SIZE' undeclared here (not in a function); did you mean 'VK_PIPELINE_BIND_POINT_MAX_ENUM'? 680 | struct vkd3d_pipeline_bindings pipeline_bindings[VK_PIPELINE_BIND_POINT_RANGE_SIZE]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | VK_PIPELINE_BIND_POINT_MAX_ENUM ar: `u' modifier ignored since `D' is the default (see `U') In file included from libs/vkd3d/state.c:20: libs/vkd3d/vkd3d_private.h:680:54: error: 'VK_PIPELINE_BIND_POINT_RANGE_SIZE' undeclared here (not in a function); did you mean 'VK_PIPELINE_BIND_POINT_MAX_ENUM'? 680 | struct vkd3d_pipeline_bindings pipeline_bindings[VK_PIPELINE_BIND_POINT_RANGE_SIZE]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | VK_PIPELINE_BIND_POINT_MAX_ENUM make[1]: *** [Makefile:1084: libs/vkd3d/resource.lo] Error 1 make[1]: *** [Makefile:1084: libs/vkd3d/state.lo] Error 1 In file included from libs/vkd3d/device.c:19: libs/vkd3d/vkd3d_private.h:680:54: error: 'VK_PIPELINE_BIND_POINT_RANGE_SIZE' undeclared here (not in a function); did you mean 'VK_PIPELINE_BIND_POINT_MAX_ENUM'? 680 | struct vkd3d_pipeline_bindings pipeline_bindings[VK_PIPELINE_BIND_POINT_RANGE_SIZE]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | VK_PIPELINE_BIND_POINT_MAX_ENUM make[1]: *** [Makefile:1084: libs/vkd3d/device.lo] Error 1 In file included from libs/vkd3d/utils.c:19: libs/vkd3d/vkd3d_private.h:680:54: error: 'VK_PIPELINE_BIND_POINT_RANGE_SIZE' undeclared here (not in a function); did you mean 'VK_PIPELINE_BIND_POINT_MAX_ENUM'? 680 | struct vkd3d_pipeline_bindings pipeline_bindings[VK_PIPELINE_BIND_POINT_RANGE_SIZE]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | VK_PIPELINE_BIND_POINT_MAX_ENUM make[1]: *** [Makefile:1084: libs/vkd3d/utils.lo] Error 1 In file included from libs/vkd3d/command.c:20: libs/vkd3d/vkd3d_private.h:680:54: error: 'VK_PIPELINE_BIND_POINT_RANGE_SIZE' undeclared here (not in a function); did you mean 'VK_PIPELINE_BIND_POINT_MAX_ENUM'? 680 | struct vkd3d_pipeline_bindings pipeline_bindings[VK_PIPELINE_BIND_POINT_RANGE_SIZE]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | VK_PIPELINE_BIND_POINT_MAX_ENUM ``` ### Steps to reproduce the behavior Build vkd3d. --- I can't see any further developments on their repo, will have to try to search for / create some patches for new Vulkan headers, assuming that's the issue.