emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compilation error on w32 (GCC)


From: Kenichi Handa
Subject: Re: compilation error on w32 (GCC)
Date: Tue, 07 Feb 2006 17:02:19 +0900
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)

In article <address@hidden>, Dhruva Krishnamurthy <address@hidden> 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
address@hidden

> $ 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
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]