lispnik / iup

Common Lisp CFFI bindings to the IUP Portable User Interface library (pre-ALPHA)
Other
139 stars 7 forks source link

Iup-im depends on im and im-cffi, which don't seem to exist #60

Closed rationalis-petra closed 1 year ago

rationalis-petra commented 1 year ago

When trying to load iup-im with:

(ql:quickload '(:iup iup-im))

Quicklisp fails with error "System im was not found". If I comment out the dependency, then im-iup-cffi will similarly fail to find dependency "im-cffi". It seems only to require this dependency for im-cffi::im-image. I have been unable to find references to either of these systems either in this repository, or any of your related repositories.

lispnik commented 1 year ago

Hi, I should do a better job of documenting but the repo is https://github.com/lispnik/im

rationalis-petra commented 1 year ago

Thanks! Feel free to close.