From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Francois Bonzon Newsgroups: gmane.emacs.bugs Subject: Compile error with XColor on emacs 21.3 on Macintosh Date: Mon, 21 Apr 2003 02:12:29 +0200 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Trace: main.gmane.org 1050883968 577 80.91.224.249 (21 Apr 2003 00:12:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Apr 2003 00:12:48 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Mon Apr 21 02:12:47 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 197OvP-00008y-00 for ; Mon, 21 Apr 2003 02:12:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 197Ovk-0004kd-00 for gnu-bug-gnu-emacs@m.gmane.org; Sun, 20 Apr 2003 20:13:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 197OvV-0004O0-00 for bug-gnu-emacs@gnu.org; Sun, 20 Apr 2003 20:12:53 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 197OvK-0003yk-00 for bug-gnu-emacs@gnu.org; Sun, 20 Apr 2003 20:12:42 -0400 Original-Received: from smtp.vtx.ch ([212.147.0.55]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 197OvC-0003bh-00 for bug-gnu-emacs@gnu.org; Sun, 20 Apr 2003 20:12:34 -0400 Original-Received: from [192.42.181.4] (rem181-131-vtx.unil.ch [192.42.181.131]) by smtp.vtx.ch (VTX Services) with ESMTP id BF092FBA3 for ; Mon, 21 Apr 2003 02:12:28 +0200 (CEST) X-Sender: francois.bonzon@mail.vtx.ch Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4848 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4848 I downloaded emacs 21.3 today. I am using a Macintosh under MacOS 8.5. When building emacs with MPW version 3.5 (Aug. 2001), I get an error. On the next two lines, you find the two commands I gave to MPW and then its error transcript (copy-pasted). make Emacs -f makefile.MPW > Emacs.MakeScript Emacs.MakeScript MrC C Compiler 4.1.0f1c1 Copyright (C) 1994-1999 by Apple Computer, Inc. } XColor; ^ File ":src:macfns.c"; line 88 #Error: 'XColor' previously declared as something else It was declared as: struct _N363dispextern.h It is now declared: struct _N867macfns.c #----------------------- ### MPW Shell - Execution of Emacs.MakeScript terminated.