Gentoo Archives: gentoo-dev

From: Sebastian Werner <sebastian@××××××××××××××××××.de>
To: gentoo-dev@g.o
Subject: [gentoo-dev] I don't understand - the old i18n problem
Date: Sat, 29 Dec 2001 12:04:10
Message-Id: 20011229190420.5060eb8b.sebastian@werner-productions.de
1 Hello
2
3 I have some trouble to get applications to work in my language (de). Some Applications like galeon, gnome, sylpheed works fine and present the right texts. But some others like xmms, seems nothing todo while installing in the subdir po.
4
5 The output while compiling xmms is something like this:
6
7 ----------------
8 if test -r ".././mkinstalldirs"; then \
9 .././mkinstalldirs /usr//share; \
10 else \
11 /bin/sh ../mkinstalldirs /usr//share; \
12 fi
13 if test "xmms" = "gettext"; then \
14 if test -r ".././mkinstalldirs"; then \
15 .././mkinstalldirs /usr//share/gettext/po; \
16 else \
17 /bin/sh ../mkinstalldirs /usr//share/gettext/po; \
18 fi; \
19 /bin/install -c -m 644 ./Makefile.in.in \
20 /usr//share/gettext/po/Makefile.in.in; \
21 else \
22 : ; \
23 fi
24 ----------------------
25
26 This seems don't copy any of the *po files. Has anybody else this problem. I have 'nls' in my use flag and if i try to compile xmms for example manually there is the same strange problem... mhh
27
28 Thanks in advance
29
30 Sebastian Werner

Replies

Subject Author
Re: [gentoo-dev] I don't understand - the old i18n problem Sebastian Werner <sebastian@××××××××××××××××××.de>