Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails if old version of Vulkan-Loader is installed #43

Closed
sarnex opened this issue Jun 24, 2018 · 0 comments · Fixed by #48
Closed

Build fails if old version of Vulkan-Loader is installed #43

sarnex opened this issue Jun 24, 2018 · 0 comments · Fixed by #48
Assignees
Milestone

Comments

@sarnex
Copy link

sarnex commented Jun 24, 2018

Hi all,

I am the Gentoo maintainer of the Vulkan-* packages.

We hit an issue when adding support for Vulkan-Loader version 1.1.77.0. The issue is related to #42

If you have Vulkan-Loader < 1.1.77.0 installed when compiling Vulkan-Loader 1.1.77.0, it will use the already-installed '/usr/include/vulkan/vk_layer_dispatch_table.h' header. This causes compile errors because it is not the file which would have been generated:

https://658900.bugs.gentoo.org/attachment.cgi?id=536992

It seems the only way to fix this error is to force regeneration of the vk_layer_dispatch_table.h by deleting or renaming it.

We need this to be handled by the build system. An ideal solution seems to be to universally regenerate vk_layer_dispatch_table.h.

Distro bug report: https://bugs.gentoo.org/658900

Thank you,
Sarnex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants