From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Cezar Halmagean Newsgroups: gmane.emacs.devel Subject: Re: Emacs.app merged Date: Tue, 15 Jul 2008 16:29:28 -0700 Organization: Mix & Go 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=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1216164922 28430 80.91.229.12 (15 Jul 2008 23:35:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Jul 2008 23:35:22 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 16 01:36:10 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 1KIu40-0000Qt-IA for ged-emacs-devel@m.gmane.org; Wed, 16 Jul 2008 01:36:08 +0200 Original-Received: from localhost ([127.0.0.1]:52362 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIu38-0005aT-8r for ged-emacs-devel@m.gmane.org; Tue, 15 Jul 2008 19:35:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KIu32-0005YZ-Qb for emacs-devel@gnu.org; Tue, 15 Jul 2008 19:35:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KIu31-0005VV-AX for emacs-devel@gnu.org; Tue, 15 Jul 2008 19:35:08 -0400 Original-Received: from [199.232.76.173] (port=57466 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIu30-0005VL-Ue for emacs-devel@gnu.org; Tue, 15 Jul 2008 19:35:07 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:38785 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KIu30-0000Qk-Gq for emacs-devel@gnu.org; Tue, 15 Jul 2008 19:35:06 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1KIu2w-0002EZ-7A for emacs-devel@gnu.org; Tue, 15 Jul 2008 23:35:02 +0000 Original-Received: from 208.71.158.250 ([208.71.158.250]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Jul 2008 23:35:02 +0000 Original-Received: from cezar by 208.71.158.250 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Jul 2008 23:35:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 208.71.158.250 User-Agent: Unison/1.8.1 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:100758 Archived-At: On 2008-07-15 15:32:47 -0700, Thomas Christensen said: > 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 I get exactly the same thing (OS X 10.5.4) Cezar