Install error on ECL
NOEU
hu.moonstone at gmail.com
Sun Feb 23 23:26:18 UTC 2020
Hello.
When I reported the error that occurred in ECL to the ECL maintainer,
this problem was not caused by GSLL or ECL, but was a compatibility
problem on Antik used by GSLL.
https://gitlab.com/embeddable-common-lisp/ecl/issues/558
Antik has a merge request for commits for CLISP and ECL, but they have
not been imported.
I will contact antik-devel.
Thanks.
On 2020/02/06 16:54, NOEU wrote:
> Thank you for teaching me. Report the problem to the ECL maintainer.
>
> On 2020/02/06 11:22, Liam Healy wrote:
>> That looks like an ECL error to me; "#+" is a standard reader macro
>> for features
>> http://www.lispworks.com/documentation/HyperSpec/Body/02_dhq.htm
>>
>> On Tue, Feb 4, 2020 at 12:32 AM NOEU <hu.moonstone at gmail.com
>> <mailto:hu.moonstone at gmail.com>> wrote:
>>
>> When I tried to install GSLL using Quicklisp with ECL (Embeddable
>> Common
>> Lisp) 16.1.3, the following error occurred and installation failed. I
>> use Debian GNU / Linux (buster). Is there a way to solve this
>> problem?
>> (I'm not native English, I'm sorry if there is a mistake type)
>>
>>
>> > (ql:quickload "gsll")
>> To load "gsll":
>> Load 1 ASDF system:
>> gsll
>> ; Loading "gsll"
>> ;;; Internal error:
>> ;;; ** Reader error in file #<input stream
>>
>> #P"/home/hiro/deepspace/share/deepspace/quicklisp/dists/quicklisp/software/gsll-quicklisp-eeeda841-git/polynomial.lisp">,
>>
>>
>> position 2690:
>> ;;; No dispatch function defined for character #\+
>> Condition of type: COMPILE-FILE-ERROR
>> COMPILE-FILE-ERROR while compiling #<cl-source-file "gsll"
>> "polynomial">
>>
More information about the gsll-devel
mailing list