Skip to content
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

Windows CI build fails #15

Open
DoodlesEpic opened this issue Feb 26, 2023 · 0 comments
Open

Windows CI build fails #15

DoodlesEpic opened this issue Feb 26, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@DoodlesEpic
Copy link
Owner

Cross-compiling GTK is a notoriously hard problem. Currently all of the builds succeed except for the Windows one, that's because it has to compile GTK from source. The current blocker is that when compiling the GKT crate it does not find the system glib that was previously compiled and in theory should be in a environment variable.

https://gtk-rs.org/gtk4-rs/git/book/installation_windows.html
https://github.com/wingtk/gvsbuild#development-environment

@DoodlesEpic DoodlesEpic added the bug Something isn't working label Feb 26, 2023
@DoodlesEpic DoodlesEpic self-assigned this Feb 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant