On Thu, Dec 08, 2022 at 06:56:44AM +0100, Janneke Nieuwenhuizen wrote: > Mike Gran writes: > > Hi! > > > Almost all instances of the long integer are replaced with intptr_t, > > since on 64-bit Windows, sizeof(long) < sizeof(void *), in violation > > of Guile's expectations. Largely janneke did this work, but, I added > > a couple more. > > Now that you found more, do you know if JIT works? I couldn't get it to > work on wip-mingw, so I've been using --disable-jit.
Sorry, I didn't even look into the lightening directory or try to patch it. I just assumed that JIT would be too compilicated for me to understand. A recompile with JIT enabled seems to fail almost immediately. Regards, Mike Gran