randUser

krita cmake output

Jun 29th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 23.51 KB | None | 0 0
  1. $ cmake ~/krita/src -DCMAKE_INSTALL_PREFIX=~/krita/inst -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTING=OFF -DHIDE_SAFE_ASSERTS=TRUE -DWITH_GMIC=ON -DPACKAGERS_BUILD=ON -DCMAKE_PREFIX_PATH="/usr/local/lib/pkgconfig/;/home/user/anaconda3/lib/python3.6/site-packages/PyQt5"
  2. -- The C compiler identification is GNU 8.1.1
  3. -- The CXX compiler identification is GNU 8.1.1
  4. -- Check for working C compiler: /usr/lib64/ccache/cc
  5. -- Check for working C compiler: /usr/lib64/ccache/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/lib64/ccache/c++
  11. -- Check for working CXX compiler: /usr/lib64/ccache/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. -- Using CMake version: 3.11.2
  17. CMake Deprecation Warning at CMakeLists.txt:12 (cmake_policy):
  18.   The OLD behavior for policy CMP0002 will be removed from a future version
  19.   of CMake.
  20.  
  21.   The cmake-policies(7) manual explains that the OLD behaviors of all
  22.   policies are deprecated and that a policy should be set to OLD only under
  23.   specific short-term circumstances.  Projects should be ported to the NEW
  24.   behavior and not rely on setting a policy to OLD.
  25.  
  26.  
  27. CMake Deprecation Warning at CMakeLists.txt:20 (cmake_policy):
  28.   The OLD behavior for policy CMP0022 will be removed from a future version
  29.   of CMake.
  30.  
  31.   The cmake-policies(7) manual explains that the OLD behaviors of all
  32.   policies are deprecated and that a policy should be set to OLD only under
  33.   specific short-term circumstances.  Projects should be ported to the NEW
  34.   behavior and not rely on setting a policy to OLD.
  35.  
  36.  
  37. CMake Deprecation Warning at CMakeLists.txt:24 (cmake_policy):
  38.   The OLD behavior for policy CMP0026 will be removed from a future version
  39.   of CMake.
  40.  
  41.   The cmake-policies(7) manual explains that the OLD behaviors of all
  42.   policies are deprecated and that a policy should be set to OLD only under
  43.   specific short-term circumstances.  Projects should be ported to the NEW
  44.   behavior and not rely on setting a policy to OLD.
  45.  
  46.  
  47. CMake Deprecation Warning at CMakeLists.txt:32 (cmake_policy):
  48.   The OLD behavior for policy CMP0046 will be removed from a future version
  49.   of CMake.
  50.  
  51.   The cmake-policies(7) manual explains that the OLD behaviors of all
  52.   policies are deprecated and that a policy should be set to OLD only under
  53.   specific short-term circumstances.  Projects should be ported to the NEW
  54.   behavior and not rely on setting a policy to OLD.
  55.  
  56.  
  57. CMake Deprecation Warning at CMakeLists.txt:44 (cmake_policy):
  58.   The OLD behavior for policy CMP0054 will be removed from a future version
  59.   of CMake.
  60.  
  61.   The cmake-policies(7) manual explains that the OLD behaviors of all
  62.   policies are deprecated and that a policy should be set to OLD only under
  63.   specific short-term circumstances.  Projects should be ported to the NEW
  64.   behavior and not rely on setting a policy to OLD.
  65.  
  66.  
  67. -- Krita version: 4.2.0-pre-alpha
  68. -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.6.5", minimum required is "3.0")
  69. -- Python system site-packages directory: /usr/lib64/python3.6/site-packages
  70. -- Found PythonLibrary: /usr/lib64/libpython3.6m.so (Required is at least version "3.0")
  71. -- Looking for __GLIBC__
  72. -- Looking for __GLIBC__ - found
  73. -- Performing Test _OFFT_IS_64BIT
  74. -- Performing Test _OFFT_IS_64BIT - Success
  75. -- Performing Test HAVE_DATE_TIME
  76. -- Performing Test HAVE_DATE_TIME - Success
  77. -- Found KF5Archive: /usr/lib64/cmake/KF5Archive/KF5ArchiveConfig.cmake (found version "5.47.0")
  78. -- Found KF5Config: /usr/lib64/cmake/KF5Config/KF5ConfigConfig.cmake (found version "5.47.0")
  79. -- Found KF5WidgetsAddons: /usr/lib64/cmake/KF5WidgetsAddons/KF5WidgetsAddonsConfig.cmake (found version "5.47.0")
  80. -- Found KF5Completion: /usr/lib64/cmake/KF5Completion/KF5CompletionConfig.cmake (found version "5.47.0")
  81. -- Found KF5CoreAddons: /usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version "5.47.0")
  82. -- Found KF5GuiAddons: /usr/lib64/cmake/KF5GuiAddons/KF5GuiAddonsConfig.cmake (found version "5.47.0")
  83. -- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1")
  84. -- Found KF5I18n: /usr/lib64/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.47.0")
  85. -- Found KF5ItemModels: /usr/lib64/cmake/KF5ItemModels/KF5ItemModelsConfig.cmake (found version "5.47.0")
  86. -- Found KF5ItemViews: /usr/lib64/cmake/KF5ItemViews/KF5ItemViewsConfig.cmake (found version "5.47.0")
  87. -- Found KF5WindowSystem: /usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake (found version "5.47.0")
  88. -- Found KF5: success (found suitable version "5.47.0", minimum required is "5.18.0") found components:  Archive Config WidgetsAddons Completion CoreAddons GuiAddons I18n ItemModels ItemViews WindowSystem
  89. -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
  90. -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
  91. -- Looking for gethostbyname
  92. -- Looking for gethostbyname - found
  93. -- Looking for connect
  94. -- Looking for connect - found
  95. -- Looking for remove
  96. -- Looking for remove - found
  97. -- Looking for shmat
  98. -- Looking for shmat - found
  99. -- Looking for IceConnectionNumber in ICE
  100. -- Looking for IceConnectionNumber in ICE - found
  101. -- Found X11: /usr/lib64/libX11.so
  102. -- Found PkgConfig: /usr/bin/pkg-config (found version "1.4.2")
  103. -- Found XCB_XCB: /usr/lib64/libxcb.so (found version "1.13")
  104. -- Found XCB_ATOM: /usr/lib64/libxcb-util.so (found version "0.4.0")
  105. -- Found XCB: /usr/lib64/libxcb.so;/usr/lib64/libxcb-util.so (found version "1.13") found components:  XCB ATOM
  106. -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.11")
  107. -- Found PNG: /usr/lib64/libpng.so (found version "1.6.34")
  108. -- Boost version: 1.66.0
  109. -- Found the following Boost libraries:
  110. --   system
  111. -- Found GNU Scientific Library 2.4: /usr/include/gsl /usr/lib64/libgsl.so;/usr/lib64/libgslcblas.so
  112. -- Found OPENEXR: /usr/lib64/libImath.so;/usr/lib64/libIlmImf.so;/usr/lib64/libIex.so;/usr/lib64/libHalf.so;/usr/lib64/libIlmThread.so
  113. -- Found TIFF: /usr/lib64/libtiff.so (found version "4.0.9")
  114. -- Found JPEG: /usr/lib64/libjpeg.so  
  115. -- Found GIF: /usr/lib64/libgif.so (found version "5.1.4")
  116. -- Checking for module 'libheif'
  117. --   Package 'libheif', required by 'virtual:world', not found
  118. -- Found HEIF
  119. -- Checking for module 'libraw'
  120. --   Found libraw, version 0.18.12
  121. -- Checking for module 'libraw_r'
  122. --   Found libraw_r, version 0.18.12
  123. -- Found LibRaw: /usr/lib64/libraw.so (found suitable version "0.18.12", minimum required is "0.16")
  124. -- Checking for module 'fftw3>=3.2'
  125. --   Found fftw3, version 3.3.5
  126. -- Found FFTW3
  127. -- FFTW Found Version:
  128. -- Found SIP version: 4.19.7
  129. Traceback (most recent call last):
  130.   File "/home/user/krita/src/cmake/modules/FindPyQt5.py", line 5, in <module>
  131.     import PyQt5.Qt
  132. ModuleNotFoundError: No module named 'PyQt5'
  133. -- Found QtGui OpenGL support
  134. -- Found Eigen3: /usr/include/eigen3 (Required is at least version "3.0")
  135. -- Found Exiv2: /usr/lib64/libexiv2.so (found suitable version "0.26.0", minimum required is "0.16")
  136. -- Checking for module 'lcms2'
  137. --   Found lcms2, version 2.9
  138. -- Found lcms version 2.09, /usr/lib64/liblcms2.so
  139. -- Detected Compiler: GCC 8
  140. -- Performing Test check_cxx_compiler_flag__Wabi
  141. -- Performing Test check_cxx_compiler_flag__Wabi - Success
  142. -- Performing Test check_cxx_compiler_flag__fabi_version_0
  143. -- Performing Test check_cxx_compiler_flag__fabi_version_0 - Success
  144. -- Performing Test check_cxx_compiler_flag__fabi_compat_version_0
  145. -- Performing Test check_cxx_compiler_flag__fabi_compat_version_0 - Success
  146. -- Performing Test check_cxx_compiler_flag__ffp_contract_fast
  147. -- Performing Test check_cxx_compiler_flag__ffp_contract_fast - Success
  148. -- target changed from "" to "auto"
  149. -- Detected CPU: haswell
  150. -- Performing Test check_cxx_compiler_flag__march_haswell
  151. -- Performing Test check_cxx_compiler_flag__march_haswell - Success
  152. -- Performing Test check_cxx_compiler_flag__msse2
  153. -- Performing Test check_cxx_compiler_flag__msse2 - Success
  154. -- Performing Test check_cxx_compiler_flag__msse3
  155. -- Performing Test check_cxx_compiler_flag__msse3 - Success
  156. -- Looking for C++ include pmmintrin.h
  157. -- Looking for C++ include pmmintrin.h - found
  158. -- Performing Test check_cxx_compiler_flag__mssse3
  159. -- Performing Test check_cxx_compiler_flag__mssse3 - Success
  160. -- Looking for C++ include tmmintrin.h
  161. -- Looking for C++ include tmmintrin.h - found
  162. -- Performing Test check_cxx_compiler_flag__msse4_1
  163. -- Performing Test check_cxx_compiler_flag__msse4_1 - Success
  164. -- Looking for C++ include smmintrin.h
  165. -- Looking for C++ include smmintrin.h - found
  166. -- Performing Test check_cxx_compiler_flag__msse4_2
  167. -- Performing Test check_cxx_compiler_flag__msse4_2 - Success
  168. -- Performing Test check_cxx_compiler_flag__mavx
  169. -- Performing Test check_cxx_compiler_flag__mavx - Success
  170. -- Looking for C++ include immintrin.h
  171. -- Looking for C++ include immintrin.h - found
  172. -- Performing Test check_cxx_compiler_flag__mfma
  173. -- Performing Test check_cxx_compiler_flag__mfma - Success
  174. -- Performing Test check_cxx_compiler_flag__mbmi2
  175. -- Performing Test check_cxx_compiler_flag__mbmi2 - Success
  176. -- Performing Test check_cxx_compiler_flag__mavx2
  177. -- Performing Test check_cxx_compiler_flag__mavx2 - Success
  178. -- Performing Test check_cxx_compiler_flag__mno_sse4a
  179. -- Performing Test check_cxx_compiler_flag__mno_sse4a - Success
  180. -- Performing Test check_cxx_compiler_flag__mno_xop
  181. -- Performing Test check_cxx_compiler_flag__mno_xop - Success
  182. -- Performing Test check_cxx_compiler_flag__mno_fma4
  183. -- Performing Test check_cxx_compiler_flag__mno_fma4 - Success
  184. -- Performing Test check_cxx_compiler_flag__mno_avx512f
  185. -- Performing Test check_cxx_compiler_flag__mno_avx512f - Success
  186. -- Performing Test check_cxx_compiler_flag__mno_avx512vl
  187. -- Performing Test check_cxx_compiler_flag__mno_avx512vl - Success
  188. -- Performing Test check_cxx_compiler_flag__mno_avx512pf
  189. -- Performing Test check_cxx_compiler_flag__mno_avx512pf - Success
  190. -- Performing Test check_cxx_compiler_flag__mno_avx512er
  191. -- Performing Test check_cxx_compiler_flag__mno_avx512er - Success
  192. -- Performing Test check_cxx_compiler_flag__mno_avx512cd
  193. -- Performing Test check_cxx_compiler_flag__mno_avx512cd - Success
  194. -- Performing Test check_cxx_compiler_flag__mno_avx512dq
  195. -- Performing Test check_cxx_compiler_flag__mno_avx512dq - Success
  196. -- Performing Test check_cxx_compiler_flag__mno_avx512bw
  197. -- Performing Test check_cxx_compiler_flag__mno_avx512bw - Success
  198. -- Performing Test check_cxx_compiler_flag__mno_avx512ifma
  199. -- Performing Test check_cxx_compiler_flag__mno_avx512ifma - Success
  200. -- Performing Test check_cxx_compiler_flag__mno_avx512vbmi
  201. -- Performing Test check_cxx_compiler_flag__mno_avx512vbmi - Success
  202. -- Found Vc: /opt/Vc/lib/cmake/Vc/VcConfig.cmake (found suitable version "1.3.3", minimum required is "1.1.0")
  203. -- Vc found!
  204. CMake Warning at /opt/Vc/lib/cmake/Vc/AddCompilerFlag.cmake:55 (message):
  205.   Deprecated use of the AddCompilerFlag macro.
  206. Call Stack (most recent call first):
  207.   CMakeLists.txt:660 (AddCompilerFlag)
  208.  
  209.  
  210. -- Performing Test check_cxx_compiler_flag__std_c__11
  211. -- Performing Test check_cxx_compiler_flag__std_c__11 - Success
  212. -- Check if the system is big endian
  213. -- Searching 16 bit integer
  214. -- Looking for sys/types.h
  215. -- Looking for sys/types.h - found
  216. -- Looking for stdint.h
  217. -- Looking for stdint.h - found
  218. -- Looking for stddef.h
  219. -- Looking for stddef.h - found
  220. -- Check size of unsigned short
  221. -- Check size of unsigned short - done
  222. -- Using unsigned short
  223. -- Check if the system is big endian - little endian
  224. CMake Warning (dev) at /usr/share/ECM/modules/ECMFindModuleHelpers.cmake:133 (message):
  225.   Your project should require at least CMake 2.8.12 to use FindPoppler.cmake
  226. Call Stack (most recent call first):
  227.   /usr/share/ECM/find-modules/FindPoppler.cmake:78 (ecm_find_package_version_check)
  228.   CMakeLists.txt:687 (find_package)
  229. This warning is for project developers.  Use -Wno-dev to suppress it.
  230.  
  231. -- Found Poppler_Qt5: /usr/lib64/libpoppler-qt5.so (found version "0.62.0")
  232. -- Found Poppler: /usr/lib64/libpoppler-qt5.so (found version "0.62.0") found components:  Qt5
  233. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
  234. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
  235. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
  236. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
  237. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR
  238. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
  239. -- Looking for backtrace
  240. -- Looking for backtrace - found
  241. -- Performing Test check_cxx_compiler_flag__xSSE2
  242. -- Performing Test check_cxx_compiler_flag__xSSE2 - Failed
  243. -- Performing Test check_cxx_compiler_flag__xSSSE3
  244. -- Performing Test check_cxx_compiler_flag__xSSSE3 - Failed
  245. -- Performing Test check_cxx_compiler_flag__xSSE4_1
  246. -- Performing Test check_cxx_compiler_flag__xSSE4_1 - Failed
  247. -- Performing Test check_cxx_compiler_flag__xAVX
  248. -- Performing Test check_cxx_compiler_flag__xAVX - Failed
  249. -- Performing Test check_cxx_compiler_flag__xCORE_AVX2
  250. -- Performing Test check_cxx_compiler_flag__xCORE_AVX2 - Failed
  251. Following objects are generated from the per-arch lib
  252. /home/user/krita/build/libs/pigment/KoOptimizedCompositeOpFactoryPerArch_SSE2.cpp;/home/user/krita/build/libs/pigment/KoOptimizedCompositeOpFactoryPerArch_SSSE3.cpp;/home/user/krita/build/libs/pigment/KoOptimizedCompositeOpFactoryPerArch_SSE4_1.cpp;/home/user/krita/build/libs/pigment/KoOptimizedCompositeOpFactoryPerArch_AVX.cpp;/home/user/krita/build/libs/pigment/KoOptimizedCompositeOpFactoryPerArch_AVX2+FMA+BMI2.cpp
  253. -- Looking for powf
  254. -- Looking for powf - found
  255.  
  256. Broken tests:
  257.     * libs-widgets-KoResourceTaggingTest
  258.     * libs-kritaflake-TestPathShape
  259.     * libs-kritaflake-TestControlPointMoveCommand
  260.     * libs-kritaflake-TestPointTypeCommand
  261.     * libs-kritaflake-TestPointRemoveCommand
  262.     * libs-kritaflake-TestRemoveSubpathCommand
  263.     * libs-kritaflake-TestPathSegment
  264.     * libs-kritaflake-TestSegmentTypeCommand
  265.     * libs-kritaflake-TestPointMergeCommand
  266.     * krita-image-KisPaintDeviceTest
  267.     * krita-image-KisFilterMaskTest
  268.     * krita-image-KisTransformMaskTest
  269.     * krita-image-KisHistogramTest
  270.     * krita-image-KisWalkersTest
  271.     * krita-image-KisUpdateSchedulerTest
  272.     * krita-image-KisQueuesProgressUpdaterTest
  273.     * krita-image-KisCageTransformWorkerTest
  274.     * krita-image-KisMetaDataTest
  275.     * krita-image-KisRandomGeneratorTest
  276.     * krita-image-Keyframing-Test
  277.     * krita-image-ImageAnimationInterface-Test
  278.     * krita-image-OnionSkinCompositor-Test
  279.     * krita-image-LayerStylesTest
  280.     * krita-image-KisSwappedDataStoreTest
  281.     * krita-image-KisTileDataStoreTest
  282.     * krita-image-KisStoreLimitsTest
  283.     * krita-image-KisTileDataPoolerTest
  284.     * krita-ui-kis_node_model_test
  285.     * krita-ui-kis_shape_controller_test
  286.     * krita-ui-kis_prescaled_projection_test
  287.     * krita-ui-KisExiv2Test
  288.     * krita-ui-KisClipboardTest
  289.     * krita-ui-FreehandStrokeTest
  290.     * krita-ui-FreehandStrokeBenchmark
  291.     * krita-ui-FillProcessingVisitorTest
  292.     * krita-ui-FilterStrokeTest
  293.     * krita-ui-KisSelectionManagerTest
  294.     * krita-ui-KisNodeManagerTest
  295.     * krita-ui-KisDummiesFacadeTest
  296.     * krita-ui-KisZoomAndPanTest
  297.     * krita-ui-KisActionManagerTest
  298.     * krita-ui-KisCategoriesMapperTest
  299.     * krita-ui-KisAslLayerStyleSerializerTest
  300.     * kritaui-animation_importer_test
  301.     * kritaui-animation_frame_cache_test
  302.     * krita-resourcemanager-ResourceBundleTest
  303.     * libs-pigment-TestKoColorSpaceRegistry
  304.     * krita-ocio-KisOcioDisplayFilterTest
  305.     * krita-animation-TimelineModelTest
  306.     * krita-animation-KisAnimationUtilsTest
  307.     * krita-plugin-format-jpeg_test
  308.     * krita-plugin-format-png_test
  309.     * krita-plugin-format-csv_test
  310.     * krita-plugin-format-exr_test
  311.     * krita-plugin-format-ppm_test
  312.     * krita-plugin-format-xcf_test
  313.     * krita-plugins-formats-psd_test
  314.     * krita-plugin-format-heightmap_test
  315.     * krita-paintop-EmbeddedPatternManagerTest
  316.     * krita-plugins-KisBrushOpTest
  317.     * krita-basictools-MoveStrokeTest
  318. -- The following features have been enabled:
  319.  
  320.  * Safe Asserts, Don't show message box for "safe" asserts, just ignore them automatically and dump a message to the terminal.
  321.  
  322. -- The following OPTIONAL packages have been found:
  323.  
  324. * PythonLibrary (required version >= 3.0), Python Library, <http://www.python.org>
  325.   Required by the Krita PyQt plugin
  326. * Qt5Multimedia (required version >= 5.6.0), Qt multimedia integration, <http://www.qt.io/>
  327.   Optionally used to provide sound support for animations
  328. * Qt5Qml (required version >= 5.10.1)
  329. * Qt5Quick (required version >= 5.6.0), QtQuick, <http://www.qt.io/>
  330.   Optionally used for the touch gui for Krita
  331. * Qt5QuickWidgets (required version >= 5.6.0), QtQuickWidgets, <http://www.qt.io/>
  332.   Optionally used for the touch gui for Krita
  333. * Qt5DBus (required version >= 5.6.0), Qt DBUS integration, <http://www.qt.io/>
  334.   Optionally used to provide a dbus api on Linux
  335. * KF5KIO (required version >= 5.18.0), KDE's KIO Framework, <http://api.kde.org/frameworks-api/frameworks5-apidocs/kio/html/index.html>
  336.    Optionally used for recent document handling
  337.  * KF5Crash (required version >= 5.18.0), KDE's Crash Handler, <http://api.kde.org/frameworks-api/frameworks5-apidocs/kcrash/html/index.html>
  338.   Optionally used to provide crash reporting on Linux
  339. * XCB, X protocol C-language Binding, <http://xcb.freedesktop.org>
  340. * ZLIB, Compression library, <http://www.zlib.net/>
  341.   Optionally used by the G'Mic and the PSD plugins
  342.  * OpenEXR, High dynamic-range (HDR) image file format, <http://www.openexr.com>
  343.    Required by the Krita OpenEXR filter
  344.  * TIFF, TIFF Library and Utilities, <http://www.remotesensing.org/libtiff>
  345.    Required by the Krita TIFF filter
  346.  * JPEG, Free library for JPEG image compression. Note: libjpeg8 is NOT supported., <http://www.libjpeg-turbo.org>
  347.    Required by the Krita JPEG filter
  348.  * GIF, Library for loading and saving gif files., <http://giflib.sourceforge.net/>
  349.    Required by the Krita GIF filter
  350.  * HEIF (required version >= 1.3.0), Library for loading and saving heif files., <https://github.com/strukturag/libheif>
  351.    Required by the Krita HEIF filter
  352.  * LibRaw (required version >= 0.16), Library to decode RAW images, <http://www.libraw.org>
  353.    Required to build the raw import plugin
  354.  * FFTW3, A fast, free C FFT library, <http://www.fftw.org/>
  355.    Required by the Krita for fast convolution operators and some G'Mic features
  356. * OCIO, The OpenColorIO Library, <http://www.opencolorio.org>
  357.   Required by the Krita LUT docker
  358. * SIP (required version >= 4.18.0), Support for generating SIP Python bindings, <https://www.riverbankcomputing.com/software/sip/download>
  359.   Required by the Krita PyQt plugin
  360. * Vc (required version >= 1.1.0), Portable, zero-overhead SIMD library for C++, <https://github.com/VcDevel/Vc>
  361.   Required by the Krita for vectorization
  362. * PkgConfig
  363. * Poppler, A PDF rendering library, <http://poppler.freedesktop.org>
  364.   Required by the Krita PDF filter.
  365.  
  366. -- The following RECOMMENDED packages have been found:
  367.  
  368. * GSL, <http://www.gnu.org/software/gsl>
  369.   Required by Krita's Transform tool.
  370.  
  371. -- The following REQUIRED packages have been found:
  372.  
  373.  * PythonInterp (required version >= 3.0)
  374.  * ECM (required version >= 5.22)
  375.  * KF5Archive (required version >= 5.18.0)
  376.  * KF5Config (required version >= 5.18.0)
  377.  * KF5WidgetsAddons (required version >= 5.18.0)
  378.  * KF5Completion (required version >= 5.18.0)
  379.  * KF5CoreAddons (required version >= 5.18.0)
  380.  * KF5GuiAddons (required version >= 5.18.0)
  381.  * Gettext
  382.  * KF5I18n (required version >= 5.18.0)
  383.  * KF5ItemModels (required version >= 5.18.0)
  384.  * KF5ItemViews (required version >= 5.18.0)
  385.  * KF5WindowSystem (required version >= 5.18.0)
  386.  * KF5 (required version >= 5.18.0)
  387.  * Qt5Core
  388.  * Qt5Gui
  389.  * Qt5Widgets
  390.  * Qt5Xml
  391.  * Qt5Network
  392.  * Qt5PrintSupport
  393.  * Qt5Svg
  394.  * Qt5Test
  395.  * Qt5Concurrent
  396.  * Qt5X11Extras
  397.  * Qt5 (required version >= 5.6.0)
  398.  * X11
  399.  * PNG
  400.  * Boost (required version >= 1.55)
  401.  * Eigen3 (required version >= 3.0), C++ template library for linear algebra, <http://eigen.tuxfamily.org>
  402.  * Exiv2 (required version >= 0.16), Image metadata library and tools, <http://www.exiv2.org>
  403.    Required by Krita
  404.  * LCMS2 (required version >= 2.4), LittleCMS Color management engine, <http://www.littlecms.com>
  405.    Will be used for color management and is necessary for Krita
  406.  
  407. -- The following features have been disabled:
  408.  
  409.  * Foundation Build, A Foundation build is a binary release build that can package some extra things like color themes. Linux distributions that build and install Krita into a default system location should not define this option to true.
  410.  * Enable Broken Tests, Runs broken test when "make test" is invoked (use -DKRITA_ENABLE_BROKEN_TESTS=ON to enable).
  411.  
  412. -- The following OPTIONAL packages have not been found:
  413.  
  414.  * PyQt5 (required version >= 5.6.0), Python bindings for Qt5., <https://www.riverbankcomputing.com/software/pyqt/download5>
  415.    Required by the Krita PyQt plugin
  416.  
  417. -- Configuring done
  418. CMake Warning (dev) in libs/pigment/CMakeLists.txt:
  419.   Policy CMP0071 is not set: Let AUTOMOC and AUTOUIC process GENERATED files.
  420.   Run "cmake --help-policy CMP0071" for policy details.  Use the cmake_policy
  421.   command to set the policy and suppress this warning.
  422.  
  423.   For compatibility, CMake is excluding the GENERATED source file(s):
  424.  
  425.     "/home/user/krita/build/libs/pigment/KoOptimizedCompositeOpFactoryPerArch_SSE2.cpp"
  426.     "/home/user/krita/build/libs/pigment/KoOptimizedCompositeOpFactoryPerArch_SSSE3.cpp"
  427.     "/home/user/krita/build/libs/pigment/KoOptimizedCompositeOpFactoryPerArch_SSE4_1.cpp"
  428.     "/home/user/krita/build/libs/pigment/KoOptimizedCompositeOpFactoryPerArch_AVX.cpp"
  429.     "/home/user/krita/build/libs/pigment/KoOptimizedCompositeOpFactoryPerArch_AVX2+FMA+BMI2.cpp"
  430.  
  431.   from processing by AUTOMOC.  If any of the files should be processed, set
  432.   CMP0071 to NEW.  If any of the files should not be processed, explicitly
  433.   exclude them by setting the source file property SKIP_AUTOMOC:
  434.  
  435.     set_property(SOURCE file.h PROPERTY SKIP_AUTOMOC ON)
  436.  
  437. This warning is for project developers.  Use -Wno-dev to suppress it.
  438.  
  439. CMake Warning (dev) in libs/image/CMakeLists.txt:
  440.   Policy CMP0071 is not set: Let AUTOMOC and AUTOUIC process GENERATED files.
  441.   Run "cmake --help-policy CMP0071" for policy details.  Use the cmake_policy
  442.   command to set the policy and suppress this warning.
  443.  
  444.   For compatibility, CMake is excluding the GENERATED source file(s):
  445.  
  446.     "/home/user/krita/build/libs/image/kis_brush_mask_applicator_factories_Scalar.cpp"
  447.     "/home/user/krita/build/libs/image/kis_brush_mask_applicator_factories_SSE2.cpp"
  448.     "/home/user/krita/build/libs/image/kis_brush_mask_applicator_factories_SSSE3.cpp"
  449.     "/home/user/krita/build/libs/image/kis_brush_mask_applicator_factories_SSE4_1.cpp"
  450.     "/home/user/krita/build/libs/image/kis_brush_mask_applicator_factories_AVX.cpp"
  451.     "/home/user/krita/build/libs/image/kis_brush_mask_applicator_factories_AVX2+FMA+BMI2.cpp"
  452.  
  453.   from processing by AUTOMOC.  If any of the files should be processed, set
  454.   CMP0071 to NEW.  If any of the files should not be processed, explicitly
  455.   exclude them by setting the source file property SKIP_AUTOMOC:
  456.  
  457.     set_property(SOURCE file.h PROPERTY SKIP_AUTOMOC ON)
  458.  
  459. This warning is for project developers.  Use -Wno-dev to suppress it.
  460.  
  461. -- Generating done
  462. CMake Warning:
  463.   Manually-specified variables were not used by the project:
  464.  
  465.     PACKAGERS_BUILD
  466.     WITH_GMIC
  467.  
  468.  
  469. -- Build files have been written to: /home/user/krita/build
Add Comment
Please, Sign In to add comment