crategus / cl-cffi-gtk

cl-cffi-gtk is a Lisp binding to the GTK+ 3 library.
http://www.crategus.com/books/cl-cffi-gtk
146 stars 33 forks source link

Problem to load the library in Windows 10 with SBCL #96

Open apemangr opened 2 years ago

apemangr commented 2 years ago

I followed all the steps mentioned in the INSTALL file but I got several error messages.

This is one of many

Error while trying to load definition for system cl-cffi-gtk from pathname C:/Users/apemangr/quicklisp/local-projects/cl-cffi-gtk/gtk/cl-cffi-gtk.asd:     COMPILE-FILE-ERROR while    compiling #<CL-SOURCE-FILE "cl-cffi-gtk-glib-init" "glib.init">    [Condition of type ASDF/FIND-SYSTEM:LOAD-SYSTEM-DEFINITION-ERROR]

; file: C:/Users/apemangr/quicklisp/local-projects/cl-cffi-gtk/glib/glib.init.lisp
; in: DEFINE-CONDITION FOREIGN-LIBRARY-MINIMUM-VERSION-MISMATCH
;     (FORMAT GLIB-INIT::S "Library ~A has too old version: it is ~A but required ~

;                         to be at least ~A"
;             (GLIB-INIT::.LIBRARY GLIB-INIT::C)
;             (GLIB-INIT::.ACTUAL-VERSION GLIB-INIT::C)
;             (GLIB-INIT::.MINIMUM-VERSION GLIB-INIT::C))
; 
; caught ERROR:
;   during macroexpansion of (FORMATTER "Library ~A has too old version: it is ~A but required ~

;                         to be at least ~A"). Use *BREAK-ON-SIGNALS* to intercept.
;    error in FORMAT: Unknown directive (character: Return)
;     Library ~A has too old version: it is ~A but required ~

;                         to be at least ~A
;     ^
While evaluating the form starting at line 37, column 0
  of #P"C:/Users/apemangr/quicklisp/local-projects/cl-cffi-gtk/gtk/cl-cffi-gtk.asd":