
Q: Why Kmud does not compile? (1)
   That's the last line of the configure output:
   "checking for X... configure: error: Can't find X includes.
   Please check your installation and add the correct paths!"

A: Install the package "xdevel", which contains the needed header-files
   included by Kmud.



Q: Why Kmud does not compile? (2)
   That's the last line of the configure output:
   "checking for Qt... configure: error: Qt (>= 1.42 and < 2.0) (libraries)
   not found. Please check your installation!"

A: Kmud needs the (older) version 1 of Qt. So please check ("rpm -qa | grep qt")
   if you have the Qt 1.4x libs (and the respective devel package) installed
   and set the QTDIR environment variable to this directory (or specify the
   path via the --with-qt-dir parameter of configure).
   


Q: Why Kmud does not compile? (3)
   That's the last line of the configure output:
   "checking for KDE headers installed... configure: error: your system is not
   able to compile a small KDE application! Check, if you installed the KDE
   header files correctly."

A: Kmud uses the (older) version 1 of the KDE libraries. So please make sure
   that you have these libraries and it's devel package installed.
   Then set the KDEDIR environment variable appropiately. Under SuSE it sould
   be "/opt/kde" under RedHat distribustions it's "/usr".



Q: Why Kmud does not compile? (4)
   Running "make" says: "/bin/sh: msgfmt: command not found"

A: "msgfmt" is needed to build the translation files. Please install the
   package "mgettext" from your favourite distribution or disable the
   internationalisation with the configure option "--disable-nls"


Q: Kmud still does not compile! I'm sick of that all.

A: Try one of the rpm's or the binary distribution. See our website
   (http://www.kmud.de) for download info.



Q: I want to make a translation. What do I have to do?

A: You can make tranlations of the messages in Kmud itself, the handbook or
   the website of Kmud. Depending on what you want to translate there are
   different things to do. In any case just send an email to the translators
   at kmud-i18n@kmud.de and we'll provide you with all information.



Q: I have an Alpha/Linux machine and Kmud stops compiling. The last error is
   /usr/lib/qt-1.45/include/qregion.h:73:182: "defined" without an identifier

A: There is a bug in the Qt which bothers your compiler. Please have a look at
   http://rpmfind.net/linux/RPM/redhat/7.0/alpha/qt1x-devel-1.45-11.alpha.html

