-
Notifications
You must be signed in to change notification settings - Fork 64
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
Unable to build #78
Comments
If any one runs into this issue, it's likely because the C++ components of the build are leaving stale junk around somewhere in the target/ filter after a failed build, for example if you don't have the prerequisites installed. In other words, if your build fails, you install the required components, and try again, you'll likely see this error. Nuking target worked for me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In cloning the
https://github.com/google/shaderc-rs
and runningcargo build
on both theshaderc-sys
andshaderc-rs
neither workResulting in these errors respectively:
shaderc-sys
errors:shaderc-rs
errors:Install
(and got both VS 2017 and VS 2019 installed with their respective build tools,
Desktop development with C++
tool)(originally I was trying to compile a library which depended upon this library (vulkano) which eventually lead me to this issue.)
What am I doing wrong here?
The text was updated successfully, but these errors were encountered: