NanoMichael / MicroTeX

A dynamic, cross-platform, and embeddable LaTeX rendering library
MIT License
418 stars 69 forks source link

compat with macos 10.14 #110

Closed PikachuHy closed 2 years ago

PikachuHy commented 2 years ago

see https://github.com/NanoMichael/cLaTeXMath/issues/109

NanoMichael commented 2 years ago

After some searches, I've found a more generic way to fix this issue, please check this post.

sp1ritCS commented 2 years ago

I've added compat with older gcc/clang versions outside of OS X to this: https://github.com/PikachuHy/cLaTeXMath/pull/2

PikachuHy commented 2 years ago

After some searches, I've found a more generic way to fix this issue, please check this post.

I will check later.

NanoMichael commented 2 years ago

E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/g/gtk+3.0/gir1.2-gtk-3.0_3.24.20-0ubuntu1_amd64.deb 404 Not Found [IP: 52.154.174.208 80] E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/g/gtk+3.0/libgtk-3-dev_3.24.20-0ubuntu1_amd64.deb 404 Not Found [IP: 52.154.174.208 80]

Seems Azure has moved these packages to somewhere else caused the CI to fail. This PR can be merged anyway.

sp1ritCS commented 2 years ago

Seems Azure has moved these packages to somewhere else caused the CI to fail. This PR can be merged anyway.

yes, microsofts ubuntu repositories it uses for GHA are absolute garbage. The haven't moved them elsewhere, it's just that the repo index file is whatever canonical publishes atm, but that doesn't guarantee that microsoft is already mirroring that version of a package. Idk, maybe their rsync script hasn't ran yet.

To avoid this, you could use Debian, SLES or RHEL containers directly.