zwieblum
zwieblum
Sorry for this beeing an image, but I don't have access to the machine right now and the person I asked ... well ... at least it's what lldb spits...
It segaults when run by lldb or from shell. That reminds me, the shell on that computer is set to zsh for some reason. I think that ```getenv()``` is called...
I'm wondering: which verson of OSx and xcode do you use? Would using the precompiled gambit version https://gambitscheme.org/4.7.9/gambc-v4_7_9-macosx-intel64.dmg solve the issue? Or would it be usefull if you provide your...
So I repaced in [modules/config/LIBRARIES](https://github.com/part-cw/lambdanative/blob/master/modules/config/LIBRARIES) ```libgambc``` with ``libgambit```, then I changed [VERSION](https://github.com/part-cw/lambdanative/blob/master/VERSION) to ```1.1.1``, then cleard all caches: ``` rm -R ~/.lambdanative ~/Library/Caches/lambdanative ./configure uSquish make ``` Anyway, the compiled...
Hm ... it might be that this is an xcode 15 problem after all. I just installed gambit using ```brew``` and that version works.