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

load package atdoc failed #7

Closed longlene closed 11 years ago

longlene commented 11 years ago

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

crategus commented 11 years ago

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

longlene commented 11 years ago

Thanks for your reply. I loaded it successfully.