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: various updates Date: Sat, 27 Aug 2011 16:33:46 -0300 Message-ID: <20110827163346.6e503e1b@rascar> References: <87aab0cd34.fsf@pobox.com> <20110825183525.1a2dc964@rascar> <87pqjsa2pz.fsf@pobox.com> <20110826170520.4cc31515@rascar> <87zkiv83gx.fsf@pobox.com> 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 1314473654 23758 80.91.229.12 (27 Aug 2011 19:34:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 27 Aug 2011 19:34:14 +0000 (UTC) Cc: guile-user To: Andy Wingo Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Aug 27 21:34:09 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QxOdr-0001mB-5g for guile-user@m.gmane.org; Sat, 27 Aug 2011 21:34:07 +0200 Original-Received: from localhost ([::1]:59150 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QxOdq-0008TI-8b for guile-user@m.gmane.org; Sat, 27 Aug 2011 15:34:06 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:34875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QxOdm-0008Sx-QY for guile-user@gnu.org; Sat, 27 Aug 2011 15:34:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QxOdl-0007PZ-T1 for guile-user@gnu.org; Sat, 27 Aug 2011 15:34:02 -0400 Original-Received: from maximusconfessor.all2all.org ([62.58.108.13]:59514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QxOdl-0007PU-OQ for guile-user@gnu.org; Sat, 27 Aug 2011 15:34:01 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 1F4E1A04C290; Sat, 27 Aug 2011 21:33:59 +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 fBajBjZpywZp; Sat, 27 Aug 2011 21:14:23 +0200 (CEST) Original-Received: from rascar (unknown [189.60.180.75]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 72C34A04C2D5; Sat, 27 Aug 2011 21:33:50 +0200 (CEST) In-Reply-To: <87zkiv83gx.fsf@pobox.com> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.4; i486-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 62.58.108.13 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:8741 Archived-At: Hi Andy, Le Sat, 27 Aug 2011 14:05:02 +0200, Andy Wingo a =C3=A9cr= it : > > guile-gnome-gw-cairo.c: In function 'gw_initialize_wrapset_gnome_cairo': > > guile-gnome-gw-cairo.c:24:30: error: incompatible types when assigning = to type > > 'GWLangLocative' from type 'SCM' >=20 > I have never seen this before. I think it is an artifact of your > previous Guile compilation. Did you "make uninstall" of your old Guile? I am pretty sure I didn't :( [1]. Now, @ the light of your question I also = did check and found that guile-1.8-libs was installed: as a temporary measure [2] I r= emoved [purged it] and tried to uninstall/configure/compile/install the all chain = - guile, g-wrap, guile-cairo and guile-gnome - but it leads to the 'exact' same erro= r: could it be that 'old' stuff [or too new? from master] still is 'installed' due to my mistake? is there a way to know and manually remove ? my prefix was/is /usr/local: I could obviously look and remove any *guile* file below that location, but would that be sufficient ? thanks, david [1] this is because installing a 'fresh' master was a mistake: I thought I was installing the latest 2.0 stable [above a previous 2.0 stable] and did assume that this would 'write over' ... [2] on the computer I am doing these latest installation tests, aptitude te= lls me that 92 debian packages depends on guile-1.8-libs, one was installed [texmacs - which i will have to reinstall ...]