Hi Arthur,
compiling psl-reduce and ccl-reduce works fine under MacOSX Catalina 10.15.7. However, trying to compile the common-lisp version of reduce fails because of an unbound variable |:RD:|. Apparently, the problem is due procedure 'negnumberchk' defined in the file 'trunk/packages/alg/prep.red' which was modified in r6495. The version r6480 of the file works well.
I modified the test in procedure 'negnumberchk' from
else if eqcar(cadr u, !:rd!:) then rd!:minus cadr u
to
else if eqcar(cadr u, '!:rd!:) then rd!:minus cadr u
and common-lisp compilation works OK.
Best regards
Marco Ferraris
Thank you for spotting that - I have just checked in the fix. Apologies.
Arthur
On Tue, 31 Jan 2023, Marco Ferraris wrote:
Related
Bugs:
#150Bug was fixed