rust-crosscompile icon indicating copy to clipboard operation
rust-crosscompile copied to clipboard

docker for cross compiling rust gtk programs to windows

Results 5 rust-crosscompile issues
Sort by recently updated
recently updated
newest added

For apps using buildscripts to compile gresources as explained [here](https://gtk-rs.org/gtk4-rs/stable/latest/book/composite_templates.html#resources), the docker image won't be able to compile the buildscript because of the setting of PKG_CONFIG_PATH variable. In this case,...

When using this container to build a GTK3 app, in my case using the relm gui library, which uses GTK3, spinners won't show up. I tested this in wine and...

I tried to build a customised version of the Dockerfile in this repo, but was getting strange permission errors. I was able to work around the first, but it continued...

As I've used this Docker image for GTK+ 3 builds, I'm wondering if there are any plans to support GTK4?

Because docker has some limitations, especially the "must-be-root-to-run" one, I'd love to see Podman support, as it's often impossible to run docker as a root.