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

Matt Dinslage daedra1980 at gmail.com
Mon Feb 15 21:23:20 UTC 2021


Thanks for the heads up.   Looks like this has been fixed upstream.

https://github.com/Novum/vkQuake/commit/3111618108c53dc9f7e518341468f4a732698ad0

I will go ahead and submit the newest release that has this fix.

On 2/15/21 3:04 PM, B Watson wrote:
> 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