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: Wed, 23 Nov 2011 00:43:19 -0600 Message-ID: <05cb065246555d2518a5db6ee0974ab8@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 1322030617 6597 80.91.229.12 (23 Nov 2011 06:43:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 23 Nov 2011 06:43:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 23 07:43:33 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 1RT6YJ-0004UY-RN for ged-emacs-devel@m.gmane.org; Wed, 23 Nov 2011 07:43:28 +0100 Original-Received: from localhost ([::1]:48821 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RT6YJ-00032H-3T for ged-emacs-devel@m.gmane.org; Wed, 23 Nov 2011 01:43:27 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:41551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RT6YF-00032B-Ki for emacs-devel@gnu.org; Wed, 23 Nov 2011 01:43:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RT6YE-0001Yw-Jl for emacs-devel@gnu.org; Wed, 23 Nov 2011 01:43:23 -0500 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:41181) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RT6YE-0001Uh-HB for emacs-devel@gnu.org; Wed, 23 Nov 2011 01:43:22 -0500 Original-Received: by ywm14 with SMTP id 14so182863ywm.0 for ; Tue, 22 Nov 2011 22:43:20 -0800 (PST) Original-Received: by 10.236.73.166 with SMTP id v26mr32607350yhd.100.1322030600746; Tue, 22 Nov 2011 22:43:20 -0800 (PST) Original-Received: from localhost.localdomain ([190.148.35.221]) by mx.google.com with ESMTPS id o50sm23548937yhl.9.2011.11.22.22.43.19 (version=SSLv3 cipher=OTHER); Tue, 22 Nov 2011 22:43:19 -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.213.41 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:146172 Archived-At: On 2011-11-22 16:33:16 -0600 Stefan Monnier wrote: > If you do "make" after such an error, does it crash again? Yes > If so, re-run the emacs command that crashes, but under a debugger so > we > can get a backtrace. > With: ./configure --with-ns gdb make run It compile without problem. I also tried with: ./configure --with-ns --enable-use-lisp-union-type make And again compile without problem. But: ./configure --with-ns make still crash. At least now compile with "--with-ns --enable-use-lisp-union-type". And I can test Emacs.app.