https://bugs.kde.org/show_bug.cgi?id=417349
Toni Asensi Esteve <toni.ase...@kdemail.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |toni.ase...@kdemail.net --- Comment #3 from Toni Asensi Esteve <toni.ase...@kdemail.net> --- Hello, > user-interface.docbook:406: parser error : Entity 'Ins' not defined As Yuri Chornoivan wrote in https://www.mail-archive.com/kmymoney-devel@kde.org/msg14998.html : "This needs some newer kdoctools framework" although a patch could also be applied. I'll attach one. I compiled Krusader in Ubuntu 16.04, using, as you do: - Qt 5.9 - a `#include <QCoreApplication>` line added to krusader/krArc/krarc.cpp; and also: - I applied the attached path (using `patch -p1 < PATH_TO_THE_PATCH/"after adding the include QCoreApplication line.diff"); - later I executed: cmake ../krusader -DCMAKE_INSTALL_PREFIX=/opt/applications/krusader -DCMAKE_C_FLAGS="-O2 -fPIC" -DCMAKE_CXX_FLAGS="-O2 -fPIC" -DCMAKE_PREFIX_PATH=/opt/applications/Qt/5.9/gcc_64/ make sudo make install (without using `-DKDE_INSTALL_USE_QT_SYS_PATHS=ON` nor `sudo make`). Does it work for your case :-? -- You are receiving this mail because: You are watching all bug changes.