Menu

#58 Cannot install CLOCC via CLISP

None
closed-fixed
None
5
2019-09-24
2019-09-24
Baha
No

The file clocc/src/port/path.lisp has calls to ext:delete-dir and ext:make-dir, which prevents CLOCC from being installed. Changing those to ext:delete-directory and ext:make-directory respectively fixes the issue.

Discussion

  • Sam Steingold

    Sam Steingold - 2019-09-24
    • status: open --> closed-fixed
    • assigned_to: Sam Steingold
    • Group: -->
     
  • Sam Steingold

    Sam Steingold - 2019-09-24

    this was fixed by

    changeset:   3875:287829b8eb9b
    user:        sds
    Date:        Thu Aug 19 16:50:08 2010 +0000
    summary:     mkdir, rmdir [clisp]: avoid deprecated DELETE-DIR & MAKE-DIR
    
     

Log in to post a comment.