guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guile-gobject 0.3.0 Released


From: Neil W. Van Dyke
Subject: Re: guile-gobject 0.3.0 Released
Date: Mon, 4 Feb 2002 17:16:22 -0500

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/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]