Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2010
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. $cmake -D CMAKE_BUILD_TYPE='Released' ..
  2. -- Found Qt-Version 4.6.2 (using /opt/local/bin/qmake-mac)
  3. -- Phonon Version: 4.3.1
  4. -- Found KDE 4.4 include dir: /opt/local/include
  5. -- Found KDE 4.4 library dir: /opt/local/lib
  6. -- Found the KDE4 kconfig_compiler preprocessor: /opt/local/bin/kconfig_compiler
  7. -- Found automoc4: /opt/local/bin/automoc4
  8. -- Found gpgme-config at /opt/local/bin/gpgme-config
  9. -- Found gpgme v1.2.0, checking for flavours...
  10. -- Found flavour 'vanilla', checking whether it's usable...yes
  11. -- Found flavour 'pthread', checking whether it's usable...yes
  12. -- Found flavour 'pth', checking whether it's usable...yes
  13. -- Usable gpgme flavours found: vanilla pthread pth
  14. -- checking for modules 'libxml-2.0;libxml++-2.6;glib-2.0;glibmm-2.4'
  15. -- package 'libxml++-2.6' not found
  16. -- package 'glibmm-2.4' not found
  17. -- Found Libical version 0.43
  18. -- Looking for RPMTools... - rpmbuild NOT FOUND
  19.  
  20. -------- KMyMoney 3.97.1 --------
  21.  
  22. Configure results (user options):
  23. --------------------------------------------
  24. OFX plugin: yes
  25.  
  26. KBanking plugin: no
  27.  
  28. iCalendar export plugin: yes
  29. --------------------------------------------
  30.  
  31.  
  32. Configure results (developer options):
  33. --------------------------------------------
  34. Qt-Designer library support: no
  35.  
  36. Developer documentation generation: no
  37.  
  38. CPPUNIT support: yes
  39. build tests: no
  40.  
  41. Doxygen support: yes
  42.  
  43. Build type: Released
  44. --------------------------------------------
  45.  
  46. Good - your configure finished.
  47. Now type 'make' to build KMyMoney. For more help, consult README.cmake
  48.  
  49. CMake Error at /opt/local/share/apps/cmake/modules/FindGettext.cmake:61 (message):
  50. Could NOT find Gettext
  51. Call Stack (most recent call first):
  52. CMakeLists.txt:481 (find_package)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement