olback / library-loader

[Unofficial] Samacsys Library Loader for all platforms!
112 stars 21 forks source link

error: failed to run custom build command for `library-loader-gui v0.2.2 (/Users/liam/library-loader/ll-gui) #56

Open COMTOP1 opened 3 years ago

COMTOP1 commented 3 years ago

Hello, I'm trying to install this to macOS Catalina and every time I try, this error message comes up. Not sure if this is just an issue on my mac or what.

error: failed to run custom build command forlibrary-loader-gui v0.2.2 (/Users/liam/library-loader/ll-gui)`

Caused by: process didn't exit successfully: /Users/liam/library-loader/target/release/build/library-loader-gui-8e406340802ffbdf/build-script-build (exit code: 101) --- stdout cargo:rerun-if-changed=.git/HEAD cargo:rerun-if-changed=assets/*

--- stderr thread 'main' panicked at 'Command 'glib-compile-resources' not found', ll-gui/build/resources.rs:11:9 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace warning: build failed, waiting for other jobs to finish... error: build failed`

ivanlunardi commented 1 year ago

I think there is a problem with glib-compile-resources it exit with segmentation fault (signal 11)

ivanlunardi commented 1 year ago

Work around : on ll-gui/assets/resources.xml remote preprocess="xml-stripblanks" and all works