[cl-gtk2-devel] compiling with ECL

Alessandro Serra gas.hale at gmail.com
Wed Feb 23 08:29:49 UTC 2011


Hi,
I found a few problems compiling cl-gtk2 with ECL.
=========
gdk/gdk.objects.lisp
940c940
<           "gdk_colormap_get_screeen" nil)))
---
>           "gdk_colormap_get_screen" nil)))
=========
glib/gobject.object.high.lisp
165,169c183,191
<   (loop
<      while (not (null g-type))
<      for lisp-type = (gethash (gtype-name g-type) *registered-object-types*)
<      when lisp-type do (return lisp-type)
<      do (setf g-type (g-type-parent g-type))))
---
>   (do ((gt g-type (g-type-parent gt)) (lisp-type nil))
>       ((or (null gt) lisp-type) lisp-type)
>     (setf  lisp-type (gethash (gtype-name gt) *registered-object-types*))))
====================

Thanks for the great package!
Alessandro

-- 
The basic tool for the manipulation of reality is the manipulation of
words. If you can control the meaning of words, you can control the
people who must use the words.
                   How To Build A Universe That Doesn't Fall Apart Two
Days Later
                   Philip K. Dick




More information about the cl-gtk2-devel mailing list