Closed cadr8 closed 2 years ago
It seems to be aproblem with the zip package of common lisp from which :lisp-xl is dependent. But this package is :cl-xlsx and not :lisp-xl.
Try adding this in your .lispworks:
(set-default-character-element-type 'character)
From: Gwang-Jin Kim @.> Sent: Monday, August 30, 2021 9:35 AM To: a1b10/cl-xlsx @.> Cc: cadr8 @.>; Author @.> Subject: Re: [a1b10/cl-xlsx] Error loading with QuickLisp (#16)
It seems to be aproblem with the zip package of common lisp from which :lisp-xl is dependent. But this package is :cl-xlsx and not :lisp-xl.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/a1b10/cl-xlsx/issues/16#issuecomment-908495341 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ATJ46NWHFFIXDJ6GQ7NSCCTT7OXK7ANCNFSM4ZPVPZ7A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub .
Since this is about :lisp-xl and not about :cl-xlsx, I close this.
Getting this error when loading :lisp-xl with quicklisp: Error: #\ů (of type CHARACTER) is not of type BASE-CHAR.
The error is occuring while loading :zip. There seem to be several zip packages, and I'm not clear on which one is being used. I do know it is trying to load this file: quicklisp\dists\quicklisp\software\zip-20150608-git\zip.ofasl.
I'm not super familiar with GitHub, but I'd assume the date code in the pathname would be useful in some way.
Using LispWorks 7.1.2 Pro on Windows 10.