From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Germ=E1n?= Arias Newsgroups: gmane.emacs.devel Subject: Re: Can't compile Date: Thu, 12 May 2011 16:22:20 -0600 Message-ID: <1305238940.5620.2.camel@german-desktop> References: <1305051150.7803.2.camel@german-desktop> <20110511.135151.702773875015401992.hanche@math.ntnu.no> Reply-To: german@xelalug.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1305238954 30988 80.91.229.12 (12 May 2011 22:22:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 12 May 2011 22:22:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: Harald Hanche-Olsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 13 00:22:30 2011 Return-path: Envelope-to: ged-emacs-devel@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 1QKeH8-0006Js-2z for ged-emacs-devel@m.gmane.org; Fri, 13 May 2011 00:22:30 +0200 Original-Received: from localhost ([::1]:48759 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKeH7-00009X-Ho for ged-emacs-devel@m.gmane.org; Thu, 12 May 2011 18:22:29 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:49555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKeH5-00009G-4m for emacs-devel@gnu.org; Thu, 12 May 2011 18:22:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QKeH4-0007eT-3y for emacs-devel@gnu.org; Thu, 12 May 2011 18:22:27 -0400 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:39377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKeH4-0007dw-0c for emacs-devel@gnu.org; Thu, 12 May 2011 18:22:26 -0400 Original-Received: by yxt33 with SMTP id 33so881233yxt.0 for ; Thu, 12 May 2011 15:22:24 -0700 (PDT) Original-Received: by 10.150.61.13 with SMTP id j13mr817131yba.180.1305238944596; Thu, 12 May 2011 15:22:24 -0700 (PDT) Original-Received: from [192.168.1.5] ([190.56.8.148]) by mx.google.com with ESMTPS id o2sm32290ybn.6.2011.05.12.15.22.22 (version=SSLv3 cipher=OTHER); Thu, 12 May 2011 15:22:23 -0700 (PDT) In-Reply-To: <20110511.135151.702773875015401992.hanche@math.ntnu.no> X-Mailer: Evolution 2.22.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:139339 Archived-At: On mié, 2011-05-11 at 13:51 +0200, Harald Hanche-Olsen wrote: > [Germán Arias (2011-05-10 18:12:30 UTC)] > > > Currently I get the error (revision 104188 and with ./configure > > --with-ns): > > I can't reproduce this (with revision 104190, but it's doubtful that > the intervening updates have any bearing on this). > > You might try again from scratch, just to make sure: > > make distclean > ./autogen.sh > ./configure --with-ns > make bootstrap > > or (my favourite method): > > make distclean > ./autogen.sh > mkdir build > cd build > ../configure --with-ns > make bootstrap > > - Harald Thanks, but even with this I get the same error (revision 104208). Maybe a problem with my compiler? I have gNweSense Delta H. I will try to update my compiler.