mmMike / marko-editor

Marko Editor is a simple WYSIWYG editor for note taking.
GNU General Public License v3.0
62 stars 5 forks source link

Fedora Rawhide failed to run custom build command for graphene-sys gdk4-x11-sys #1

Closed omac777 closed 3 years ago

omac777 commented 3 years ago

On Fedora Rawhide, when I ran cargo build --release I got the following errors:

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
mmMike commented 3 years ago

Thank you, I added your resolution to the readme.