From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Hobelmann Newsgroups: gmane.emacs.help Subject: CVS emacs on Mac OS X doesn't compile Date: Sun, 06 Mar 2005 18:28:11 -0600 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110155459 32412 80.91.229.2 (7 Mar 2005 00:30:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 7 Mar 2005 00:30:59 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 07 01:30:58 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D868c-0004WU-9a for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Mar 2005 01:30:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D86SH-0001Ov-Fo for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Mar 2005 19:50:41 -0500 Original-Path: shelby.stanford.edu!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help,gnu.emacs.bug Original-Lines: 28 Original-NNTP-Posting-Host: lists.gnu.org Original-X-Trace: news.Stanford.EDU 1110155661 17288 199.232.76.165 (7 Mar 2005 00:34:21 GMT) Original-X-Complaints-To: news@news.stanford.edu X-Orig-X-Trace: individual.net zp9Awp3alZusU0zGVOaN8A6CIddhww/9+YggGfDlL88d/TSgqa User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Original-Xref: shelby.stanford.edu gnu.emacs.help:129025 gnu.emacs.bug:37853 X-Originally-To: gnu-emacs-bug@moderators.isc.org Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.help:24572 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24572 I downloaded the CVS version twice today (just to make sure) from Savannah, configured (./configure --enable-carbon-app --without-x) and did a "make bootstrap" which invariably results in the following: [...] Compiling /Users/ulli/emacs/lisp/progmodes/cc-vars.el Compiling /Users/ulli/emacs/lisp/subr.el (cd src; make mostlyclean) rm -f temacs prefix-args core *.core \#* *.o libXMenu11.a liblw.a rm -f ../etc/DOC rm -f bootstrap-emacs rm -f buildobj.lst make all Your tree does not include the compiled Lisp files. You need to do `make bootstrap' to build Emacs. Emacs now requires Texinfo version 4.2. make[1]: *** [maybe_bootstrap] Error 1 make: *** [bootstrap-build] Error 2 It looks like the make bootstrap doesn't really install the compiled elisp files where it should and gives me that ironic "please run make bootstrap" message. My texinfo (makeinfo --version) is 4.6, so it should work. Regards, Ulrich