Hello, with your patches, I've compiled Picolisp on 32-bit Termux + Clang without any problems.
Thanks a lot! Great job! Greetings Alfonso V. Andras Pahi <pa...@t-online.hu> schrieb am Sa., 18. Apr. 2020, 20:00: > Hello, > > If you are interested I have patched the 19.12 32bit sources to compile > without GCC. > I have attached the changed files: pico.h, main.c, apply.c and flow.c > > Since clang does not support variable length array in structures I > allocate the bindFrame > with alloca() and provided a macro in pico.h to ease this: allocFrame(). > > I know that the 32bit version is not the mainstream version, but feel free > to > abuse the patches. > > Regards, > Andras Pahi > >