From: Anton Farygin <rider@linux.ru.net>
To: devel@linux.iplabs.ru
Subject: Re: [devel] странности с xchat
Date: Mon, 29 Jan 2001 15:29:04 +0300
Message-ID: <3A756210.990EA369@linux.ru.net> (raw)
In-Reply-To: <3A759A1F.CB3A0FE9@logic.ru>
Aleksey Novodvorsky wrote:
>
> Anton Farygin wrote:
> >
> > Aleksey Novodvorsky wrote:
> > >
> > > Anton Farygin wrote:
> > > >
> > > > Aleksey Novodvorsky wrote:
> > > > >
> > > > > Anton Farygin wrote:
> > > > > >
> > > > > > Господа, может кто подскаже (у вас опыта то побольше чем у меня ;-)
> > > > > >
> > > > > > Итак, собираем xchat без поддержки GNOME. Не работают русские сообщения.
> > > > > > Ок, лезем в исходники. Видим там подобное:
> > > > > >
> > > > > Надо смотреть бОльший фрагмент. Что не работает: только сообщения или
> > > > > ввод тоже?
> > > >
> > > > Только сообщения...
> > > Посмотри, чтобы bindtextdomain был после gtk_set_locale
> >
> > Все равно не работает...
> > Без gnome - ни в какую ;-(
> >
> >
> Там просто глупость написана при помощи Copy/Paste. bidtextdomain
> выполняется при #undef USE_GNOME только если argc > 1 (внутри условного
> оператора). Вынеси из него или убери #ifdef USE_GNOME из следующего
> вызова.
Итак, все, чего я добился - это русские сообщения в диалогах.
Почему-то не работает такое определение:
#include <gtk/gtk.h>
#include "fake_gnome.h"
#ifdef ENABLE_NLS
# include <libintl.h>
# define _(x) gettext(x)
# ifdef gettext_noop
# define N_(String) gettext_noop (String)
# else
# define N_(String) (String)
# endif
#else
# define N_(String) (String)
# define _(x) (x)
#endif
Именно N_(String) не определяется.
Вот почему это проиходит - я не понимаю ;-(
Rgds
Anton
_______________________________________________
Devel mailing list
Devel@linux.iplabs.ru
http://www.logic.ru/mailman/listinfo/devel
prev parent reply other threads:[~2001-01-29 12:29 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-01-28 19:19 Anton Farygin
2001-01-29 3:05 ` Aleksey Novodvorsky
2001-01-29 10:49 ` Anton Farygin
2001-01-29 15:36 ` Aleksey Novodvorsky
2001-01-29 11:28 ` Anton Farygin
2001-01-29 11:41 ` Anton Farygin
2001-01-29 16:28 ` Aleksey Novodvorsky
2001-01-29 12:08 ` Anton Farygin
2001-01-29 12:29 ` Anton Farygin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3A756210.990EA369@linux.ru.net \
--to=rider@linux.ru.net \
--cc=devel@linux.iplabs.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git