Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr/
- -- The C compiler identification is GNU
- -- The CXX compiler identification is GNU
- -- Check for working C compiler: /usr/bin/gcc
- -- Check for working C compiler: /usr/bin/gcc -- works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working CXX compiler: /usr/bin/c++
- -- Check for working CXX compiler: /usr/bin/c++ -- works
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Looking for Q_WS_X11
- -- Looking for Q_WS_X11 - found
- -- Looking for Q_WS_WIN
- -- Looking for Q_WS_WIN - not found.
- -- Looking for Q_WS_QWS
- -- Looking for Q_WS_QWS - not found.
- -- Looking for Q_WS_MAC
- -- Looking for Q_WS_MAC - not found.
- -- Found Qt-Version 4.7.4 (using /usr/bin/qmake)
- -- Looking for include files CMAKE_HAVE_PTHREAD_H
- -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
- -- Looking for pthread_create in pthreads
- -- Looking for pthread_create in pthreads - not found
- -- Looking for pthread_create in pthread
- -- Looking for pthread_create in pthread - found
- -- Found Threads: TRUE
- -- Looking for _POSIX_TIMERS
- -- Looking for _POSIX_TIMERS - found
- -- Found Automoc4: /usr/bin/automoc4
- -- Found Perl: /usr/bin/perl
- -- Found Phonon: /usr/include
- -- Performing Test _OFFT_IS_64BIT
- -- Performing Test _OFFT_IS_64BIT - Success
- -- Performing Test HAVE_FPIE_SUPPORT
- -- Performing Test HAVE_FPIE_SUPPORT - Success
- -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
- -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
- -- Performing Test __KDE_HAVE_GCC_VISIBILITY
- -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
- -- Found KDE 4.7 include dir: /usr/include
- -- Found KDE 4.7 library dir: /usr/lib
- -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
- -- Found automoc4: /usr/bin/automoc4
- -- Boost version: 1.46.1
- -- Found the following Boost libraries:
- -- graph
- -- Found gpgme-config at /usr/bin/gpgme-config
- -- Found gpgme v1.2.0, checking for flavours...
- -- Found flavour 'vanilla', checking whether it's usable...yes
- -- Found flavour 'pthread', checking whether it's usable...yes
- -- Found flavour 'pth', checking whether it's usable...yes
- -- Usable gpgme flavours found: vanilla pthread pth
- -- Found QGpgme: /usr/lib/libqgpgme.so
- -- Found KdepimLibs: /usr/lib/cmake/KdepimLibs/KdepimLibsConfig.cmake
- -- Found SharedMimeInfo: /usr/bin/update-mime-database (found version "0.90", required is "0.18")
- -- Found Doxygen: /usr/bin/doxygen
- -- Found GMP: /usr/include
- CMake Error at CMakeLists.txt:95 (FIND_PACKAGE):
- Could not find module FindLibAlkimia.cmake or a configuration file for
- package LibAlkimia.
- Adjust CMAKE_MODULE_PATH to find FindLibAlkimia.cmake or set LibAlkimia_DIR
- to the directory containing a CMake configuration file for LibAlkimia. The
- file will have one of the following names:
- LibAlkimiaConfig.cmake
- libalkimia-config.cmake
- -- 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 'glib-2.0' not found
- -- package 'glibmm-2.4' not found
- -- Looking for atoll
- -- Looking for atoll - found
- -- Looking for round
- -- Looking for round - found
- -- Looking for stdint.h
- -- Looking for stdint.h - found
- -- Looking for sys/types.h
- -- Looking for sys/types.h - found
- -- Looking for unistd.h
- -- Looking for unistd.h - found
- -- Looking for stddef.h
- -- Looking for stddef.h - found
- -- Check size of char*
- -- Check size of char* - done
- -- Check size of int
- -- Check size of int - done
- -- Check size of long
- -- Check size of long - done
- -- Check size of short
- -- Check size of short - done
- -- Check size of size_t
- -- Check size of size_t - done
- -- Check size of unsigned long
- -- Check size of unsigned long - done
- -- Check size of long double
- -- Check size of long double - done
- -- checking for module 'libofx>=0.9.4'
- -- found libofx, version 0.9.4
- -- Found LibOfx:
- -- checking for module 'gwenhywfar>=4.0.0'
- -- found gwenhywfar, version 4.1.0
- -- checking for module 'gwengui-qt4'
- -- found gwengui-qt4, version 4.1.0
- -- checking for module 'aqbanking>=5.0.0'
- -- found aqbanking, version 5.0.14
- -- Found Libical version 0.44
- -- Found LIBICAL: /usr/lib/libical.so;/usr/lib/libicalss.so
- -- Looking for RPMTools... - found rpmuild is /usr/bin/rpmbuild
- -- RPMTools:: Using RPM_ROOTDIR=/home/joel/.software/kmymoney/build/RPM
- -- Configuring spec file <RPM/SPECS/kmymoney.spec>
- -- RPMTools:: Using RPM_ROOTDIR=/home/joel/.software/kmymoney/build/RPM
- -- Configuring spec file <RPM/SPECS/kmymoney-unstable.spec>
- -------- KMyMoney 4.6.1 --------
- Configure results (user options):
- --------------------------------------------
- OFX plugin: yes
- KBanking plugin: yes
- iCalendar export plugin: yes
- --------------------------------------------
- Configure results (developer options):
- --------------------------------------------
- Qt-Designer library support: no
- Generate developer documentation: no
- Build unit tests: no
- Generate API documentation with Doxygen: yes
- Generate HTML documentation: no
- Build type: RelWithDebInfo
- --------------------------------------------
- Good - your configure finished.
- Now type 'make' to build KMyMoney. For more help, consult README.cmake
- -- Looking for dgettext
- -- Looking for dgettext - found
- -- Found Gettext: built in libc
- -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement