-
Notifications
You must be signed in to change notification settings - Fork 54
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
fails to build on Ubuntu 16.10 #2
Comments
Hi! Sorry, the desktop linux is the last platform I hadn't added yet. The only linux target available for now is the compute one, where surface isn't created. For proper desktop linux support I'll add GLFW as well to create the surface, probably will go back to that in a few weeks. You can add this by yourself, see Darwin / Windows examples, they are simple. |
P. S. the problem is that it doesn't link to the bridge code, because bridges have build constraints. |
Nevermind, adding support is not so simple on a second thought, I guess you'll need to wait a bit :P You can run it on your iOS/ Android smartphone meanwhile :3 |
Actually it is quite simple: |
@jfreymuth Thanks, this is good for initial support! The full cover though includes some code generation for XCB/Wayland/Mir headers (all that extra code in wrappers, as in windows for example) and testing. I'll do that later. @nergdron Can you check if it works for you? GLFW needs to be installed, at least 3.2. |
Yeah, this solves my build problems anyway. Looks good to start with, thanks! |
Just trying to install this library with "go get", and it's having problems finding all the function definitions for the C Vulkan library:
It doesn't seem to be resolving the headers properly, either the system ones (via libvulkan-dev package) or via the header files you've included in the repo under /vulkan. Any ideas?
The text was updated successfully, but these errors were encountered: