So having a number of errors compiling ulisp.
(Using Arduino on Debian 12 , with apt installed arduino)
failure error of
ulisp-extension:41:21 error redefinition of ‘tbl_entry_t* tables []’
Any pointers to where I should be looking
So having a number of errors compiling ulisp.
(Using Arduino on Debian 12 , with apt installed arduino)
failure error of
ulisp-extension:41:21 error redefinition of ‘tbl_entry_t* tables []’
Any pointers to where I should be looking
Haven’t experienced that error myself, thankfully, but I beleive it is caused by forgetting to uncomment the #define extensions
at the top. If the extensions symbol is not defined, then the default tables for no extension are used.