Known issues

Some dialogue boxes do not work anymore with the recent release of QT. - Do they use different constants now? Is only AMD64 Linux affected? (TODO)

Sometimes, configure is unable to detect the path to qt or to the kde include files.
Sometimes, the installation goes into a wrong directory, i.e under /usr/local/....

Using Suse Linux, if it is not defined already, set the environment variables KDEDIR and QTDIR with
$ export KDEDIR=/opt/kde2
$ export QTDIR=/usr/lib/qt-2.3.0

Using Red Hat Linux it might be possible to do the following to get it work:

$ rm config.cache
$ configure --with-extra-includes=/usr/include/kde
$ make

Printing does not work properly.

Remarks

If klogic crashes, please send a description how to get it. Crashes will be removed as soon as possible.

If you have any other issues or suggestions, send an email to me.

Back