From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Benjamin Riefenstahl Newsgroups: gmane.emacs.devel Subject: Re: Error Compiling on Mac OS X 10.3 Date: Wed, 10 Dec 2003 13:41:51 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <1882E1BE-2AD1-11D8-B1E8-000A95972D84@kineticode.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1071060807 7949 80.91.224.253 (10 Dec 2003 12:53:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Dec 2003 12:53:27 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Dec 10 13:53:20 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AU3qC-0008SO-00 for ; Wed, 10 Dec 2003 13:53:20 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AU3qC-00083s-00 for ; Wed, 10 Dec 2003 13:53:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AU4fE-0005xV-QQ for emacs-devel@quimby.gnus.org; Wed, 10 Dec 2003 08:46:04 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AU4eh-0005uZ-MY for emacs-devel@gnu.org; Wed, 10 Dec 2003 08:45:31 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AU4eB-0005n4-9x for emacs-devel@gnu.org; Wed, 10 Dec 2003 08:45:30 -0500 Original-Received: from [193.28.100.166] (helo=mail.epost.de) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AU4eA-0005mb-QH for emacs-devel@gnu.org; Wed, 10 Dec 2003 08:44:58 -0500 Original-Received: from seneca.benny.turtle-trading.net.epost.de (193.99.153.30) by mail.epost.de (6.7.019) id 3FD5A8FB0002809C; Wed, 10 Dec 2003 13:43:32 +0100 Original-To: David Wheeler In-Reply-To: <1882E1BE-2AD1-11D8-B1E8-000A95972D84@kineticode.com> (David Wheeler's message of "Tue, 9 Dec 2003 21:24:15 -0800") User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18615 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18615 Hi David, David Wheeler writes: > I'm attempting to compile Emacs from CVS anonymous checkout (using > :ext:anoncvs@subversions.gnu.org:/cvs-2003-09-16/emacs) on Mac OS X > 10.3 (Panther) and keep getting an error: Don't know that one, when I last checked it out (in december) my CVS root was :pserver:anoncvs@subversions.gnu.org:/cvsroot/emacs. Is that new address a relocation because of the attack on the GNU servers? > gcc -c -fpascal-strings -fno-common -DMAC_OSX -I../mac/src -Demacs > -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs/src -fpascal-strings > -fno-common -DMAC_OSX -I../mac/src -Dtemacs -g -O2 fileio.c > make[1]: *** No rule to make target `regex.h', needed by `dired.o'. > Stop. > make: *** [bootstrap] Error 2 regex.h is in emacs/src in my checkout. Are sure that your checkout is complete and that the include paths above are correct? benny