sionescu / iolib

Common Lisp I/O library
http://common-lisp.net/project/iolib/
MIT License
141 stars 31 forks source link

System definitions miss dependency #46

Closed alexey-martynov closed 7 years ago

alexey-martynov commented 7 years ago

It looks like system definitions miss at least "Alexandria" dependency (in Quicklisp version iolib-20140826-git.tgz):

; Loading "iolib"
Unhandled LOAD-SYSTEM-DEFINITION-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {10030073C3}>: Error while trying to load definition for system iolib from pathname /opt/quicklisp/dists/quicklisp/software/iolib-20140826-git/iolib.asd: Component :ALEXANDRIA not found, required by #<SYSTEM "iolib/asdf">

Also are missing:

sionescu commented 7 years ago

You're using a very old version of IOlib, please try again with the latest version.