From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-15?Q?S=E9bastien?= Kirche Newsgroups: gmane.emacs.devel Subject: Re: cannot compile mac emacs for OS9 Date: Thu, 31 Mar 2005 15:13:14 +0200 Organization: Aucune. Message-ID: References: Reply-To: =?iso-8859-15?Q?S=E9bastien?= Kirche NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1112275556 20200 80.91.229.6 (31 Mar 2005 13:25:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 31 Mar 2005 13:25:56 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 31 15:25:50 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1DGzgE-0002Cm-00 for ; Thu, 31 Mar 2005 15:25:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DGzww-0003iq-6i for ged-emacs-devel@m.gmane.org; Thu, 31 Mar 2005 08:43:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DGzvM-0002yA-Ol for emacs-devel@gnu.org; Thu, 31 Mar 2005 08:41:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DGzvF-0002sR-DI for emacs-devel@gnu.org; Thu, 31 Mar 2005 08:41:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DGzvE-0002Zw-VK for emacs-devel@gnu.org; Thu, 31 Mar 2005 08:41:21 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1DGzX8-0000Vn-41 for emacs-devel@gnu.org; Thu, 31 Mar 2005 08:16:26 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DGzUu-0002yK-4J for emacs-devel@gnu.org; Thu, 31 Mar 2005 15:14:08 +0200 Original-Received: from 195.25.216.129 ([195.25.216.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Mar 2005 15:14:08 +0200 Original-Received: from sebastien.kirche by 195.25.216.129 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Mar 2005 15:14:08 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 24 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 195.25.216.129 X-Face: ; T}O6aj2o*d:|9po%NCuYvExN3]<#cHr0"FaWCh[}WVn6&@L)YWO'&6AO5Ex:MX=H; .^e}o Td*OaFQEBc_xu%+ChwRl!KK`I'["$^aO1gIN{4OyBdO@1HHD5YO#[kiVCk|/-|mmYnU8yTp+eOv."d 1.G3; ro0Q/`,UY+vY/#5b/{OYxE+X\)tc~p~1vbmZ!o4sciW+e8MW|Pz|nl`l*}]8[#1zQO"]d2*{d wrTKu]5t*Gy_pm3e8o=:(c_ju'zlQ<[oJ|\XjgQQmWZC7S]-Fmp\eBHnBO']/te~/; \@l" D#:h)8Q User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (darwin) Cancel-Lock: sha1:LE3sA/KlqwffQXjOq3Q38itxb+Y= 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:35424 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35424 Le 31 Mar 2005, Sébastien Kirche s'est exprimé ainsi : > I have searched for these, but they seem defined nowhere... ? Now i had used my brain, i have found that in src/mac.c the include for EPPC.H should be placed outside of the #ifndef HAVE_CARBON and the PPCLink command in the generated make script should add "{SharedLibraries}InterfaceLib" But i now fail with # Error: File "::src:fileio.c.x" # Reference to unresolved symbol ".Fx_file_dialog" # # Unresolved external references: # .Fx_file_dialog That Fx_file_dialog seems to be defined in macfns.c if TARGET_API_MAC_CARBON. I am a bit lost : does not defining HAVE_CARBON implies TARGET_API_MAC_CARBON ? -- Sébastien Kirche