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

load package atdoc failed

longlene opened this issue · comments

I got an error when I load the cl-cffi-gtk:

; compiling (DEFCONSTANT G-PRIORITY-HIGH ...)
;
; caught ERROR:
; READ error during COMPILE-FILE:
;
; Package ATDOC does not exist.
;
; Line: 615, Column: 59, File-Position: 22941
;
; Stream: #<SB-SYS:FD-STREAM
; for "file /usr/share/common-lisp/source/cl-cffi-gtk/glib/glib.main-loop.lisp"
; {1003A49B93}>
; compilation aborted after 0:00:00.242

Thank you very much for your bug report. I have added two missing switches. Now, you should be able to compile the library cl-cffi-gtk.

At this time I include the complete API documentation in the source files. The documentation can be generated with a fork of the library atdoc. This library is not included in cl-cffi-gtk. I will make this library available at a later time. But you can see the documentation at http://www.crategus.com/books/cl-cffi-gtk

Dieter Kaiser

Thanks for your reply.
I loaded it successfully.