From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24779 invoked by alias); 4 Feb 2002 22:15:58 -0000 Mailing-List: contact guile-gtk-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: guile-gtk-owner@sources.redhat.com Received: (qmail 24715 invoked from network); 4 Feb 2002 22:15:54 -0000 Received: from unknown (HELO winona.neilvandyke.org) (66.92.71.29) by sources.redhat.com with SMTP; 4 Feb 2002 22:15:54 -0000 Received: from nwv by winona.neilvandyke.org with local (Exim 3.34 #1 (Debian)) id 16XrPS-0002wX-00; Mon, 04 Feb 2002 17:16:22 -0500 Message-ID: <15455.2102.116139.730545@winona.neilvandyke.org> Date: Mon, 04 Feb 2002 14:15:00 -0000 From: "Neil W. Van Dyke" To: guile-gtk@sourceware.cygnus.com, guile-user@gnu.org, guile-devel@gnu.org Subject: Re: guile-gobject 0.3.0 Released In-Reply-To: <1012242485.705.3.camel@soleil> References: <1012242485.705.3.camel@soleil> X-Mailer: VM 7.01 under Emacs 21.1.1 X-SW-Source: 2002-q1/txt/msg00016.txt.bz2 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/