Bug 286050 - SVN-kmymoney doesn't build
Summary: SVN-kmymoney doesn't build
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: SVN
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-07 21:49 UTC by Marko Käning
Modified: 2011-11-09 09:00 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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