Re: locale
- From: Vlad Harchev <hvv hippo ru>
- To: oscheel fz-borstel de
- Cc: gtk-list gnome org
- Subject: Re: locale
- Date: Thu, 27 Jul 2000 17:12:10 +0500 (SAMST)
On Thu, 27 Jul 2000 oscheel@fz-borstel.de wrote:
> Hi *,
> if I try to run a program that uses gtk, I got the following message:
>
>
> Gdk-WARNING **: locale not supported by C library
> Speicherzugriffsfehler//segmentation fault
>
> I'm running a SuSE 6.2 linux. I got this program running well on a SuSE6.1 but
> not
> on a SuSE6.4; on this systm, the first window starts but then the progrm hangs
> and with it the whole x-server.
>
> Compiling this program is not the problem on any system! I think, this is not
> only a gtk-problem, I think it's caused by the glibc, but I'm not shure and:
> I don't know, what to do. Any suggestions?
First of all, try running your program with default (non-localized) message
set. To do this, type set the environment variable LC_MESSAGES to "C" and
export it, and then run your program.
For example, in xterm type
LC_MESSAGES=C; export LC_MESSAGES;
your-program-name
You need to type the 1st string only once in the given xterm.
If your program behaves incorrectly, than it's broken message set used by
glibc/gtk/your-program.
> olaf
>
> _______________________________________________
> gtk-list mailing list
> gtk-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-list
>
Best regards,
-Vlad
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]