This is the mail archive of the guile-gtk@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [Re: compile error with gtk-1.2.7]


Marius Vollmer <mvo@zagadka.ping.de> wrote:

> Current CVS versions of guile-gtk should have this code in
> guile-gtk.h:
> 
>     #ifndef HAVE_GDK_COLOR_COPY
>     GdkColor*    gdk_color_copy     (GdkColor *);
>     void         gdk_color_free     (GdkColor *);
>     #endif
> 
> Thus, when Gtk+ contains gdk_color_copy itself, guile-gtk should not
> declare its own prototype.  This is a fairly recent change, from
> 2000-02-27.
For some reason this #ifndef solution does not work.

Ariel

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]