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
bko reset the KDE version erroneously to 1.2, it's actually 4.3.5
Your KDE is too old. KDebug::registerArea() has been added in KDE 4.4.
OK, good to know. Thanks for your response!
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