From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Knottenbelt Newsgroups: gmane.emacs.devel Subject: (no subject) Date: Tue, 3 May 2005 11:44:22 +0100 Message-ID: <75DA8B31-12ED-4DDD-A4CE-BB4AF66B36C2@doc.ic.ac.uk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v728) Content-Type: multipart/mixed; boundary=Apple-Mail-6--629090702 X-Trace: sea.gmane.org 1115181193 3515 80.91.229.2 (4 May 2005 04:33:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 May 2005 04:33:13 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 04 06:33:08 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DTBZH-0006pD-2u for ged-emacs-devel@m.gmane.org; Wed, 04 May 2005 06:33:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DTBgV-0004EU-SN for ged-emacs-devel@m.gmane.org; Wed, 04 May 2005 00:40:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DSvBm-0004FN-V0 for emacs-devel@gnu.org; Tue, 03 May 2005 07:03:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DSvBN-00047L-B9 for emacs-devel@gnu.org; Tue, 03 May 2005 07:03:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSusj-0008P6-Ei for emacs-devel@gnu.org; Tue, 03 May 2005 06:44:01 -0400 Original-Received: from [69.10.152.65] (helo=dns99.miniserver.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DSuw7-0001Vt-NR for emacs-devel@gnu.org; Tue, 03 May 2005 06:47:31 -0400 Original-Received: from [146.169.8.40] (laptop0.dynip.doc.ic.ac.uk [146.169.8.40]) by dns99.miniserver.com (Postfix) with ESMTP id F3489C2 for ; Tue, 3 May 2005 10:42:43 +0000 (GMT) Original-To: emacs-devel@gnu.org X-Mailer: Apple Mail (2.728) 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:36632 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36632 --Apple-Mail-6--629090702 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Here is a patch to get Emacs to compiler under Mac OS X 10.4: --Apple-Mail-6--629090702 Content-Transfer-Encoding: 7bit Content-Type: application/octet-stream; x-unix-mode=0644; name="tiger.patch" Content-Disposition: attachment; filename=tiger.patch Index: src/image.c =================================================================== RCS file: /cvsroot/emacs/emacs/src/image.c,v retrieving revision 1.22 diff -u -4 -r1.22 image.c --- src/image.c 16 Apr 2005 03:07:05 -0000 1.22 +++ src/image.c 3 May 2005 08:15:40 -0000 @@ -90,8 +90,10 @@ #endif #if TARGET_API_MAC_CARBON #ifdef MAC_OSX #include +#include +#include #else /* not MAC_OSX */ #include #endif /* not MAC_OSX */ #else /* not TARGET_API_MAC_CARBON */ --Apple-Mail-6--629090702 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Cheers John --Apple-Mail-6--629090702 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --Apple-Mail-6--629090702--