From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: compilation error on w32 (GCC) Date: Tue, 07 Feb 2006 17:02:19 +0900 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1139299373 6457 80.91.229.2 (7 Feb 2006 08:02:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Feb 2006 08:02:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 07 09:02:50 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F6No6-0002gg-7t for ged-emacs-devel@m.gmane.org; Tue, 07 Feb 2006 09:02:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6NrR-0007ZS-VH for ged-emacs-devel@m.gmane.org; Tue, 07 Feb 2006 03:06:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F6NrJ-0007ZL-Ba for emacs-devel@gnu.org; Tue, 07 Feb 2006 03:05:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F6NrH-0007Yw-2i for emacs-devel@gnu.org; Tue, 07 Feb 2006 03:05:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6NrG-0007Yt-W7 for emacs-devel@gnu.org; Tue, 07 Feb 2006 03:05:55 -0500 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1F6Nqx-0004Sr-4l for emacs-devel@gnu.org; Tue, 07 Feb 2006 03:05:35 -0500 Original-Received: from nfs.m17n.org (nfs.m17n.org [192.47.44.7]) by tsukuba.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id k1782K9b000636; Tue, 7 Feb 2006 17:02:20 +0900 Original-Received: from etlken (etlken.m17n.org [192.47.44.125]) by nfs.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id k1782KxW012201; Tue, 7 Feb 2006 17:02:20 +0900 Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1F6Nnn-0006i9-00; Tue, 07 Feb 2006 17:02:19 +0900 Original-To: Dhruva Krishnamurthy In-reply-to: (message from Dhruva Krishnamurthy on Tue, 7 Feb 2006 10:13:52 +0530) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:50135 Archived-At: In article , Dhruva Krishnamurthy writes: > Hello, > This fixed the issue for me. I've just installed a different fix. That is to extern unibyte_display_via_language_environment in dispextern.h, and delete extern from xterm.h, w32term.h, and macterm.h. --- Kenichi Handa handa@m17n.org > $ diff -c c:\users\krishndh\STUB\cvs\emacs\src\term.c term.c > *** c:\users\krishndh\STUB\cvs\emacs\src\term.c 2006-02-07 > 09:20:34.519707800 +0530 > --- term.c 2006-02-07 09:56:20.782461800 +0530 > *************** > *** 1691,1696 **** > --- 1691,1697 ---- > produce_glyphs (it) > struct it *it; > { > + extern int unibyte_display_via_language_environment; > /* If a hook is installed, let it do the work. */ > xassert (it->what == IT_CHARACTER > || it->what == IT_COMPOSITION > with best regards, > dhruva > -- > Dhruva Krishnamurthy > GNU/FSF member: 1935 > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-devel