[Kmymoney-devel] [kmymoney4] [Bug 331418] New: compilation of sources from SourceForge fails because of an undefined link to CppGui::getCInterface()

ritzer at mucl.de ritzer at mucl.de
Sat Feb 22 21:43:43 UTC 2014


https://bugs.kde.org/show_bug.cgi?id=331418

            Bug ID: 331418
           Summary: compilation of sources from SourceForge fails because
                    of an undefined link to CppGui::getCInterface()
    Classification: Unclassified
           Product: kmymoney4
           Version: 4.6.4
          Platform: Ubuntu Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: grave
          Priority: NOR
         Component: general
          Assignee: kmymoney-devel at kde.org
          Reporter: ritzer at mucl.de

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list