This is the mail archive of the guile-gtk@sources.redhat.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]
Other format: [Raw text]

Re: guile-gobject 0.3.0 Released


In case anyone else has trouble building guile-gobject 0.3.0, here's the
minor changes I needed.  Haven't actually run it, but it compiled.

1. File "gobject/guile-gnome-gobject-primitives.c": Renamed identifiers
   beginning with "g_param_get_" to begin with "g_param_spec_get_", per
   http://mail.gnome.org/archives/gnome-2-0-list/2001-November/msg00121.html

2. File "corba/Makefile.in": Added "$(GUILE_CFLAGS)" to "INCLUDES".

3. File "corba/guile-gnome-corba-types.c": Temporarily added explicit cast to
   get it to compile:   g_message (G_STRLOC ": %d", (int)gtype);

4. Dependency on "libxml2" devel library does not seem to be checked by
   configure script.  Other libraries might also need checking; this one 
   noticed only because this particular box happened to be missing that
   library.

-- 
                                                        Neil W. Van Dyke
                                             http://www.neilvandyke.org/


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