From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Steven Tamm Newsgroups: gmane.emacs.devel Subject: Re: Mac OS X 10.2.2 - Need to Recompile Date: Tue, 12 Nov 2002 08:16:23 -0800 Sender: emacs-devel-admin@gnu.org Message-ID: <16411DC1-F65A-11D6-B13B-00039390AB82@mac.com> References: <7E3E3540-F64C-11D6-8E61-0003938697CA@cs.umn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v548) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1037201592 24054 80.91.224.249 (13 Nov 2002 15:33:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 13 Nov 2002 15:33:12 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18BzCS-00046W-00 for ; Wed, 13 Nov 2002 16:13:04 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18BzOP-00066k-01 for ; Wed, 13 Nov 2002 16:25:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18Bdxc-0003Tj-00; Tue, 12 Nov 2002 11:32:20 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18Bdj5-0005P6-00 for emacs-devel@gnu.org; Tue, 12 Nov 2002 11:17:19 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18Bdj1-0005N6-00 for emacs-devel@gnu.org; Tue, 12 Nov 2002 11:17:18 -0500 Original-Received: from smtpout.mac.com ([204.179.120.85]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18Bdj1-0005Jq-00 for emacs-devel@gnu.org; Tue, 12 Nov 2002 11:17:15 -0500 Original-Received: from asmtp01.mac.com (asmtp01-qfe3 [10.13.10.65]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id gACGHC5Q011788 for ; Tue, 12 Nov 2002 08:17:12 -0800 (PST) Original-Received: from mac.com ([12.236.43.16]) by asmtp01.mac.com (Netscape Messaging Server 4.15) with ESMTP id H5H18N00.DB4; Tue, 12 Nov 2002 08:17:11 -0800 Original-To: Brad Miller In-Reply-To: <7E3E3540-F64C-11D6-8E61-0003938697CA@cs.umn.edu> X-Mailer: Apple Mail (2.548) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9384 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9384 FWIW, I got it to work by just relinking. I removed src/emacs and then "make" rerunning make from a two week old version of CVS. > Now I get a bunch of warnings like this one, chosen at random: > keyboard.c:62: warning: could not use precompiled header > '/usr/include/unistd-gcc3.p', because: > keyboard.c:62: warning: macro 'select' defined by ./s/darwin.h > conflicts with precomp This warning is OK. Select is overridden on Mac OS X to deal with a small problem when carbon emacs is run from the command line. It should also complain about vfork being overridden. I don't remember what it was for and I'm not sure if that override is necessary in 10.2. If it says "precompiled header is out of date" then run % sudo fixPrecomps > Finally the compile dies a horrible death at: > Compiling /Users/bmiller/src/emacs/lisp/progmodes/cc-mode.el > >>Error occurred processing > /Users/bmiller/src/emacs/lisp/progmodes/cc-mode.el: Symbol's function > definition is void ((char-table-p)) > make[1]: *** [compile] Error 1 > make: *** [bootstrap] Error 2 A couple other people have sent this to me. It appears latest CVS is broken. I just updated to the latest CVS and run a make bootstrap and encountered the same problem. I'm going to try to revert to CVS from two weeks ago and see what happens.