* Failed to compile emacs-unicode-2 branch.
@ 2004-10-14 11:30 zrr
2004-10-14 12:37 ` Kenichi Handa
0 siblings, 1 reply; 5+ messages in thread
From: zrr @ 2004-10-14 11:30 UTC (permalink / raw)
Hello,
I have just checked out the emacs-unicode-2 branch but I failed
to compile it.
The feedback error message is as follows:
gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/xoo/software/emacs/cvs/emacs-unicode/emacs/src -D_BSD_SOURCE -I/usr/X11R6/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 callproc.c
callproc.c: In function `Fcall_process':
callproc.c:809: structure has no member named `type'
callproc.c:809: `coding_type_no_conversion' undeclared (first use in this function)
callproc.c:809: (Each undeclared identifier is reported only once
callproc.c:809: for each function it appears in.)
make[1]: *** [callproc.o] error 1
make[1]: Leaving directory `/home/xoo/software/emacs/cvs/emacs-unicode/emacs/src'
make: *** [src] error 2
Please fix it, thanks!
Tang
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Failed to compile emacs-unicode-2 branch.
2004-10-14 11:30 Failed to compile emacs-unicode-2 branch zrr
@ 2004-10-14 12:37 ` Kenichi Handa
2004-10-14 13:23 ` zrr
0 siblings, 1 reply; 5+ messages in thread
From: Kenichi Handa @ 2004-10-14 12:37 UTC (permalink / raw)
Cc: emacs-devel
In article <m2is9dzge4.fsf@yahoo.com.cn>, zrr <beijing_2008_gold@yahoo.com.cn> writes:
> Hello,
> I have just checked out the emacs-unicode-2 branch but I failed
> to compile it.
> The feedback error message is as follows:
> gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/xoo/software/emacs/cvs/emacs-unicode/emacs/src -D_BSD_SOURCE -I/usr/X11R6/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 callproc.c
> callproc.c: In function `Fcall_process':
> callproc.c:809: structure has no member named `type'
> callproc.c:809: `coding_type_no_conversion' undeclared (first use in this function)
> callproc.c:809: (Each undeclared identifier is reported only once
> callproc.c:809: for each function it appears in.)
> make[1]: *** [callproc.o] error 1
> make[1]: Leaving directory `/home/xoo/software/emacs/cvs/emacs-unicode/emacs/src'
> make: *** [src] error 2
This was because of merging changes from trunk. It should
be already fixed. Please try "cvs update" again.
---
Ken'ichi HANDA
handa@m17n.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Failed to compile emacs-unicode-2 branch.
2004-10-14 12:37 ` Kenichi Handa
@ 2004-10-14 13:23 ` zrr
2004-10-15 7:28 ` Kenichi Handa
0 siblings, 1 reply; 5+ messages in thread
From: zrr @ 2004-10-14 13:23 UTC (permalink / raw)
Cc: beijing_2008_gold, emacs-devel
Kenichi Handa <handa@m17n.org> writes:
> In article <m2is9dzge4.fsf@yahoo.com.cn>, zrr <beijing_2008_gold@yahoo.com.cn> writes:
>
>> Hello,
>> I have just checked out the emacs-unicode-2 branch but I failed
>> to compile it.
>
>> The feedback error message is as follows:
>
>> gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_GTK -I. -I/home/xoo/software/emacs/cvs/emacs-unicode/emacs/src -D_BSD_SOURCE -I/usr/X11R6/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 callproc.c
>> callproc.c: In function `Fcall_process':
>> callproc.c:809: structure has no member named `type'
>> callproc.c:809: `coding_type_no_conversion' undeclared (first use in this function)
>> callproc.c:809: (Each undeclared identifier is reported only once
>> callproc.c:809: for each function it appears in.)
>> make[1]: *** [callproc.o] error 1
>> make[1]: Leaving directory `/home/xoo/software/emacs/cvs/emacs-unicode/emacs/src'
>> make: *** [src] error 2
>
> This was because of merging changes from trunk. It should
> be already fixed. Please try "cvs update" again.
Thank you, it's fixed now.
But I have another bug to report.
Chinese-GBK and Chinese-GB18030 can't work in terminal mode. I
started emacs whth the command '$ emacs -q -nw' in a terminal
emulator(urxvt), which supports GBK character set, and I setted
the language environment and keyboard coding system to
'chinese-gbk' with the command 'set-language-enviroment and
set-keyborad-coding-system'. But when I tried to input characters
with the X input method SCIM, I got odd characters "????????",
however, 'chinese-iso-8bit' works perfectly.
I can't point out where is the wrong due to my limited knowledge
of emacs mule.
Regards!
Tang
>
> ---
> Ken'ichi HANDA
> handa@m17n.org
>
>
> _______________________________________________
> Emacs-devel mailing list
> Emacs-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Failed to compile emacs-unicode-2 branch.
2004-10-14 13:23 ` zrr
@ 2004-10-15 7:28 ` Kenichi Handa
2004-10-15 8:19 ` zrr
0 siblings, 1 reply; 5+ messages in thread
From: Kenichi Handa @ 2004-10-15 7:28 UTC (permalink / raw)
Cc: emacs-devel
In article <m2r7o1xwkj.fsf@yahoo.com.cn>, zrr <beijing_2008_gold@yahoo.com.cn> writes:
> Chinese-GBK and Chinese-GB18030 can't work in terminal mode. I
> started emacs whth the command '$ emacs -q -nw' in a terminal
> emulator(urxvt), which supports GBK character set, and I setted
> the language environment and keyboard coding system to
> 'chinese-gbk' with the command 'set-language-enviroment and
> set-keyborad-coding-system'. But when I tried to input characters
> with the X input method SCIM, I got odd characters "????????",
> however, 'chinese-iso-8bit' works perfectly.
This is because non-ISO2022 multibyte charsets were not yet
supported as keyboard coding system. I've just installed a
fix. Please try again?
---
Ken'ichi HANDA
handa@m17n.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Failed to compile emacs-unicode-2 branch.
2004-10-15 7:28 ` Kenichi Handa
@ 2004-10-15 8:19 ` zrr
0 siblings, 0 replies; 5+ messages in thread
From: zrr @ 2004-10-15 8:19 UTC (permalink / raw)
Cc: beijing_2008_gold, emacs-devel
Kenichi Handa <handa@m17n.org> writes:
> In article <m2r7o1xwkj.fsf@yahoo.com.cn>, zrr <beijing_2008_gold@yahoo.com.cn> writes:
>> Chinese-GBK and Chinese-GB18030 can't work in terminal mode. I
>> started emacs whth the command '$ emacs -q -nw' in a terminal
>> emulator(urxvt), which supports GBK character set, and I setted
>> the language environment and keyboard coding system to
>> 'chinese-gbk' with the command 'set-language-enviroment and
>> set-keyborad-coding-system'. But when I tried to input characters
>> with the X input method SCIM, I got odd characters "????????",
>> however, 'chinese-iso-8bit' works perfectly.
>
> This is because non-ISO2022 multibyte charsets were not yet
> supported as keyboard coding system. I've just installed a
> fix. Please try again?
Perfect! It works. Thank you very much.
I found a incompatibility between the newest Gnus and Emacs
22.0.0. I have reported this bug to Gnus developers. Since this
trouble only appears in Emacs 22.0.0, I think it is necessary to
inform you too.
I will hand in a detailed report later on.
Regards!
Tang
>
> ---
> Ken'ichi HANDA
> handa@m17n.org
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-10-15 8:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-14 11:30 Failed to compile emacs-unicode-2 branch zrr
2004-10-14 12:37 ` Kenichi Handa
2004-10-14 13:23 ` zrr
2004-10-15 7:28 ` Kenichi Handa
2004-10-15 8:19 ` zrr
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.