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: .el files with gnustep Date: Tue, 22 Nov 2011 12:26:30 -0600 Message-ID: <53c419519e6dd2f55b9158b69994c799@german-desktop> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Generated by Pantomime 1.2.0) Content-Type: text/plain; charset="us-ascii"; format="flowed" X-Trace: dough.gmane.org 1321986406 19837 80.91.229.12 (22 Nov 2011 18:26:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 22 Nov 2011 18:26:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 22 19:26:39 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 1RSv3F-0002xE-Hc for ged-emacs-devel@m.gmane.org; Tue, 22 Nov 2011 19:26:37 +0100 Original-Received: from localhost ([::1]:47365 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSv3E-0006GZ-WA for ged-emacs-devel@m.gmane.org; Tue, 22 Nov 2011 13:26:36 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:42546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSv3C-0006FM-5J for emacs-devel@gnu.org; Tue, 22 Nov 2011 13:26:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSv3B-0005Ft-2R for emacs-devel@gnu.org; Tue, 22 Nov 2011 13:26:34 -0500 Original-Received: from mail-gx0-f169.google.com ([209.85.161.169]:33591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSv3A-0005Fm-VV for emacs-devel@gnu.org; Tue, 22 Nov 2011 13:26:33 -0500 Original-Received: by ggnq1 with SMTP id q1so658903ggn.0 for ; Tue, 22 Nov 2011 10:26:32 -0800 (PST) Original-Received: by 10.236.175.198 with SMTP id z46mr17511204yhl.31.1321986392009; Tue, 22 Nov 2011 10:26:32 -0800 (PST) Original-Received: from localhost.localdomain ([190.148.145.199]) by mx.google.com with ESMTPS id w17sm41326302anl.13.2011.11.22.10.26.30 (version=SSLv3 cipher=OTHER); Tue, 22 Nov 2011 10:26:31 -0800 (PST) In-Reply-To: User-Agent: GNUMail (Version 1.2.0) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.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:146157 Archived-At: On 2011-11-22 09:41:33 -0600 Stefan Monnier wrote: >> Can somebody give me an idea about why some files ".el" compile fine >> with ./configure & make, but not with: ./configure --with-ns & make? >> Is annoying that after an update, emacs can compile sometimes with >> gnustep, and sometimes not. But if I try with ./configure & make, >> all >> works fine. And each time the problem is with a different ".el" >> file. > > Can't think of any obvious reason. If you show us some example of > errors you get with "./configure --with-ns & make", maybe we can help > a little better. > > > Stefan With rev 106478 I get (and gcc 4.6.0): Compiling align.el Wrote /home/german/Instalados/emacs/lisp/align.elc Compiling allout-widgets.el Wrote /home/german/Instalados/emacs/lisp/allout-widgets.elc Compiling allout.el Aborted make[3]: *** [allout.elc] Error 134 make[3]: Leaving directory `/home/german/Instalados/emacs/lisp' make[2]: *** [compile-main] Error 2 make[2]: Leaving directory `/home/german/Instalados/emacs/lisp' make[1]: *** [lisp] Error 2 make[1]: Leaving directory `/home/german/Instalados/emacs' make: *** [bootstrap] Error 2 There isn't enough information. At least to me.