Closed omac777 closed 3 years ago
On Fedora Rawhide, when I ran cargo build --release I got the following errors:
cargo build --release
warning: `"pkg-config" "--libs" "--cflags" "graphene-gobject-1.0" "graphene-gobject-1.0 >= 1.10"` did not exit successfully: exit code: 1 error: failed to run custom build command for `graphene-sys v0.13.0 (https://github.com/gtk-rs/gtk-rs#bd693ac8)` warning: `"pkg-config" "--libs" "--cflags" "gtk4-x11" "gtk4-x11 >= 4.0.0"` did not exit successfully: exit code: 1 error: failed to run custom build command for `gdk4-x11-sys v0.1.0 (https://github.com/gtk-rs/gtk4-rs#63014057)`
Resolution
dnf install graphene-devel gtk4-devel libX11-devel
Thank you, I added your resolution to the readme.
On Fedora Rawhide, when I ran
cargo build --release
I got the following errors:Resolution