compile failure with git master

Thomas Baumgart thb at net-bembel.de
Sun Dec 31 16:42:10 UTC 2017


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
-------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 846 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kmymoney-devel/attachments/20171231/343c6f3e/attachment.sig>


More information about the KMyMoney-devel mailing list