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

Fedora build fails witn error: ‘VK_API_VERSION_1_0’ undeclared #27

Closed
xyz32 opened this issue Jul 30, 2016 · 1 comment
Closed

Fedora build fails witn error: ‘VK_API_VERSION_1_0’ undeclared #27

xyz32 opened this issue Jul 30, 2016 · 1 comment

Comments

@xyz32
Copy link

xyz32 commented Jul 30, 2016

I am trying to build the code on fedora 24.

I got all the dependencies set up:

>sudo dnf copr enable ajax/vulkan

>sudo dnf install SDL2-devel vulkan-devel

But now make fails with the following error:

gl_vidsdl.c: In function ‘GL_InitInstance’:
gl_vidsdl.c:546:32: error: ‘VK_API_VERSION_1_0’ undeclared (first use in this function)
application_info.apiVersion = VK_API_VERSION_1_0;

Any idea?

Thanks

@Novum
Copy link
Owner

Novum commented Jul 30, 2016

You need a newer Vulkan SDK

@Novum Novum closed this as completed Jul 30, 2016
This issue was closed.
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

No branches or pull requests

2 participants