Guest User

Untitled

a guest
Dec 22nd, 2011
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.20 KB | None | 0 0
  1. -- The C compiler identification is GNU
  2. -- The CXX compiler identification is GNU
  3. -- Check for working C compiler: /usr/bin/gcc
  4. -- Check for working C compiler: /usr/bin/gcc -- works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Check for working CXX compiler: /usr/bin/c++
  8. -- Check for working CXX compiler: /usr/bin/c++ -- works
  9. -- Detecting CXX compiler ABI info
  10. -- Detecting CXX compiler ABI info - done
  11. -- Looking for Q_WS_X11
  12. -- Looking for Q_WS_X11 - found
  13. -- Looking for Q_WS_WIN
  14. -- Looking for Q_WS_WIN - not found.
  15. -- Looking for Q_WS_QWS
  16. -- Looking for Q_WS_QWS - not found.
  17. -- Looking for Q_WS_MAC
  18. -- Looking for Q_WS_MAC - not found.
  19. -- Found Qt-Version 4.7.4 (using /usr/bin/qmake)
  20. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  21. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  22. -- Looking for pthread_create in pthreads
  23. -- Looking for pthread_create in pthreads - not found
  24. -- Looking for pthread_create in pthread
  25. -- Looking for pthread_create in pthread - found
  26. -- Found Threads: TRUE
  27. -- Looking for _POSIX_TIMERS
  28. -- Looking for _POSIX_TIMERS - found
  29. -- Found Automoc4: /usr/bin/automoc4
  30. -- Found Perl: /usr/bin/perl
  31. -- Found Phonon: /usr/include
  32. -- Performing Test _OFFT_IS_64BIT
  33. -- Performing Test _OFFT_IS_64BIT - Success
  34. -- Performing Test HAVE_FPIE_SUPPORT
  35. -- Performing Test HAVE_FPIE_SUPPORT - Success
  36. -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
  37. -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
  38. -- Performing Test __KDE_HAVE_GCC_VISIBILITY
  39. -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
  40. -- Found KDE 4.7 include dir: /usr/include
  41. -- Found KDE 4.7 library dir: /usr/lib
  42. -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
  43. -- Found automoc4: /usr/bin/automoc4
  44. -- Boost version: 1.46.1
  45. -- Found the following Boost libraries:
  46. -- graph
  47. -- Found gpgme-config at /usr/bin/gpgme-config
  48. -- Found gpgme v1.2.0, checking for flavours...
  49. -- Found flavour 'vanilla', checking whether it's usable...yes
  50. -- Found flavour 'pthread', checking whether it's usable...yes
  51. -- Found flavour 'pth', checking whether it's usable...yes
  52. -- Usable gpgme flavours found: vanilla pthread pth
  53. -- Found QGpgme: /usr/lib/libqgpgme.so
  54. -- Found KdepimLibs: /usr/lib/cmake/KdepimLibs/KdepimLibsConfig.cmake
  55. -- Found SharedMimeInfo: /usr/bin/update-mime-database (found version "0.90", required is "0.18")
  56. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  57. CMake Error at /usr/share/kde4/apps/cmake/modules/FindPackageHandleStandardArgs.cmake:198 (MESSAGE):
  58. Could NOT find GMP (missing: GMP_INCLUDE_DIR GMP_LIBRARIES)
  59. Call Stack (most recent call first):
  60. /usr/share/kde4/apps/cmake/modules/FindGMP.cmake:21 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  61. CMakeLists.txt:94 (FIND_PACKAGE)
  62.  
  63.  
  64. -- Configuring incomplete, errors occurred!
  65. joel@joel-Studio-1737:~/.software/kmymoney/build$ sudo rm -R *
  66. joel@joel-Studio-1737:~/.software/kmymoney/build$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/
  67. -- The C compiler identification is GNU
  68. -- The CXX compiler identification is GNU
  69. -- Check for working C compiler: /usr/bin/gcc
  70. -- Check for working C compiler: /usr/bin/gcc -- works
  71. -- Detecting C compiler ABI info
  72. -- Detecting C compiler ABI info - done
  73. -- Check for working CXX compiler: /usr/bin/c++
  74. -- Check for working CXX compiler: /usr/bin/c++ -- works
  75. -- Detecting CXX compiler ABI info
  76. -- Detecting CXX compiler ABI info - done
  77. -- Looking for Q_WS_X11
  78. -- Looking for Q_WS_X11 - found
  79. -- Looking for Q_WS_WIN
  80. -- Looking for Q_WS_WIN - not found.
  81. -- Looking for Q_WS_QWS
  82. -- Looking for Q_WS_QWS - not found.
  83. -- Looking for Q_WS_MAC
  84. -- Looking for Q_WS_MAC - not found.
  85. -- Found Qt-Version 4.7.4 (using /usr/bin/qmake)
  86. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  87. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  88. -- Looking for pthread_create in pthreads
  89. -- Looking for pthread_create in pthreads - not found
  90. -- Looking for pthread_create in pthread
  91. -- Looking for pthread_create in pthread - found
  92. -- Found Threads: TRUE
  93. -- Looking for _POSIX_TIMERS
  94. -- Looking for _POSIX_TIMERS - found
  95. -- Found Automoc4: /usr/bin/automoc4
  96. -- Found Perl: /usr/bin/perl
  97. -- Found Phonon: /usr/include
  98. -- Performing Test _OFFT_IS_64BIT
  99. -- Performing Test _OFFT_IS_64BIT - Success
  100. -- Performing Test HAVE_FPIE_SUPPORT
  101. -- Performing Test HAVE_FPIE_SUPPORT - Success
  102. -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
  103. -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
  104. -- Performing Test __KDE_HAVE_GCC_VISIBILITY
  105. -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
  106. -- Found KDE 4.7 include dir: /usr/include
  107. -- Found KDE 4.7 library dir: /usr/lib
  108. -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
  109. -- Found automoc4: /usr/bin/automoc4
  110. -- Boost version: 1.46.1
  111. -- Found the following Boost libraries:
  112. -- graph
  113. -- Found gpgme-config at /usr/bin/gpgme-config
  114. -- Found gpgme v1.2.0, checking for flavours...
  115. -- Found flavour 'vanilla', checking whether it's usable...yes
  116. -- Found flavour 'pthread', checking whether it's usable...yes
  117. -- Found flavour 'pth', checking whether it's usable...yes
  118. -- Usable gpgme flavours found: vanilla pthread pth
  119. -- Found QGpgme: /usr/lib/libqgpgme.so
  120. -- Found KdepimLibs: /usr/lib/cmake/KdepimLibs/KdepimLibsConfig.cmake
  121. -- Found SharedMimeInfo: /usr/bin/update-mime-database (found version "0.90", required is "0.18")
  122. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  123. CMake Error at /usr/share/kde4/apps/cmake/modules/FindPackageHandleStandardArgs.cmake:198 (MESSAGE):
  124. Could NOT find GMP (missing: GMP_INCLUDE_DIR GMP_LIBRARIES)
  125. Call Stack (most recent call first):
  126. /usr/share/kde4/apps/cmake/modules/FindGMP.cmake:21 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  127. CMakeLists.txt:94 (FIND_PACKAGE)
  128.  
  129.  
  130. -- Configuring incomplete, errors occurred!
  131. joel@joel-Studio-1737:~/.software/kmymoney/build$ sudo apt-get install opera
  132. Reading package lists... Done
  133. Building dependency tree
  134. Reading state information... Done
  135. Package opera is not available, but is referred to by another package.
  136. This may mean that the package is missing, has been obsoleted, or
  137. is only available from another source
  138.  
  139. E: Package 'opera' has no installation candidate
Advertisement
Add Comment
Please, Sign In to add comment