[Slackbuilds-users] vkQuake and vulkan-sdk-bin issues

B Watson yalhcru at gmail.com
Mon Feb 15 21:04:42 UTC 2021


The download file for vulkan-sdk-bin is missing (404 not
found). There's a copy in sbosrcarch, so I was able to build
the package anyway, which leads to...

vkQuake fails to build. Error messages look like:

gl_vidsdl.c: In function 'GL_AcquireNextSwapChainImage':
gl_vidsdl.c:2072:89: error:
'VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT' undeclared (first use
in this function)
  if ((err == VK_ERROR_OUT_OF_DATE_KHR) || (err ==
VK_ERROR_SURFACE_LOST_KHR) || (err ==
VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT))

                  ^
gl_vidsdl.c:2072:89: note: each undeclared identifier is reported only
once for each function it appears in
gl_vidsdl.c: In function 'GL_EndRendering':
gl_vidsdl.c:2161:120: error:
'VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT' undeclared (first use
in this function)
   if ((err == VK_ERROR_OUT_OF_DATE_KHR) || (err ==
VK_ERROR_SURFACE_LOST_KHR) || (err == VK_SUBOPTIMAL_KHR) || (err ==
VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT))

...which looks related to vulkan-sdk-bin. Maybe vulkan-sdk-bin needs
an update to a newer version?

Also, in vkQuake's README, the link:

https://en.wikipedia.org/wiki/Vulkan_(API)#Compatibility

...is no longer valid. It looks like this should be changed to:

https://en.wikipedia.org/wiki/Vulkan_(API)#Hardware


More information about the SlackBuilds-users mailing list