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 2 Date: Fri, 9 Aug 2013 14:40:51 -0300 Message-ID: <20130809144051.40ade52c@capac> References: <87bo56ydvu.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1376070142 13042 80.91.229.3 (9 Aug 2013 17:42:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Aug 2013 17:42:22 +0000 (UTC) Cc: guile-user@gnu.org To: diogofsr@gmail.com (Diogo F. S. Ramos) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Aug 09 19:42:25 2013 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V7qhh-0003Uv-Dp for guile-user@m.gmane.org; Fri, 09 Aug 2013 19:42:21 +0200 Original-Received: from localhost ([::1]:51198 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7qhh-00022D-2v for guile-user@m.gmane.org; Fri, 09 Aug 2013 13:42:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7qgr-0001KF-Ih for guile-user@gnu.org; Fri, 09 Aug 2013 13:41:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7qgl-0004K5-Og for guile-user@gnu.org; Fri, 09 Aug 2013 13:41:29 -0400 Original-Received: from maximusconfessor.all2all.org ([79.99.200.102]:51360) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7qgl-0004FR-Ij for guile-user@gnu.org; Fri, 09 Aug 2013 13:41:23 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 72E83A04C0EB; Fri, 9 Aug 2013 19:41:01 +0200 (CEST) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id S0PqJYX6NK03; Fri, 9 Aug 2013 19:28:14 +0200 (CEST) Original-Received: from capac (unknown [139.82.89.157]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 288CDA04C0E8; Fri, 9 Aug 2013 19:40:53 +0200 (CEST) In-Reply-To: <87bo56ydvu.fsf@gmail.com> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.20; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 79.99.200.102 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:10605 Archived-At: Hello Diogo, > Is there a release of guile-gnome which works with guile 2? Yes, here a the link to the latest tarball: http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.16.2.tar.gz Obviously, there a re dependencies http://www.gnu.org/software/guile-gnome/dev/ Personally, I'd rather build from a git clone, because there has been [some not fundamental but still...] changes since [the latest tarball release]. Cheers, David