HiTECNOLOGYs / cl-charms

More up-to-date version of cl-charms. Forked it because it was, apparently, abandoned by author and I couldn't contact him.
https://gitorious.org/cl-charms
Other
158 stars 29 forks source link

cl-charms doesn't load on FreeBSD 11.1 #46

Closed duncan-bayne closed 4 years ago

duncan-bayne commented 6 years ago
➜  ~ ros run
Welcome to Clozure Common Lisp Version 1.11-r16635  (FreebsdX8664)!

CCL is developed and maintained by Clozure Associates. For more information
about CCL visit http://ccl.clozure.com.  To enquire about Clozure's Common Lisp
consulting services e-mail info@clozure.com or visit http://www.clozure.com.

? (ql:quickload "cl-charms")
To load "cl-charms":
  Load 1 ASDF system:
    cl-charms
; Loading "cl-charms"
> Error: Unable to load any of the alternatives:
>           ("libncursesw.so.6" "libncurses.so.6" "libncurses.so.5" "libncursesw.so.14.0" "libcurses")
> While executing: CFFI::FL-ERROR, in process listener(1).

Several curses libraries do exist, but none of those cl-charms is looking for:

/lib/libncurses.so.8
/lib/libncursesw.so.8
/usr/lib/libcurses.so
/usr/lib/libcursesw.so
/usr/lib/libncurses.so
/usr/lib/libncursesw.so
/usr/lib32/libcurses.so
/usr/lib32/libcursesw.so
/usr/lib32/libncurses.so
/usr/lib32/libncurses.so.8
/usr/lib32/libncursesw.so
/usr/lib32/libncursesw.so.8
stylewarning commented 6 years ago

Maybe we should always try libncurses{,w}.so.

stylewarning commented 6 years ago

@duncan-bayne Can you confirm that commit 790e50d39cdca56fdb814126c630710532ca2959 fixes this?

duncan-bayne commented 6 years ago

@tarballs-are-good Thanks! I'll try that commit out this evening (AEDT).

duncan-bayne commented 4 years ago

No longer using CCL, so can't repro I'm afraid. Closing for now.