-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Exit Code 4 and 2 - sips error - builds failing - libglib-2.0.0.dylib missing #2204
Comments
I fixed this But now I'm having a new issue... Log:
|
My next issue was fixed by doing the following: And that was all, that also took me a few hours to figure out. Hope someone else with the same issue reads this and gets it instantly fixed :) |
@teras is it possible to fix this issue and include glib to Appimagetool? |
Glib dependency is provided by brew
There is a special package for it, like all other dependencies
Στις 15 Οκτ 2017 6:55 μ.μ., ο χρήστης "Vladimir Krivosheev" <
[email protected]> έγραψε:
… @teras <https://github.com/teras> is it possible to fix this issue and
include glib to Appimagetool?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2204 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAkKuPefX-BPE0l6fE-lCoFOyM0lgApeks5ssn84gaJpZM4P5zaO>
.
|
Thanks for quick response. Our goal is to allow users use clean OS and do not install extra deps. Ok, I will investigate how do we can static link it or bundle as part of tool. |
@alphadijkstra thanks for the info! Saved me lots of time |
I'm trying to build my project on MacOS 10.13 but I keep getting the same errors.
Building for Windows works on Windows and building for MacOS works on MacOS but when I want to target all platforms from MacOS then it fails.
I couldn't find any post with someone that had the same issue.
It seems to depend on
sips
not being able to convert the icons correctly.My original icons are one
icon.icns
andicon.ico
. Like the documentation states, linux building should automatically convert the icons from icns to the correct format. Maybe this fails here?Error log:
The text was updated successfully, but these errors were encountered: