Bug 286050

Summary: SVN-kmymoney doesn't build
Product: [Applications] kmymoney Reporter: Marko Käning <mk-lists>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: normal CC: cfeck
Priority: NOR    
Version: SVN   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Marko Käning 2011-11-07 21:49:45 UTC
Version:           SVN trunk (using KDE 1.2) 
OS:                Linux

[ 84%] Building CXX object kmymoney/converter/CMakeFiles/converter.dir/webpricequote.cpp.o
/home/marko/WC/kmymoney/kmymoney/converter/webpricequote.cpp: In static member function ‘static int WebPriceQuote::Private::dbgArea()’:
/home/marko/WC/kmymoney/kmymoney/converter/webpricequote.cpp:68: error: ‘registerArea’ is not a member of ‘KDebug’
make[2]: *** [kmymoney/converter/CMakeFiles/converter.dir/webpricequote.cpp.o] Fehler 1
make[1]: *** [kmymoney/converter/CMakeFiles/converter.dir/all] Fehler 2
make: *** [all] Fehler 2
marko@localhost:~/WC/kmymoney/build>


Reproducible: Always

Steps to Reproduce:
Do the cmake call in build directory

Then do make

--->>> Build doesn't succeed at 84%


Expected Results:  
Successful build
Comment 1 Marko Käning 2011-11-07 21:50:56 UTC
bko reset the KDE version erroneously to 1.2, it's actually 4.3.5
Comment 2 Christoph Feck 2011-11-07 22:06:05 UTC
Your KDE is too old. KDebug::registerArea() has been added in KDE 4.4.
Comment 3 Marko Käning 2011-11-08 19:23:51 UTC
OK, good to know. Thanks for your response!
Comment 4 Thomas Baumgart 2011-11-09 09:00:59 UTC
SVN commit 1263278 by tbaumgart:

KMyMoney in SVN trunk now requires at least KDE 4.4.0 to build

BUG: 286050

 M  +1 -1      CMakeLists.txt  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1263278