Advertisement
Guest User

Output

a guest
Feb 4th, 2020
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.56 KB | None | 0 0
  1. ~/bin/art/build> cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_BUNDLE=ON
  2. -- The C compiler identification is GNU 7.5.0
  3. -- The CXX compiler identification is GNU 7.5.0
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Detecting C compile features
  9. -- Detecting C compile features - done
  10. -- Check for working CXX compiler: /usr/bin/c++
  11. -- Check for working CXX compiler: /usr/bin/c++ -- works
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Detecting CXX compile features
  15. -- Detecting CXX compile features - done
  16. -- CMAKE_BUILD_TYPE: Release
  17. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
  18. -- Checking for module 'gtk+-3.0>=3.16'
  19. -- Found gtk+-3.0, version 3.22.30
  20. -- Checking for module 'gtkmm-3.0>=3.16'
  21. -- Found gtkmm-3.0, version 3.22.2
  22. -- Checking for module 'glib-2.0>=2.44'
  23. -- Found glib-2.0, version 2.54.3
  24. -- Checking for module 'glibmm-2.4>=2.44'
  25. -- Found glibmm-2.4, version 2.52.1
  26. -- Checking for module 'cairomm-1.0'
  27. -- Found cairomm-1.0, version 1.12.2
  28. -- Checking for module 'gio-2.0>=2.44'
  29. -- Found gio-2.0, version 2.54.3
  30. -- Checking for module 'giomm-2.4>=2.44'
  31. -- Found giomm-2.4, version 2.52.1
  32. -- Checking for module 'gthread-2.0>=2.44'
  33. -- Found gthread-2.0, version 2.54.3
  34. -- Checking for module 'gobject-2.0>=2.44'
  35. -- Found gobject-2.0, version 2.54.3
  36. -- Checking for module 'sigc++-2.0>=2.3.1'
  37. -- Found sigc++-2.0, version 2.10.0
  38. -- Checking for module 'lensfun>=0.2'
  39. -- Found lensfun, version 0.3.2.0
  40. -- Checking for module 'librsvg-2.0>=2.40'
  41. -- Found librsvg-2.0, version 2.42.3
  42. -- Checking for module 'exiv2>=0.24'
  43. -- Found exiv2, version 0.27.2
  44. -- Checking for module 'lcms2>=2.6'
  45. -- Found lcms2, version 2.9
  46. -- Checking for module 'expat>=2.1'
  47. -- Found expat, version 2.2.5
  48. -- Checking for module 'fftw3f'
  49. -- Found fftw3f, version 3.3.6-pl2
  50. -- Checking for module 'libtiff-4>=4.0.4'
  51. -- Found libtiff-4, version 4.1.0
  52. -- Found JPEG: /usr/lib64/libjpeg.so
  53. -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.11")
  54. -- Found PNG: /usr/lib64/libpng.so (found version "1.6.34")
  55. -- Checking for module 'libcanberra-gtk3'
  56. -- Found libcanberra-gtk3, version 0.30
  57. -- Found OpenMP_C: -fopenmp (found version "4.5")
  58. -- Found OpenMP_CXX: -fopenmp (found version "4.5")
  59. -- Found OpenMP: TRUE (found version "4.5")
  60. -- Performing Test _fftw3f_multithread
  61. -- Performing Test _fftw3f_multithread - Failed
  62. -- Performing Test LENSFUN_HAS_LOAD_DIRECTORY
  63. -- Performing Test LENSFUN_HAS_LOAD_DIRECTORY - Success
  64. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  65. Please set them or make sure they are set and tested correctly in the CMake files:
  66. _el
  67. linked by target "rtengine" in directory /home/andreas/bin/art/rtengine
  68. linked by target "rth-cli" in directory /home/andreas/bin/art/rtgui
  69. linked by target "rth" in directory /home/andreas/bin/art/rtgui
  70.  
  71. -- Configuring incomplete, errors occurred!
  72. See also "/home/andreas/bin/art/build/CMakeFiles/CMakeOutput.log".
  73. See also "/home/andreas/bin/art/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement