tpoechtrager / osxcross

Mac OS X cross toolchain for Linux, FreeBSD, OpenBSD and Android (Termux)
GNU General Public License v2.0
2.8k stars 318 forks source link

support for asahi linux, getting the following error error while loading shared libraries: libicui18n.so.74 #421

Closed ipatch closed 3 months ago

ipatch commented 3 months ago

as of right now i believe asahi linux only has libicu at version 73. and for reasons i haven't searched yet running the below command looks for a libicui18n.so.74 file which i'll assume it is looking for version 74 of the libicu library. my fedora knowledge is limited and i'm sure i can build libicu 74 from source, which i'll attempt here in a bit. but just thought i'd leave this here for future me 👴

ipatch commented 3 months ago

issue ended being related to having homebrew in my $USER path. removed $HOME/homebrew/{s,bin} from $PATH and the script completed without errors.