>>/locale.alias on
>>your system. If works correctly, you will receive
>> $ ./xresolvelocale ja_JP
>> call _XlcResolveLocaleName() for "ja_JP"... resolved
>> siname=ja_JP.eucJP
>> language=ja
>> territory=JP
>> codeset=eucJP
>>your system. If works correctly, you will receive
>> $ ./xresolvelocale ja_JP
>> call _XlcResolveLocaleName() for "ja_JP"... resolved
>> siname=ja_JP.eucJP
>> language=ja
>> territory=JP
>> codeset=eucJP
[root@180 root]# ./xresolvelocale ja_JP
call _XlcResolveLocaleName() for "ja_JP"... resolved
siname=ja_JP.eucJP
language=ja
territory=JP
codeset=eucJP
>>I think more indepth debugging is required.
>>Do you have working xmkmf on FR-V?
We have working xmkmf on FRV and already tested it.
>>Do you have gdb and libX11_g.a on FR-V?
Our cross compiled tools has gdb. Our ported X-Window has libX11.so but no libX11.a or libX11_g.a found.
On 11/1/05, mpsuzuki@xxxxxxxxxxxxxxxxx <mpsuzuki@xxxxxxxxxxxxxxxxx
> wrote:
On Tue, 1 Nov 2005 10:44:40 +0900
mpsuzuki@xxxxxxxxxxxxxxxxx wrote:
>I think more indepth debugging is required.
To trace internal locale-related function in libX11,
the public header/library files are insufficient.
Now I say the sources for your libX11 is required.
BTW, build attached "xresolvelocale.c" and test as:
$ gcc -o xresolvelocale.exe xresolvelocale.c \
-I/usr/X11R6/include -L/usr/X11R6/lib -lX11
$ ./xresolvelocale ja_JP
It tests /usr/X11R6/lib/X11/locale/locale.alias on
your system. If works correctly, you will receive
$ ./xresolvelocale ja_JP
call _XlcResolveLocaleName() for "ja_JP"... resolved
siname=ja_JP.eucJP
language=ja
territory=JP
codeset=eucJP
_______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list