Menu

#150 r6503 common-lisp compilation fails

None
closed
nobody
None
5
2023-02-01
2023-01-31
No

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

Related

Bugs: #150

Discussion

  • Arthur Norman

    Arthur Norman - 2023-01-31

    Thank you for spotting that - I have just checked in the fix. Apologies.
    Arthur

    On Tue, 31 Jan 2023, Marco Ferraris wrote:


    ** [bugs:#150] r6503 common-lisp compilation fails**

    Status: open
    Group:
    Created: Tue Jan 31, 2023 04:42 PM UTC by Marco Ferraris
    Last Updated: Tue Jan 31, 2023 04:42 PM UTC
    Owner: nobody

    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


    Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/reduce-algebra/bugs/150/

    To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

     

    Related

    Bugs: #150

  • Rainer Schöpf

    Rainer Schöpf - 2023-02-01
    • status: open --> closed
    • Group: -->
     
  • Rainer Schöpf

    Rainer Schöpf - 2023-02-01

    Bug was fixed

     

Log in to post a comment.

MongoDB Logo MongoDB