-
Notifications
You must be signed in to change notification settings - Fork 56
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
Not able to use dep to isolate vulkan dependency #14
Comments
Hi, it seems that dep omits some sources from the vendored dir, judging by the log lines. Could you please verify that in this case:
You actually have Also, could be a path issue. At this point I'm not sure on which stage of the pipeline the problem is. But in both cases packages have an internal directory with C-only sources, so |
It looks like an issue that is surpassed by |
Sorry, log weekend.
No, but it is in |
@delaneyj see the prune case. Godep removes C sources, it removed vulkan headers from your vendor/ |
Sorry forgot to close here, yeah not your fault just good for others to know. Curious how vgo would handle this. |
Have a working example using
go get
,go run main.go
works fine.Use
dep init
to pull the same dependencies to the vendor folder.It appears there is bad path resolution happening.
The text was updated successfully, but these errors were encountered: