Advertisement
Guest User

Untitled

a guest
Dec 24th, 2011
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.52 KB | None | 0 0
  1. cmake .. -DCMAKE_INSTALL_PREFIX=/usr/
  2. -- The C compiler identification is GNU
  3. -- The CXX compiler identification is GNU
  4. -- Check for working C compiler: /usr/bin/gcc
  5. -- Check for working C compiler: /usr/bin/gcc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Looking for Q_WS_X11
  13. -- Looking for Q_WS_X11 - found
  14. -- Looking for Q_WS_WIN
  15. -- Looking for Q_WS_WIN - not found.
  16. -- Looking for Q_WS_QWS
  17. -- Looking for Q_WS_QWS - not found.
  18. -- Looking for Q_WS_MAC
  19. -- Looking for Q_WS_MAC - not found.
  20. -- Found Qt-Version 4.7.4 (using /usr/bin/qmake)
  21. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  22. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  23. -- Looking for pthread_create in pthreads
  24. -- Looking for pthread_create in pthreads - not found
  25. -- Looking for pthread_create in pthread
  26. -- Looking for pthread_create in pthread - found
  27. -- Found Threads: TRUE
  28. -- Looking for _POSIX_TIMERS
  29. -- Looking for _POSIX_TIMERS - found
  30. -- Found Automoc4: /usr/bin/automoc4
  31. -- Found Perl: /usr/bin/perl
  32. -- Found Phonon: /usr/include
  33. -- Performing Test _OFFT_IS_64BIT
  34. -- Performing Test _OFFT_IS_64BIT - Success
  35. -- Performing Test HAVE_FPIE_SUPPORT
  36. -- Performing Test HAVE_FPIE_SUPPORT - Success
  37. -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
  38. -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
  39. -- Performing Test __KDE_HAVE_GCC_VISIBILITY
  40. -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
  41. -- Found KDE 4.7 include dir: /usr/include
  42. -- Found KDE 4.7 library dir: /usr/lib
  43. -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
  44. -- Found automoc4: /usr/bin/automoc4
  45. -- Boost version: 1.46.1
  46. -- Found the following Boost libraries:
  47. -- graph
  48. -- Found gpgme-config at /usr/bin/gpgme-config
  49. -- Found gpgme v1.2.0, checking for flavours...
  50. -- Found flavour 'vanilla', checking whether it's usable...yes
  51. -- Found flavour 'pthread', checking whether it's usable...yes
  52. -- Found flavour 'pth', checking whether it's usable...yes
  53. -- Usable gpgme flavours found: vanilla pthread pth
  54. -- Found QGpgme: /usr/lib/libqgpgme.so
  55. -- Found KdepimLibs: /usr/lib/cmake/KdepimLibs/KdepimLibsConfig.cmake
  56. -- Found SharedMimeInfo: /usr/bin/update-mime-database (found version "0.90", required is "0.18")
  57. -- Found Doxygen: /usr/bin/doxygen
  58. -- Found GMP: /usr/include
  59. CMake Error at CMakeLists.txt:95 (FIND_PACKAGE):
  60. Could not find module FindLibAlkimia.cmake or a configuration file for
  61. package LibAlkimia.
  62.  
  63. Adjust CMAKE_MODULE_PATH to find FindLibAlkimia.cmake or set LibAlkimia_DIR
  64. to the directory containing a CMake configuration file for LibAlkimia. The
  65. file will have one of the following names:
  66.  
  67. LibAlkimiaConfig.cmake
  68. libalkimia-config.cmake
  69.  
  70.  
  71.  
  72. -- checking for modules 'libxml-2.0;libxml++-2.6;glib-2.0;glibmm-2.4'
  73. -- package 'libxml-2.0' not found
  74. -- package 'libxml++-2.6' not found
  75. -- package 'glib-2.0' not found
  76. -- package 'glibmm-2.4' not found
  77. -- Looking for atoll
  78. -- Looking for atoll - found
  79. -- Looking for round
  80. -- Looking for round - found
  81. -- Looking for stdint.h
  82. -- Looking for stdint.h - found
  83. -- Looking for sys/types.h
  84. -- Looking for sys/types.h - found
  85. -- Looking for unistd.h
  86. -- Looking for unistd.h - found
  87. -- Looking for stddef.h
  88. -- Looking for stddef.h - found
  89. -- Check size of char*
  90. -- Check size of char* - done
  91. -- Check size of int
  92. -- Check size of int - done
  93. -- Check size of long
  94. -- Check size of long - done
  95. -- Check size of short
  96. -- Check size of short - done
  97. -- Check size of size_t
  98. -- Check size of size_t - done
  99. -- Check size of unsigned long
  100. -- Check size of unsigned long - done
  101. -- Check size of long double
  102. -- Check size of long double - done
  103. -- checking for module 'libofx>=0.9.4'
  104. -- found libofx, version 0.9.4
  105. -- Found LibOfx:
  106. -- checking for module 'gwenhywfar>=4.0.0'
  107. -- found gwenhywfar, version 4.1.0
  108. -- checking for module 'gwengui-qt4'
  109. -- found gwengui-qt4, version 4.1.0
  110. -- checking for module 'aqbanking>=5.0.0'
  111. -- found aqbanking, version 5.0.14
  112. -- Found Libical version 0.44
  113. -- Found LIBICAL: /usr/lib/libical.so;/usr/lib/libicalss.so
  114. -- Looking for RPMTools... - found rpmuild is /usr/bin/rpmbuild
  115. -- RPMTools:: Using RPM_ROOTDIR=/home/joel/.software/kmymoney/build/RPM
  116. -- Configuring spec file <RPM/SPECS/kmymoney.spec>
  117. -- RPMTools:: Using RPM_ROOTDIR=/home/joel/.software/kmymoney/build/RPM
  118. -- Configuring spec file <RPM/SPECS/kmymoney-unstable.spec>
  119.  
  120. -------- KMyMoney 4.6.1 --------
  121.  
  122. Configure results (user options):
  123. --------------------------------------------
  124. OFX plugin: yes
  125.  
  126. KBanking plugin: yes
  127.  
  128. iCalendar export plugin: yes
  129. --------------------------------------------
  130.  
  131.  
  132. Configure results (developer options):
  133. --------------------------------------------
  134. Qt-Designer library support: no
  135.  
  136. Generate developer documentation: no
  137.  
  138. Build unit tests: no
  139.  
  140. Generate API documentation with Doxygen: yes
  141.  
  142. Generate HTML documentation: no
  143.  
  144. Build type: RelWithDebInfo
  145. --------------------------------------------
  146.  
  147. Good - your configure finished.
  148. Now type 'make' to build KMyMoney. For more help, consult README.cmake
  149.  
  150. -- Looking for dgettext
  151. -- Looking for dgettext - found
  152. -- Found Gettext: built in libc
  153. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement