From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.user Subject: Re: guile-gnome and guile-gtk Date: Tue, 21 Feb 2006 12:31:37 +0100 Organization: Alto Air Services [http://www.altosw.be/aas/] Message-ID: <20060221123137.5a006873@tabu> References: <1140459657.29123.21.camel@vandvndr.physics.uiuc.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1140565593 1713 80.91.229.2 (21 Feb 2006 23:46:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Feb 2006 23:46:33 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Feb 22 00:46:30 2006 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FBhCh-0006Vv-DA for guile-user@m.gmane.org; Wed, 22 Feb 2006 00:46:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBhCY-0006EG-52 for guile-user@m.gmane.org; Tue, 21 Feb 2006 18:45:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FBXLO-0001US-74 for guile-user@gnu.org; Tue, 21 Feb 2006 08:14:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FBX5q-0007Qx-Kk for guile-user@gnu.org; Tue, 21 Feb 2006 07:58:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBVlH-0000Uz-Hx for guile-user@gnu.org; Tue, 21 Feb 2006 06:32:56 -0500 Original-Received: from [62.58.108.13] (helo=smtp.all2all.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FBVrW-0003nN-HB for guile-user@gnu.org; Tue, 21 Feb 2006 06:39:22 -0500 Original-Received: from localhost (maximusconfessor.all2all.org [127.0.0.1]) by smtp.all2all.net (Postfix) with ESMTP id D671A1C000DA; Tue, 21 Feb 2006 12:32:52 +0100 (CET) Original-Received: from smtp.all2all.net ([127.0.0.1]) by localhost (maximusconfessor.all2all.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04206-09; Tue, 21 Feb 2006 12:32:47 +0100 (CET) Original-Received: from tabu (65-209.240.81.adsl.skynet.be [81.240.209.65]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.all2all.net (Postfix) with ESMTP id B73FB1C000D8; Tue, 21 Feb 2006 12:32:47 +0100 (CET) Original-To: Aaron VanDevender In-Reply-To: <1140459657.29123.21.camel@vandvndr.physics.uiuc.edu> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.10; i486-pc-linux-gnu) X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at all2all.net X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:5178 Archived-At: On Mon, 20 Feb 2006 12:20:57 -0600 Aaron VanDevender wrote: > Is guile-gnome a dead project? It has been almost a year since the > last release, and there hasn't been much traffic on the guile-gnome > list. Hope not! I am using it 'extensively' for my apps > Is anyone planning a gtk2 based version of gulie-gtk and > guile-gnome? guile-gnome is using gtk2 since the beginning > The last version doesn't even build on my system because it uses > autoconf macros which are based on -config scripts and everything > has since moved over to pkgconfig. I succeeded compiling/installing http://download.gna.org/guile-gnome/releases/guile-gnome-platform-2.7.97.tar.gz on both intel and powerpc box [under debian] without any problems I now 'stricktly' use guile-* and guile-gnome* debian packages, as it's far more comfortable[reliable] for developping and deploying applications [under a debian distro]. Howerver, I had to locally recreate guile-gnome* debian packages to get access the list-store model APIs [see below] Hope this helps David ;; -- the following patch was applied locally on debian source guile-gnome-platform version 2.7.99-4: on /gtk/gnome/overrides/gtk.defs among other things, it fixes the gtk-list-store-* api calls (that wereotherwise missing) ;;; -- patch file starts here --- gtk.defs.old 2005-01-24 12:52:58.000000000 +0100 +++ gtk.defs 2006-01-05 23:17:40.000000000 +0100 @@ -677,7 +677,6 @@ "gtk_combo_new" ;; avoid ignoring gtk_combo_box "gtk_combo_set_*" "gtk_combo_disable_activate" - "gtk_list*" "gtk_old_editable*" "gtk_option_menu*" "gtk_pixmap*" @@ -761,6 +760,33 @@ "gtk_icon_theme_set_search_path" ;; takes array "gtk_icon_theme_get_search_path" ;; returns array + "gtk_list_get_type" + "gtk_list_new" + "gtk_list_insert_items" + "gtk_list_append_items" + "gtk_list_prepend_items" + "gtk_list_remove_items" + "gtk_list_remove_items_no_unref" + "gtk_list_clear_items" + "gtk_list_select_item" + "gtk_list_unselect_item" + "gtk_list_select_child" + "gtk_list_unselect_child" + "gtk_list_child_position" + "gtk_list_set_selection_mode" + "gtk_list_extend_selection" + "gtk_list_start_selection" + "gtk_list_end_selection" + "gtk_list_select_all" + "gtk_list_unselect_all" + "gtk_list_scroll_horizontal" + "gtk_list_scroll_vertical" + "gtk_list_toggle_add_mode" + "gtk_list_toggle_focus_row" + "gtk_list_toggle_row" + "gtk_list_undo_selection" + "gtk_list_end_drag_selection" + "gtk_list_store_set_column_types" "gtk_preview_uninit" ;;; -- patch end _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user