Simon Wright
Simon Wright
If the MacPorts installation hasn't been updated for more than a fortnight, when `Alire.Origins.Deployers.System.Macports.Detect` calls `port info --version {pkg}` it will will output a warning message, thus making the response...
[GCC 13.2.0 aarch64](https://github.com/simonjwright/distributing-gcc/releases/tag/gcc-13.2.0-aarch64) release doesn’t include AUnit.
The final screen of the installation (source in `conclusion.html-tmpl`) merely tells you how to alter `PATH` in the current shell; should at least discuss making a more permanent change, or...
As discussed [here](https://github.com/iains/gcc-darwin-arm64/issues/101), GCC thinks that macs with Apple silicon have case-sensitive file systems. Most times you won’t notice this (because your files all have lower-case names which don’t use...
These changes allow users to import SDL2 using one of Homebrew, MacPorts or the framework from libsdl.org, in that order of preference. For the source-level framework changes, there are two...
While looking at `libexpat-external.toml` with a view to updating it for macOS, I found that there was no need, because it’s already provided by macOS in the SDK. `alr update`...
Once we have an official aarch64 release of alr for macOS as well as the current x86_64 one, can the download pages at alire.ada.dev and ada-lang.io tell what machine architecture...
With the GCC 14.1.0 (aarch64) release, a user got ``` % gcc -c tprintf.c In file included from tprintf.c:2: /Applications/[Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/time.h:198:67](http://xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/time.h:198:67): error: macro "__API_AVAILABLE2" passed 4 arguments, but takes just 3...
For the risc64-elf target, `make install INSTALL_LOCALLY=no` should install to `$prefix/riscv64-elf/lib/gnat` but actually installs to `$prefix/riscv/lib/gnat`.
macOS Sonoma 14.6.1 (M1) Command Line Tools 15.3 Homebrew This repo sdk-2.0.0 libjaylink 0.3.1 gcc 14.1.0 (aarch64) jlink-edu v9.3 pico 2 `./configure --prefix=$HOME/local --enable-jlink --enable-internal-jlink` Running with this script: ```...