tpoechtrager / osxcross

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

Fix clang build. Github website changed and broke access to tarballs. #367

Closed cschol closed 1 year ago

cschol commented 1 year ago

Fixes https://github.com/tpoechtrager/osxcross/issues/363.

philippe44 commented 1 year ago

On my system, there is an extra set of quotes around LLVM_PKG and CLANG_PKG that breaks the download through wget. As well, llvm does not build as some cmake items seems to be missing for 15.x

cschol commented 1 year ago

On my system, there is an extra set of quotes around LLVM_PKG and CLANG_PKG that breaks the download through wget. As well, llvm does not build as some cmake items seems to be missing for 15.x

The quote issue has been fixed in the latest update to PR. The LLVM build failure you are reporting is a different issue. The build completes successfully for clang 12.0.1 with my fix applied.

akien-mga commented 1 year ago

@tpoechtrager Any chance to see this or #336 merged? build_clang.sh is broken currently.

tpoechtrager commented 1 year ago

Merged #336. Thanks for your Pull Request though.