Jack, On Sonntag, 31. Dezember 2017 11:33:42 CET Jack Ostroff wrote:
> With a fresh pull from git master, I get a compile failure > > [ 20%] Building CXX object > kmymoney/dialogs/CMakeFiles/dialogs.dir/kreportconfigurationfilterdlg.cpp.o > /path-to-source/kmymoney/dialogs/kreportconfigurationfilterdlg.cpp:61:33: > fatal error: ui_reporttabgeneral.h: No such file or directory > #include <ui_reporttabgeneral.h> > > Looking at an old build folder I still have, that file appears in > /path-to build/kmymoney/widgets/. If I cd to that directory, type > "make" there, and then resume make in the top build directory, it > completes with no errors. > > I suspect that some recent change to the CMake files changed the order > of things. Strange. https://build.kde.org/job/Extragear%20kmymoney%20kf5-qt5%20SUSEQt5.9/ shows no problems with a build from scratch. And the part you mention is not optional. Try the following: cd <<your build directory>> mv CMakeCache.txt CMakeCache.txt.old cmake <<any options you need>> <<your src directory>> make in case cmake worked rm CMakeCache.txt.old -- Regards Thomas Baumgart https://www.telegram.org/ Telegram, the better WhatsApp ------------------------------------------------------------- A sufficient amount of googling is indistinguishable from actual knowledge. -- unknown source -------------------------------------------------------------
signature.asc
Description: This is a digitally signed message part.