crategus / cl-cffi-gtk

cl-cffi-gtk is a Lisp binding to the GTK+ 3 library.

Home Page:http://www.crategus.com/books/cl-cffi-gtk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The function COMMON-LISP-USER::CL-CFFI-GTK-BUILD-INFO is undefined ?

prehonor opened this issue · comments

  • (cl-cffi-gtk-build-info)

debugger invoked on a UNDEFINED-FUNCTION in thread
#<THREAD "main thread" RUNNING {1001F580E3}>:
The function COMMON-LISP-USER::CL-CFFI-GTK-BUILD-INFO is undefined.

Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
0: [CONTINUE ] Retry using CL-CFFI-GTK-BUILD-INFO.
1: [USE-VALUE] Use specified function
2: [ABORT ] Exit debugger, returning to top level.

(SB-IMPL::RETRY-%COERCE-NAME-TO-FUN CL-CFFI-GTK-BUILD-INFO NIL)
0]

(gtk:cl-cffi-gtk-build-info) is worked, why?