Problem with gtk-gnutella compilation
On SuSE 8.1: I tried to install gtk-gnutella from the rpms given on sourceforge, but was not abel to do so, as it seems to be precompiled against a different glibc version: # rpm -Uvh GTK1-gtk-gnutella-0.92.1-0.i386.rpm error: failed dependencies: libc.so.6(GLIBC_2.3) is needed by gtk-gnutella-0.92.1-0 So I tried to compile it myself with following strange problem: /usr/bin/xgettext --default-domain=gtk-gnutella --directory=.. \ --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ --from-code=UTF-8 \ --files-from=./POTFILES.in \ --copyright-holder='Raphael Manfredi' \ --msgid-bugs-address='gtk-gnutella-devel@lists.sf.net' /usr/bin/xgettext: unrecognized option `--from-code=UTF-8' Try `/usr/bin/xgettext --help' for more information. make[3]: *** [gtk-gnutella.pot-update] Error 1 So I checked man xgettext, and this version does not seem to support the option --from-code at all. xgettext -V gives me: xgettext (GNU gettext) 0.11.5 On the GNU ftp I can however only find gettext not xgettext (which exists in Vers. 0.12.1 and the previous one 0.11.5. Any idea where to get a new version of xgettext, that might recognise the --from-code argument? Kostas
Konstantinos Georgokitsos <kgeorgokitsos@nomioan.gr> [20 Aug 2003 13:17]:
On the GNU ftp I can however only find gettext not xgettext (which exists in Vers. 0.12.1 and the previous one 0.11.5.
That's the right package :) It's named gettext but contains a number of tools including xgettext :) Philipp
participants (2)
-
Konstantinos Georgokitsos
-
Philipp Thomas