-
Notifications
You must be signed in to change notification settings - Fork 17
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
GPU.h not found #31
Comments
GPU.h is in this repo: https://github.com/maierfelix/webgpu/blob/master/src/GPU.h |
What part of the build should be setting the include path? I tried export CPLUS_INCLUDE_PATH=src/, but that didn't change anything. I vaguely remember that make overrides that? |
Sorry, I don't know anything about the build in this repo. Try looking at some of the build config files to see if there's a place the include path can be changed? Maybe it's hardcoded to use a path that's wrong on your system, or uses a backslash or something? |
Making the change below helped with this one. I am now hitting a different error, reported separately.
|
Here's the full trace trying to build webgpu on linux, I suspect I might need to install some system package, but I'm not sure which.
The text was updated successfully, but these errors were encountered: