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: ATSUI support on Carbon Emacs Date: Tue, 25 Oct 2005 02:00:03 +0200 Organization: Aucune. Message-ID: References: Reply-To: =?iso-8859-15?Q?S=E9bastien?= Kirche NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1130198493 20182 80.91.229.2 (25 Oct 2005 00:01:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Oct 2005 00:01:33 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 25 02:01:32 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EUCEt-0006ko-Bs for ged-emacs-devel@m.gmane.org; Tue, 25 Oct 2005 02:00:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EUCEs-0002CN-V9 for ged-emacs-devel@m.gmane.org; Mon, 24 Oct 2005 20:00:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EUCEk-0002Bz-49 for emacs-devel@gnu.org; Mon, 24 Oct 2005 20:00:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EUCEi-0002Bb-NU for emacs-devel@gnu.org; Mon, 24 Oct 2005 20:00:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EUCEi-0002BY-L3 for emacs-devel@gnu.org; Mon, 24 Oct 2005 20:00:16 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1EUCEh-00019p-Mr for emacs-devel@gnu.org; Mon, 24 Oct 2005 20:00:16 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EUCDU-0006Se-FQ for emacs-devel@gnu.org; Tue, 25 Oct 2005 01:59:00 +0200 Original-Received: from falbala.seki.fr ([81.56.248.57]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Oct 2005 01:59:00 +0200 Original-Received: from sebastien.kirche by falbala.seki.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Oct 2005 01:59:00 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 22 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: falbala.seki.fr 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.110004 (No Gnus v0.4) Emacs/22.0.50 (darwin) Cancel-Lock: sha1:oGH44AU1p22/8DDkNKftr2zEhEs= 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:44779 Archived-At: At 13:10 on oct 1 2005, YAMAMOTO Mitsuharu said : > At the request of the maintainer, I installed ATSUI support on Carbon > Emacs to the trunk. It does not change anything unless -DUSE_ATSUI is > specified at compile time. It is still somewhat experimental, and has > some known problems: FWIW, I have found that it does not compile under OSX x86 : /Users/seki/projets/emacs/mac/../src/macterm.c:719: error: 'Unichar' undeclared (first use in this function) /Users/seki/projets/emacs/mac/../src/macterm.c:719: error: (Each undeclared identifier is reported only once /Users/seki/projets/emacs/mac/../src/macterm.c:719: error: for each function it appears in.) /Users/seki/projets/emacs/mac/../src/macterm.c:719: error: 'text' undeclared (first use in this function) /Users/seki/projets/emacs/mac/../src/macterm.c:719: error: parse error before ')' token In my case, I do have USE_ATSUI and I suppose that WORDS_BIG_ENDIAN is not defined because of the x86 platform. Could CarbonCore/MacTypes.h be missing ? Regards. -- Sébastien Kirche