Bug 331418 - compilation of sources from SourceForge fails because of an undefined link to CppGui::getCInterface()
Summary: compilation of sources from SourceForge fails because of an undefined link to...
Status: RESOLVED DUPLICATE of bug 234327
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: 4.6.4
Platform: Ubuntu Linux
: NOR grave
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-22 21:43 UTC by ritzer
Modified: 2014-02-23 16:15 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
output of make (8.17 KB, text/plain)
2014-02-22 21:53 UTC, ritzer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ritzer 2014-02-22 21:43:43 UTC
The following sequence was performed
* Download of kmymoney-4.6.4.tar.xz
* unpacking, mkdir build, cd build
* sudo apt-get build-dep kmymoney
*  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
		Good - your configure finished.
although 
		-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
		-- checking for modules 'libxml-2.0;libxml++-2.6;glib-2.0;glibmm-2.4'
		--   package 'libxml-2.0' not found
		--   package 'libxml++-2.6' not found
		--   package 'glibmm-2.4' not found
* make
ended in 
[ 91%] Building CXX object kmymoney/plugins/kbanking/CMakeFiles/kmm_kbanking.dir/banking.cpp.o
Linking CXX shared module ../../../lib/kmm_kbanking.so
CMakeFiles/kmm_kbanking.dir/mymoneybanking.cpp.o: In Funktion `KBankingPlugin::KBankingPlugin(QObject*, QList<QVariant> const&)':
/home/ritzeral/kmymoney-4.6.4/kmymoney/plugins/kbanking/mymoneybanking.cpp:155: Nicht definierter Verweis auf `CppGui::getCInterface()'
/home/ritzeral/kmymoney-4.6.4/kmymoney/plugins/kbanking/mymoneybanking.cpp:165: Nicht definierter Verweis auf `CppGui::getCInterface()'
collect2: error: ld returned 1 exit status
make[2]: *** [lib/kmm_kbanking.so] Fehler 1
make[1]: *** [kmymoney/plugins/kbanking/CMakeFiles/kmm_kbanking.dir/all] Fehler 2
make: *** [all] Fehler 2




Reproducible: Always

Steps to Reproduce:
1. cd ..
2. rm -rf build
3. mkdir build
4. cd build
5. cmake .. -DCMAKE_INSTALL_PREFIX=/usr
6. make
Actual Results:  
Exactly the same as described in Details

Expected Results:  
I expected it to at least compile without any error.
Comment 1 ritzer 2014-02-22 21:53:36 UTC
Created attachment 85279 [details]
output of make
Comment 2 Alvaro Soliverez 2014-02-22 21:57:56 UTC
What version of Gwenhywfar have you installed?
The stable version of KMyMoney may have issues with versions >= 4.6
Comment 3 ritzer 2014-02-23 09:09:15 UTC
gwenhywfar-version is 4.6.0beta-1

On Sat, 22 Feb 2014 21:57:56 +0000
Alvaro Soliverez <asoliverez@kde.org> wrote:

> https://bugs.kde.org/show_bug.cgi?id=331418
> 
> --- Comment #2 from Alvaro Soliverez <asoliverez@kde.org> ---
> What version of Gwenhywfar have you installed?
> The stable version of KMyMoney may have issues with versions >= 4.6
> 
> -- 
> You are receiving this mail because:
> You reported the bug.
Comment 4 Thomas Baumgart 2014-02-23 09:48:50 UTC
Please take a look at https://git.reviewboard.kde.org/r/111672/ if that solves the problem.
Comment 5 ritzer 2014-02-23 13:10:29 UTC
Thanks, this solved the problem!

On Sun, 23 Feb 2014 09:48:50 +0000
Thomas Baumgart <ipwizard@users.sourceforge.net> wrote:

> https://bugs.kde.org/show_bug.cgi?id=331418
> 
> --- Comment #4 from Thomas Baumgart <ipwizard@users.sourceforge.net> ---
> Please take a look at https://git.reviewboard.kde.org/r/111672/ if that solves
> the problem.
> 
> -- 
> You are receiving this mail because:
> You reported the bug.
Comment 6 Thomas Baumgart 2014-02-23 16:15:44 UTC

*** This bug has been marked as a duplicate of bug 234327 ***