Hi Rafik,
> 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)];Yes, this is a known problem. PicoLisp 32-bit depends on dynamically sized arrays in several places, and clang doesn't support those :( ♪♫ Alex -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
