-
Notifications
You must be signed in to change notification settings - Fork 57
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
(MacOS) Errors compiling new vulkan-zig example #137
Comments
Are you sure that you are on the latest version of vulkan-zig? ComptimeStringMap was removed in #129 |
I downloaded a Zip from the master branch this morning just before trying, so I'd assume so. I also ran Also, FWIW, I'm running Vulkan-SDK version Edit to this comment: I just did a |
User Error discovered. I accidentally swapped out Regardless, with version issues fixed, I still receive the following errors: 0.13.0-dev.46+3648d7df1:
0.13.0-dev.4+c7ffdbcd4:
|
This build is too old, it was before the change relevant to #129. Regarding the other issue, well, it can't find GLFW. I'm not too familiar with how dependencies work on Mac OS to be honest, so I doubt that I can be of much help. Its not downloaded automatically by Zig at least - it needs to be provided by your system. |
I'm on MacOS, and tested the command
zig build --build-file $(pwd)/examples/build.zig run-triangle
in vulkan-zig's root.The following is the terminal output returned when trying to zig build with two different versions
dev.4+c7ffdbcd4
and0.13.0-dev.46+3648d7df1
.dev.4+c7ffdbcd4:
(shortened error):
(full error output):
0.13.0-dev.46+3648d7df1:
(shortened error):
(full error output):
The text was updated successfully, but these errors were encountered: