-
Notifications
You must be signed in to change notification settings - Fork 3
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
"Cannot find type size_t
in this scope" when building
#1
Comments
Hi, I’ve pushed some updates to the dev branch. |
I’ve bumped the version to 0.2.x and published the update on crates.io. If you can confirm that building this version works fine on your end I’ll close this issue. :) |
Thank you! I want to finish troubleshooting something on my branch, then I'll merge these new commits into it. After that, I'll submit a PR with my Vulkan additions. |
I’ll close this issue as fixed by 2cf0599. |
I'm attempting to build a local copy of this repo, but I keep getting errors relating to the type
size_t
being missing. It looks like it's not consistently being generated by bindgen; is there any reason not to use the type provided bylibc
instead?The text was updated successfully, but these errors were encountered: