Simon Wright

Results 75 comments of Simon Wright

I build lldb using your patch (pretend that Ada can be treated like C++); worked fine for integer, boolean, enum but didn’t like a constrained type: ``` type Constr is...

For GCC 14, includes links to the Wiki. Still nothing about ada-mode etc.

I don't see this issue on Sonoma 14.6.1, Command Line Tools (i.e. Xcode) 15.3 (building with CC=clang). Unfortunately this brings another issue, CLT15.3 doesn't include m4. I tried `export M4=gm4`...

I have a further issue, I guess from upstream, with `CC=clang`. Doesn't happen with GCC 14.1.0 (aarch64), though I guess it should! ``` libtool: compile: clang -DHAVE_CONFIG_H -I. -I./src -I./src...

That’s a good plan. I’ve started on it, hb/mp no problem, can get fw to work; I do see some issues. In `build/gnat/sdlada.gpr` * there’s `-DREENTRANT`. I don’t see that...

Actually, [this is a better link](https://github.com/simonjwright/sdlada/pull/5) to see the work-in-progress.

> That's why there's the separated out test progs repo. Looking at it again, it’d be easy to run the unit tests. Anyway, it’s your call.

> > Actually, [this is a better link](https://github.com/simonjwright/sdlada/pull/5) to see the work-in-progress. > > Is there a reason why you're not using the [github sdl2 framework actions](https://github.com/marketplace/actions/setup-sdl2-frameworks)? I wasn’t aware...

> > Is there a reason why you're not using the [github sdl2 framework actions](https://github.com/marketplace/actions/setup-sdl2-frameworks)? > > I wasn’t aware of it. It works just fine (so long as you...

> I don't know what you mean? `link/macos` is for framework, `link/nix` is *nix-like which should cover hb and mp. I should have said, I’m talking about the macOS version....