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 - git clone + 3 debian patches - compilation error Date: Wed, 7 Jul 2010 00:06:02 -0300 Organization: Alto Air Services [http://www.altosw.be/aas/] Message-ID: <20100707000602.1169f725@rascar> References: <20100705135308.130d3bbb@rascar> <19506.64615.276139.230209@vagabond.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1278471991 12698 80.91.229.12 (7 Jul 2010 03:06:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 7 Jul 2010 03:06:31 +0000 (UTC) Cc: guile-user To: Patrick Bernaud Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Jul 07 05:06:30 2010 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OWKxw-0001Ut-7N for guile-user@m.gmane.org; Wed, 07 Jul 2010 05:06:28 +0200 Original-Received: from localhost ([127.0.0.1]:46095 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OWKxv-00072T-Jt for guile-user@m.gmane.org; Tue, 06 Jul 2010 23:06:27 -0400 Original-Received: from [140.186.70.92] (port=48501 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OWKxf-00072O-D7 for guile-user@gnu.org; Tue, 06 Jul 2010 23:06:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OWKxd-00061u-Jq for guile-user@gnu.org; Tue, 06 Jul 2010 23:06:11 -0400 Original-Received: from maximusconfessor.all2all.org ([62.58.108.13]:42163) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OWKxd-00061g-EL for guile-user@gnu.org; Tue, 06 Jul 2010 23:06:09 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id F29A2A04C13E; Wed, 7 Jul 2010 05:06:07 +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 mi1SNwnB8oVt; Wed, 7 Jul 2010 04:55:04 +0200 (CEST) Original-Received: from rascar (unknown [189.60.69.82]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 21584A04C141; Wed, 7 Jul 2010 05:06:04 +0200 (CEST) In-Reply-To: <19506.64615.276139.230209@vagabond.local> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i486-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:7970 Archived-At: Hello Patrick, Thanks a lot, it compiled with no problem. Cheers, David ;; -- Le Tue, 6 Jul 2010 11:50:31 +0200, Patrick Bernaud a =C3=A9crit : > Hello David, >=20 > David Pirotte writes: > > [...] > > cc1: warnings being treated as errors > > guile-gnome-gw-gtk.c: In function > > 'gw__tmp6246_gtk_recent_info_get_application_info_wrapper': > > guile-gnome-gw-gtk.c:27337: error: passing argument 3 of > > 'gtk_recent_info_get_application_info' from incompatible pointer > > type /usr/include/gtk-2.0/gtk/gtkrecentmanager.h:187: note: expected '= const > > gchar **' but argument is of type 'char **' make[5]: *** > > [libgw_guile_gnome_gtk_la-guile-gnome-gw-gtk.lo] Error 1 make[5]: Leav= ing > > directory `/usr/local/src/guile-gnome/guile-gnome-platform/gtk/gnome/g= w' > > make[4]: *** [all] Error 2 make[4]: Leaving directory > > `/usr/local/src/guile-gnome/guile-gnome-platform/gtk/gnome/gw' make[3]= : *** > > [all-recursive] Error 1 >=20 > If gtk version >=3D 2.18, you have to pass '--disable-Werror' to > configure (see https://bugzilla.gnome.org/show_bug.cgi?id=3D597480#c2) > or fix/override gtk_recent_info_get_application_info() definition in > defs/gnome/defs/gtk.defs. >=20 > Regards, > Patrick