qi icon indicating copy to clipboard operation
qi copied to clipboard

LispWorks Lisp, Linux 64bit edition: qi load fails

Open vlebedev opened this issue 7 years ago • 1 comments

Loading of qi on LispWorks Lisp Linux 64bit v7.1 fails:

CL-USER 14 > (LOAD "~/github/qi/init.lisp")
; Loading text file /home/wal/Dropbox/github/qi/init.lisp

**++++ Error between functions:
  Reader cannot find package LEXICAL.

**++++ Error between functions:
  Reader cannot find package LEXICAL.

**++++ Error between functions:
  Reader cannot find package LEXICAL.

**++++ Error between functions:
  Reader cannot find package LEXICAL.

**++++ Error between functions:
  Reader cannot find package LEXICAL.

**++++ Error between functions:
  Reader cannot find package LEXICAL.

**++++ Error between functions:
  Reader cannot find package LEXICAL.

**++++ Error between functions:
  Reader cannot find package LEXICAL.

**++++ Error between functions:
  Reader cannot find package LEXICAL.

**++++ Error between functions:
  Reader cannot find package LEXICAL.

**++++ Error between functions:
  Reader cannot find package LEXICAL.

**++++ Error between functions:
  Reader cannot find package LEXICAL.

**++++ Error between functions:
  Reader cannot find package LEXICAL.
; *** 13 errors detected, no fasl file produced.
#P"/home/wal/Dropbox/github/qi/init.lisp"

vlebedev avatar Feb 17 '18 19:02 vlebedev

Unfortunately I don't think qi has ever worked on anything but SBCL. That's something I'd like to see changed though, so if you can help making it more interoperable that'd be awesome.

dunn avatar Feb 21 '18 19:02 dunn