Hey guys,

After I found the picolisp version in homebrew -outdated(a 3.X version from
2014) , I had to compile it ( and I'll submit an update to homebrew so mac
users can enjoy the latest version)

As it turns out, as mac OSx defaults to clang, We get an error preventing
the package to compile:

flow.c:786:37: error: fields must have a constant size: 'variable length
array in structure' extension will never be supported
         struct {any sym; any val;} bnd[length(y)];

Actually, VLAs in structure seem to be a specific gcc stuff, and this seems
to somehow block pico usage on macs.

How can we solve this ?

Cheers,

Rafik

Reply via email to