From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thomas Christensen Newsgroups: gmane.emacs.devel Subject: Re: Emacs.app merged Date: Wed, 16 Jul 2008 00:32:47 +0200 Message-ID: References: <1C66F1FC-BF82-4365-944D-ADCC4D1F435C@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216161206 18378 80.91.229.12 (15 Jul 2008 22:33:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Jul 2008 22:33:26 +0000 (UTC) Cc: emacs- devel To: Adrian Robert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 16 00:34:14 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KIt5y-0008RO-IY for ged-emacs-devel@m.gmane.org; Wed, 16 Jul 2008 00:34:06 +0200 Original-Received: from localhost ([127.0.0.1]:54250 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIt56-0003mc-1Q for ged-emacs-devel@m.gmane.org; Tue, 15 Jul 2008 18:33:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KIt51-0003m3-SA for emacs-devel@gnu.org; Tue, 15 Jul 2008 18:33:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KIt50-0003l4-1l for emacs-devel@gnu.org; Tue, 15 Jul 2008 18:33:07 -0400 Original-Received: from [199.232.76.173] (port=57198 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIt4z-0003ky-V7 for emacs-devel@gnu.org; Tue, 15 Jul 2008 18:33:05 -0400 Original-Received: from [91.189.201.79] (port=50398 helo=smtp.thomaschristensen.org) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KIt50-00019q-07 for emacs-devel@gnu.org; Tue, 15 Jul 2008 18:33:06 -0400 Original-Received: from thomas-christensens-imac.local (sat1.thomaschristensen.org [80.72.152.144]) by smtp.thomaschristensen.org (Postfix) with ESMTP id A74041724066; Wed, 16 Jul 2008 00:34:16 +0200 (CEST) In-Reply-To: <1C66F1FC-BF82-4365-944D-ADCC4D1F435C@gmail.com> (Adrian Robert's message of "Tue\, 15 Jul 2008 14\:47\:21 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2.50 (darwin) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:100756 Archived-At: Adrian Robert writes: > "configure" may need to be regenerated -- I did not have the > sufficiently recent version of autoconf here, but it seemed to work > anyway. Me likes. I cannot compile it though. I get this: Loading emacs-lisp/easymenu.el (source)... Loading emacs-lisp/easy-mmode.el (source)... (require cl) while preparing to dump make[1]: *** [emacs] Error 255 make: *** [src] Error 2 *** Compilation failed. *** Please examine the above output to determine what went wrong, edit the configure options in this script (\'compile\') to fix it, and rerun. Thomas