From kde-devel Fri Aug 31 09:55:10 2001 From: Erik Sigra Date: Fri, 31 Aug 2001 09:55:10 +0000 To: kde-devel Subject: I18n problem: no gmo-file created X-MARC-Message: https://marc.info/?l=kde-devel&m=99925171415255 Hi, I did everything in the i18n-HOWTO: * Downloaded gettext-0.10.35. * Patched it with the patch in kdesdk/scripts * Configured it with --prefix=/usr/local/legacy (this is what I did with autoconf-2.13 and automake-1.4-p5). * Compiled it. * Installed it (as root). * added "alias legacy='export PATH=/usr/local/legacy/bin:$PATH;export KDEDIR=/usr/local/kde'" to my "~/.bashrc". * Opened a shell. * Typed "legacy" to make sure the old versions that KDE requires are used instead of the latest stable releases. * Tested if it worked: $ autoconf --version Autoconf version 2.13 $ automake --version automake (GNU automake) 1.4-p5 Copyright (C) 1999, 2001 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Tom Tromey $ echo $KDEDIR /usr/local/kde * Executed "make -f admin/Makefile.common package-messages". The file .pot was created in the po subdirectory . * Examined Makefile.am in the po directory: $ cat Makefile.am POFILES = AUTO * Edited Makefile.am of the base directory by changing the line "SUBDIRS = $(TOPSUBDIRS)" to "SUBDIRS = $(TOPSUBDIRS) po". * Copied .pot to "sv.po". * Translated a few messages. * Executed "autoconf && automake && autoheader && ./configure --enable-devel --enable-debug --with-qt-dir=/usr/local/qt && make". After all this, no sv.gmo was created. The output from make was: make[2]: Entering directory`//po' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `//po' >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<