From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: .el files with gnustep Date: Tue, 22 Nov 2011 10:41:33 -0500 Message-ID: References: <75d8314307aeb63588daa36c9d1fe117@german-desktop> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1321976687 6350 80.91.229.12 (22 Nov 2011 15:44:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 22 Nov 2011 15:44:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?Germ=E1n?= Arias Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 22 16:44:41 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 1RSsWX-0003SD-2v for ged-emacs-devel@m.gmane.org; Tue, 22 Nov 2011 16:44:41 +0100 Original-Received: from localhost ([::1]:41735 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSsWW-0002Db-IK for ged-emacs-devel@m.gmane.org; Tue, 22 Nov 2011 10:44:40 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:52715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSsWU-0002DT-AH for emacs-devel@gnu.org; Tue, 22 Nov 2011 10:44:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSsWQ-0000Sj-8A for emacs-devel@gnu.org; Tue, 22 Nov 2011 10:44:38 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:33198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSsWQ-0008NC-3s for emacs-devel@gnu.org; Tue, 22 Nov 2011 10:44:34 -0500 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id pAMFfXpk008337; Tue, 22 Nov 2011 10:41:33 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 34EFFB4043; Tue, 22 Nov 2011 10:41:33 -0500 (EST) In-Reply-To: <75d8314307aeb63588daa36c9d1fe117@german-desktop> (=?iso-8859-1?Q?=22Germ=E1n?= Arias"'s message of "Mon, 21 Nov 2011 23:11:09 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4049=0 X-NAI-Spam-Version: 2.2.0.9286 : core <4049> : streams <703824> : uri <1013223> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:146147 Archived-At: > 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