Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.19 KB | None | 0 0
  1. cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_OSX_ARCHITECTURES=x86_64 -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 -DCMAKE_OSX_SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -DLAF_OS_BACKEND=skia -DSKIA_DIR=$HOME/deps/skia -DSKIA_OUT_DIR=$HOME/deps/skia/out/Release -G Ninja ..
  2.  
  3.  
  4.  
  5.  
  6.  
  7. CMake Deprecation Warning at CMakeLists.txt:15 (cmake_policy):
  8. The OLD behavior for policy CMP0046 will be removed from a future version
  9. of CMake.
  10.  
  11. The cmake-policies(7) manual explains that the OLD behaviors of all
  12. policies are deprecated and that a policy should be set to OLD only under
  13. specific short-term circumstances. Projects should be ported to the NEW
  14. behavior and not rely on setting a policy to OLD.
  15.  
  16.  
  17. CMake Warning at /usr/local/Cellar/cmake/3.16.4/share/cmake/Modules/Platform/Darwin-Initialize.cmake:131 (message):
  18. Ignoring CMAKE_OSX_SYSROOT value:
  19.  
  20. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
  21.  
  22. because the directory does not exist.
  23. Call Stack (most recent call first):
  24. /usr/local/Cellar/cmake/3.16.4/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake:21 (include)
  25. CMakeLists.txt:34 (project)
  26.  
  27.  
  28. -- Symbol prefix:
  29. -- Could NOT find Threads (missing: Threads_FOUND)
  30. -- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
  31. -- Performing Test WEBP_HAVE_FLAG_SSE2
  32. -- Performing Test WEBP_HAVE_FLAG_SSE2 - Failed
  33. -- Performing Test WEBP_HAVE_FLAG_SSE2
  34. -- Performing Test WEBP_HAVE_FLAG_SSE2 - Failed
  35. -- Performing Test HAS_COMPILE_FLAG
  36. -- Performing Test HAS_COMPILE_FLAG - Success
  37. -- Performing Test WEBP_HAVE_FLAG_SSE41
  38. -- Performing Test WEBP_HAVE_FLAG_SSE41 - Failed
  39. -- Performing Test WEBP_HAVE_FLAG_SSE41
  40. -- Performing Test WEBP_HAVE_FLAG_SSE41 - Failed
  41. -- Performing Test HAS_COMPILE_FLAG
  42. -- Performing Test HAS_COMPILE_FLAG - Success
  43. -- Performing Test WEBP_HAVE_FLAG_AVX2
  44. -- Performing Test WEBP_HAVE_FLAG_AVX2 - Failed
  45. -- Performing Test WEBP_HAVE_FLAG_AVX2
  46. -- Performing Test WEBP_HAVE_FLAG_AVX2 - Failed
  47. -- Performing Test HAS_COMPILE_FLAG
  48. -- Performing Test HAS_COMPILE_FLAG - Success
  49. -- Performing Test WEBP_HAVE_FLAG_MIPS32
  50. -- Performing Test WEBP_HAVE_FLAG_MIPS32 - Failed
  51. -- Performing Test WEBP_HAVE_FLAG_MIPS32
  52. -- Performing Test WEBP_HAVE_FLAG_MIPS32 - Failed
  53. -- Performing Test WEBP_HAVE_FLAG_MIPS_DSP_R2
  54. -- Performing Test WEBP_HAVE_FLAG_MIPS_DSP_R2 - Failed
  55. -- Performing Test WEBP_HAVE_FLAG_MIPS_DSP_R2
  56. -- Performing Test WEBP_HAVE_FLAG_MIPS_DSP_R2 - Failed
  57. -- Performing Test HAS_COMPILE_FLAG
  58. -- Performing Test HAS_COMPILE_FLAG - Success
  59. -- Performing Test WEBP_HAVE_FLAG_NEON
  60. -- Performing Test WEBP_HAVE_FLAG_NEON - Failed
  61. -- Performing Test WEBP_HAVE_FLAG_NEON
  62. -- Performing Test WEBP_HAVE_FLAG_NEON - Failed
  63. -- Performing Test WEBP_HAVE_FLAG_MSA
  64. -- Performing Test WEBP_HAVE_FLAG_MSA - Failed
  65. -- Performing Test WEBP_HAVE_FLAG_MSA
  66. -- Performing Test WEBP_HAVE_FLAG_MSA - Failed
  67. -- Performing Test HAS_COMPILE_FLAG
  68. -- Performing Test HAS_COMPILE_FLAG - Success
  69. -- curl version=[7.21.6]
  70. -- LDAP_H not found CURL_DISABLE_LDAP set ON
  71. CMake Warning (dev) at third_party/curl/CMakeLists.txt:562 (if):
  72. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  73. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  74. details. Use the cmake_policy command to set the policy and suppress this
  75. warning.
  76.  
  77. Quoted variables like "HAVE_FCNTL_O_NONBLOCK" will no longer be
  78. dereferenced when the policy is set to NEW. Since the policy is not set
  79. the OLD behavior will be used.
  80. Call Stack (most recent call first):
  81. third_party/curl/CMakeLists.txt:664 (curl_internal_test)
  82. This warning is for project developers. Use -Wno-dev to suppress it.
  83.  
  84. CMake Warning (dev) at third_party/curl/CMakeLists.txt:594 (if):
  85. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  86. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  87. details. Use the cmake_policy command to set the policy and suppress this
  88. warning.
  89.  
  90. Quoted variables like "HAVE_GLIBC_STRERROR_R_COMPILE" will no longer be
  91. dereferenced when the policy is set to NEW. Since the policy is not set
  92. the OLD behavior will be used.
  93. Call Stack (most recent call first):
  94. third_party/curl/CMakeLists.txt:673 (curl_internal_test_run)
  95. This warning is for project developers. Use -Wno-dev to suppress it.
  96.  
  97. CMake Warning (dev) at third_party/curl/CMake/CurlCheckCSourceCompiles.cmake:16 (if):
  98. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  99. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  100. details. Use the cmake_policy command to set the policy and suppress this
  101. warning.
  102.  
  103. Quoted variables like "curl_cv_recv" will no longer be dereferenced when
  104. the policy is set to NEW. Since the policy is not set the OLD behavior
  105. will be used.
  106. Call Stack (most recent call first):
  107. third_party/curl/CMake/OtherTests.cmake:31 (curl_check_c_source_compiles)
  108. third_party/curl/CMakeLists.txt:792 (include)
  109. This warning is for project developers. Use -Wno-dev to suppress it.
  110.  
  111. CMake Warning (dev) at third_party/curl/CMake/CurlCheckCSourceRuns.cmake:16 (if):
  112. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  113. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  114. details. Use the cmake_policy command to set the policy and suppress this
  115. warning.
  116.  
  117. Quoted variables like "HAVE_POLL_FINE" will no longer be dereferenced when
  118. the policy is set to NEW. Since the policy is not set the OLD behavior
  119. will be used.
  120. Call Stack (most recent call first):
  121. third_party/curl/CMake/OtherTests.cmake:202 (curl_check_c_source_runs)
  122. third_party/curl/CMakeLists.txt:792 (include)
  123. This warning is for project developers. Use -Wno-dev to suppress it.
  124.  
  125. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  126. -- Could NOT find BZip2 (missing: BZIP2_INCLUDE_DIR)
  127. -- Version: 6.1.0
  128. -- Build type: RelWithDebInfo
  129. -- CXX_STANDARD: 11
  130. CMake Deprecation Warning at third_party/cmark/CMakeLists.txt:6 (cmake_policy):
  131. The OLD behavior for policy CMP0048 will be removed from a future version
  132. of CMake.
  133.  
  134. The cmake-policies(7) manual explains that the OLD behaviors of all
  135. policies are deprecated and that a policy should be set to OLD only under
  136. specific short-term circumstances. Projects should be ported to the NEW
  137. behavior and not rely on setting a policy to OLD.
  138.  
  139.  
  140. -- Could NOT find LIBB2 (missing: LIBB2_LIBRARY LIBB2_INCLUDE_DIR)
  141. -- Could NOT find LZ4 (missing: LZ4_LIBRARY LZ4_INCLUDE_DIR)
  142. -- Could NOT find ZSTD (missing: ZSTD_LIBRARY ZSTD_INCLUDE_DIR)
  143. -- Could NOT find NETTLE (missing: NETTLE_LIBRARY NETTLE_INCLUDE_DIR)
  144. -- Could NOT find EXPAT (missing: EXPAT_INCLUDE_DIR)
  145. -- Could NOT find LIBGCC (missing: LIBGCC_LIBRARY)
  146. -- Could NOT find PCREPOSIX (missing: PCRE_INCLUDE_DIR)
  147. CMake Error at third_party/libarchive/CMakeLists.txt:1608 (MESSAGE):
  148. pid_t doesn't exist on this platform?
  149.  
  150.  
  151. -- Configuring incomplete, errors occurred!
  152. See also "/Users/nplotkin/deps/aseprite/build/CMakeFiles/CMakeOutput.log".
  153. See also "/Users/nplotkin/deps/aseprite/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement