Simon Wright

Results 93 comments of Simon Wright

There are other framework directories (e.g. `/System/Library/Frameworks`) but `/Library/Frameworks` is the nearest we have to a system directory accessible to us punters. (I think that `/System/Library/Frameworks` is in fact a...

In the meantime, see [here](https://github.com/simonjwright/alire-index.mac)

Can the download pages at alire.ada.dev and ada-lang.io tell what machine architecture the viewer is running? If not, it’s a straightforward matter to merge an aarch64 binary and an x86_64...

The ARM & AARMs at ada-auth number paragraphs in (parens), and you can link directly to them: e.g. [AARM 13.7(34.a)](http://www.ada-auth.org/standards/2xaarm/html/AA-13-7.html#p34.a). I’ve found this very valuable in the past (perhaps because...

I’ve only just had to resolve a similar problem myself. macOS dylibs are great until they behave like this. Fix by ``` $ cd gnatprove_xxx/libexec/spark/bin $ install_name_tool -change \ /usr/local/opt/gmp/lib/libgmp.10.dylib...

While there was no chance of building aarch64-apple-darwin compilers on GitHub, I released a [Mac-specific repo](https://github.com/simonjwright/alire-index.mac/tree/toolchain-13.2.1) (_not_ the latest release) with the compiler/gprbuild I’d built. Could we pursue something of...

For the compiler/gprbuild, I was able at [this release](https://github.com/simonjwright/alire-index.mac/tree/0d6b3458c961a84fed2b550511c50149dd87cd0d) to get the compiler & gprbuild recognised: ``` Please select the gnat version for use with this configuration 1. gnat_external=13.2.0 [Detected...

I just got [this](https://github.com/simonjwright/ada_caser/actions/runs/13617215155/job/38062154439#step:4:158): ``` ERROR: Could not sync build dir from C:\Users\runneradmin\AppData\Local\alire\cache\releases\langkit_support_25.0.0_7c5f4981 to C:\Users\runneradmin\AppData\Local\alire\cache\builds\langkit_support_25.0.0_7c5f4981\3e8c4e93996522114a413feaa00245b3551528bf3fac4df63794e48b1f42aa90 ``` -- is this the same thing? If so, I’ll wait until Alire 2.1.0 becomes...

Success, by having the Windows run do ``` - name: Private dependencies if Windows if: startsWith(matrix.os, 'windows') run: alr settings --set dependencies.shared false ```

Quite right. Having reversed the order, picks up gprbuild 22.0.1 and proceeds to the build (which fails, because of an unaasigned-but-unread variable; so not the fault of this issue!)