Hi,
compiling µLisp 4.4 for my Raspberry Pico W results in this error:
/tmp/ulisp-arm/ulisp-arm.ino: In function ‘object* sp_withclient(object*, object*)’:
ulisp-arm:4841:60: error: ‘WITHCLIENT’ was not declared in this scope
4841 | if (stringp(address)) success = client.connect(cstring(WITHCLIENT, address, buffer, BUFFERSIZE), checkinteger(port));
How can I fix that?