Advertisement
torbjoernk

Digikam cmake BUILD_TYPE=Debug

Jun 30th, 2011
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. myself@suseTower:/kde/kdebuild/kde/extragear/graphics/digikam> cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` /kde/kdesrc/git/extragear/graphics/digikam/
  2. -- ----------------------------------------------------------------------------------
  3. -- Starting CMake configuration for: digikam
  4. -- Found Qt-Version 4.7.3 (using /usr/bin/qmake)
  5. -- Found X11: /usr/lib64/libX11.so
  6. -- Found KDE 4.7 include dir: /usr/include
  7. -- Found KDE 4.7 library dir: /usr/lib64
  8. -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
  9. -- Found automoc4: /usr/bin/automoc4
  10. -- Check Kdcraw library in local sub-folder...
  11. -- Check Kdcraw library using pkg-config...
  12. -- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
  13. -- Found libkdcraw release >= 0.2.0
  14. -- Found libkdcraw: /usr/lib64/libkdcraw.so
  15. -- Check Kexiv2 library in local sub-folder...
  16. -- Check Kexiv2 library using pkg-config...
  17. -- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
  18. -- Found libkexiv2 release >= 0.2.0
  19. -- Found libkexiv2: /usr/lib64/libkexiv2.so
  20. -- Check Kipi library in local sub-folder...
  21. -- Check Kipi library using pkg-config...
  22. -- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
  23. -- Found libkipi release >= 0.2.0
  24. -- Found libkipi: /usr/lib64/libkipi.so
  25. -- Check Kface library in local sub-folder...
  26. -- Check Kface library using pkg-config...
  27. -- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
  28. -- Found libkface release >= 0.1.0
  29. -- Found libkface: /usr/lib64/libkface.so
  30. -- Check for Kmap library in local sub-folder...
  31. -- Check Kmap library using pkg-config...
  32. -- Found libkmap release 2.0.0
  33. -- Found libkmap: kmap
  34. -- checking for module 'libpgf'
  35. -- package 'libpgf' not found
  36. -- Could NOT find any working clapack installation
  37. -- Identified libjpeg version: 62
  38. -- Found MySQL server executable at: /usr/sbin/mysqld
  39. -- Found MySQL install_db executable at: /usr/bin/mysql_install_db
  40. CMake Warning at CMakeLists.txt:249 (MESSAGE):
  41. libkdcraw: Version information not found, your version is probably too old.
  42.  
  43.  
  44. -- libkmap: Found version 2.0.0
  45. -- Found gphoto2: -L/usr/lib64 -lgphoto2_port;-L/usr/lib64 -lgphoto2 -lgphoto2_port -lm
  46. -- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
  47. -- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
  48. -- Found SharedDesktopOntologies: /usr/share/ontology
  49. -- Found SharedDesktopOntologies: /usr/share/ontology (found version "0.7.0", required is "0.2")
  50. --
  51. -- ----------------------------------------------------------------------------------
  52. -- digiKam 2.0.0 dependencies results <http://www.digikam.org>
  53. --
  54. -- Qt4 SQL module found..................... YES
  55. -- MySQL Server found....................... YES
  56. -- MySQL install_db tool found.............. YES
  57. -- libtiff library found.................... YES
  58. -- libpng library found..................... YES
  59. -- libjasper library found.................. YES
  60. -- liblcms library found.................... YES
  61. -- Boost Graph library found................ YES
  62. -- libkipi library found.................... YES
  63. -- libkexiv2 library found.................. YES
  64. -- libkdcraw library found.................. YES
  65. -- libkface library found................... YES
  66. -- libkmap library found.................... YES
  67. -- libpgf library found..................... NO (optional - internal version used instead)
  68. -- libclapack library found................. NO (optional - internal version used instead)
  69. -- libgphoto2 and libusb libraries found.... YES (optional)
  70. -- libkdepimlibs library found.............. YES (optional)
  71. -- Nepomuk libraries found.................. YES (optional)
  72. -- libglib2 library found................... YES (optional)
  73. -- liblqr-1 library found................... YES (optional)
  74. -- liblensfun library found................. YES (optional)
  75. -- Doxygen found............................ YES (optional)
  76. -- digiKam can be compiled.................. YES
  77. -- ----------------------------------------------------------------------------------
  78. --
  79. -- Adjusting compilation flags for GCC version ( 4.5.1 )
  80. -- Configuring done
  81. -- Generating done
  82. -- Build files have been written to: /kde/kdebuild/kde/extragear/graphics/digikam
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement