* compilation error on w32 (GCC)
@ 2006-02-07 4:23 Dhruva Krishnamurthy
0 siblings, 0 replies; 3+ messages in thread
From: Dhruva Krishnamurthy @ 2006-02-07 4:23 UTC (permalink / raw)
Hello,
While compiling CVS Emacs on W32 using GCC, I get the following error.
term.c: In function `produce_glyphs':
term.c:1756: error: `unibyte_display_via_language_environment'
undeclared (first use in this function)
term.c:1756: error: (Each undeclared identifier is reported only once
term.c:1756: error: for each function it appears in.)
make[2]: *** [oo-spd/i386/term.o] Error 1
make[2]: Leaving directory `C:/tmp/build/emacs/src'
make[1]: *** [bootstrap-temacs] Error 2
make[1]: Leaving directory `C:/tmp/build/emacs/src'
make: *** [bootstrap-gmake] Error 2
with best regards,
dhruva
--
Dhruva Krishnamurthy
GNU/FSF member: 1935
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: compilation error on w32 (GCC)
@ 2006-02-07 4:43 Dhruva Krishnamurthy
2006-02-07 8:02 ` Kenichi Handa
0 siblings, 1 reply; 3+ messages in thread
From: Dhruva Krishnamurthy @ 2006-02-07 4:43 UTC (permalink / raw)
Hello,
This fixed the issue for me.
$ 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: compilation error on w32 (GCC)
2006-02-07 4:43 Dhruva Krishnamurthy
@ 2006-02-07 8:02 ` Kenichi Handa
0 siblings, 0 replies; 3+ messages in thread
From: Kenichi Handa @ 2006-02-07 8:02 UTC (permalink / raw)
Cc: emacs-devel
In article <e3f230850602062043n6925046evb5bacf9238f08e4@mail.gmail.com>, Dhruva Krishnamurthy <dhruvakm@gmail.com> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-02-07 8:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-07 4:23 compilation error on w32 (GCC) Dhruva Krishnamurthy
-- strict thread matches above, loose matches on Subject: below --
2006-02-07 4:43 Dhruva Krishnamurthy
2006-02-07 8:02 ` Kenichi Handa
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.