Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.43 KB | None | 0 0
  1. PS C:\wayk\dev\tie-importer\recipes\wayk-now> conan create . devolutions/stable -s build_type=Release -pr windows-x86
  2. Exporting package recipe
  3. Linter warnings
  4. WARN: Linter. Line 1: Unused python_requires imported from conans
  5. WARN: Linter. Line 2: Unused import shutil
  6. wayk-now/2020.1.3-1@devolutions/stable exports: Copied 2 files: VERSION, REVISION
  7. wayk-now/2020.1.3-1@devolutions/stable: A new conanfile.py version was exported
  8. wayk-now/2020.1.3-1@devolutions/stable: Folder: C:\.conan\data\wayk-now\2020.1.3-1\devolutions\stable\export
  9. wayk-now/2020.1.3-1@devolutions/stable: Package recipe modified in export, forcing source folder removal
  10. wayk-now/2020.1.3-1@devolutions/stable: Use the --keep-source, -k option to skip it
  11. wayk-now/2020.1.3-1@devolutions/stable: Exported revision: 5bc3b735929dda0c0dfa4a0642fac862
  12. Configuration:
  13. [settings]
  14. arch=x86
  15. arch_build=x86_64
  16. build_type=Release
  17. compiler=Visual Studio
  18. compiler.runtime=MT
  19. compiler.version=16
  20. os=Windows
  21. os_build=Windows
  22. [options]
  23. *:cmake_osx_architectures=x86_64
  24. *:cmake_osx_deployment_target=10.9
  25. *:fPIC=True
  26. *:ios_deployment_target=8.2
  27. *:shared=False
  28. [build_requires]
  29. [env]
  30.  
  31. wayk-now/2020.1.3-1@devolutions/stable: Forced build from source
  32. wayk-now/2020.1.3-1@devolutions/stable (test package): Installing package
  33. Requirements
  34. wayk-now/2020.1.3-1@devolutions/stable from local cache - Cache
  35. Packages
  36. wayk-now/2020.1.3-1@devolutions/stable:d4bb31912cc39810f01c804d7ba2f80b8bd35a3a - Build
  37. Build requirements
  38. cbake/0.1.3-1@devolutions/stable from 'artifactory' - Cache
  39. Build requirements packages
  40. cbake/0.1.3-1@devolutions/stable:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache
  41.  
  42. Cross-build from 'Windows:x86_64' to 'Windows:x86'
  43. cbake/0.1.3-1@devolutions/stable: Already installed!
  44. wayk-now/2020.1.3-1@devolutions/stable: Applying build-requirement: cbake/0.1.3-1@devolutions/stable
  45. wayk-now/2020.1.3-1@devolutions/stable: WARN: Build folder is dirty, removing it: C:\.conan\data\wayk-now\2020.1.3-1\devolutions\stable\build\d4bb31912cc39810f01c804d7ba2f80b8bd35a3a
  46. wayk-now/2020.1.3-1@devolutions/stable: Configuring sources in C:\.conan\data\wayk-now\2020.1.3-1\devolutions\stable\source
  47. wayk-now/2020.1.3-1@devolutions/stable: Cloning repo: git@bitbucket.org:devolutions/WaykNow.git dest: wayk-now tag: v20.1.3
  48. wayk-now/2020.1.3-1@devolutions/stable: Building your package in C:\.conan\data\wayk-now\2020.1.3-1\devolutions\stable\build\d4bb31912cc39810f01c804d7ba2f80b8bd35a3a
  49. wayk-now/2020.1.3-1@devolutions/stable: Generator txt created conanbuildinfo.txt
  50. wayk-now/2020.1.3-1@devolutions/stable: Calling build()
  51. **********************************************************************
  52. ** Visual Studio 2019 Developer Command Prompt v16.4.0
  53. ** Copyright (c) 2019 Microsoft Corporation
  54. **********************************************************************
  55. [vcvarsall.bat] Environment initialized for: 'x86'
  56.  
  57. ----Running------
  58. > cd C:\.conan\data\wayk-now\2020.1.3-1\devolutions\stable\build\d4bb31912cc39810f01c804d7ba2f80b8bd35a3a && cmake -G "Ninja" -DCONAN_LINK_RUNTIME="/MT" -DCMAKE_BUILD_TYPE="Release" -DCONAN_EXPORTED="1" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="Visual Studio" -DCONAN_COMPILER_VERSION="16" -DCONAN_CXX_FLAGS="/MP64" -DCONAN_C_FLAGS="/MP64" -DCMAKE_INSTALL_PREFIX="C:\.conan\data\wayk-now\2020.1.3-1\devolutions\stable\package\d4bb31912cc39810f01c804d7ba2f80b8bd35a3a" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DWITH_DOTNET="ON" -DWITH_PLATFORM_LIBS="ON" -DWITH_PLATFORM_APPS="OFF" -Wno-dev C:\.conan\data\wayk-now\2020.1.3-1\devolutions\stable\source\wayk-now
  59. -----------------
  60. -- The C compiler identification is MSVC 19.24.28314.0
  61. -- The CXX compiler identification is MSVC 19.24.28314.0
  62. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.24.28314/bin/Hostx86/x86/cl.exe
  63. -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.24.28314/bin/Hostx86/x86/cl.exe -- works
  64. -- Detecting C compiler ABI info
  65. -- Detecting C compiler ABI info - done
  66. -- Detecting C compile features
  67. -- Detecting C compile features - done
  68. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.24.28314/bin/Hostx86/x86/cl.exe
  69. -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.24.28314/bin/Hostx86/x86/cl.exe -- works
  70. -- Detecting CXX compiler ABI info
  71. -- Detecting CXX compiler ABI info - done
  72. -- Detecting CXX compile features
  73. -- Detecting CXX compile features - done
  74. -- Wayk SDK: Windows x86
  75. -- Conan: current version: 1.18.4 minimum version required: 1.11.2
  76. -- Conan executing: conan install C:/.conan/data/wayk-now/2020.1.3-1/devolutions/stable/source/wayk-now/conanfile.py -pr windows-x86 -s os_build=Windows -s arch_build=x86_64 -s build_type=Debug -g cmake_multi --build=missing --update
  77. Configuration:
  78. [settings]
  79. arch=x86
  80. arch_build=x86_64
  81. build_type=Debug
  82. compiler=Visual Studio
  83. compiler.runtime=MT
  84. compiler.version=16
  85. os=Windows
  86. os_build=Windows
  87. [options]
  88. *:cmake_osx_architectures=x86_64
  89. *:cmake_osx_deployment_target=10.9
  90. *:fPIC=True
  91. *:ios_deployment_target=8.2
  92. *:shared=False
  93. [build_requires]
  94. [env]
  95.  
  96. conanfile.py (importer/None): Installing package
  97. Requirements
  98. crashpad/0.4@devolutions/stable from 'artifactory' - Cache
  99. curl/7.58.0-4@devolutions/stable from 'artifactory' - Cache
  100. libjpeg-turbo/1.0.1-5@devolutions/stable from 'artifactory' - Cache
  101. libpng/1.6.36-3@devolutions/stable from 'artifactory' - Cache
  102. libvpx/1.8.0-2@devolutions/stable from local cache - No remote
  103. libwebm/bc32e3c-4@devolutions/stable from 'artifactory' - Cache
  104. libyuv/1661-3@devolutions/stable from 'artifactory' - Cache
  105. lizard/1.0.0-11@devolutions/stable from 'artifactory' - Cache
  106. lz4/1.8.3-3@devolutions/stable from 'artifactory' - Cache
  107. mbedtls/2.16.0-5@devolutions/stable from 'artifactory' - Cache
  108. munit/0.2.0-4@devolutions/stable from 'artifactory' - Cache
  109. nng/1.2.4-1@devolutions/stable from 'artifactory' - Cache
  110. winpr/1.2.0-3@devolutions/stable from 'artifactory' - Cache
  111. xpp/0.3.2-1@devolutions/stable from 'artifactory' - Cache
  112. zlib/1.2.11-4@devolutions/stable from 'artifactory' - Cache
  113. Python requires
  114. rustup/0.4.1@devolutions/stable
  115. lipo/0.2.3@devolutions/stable
  116. utils/0.9.8@devolutions/stable
  117. cbake/0.1.2-1@devolutions/stable
  118. Packages
  119. crashpad/0.4@devolutions/stable:69f9dcc0d83ce8576450429555df4fef9bce8ecf - Cache
  120. curl/7.58.0-4@devolutions/stable:69f9dcc0d83ce8576450429555df4fef9bce8ecf - Cache
  121. libjpeg-turbo/1.0.1-5@devolutions/stable:69f9dcc0d83ce8576450429555df4fef9bce8ecf - Cache
  122. libpng/1.6.36-3@devolutions/stable:69f9dcc0d83ce8576450429555df4fef9bce8ecf - Cache
  123. libvpx/1.8.0-2@devolutions/stable:e6a141c80ae440d719e43d846d444a444227fbab - Cache
  124. libwebm/bc32e3c-4@devolutions/stable:69f9dcc0d83ce8576450429555df4fef9bce8ecf - Cache
  125. libyuv/1661-3@devolutions/stable:69f9dcc0d83ce8576450429555df4fef9bce8ecf - Cache
  126. lizard/1.0.0-11@devolutions/stable:69f9dcc0d83ce8576450429555df4fef9bce8ecf - Cache
  127. lz4/1.8.3-3@devolutions/stable:69f9dcc0d83ce8576450429555df4fef9bce8ecf - Cache
  128. mbedtls/2.16.0-5@devolutions/stable:69f9dcc0d83ce8576450429555df4fef9bce8ecf - Cache
  129. munit/0.2.0-4@devolutions/stable:69f9dcc0d83ce8576450429555df4fef9bce8ecf - Cache
  130. nng/1.2.4-1@devolutions/stable:69f9dcc0d83ce8576450429555df4fef9bce8ecf - Cache
  131. winpr/1.2.0-3@devolutions/stable:69f9dcc0d83ce8576450429555df4fef9bce8ecf - Cache
  132. xpp/0.3.2-1@devolutions/stable:69f9dcc0d83ce8576450429555df4fef9bce8ecf - Cache
  133. zlib/1.2.11-4@devolutions/stable:69f9dcc0d83ce8576450429555df4fef9bce8ecf - Cache
  134. Build requirements
  135. cargo-generator/0.1.0@devolutions/stable from 'artifactory' - Cache
  136. cowgen/1.0.0-2@devolutions/stable from 'artifactory' - Cache
  137. yarc/1.0.0-4@devolutions/stable from 'artifactory' - Cache
  138. Build requirements packages
  139. cargo-generator/0.1.0@devolutions/stable:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache
  140. cowgen/1.0.0-2@devolutions/stable:456f15897172eef340fcbac8a70811f2beb26a93 - Cache
  141. yarc/1.0.0-4@devolutions/stable:6113cbe552ab112222f5bc6d4df2595280fb5aa7 - Cache
  142.  
  143. Cross-build from 'Windows:x86_64' to 'Windows:x86'
  144. cargo-generator/0.1.0@devolutions/stable: Already installed!
  145. cowgen/1.0.0-2@devolutions/stable: Already installed!
  146. crashpad/0.4@devolutions/stable: Already installed!
  147. curl/7.58.0-4@devolutions/stable: Already installed!
  148. libjpeg-turbo/1.0.1-5@devolutions/stable: Already installed!
  149. libpng/1.6.36-3@devolutions/stable: Already installed!
  150. libvpx/1.8.0-2@devolutions/stable: Already installed!
  151. libwebm/bc32e3c-4@devolutions/stable: Already installed!
  152. libyuv/1661-3@devolutions/stable: Already installed!
  153. lizard/1.0.0-11@devolutions/stable: Already installed!
  154. lz4/1.8.3-3@devolutions/stable: Already installed!
  155. mbedtls/2.16.0-5@devolutions/stable: Already installed!
  156. munit/0.2.0-4@devolutions/stable: Already installed!
  157. nng/1.2.4-1@devolutions/stable: Already installed!
  158. winpr/1.2.0-3@devolutions/stable: Already installed!
  159. xpp/0.3.2-1@devolutions/stable: Already installed!
  160. yarc/1.0.0-4@devolutions/stable: Already installed!
  161. zlib/1.2.11-4@devolutions/stable: Already installed!
  162. conanfile.py (importer/None): Applying build-requirement: cargo-generator/0.1.0@devolutions/stable
  163. conanfile.py (importer/None): Applying build-requirement: cowgen/1.0.0-2@devolutions/stable
  164. conanfile.py (importer/None): Applying build-requirement: yarc/1.0.0-4@devolutions/stable
  165. conanfile.py (importer/None): Generator cmake created conanbuildinfo.cmake
  166. conanfile.py (importer/None): Generator cargo created conanbuildinfo.cargo
  167. conanfile.py (importer/None): Generator txt created conanbuildinfo.txt
  168. conanfile.py (importer/None): Generator cmake_multi created conanbuildinfo_debug.cmake
  169. conanfile.py (importer/None): Generator cmake_multi created conanbuildinfo_multi.cmake
  170. conanfile.py (importer/None): Generated conaninfo.txt
  171. conanfile.py (importer/None): Generated graphinfo
  172. -- Conan executing: conan install C:/.conan/data/wayk-now/2020.1.3-1/devolutions/stable/source/wayk-now/conanfile.py -pr windows-x86 -s os_build=Windows -s arch_build=x86_64 -s build_type=Release -g cmake_multi --build=missing --update
  173. Configuration:
  174. [settings]
  175. arch=x86
  176. arch_build=x86_64
  177. build_type=Release
  178. compiler=Visual Studio
  179. compiler.runtime=MT
  180. compiler.version=16
  181. os=Windows
  182. os_build=Windows
  183. [options]
  184. *:cmake_osx_architectures=x86_64
  185. *:cmake_osx_deployment_target=10.9
  186. *:fPIC=True
  187. *:ios_deployment_target=8.2
  188. *:shared=False
  189. [build_requires]
  190. [env]
  191.  
  192. conanfile.py (importer/None): Installing package
  193. Requirements
  194. crashpad/0.4@devolutions/stable from 'artifactory' - Cache
  195. curl/7.58.0-4@devolutions/stable from 'artifactory' - Cache
  196. libjpeg-turbo/1.0.1-5@devolutions/stable from 'artifactory' - Cache
  197. libpng/1.6.36-3@devolutions/stable from 'artifactory' - Cache
  198. libvpx/1.8.0-2@devolutions/stable from local cache - No remote
  199. libwebm/bc32e3c-4@devolutions/stable from 'artifactory' - Cache
  200. libyuv/1661-3@devolutions/stable from 'artifactory' - Cache
  201. lizard/1.0.0-11@devolutions/stable from 'artifactory' - Cache
  202. lz4/1.8.3-3@devolutions/stable from 'artifactory' - Cache
  203. mbedtls/2.16.0-5@devolutions/stable from 'artifactory' - Cache
  204. munit/0.2.0-4@devolutions/stable from 'artifactory' - Cache
  205. nng/1.2.4-1@devolutions/stable from 'artifactory' - Cache
  206. winpr/1.2.0-3@devolutions/stable from 'artifactory' - Cache
  207. xpp/0.3.2-1@devolutions/stable from 'artifactory' - Cache
  208. zlib/1.2.11-4@devolutions/stable from 'artifactory' - Cache
  209. Python requires
  210. cbake/0.1.2-1@devolutions/stable
  211. utils/0.9.8@devolutions/stable
  212. lipo/0.2.3@devolutions/stable
  213. rustup/0.4.1@devolutions/stable
  214. Packages
  215. crashpad/0.4@devolutions/stable:a26c2f09cd6fa46064f426fc03197f51360e6c39 - Cache
  216. curl/7.58.0-4@devolutions/stable:a26c2f09cd6fa46064f426fc03197f51360e6c39 - Cache
  217. libjpeg-turbo/1.0.1-5@devolutions/stable:a26c2f09cd6fa46064f426fc03197f51360e6c39 - Cache
  218. libpng/1.6.36-3@devolutions/stable:a26c2f09cd6fa46064f426fc03197f51360e6c39 - Cache
  219. libvpx/1.8.0-2@devolutions/stable:d4bb31912cc39810f01c804d7ba2f80b8bd35a3a - Cache
  220. libwebm/bc32e3c-4@devolutions/stable:a26c2f09cd6fa46064f426fc03197f51360e6c39 - Cache
  221. libyuv/1661-3@devolutions/stable:a26c2f09cd6fa46064f426fc03197f51360e6c39 - Cache
  222. lizard/1.0.0-11@devolutions/stable:a26c2f09cd6fa46064f426fc03197f51360e6c39 - Cache
  223. lz4/1.8.3-3@devolutions/stable:a26c2f09cd6fa46064f426fc03197f51360e6c39 - Cache
  224. mbedtls/2.16.0-5@devolutions/stable:a26c2f09cd6fa46064f426fc03197f51360e6c39 - Cache
  225. munit/0.2.0-4@devolutions/stable:a26c2f09cd6fa46064f426fc03197f51360e6c39 - Cache
  226. nng/1.2.4-1@devolutions/stable:a26c2f09cd6fa46064f426fc03197f51360e6c39 - Cache
  227. winpr/1.2.0-3@devolutions/stable:a26c2f09cd6fa46064f426fc03197f51360e6c39 - Cache
  228. xpp/0.3.2-1@devolutions/stable:a26c2f09cd6fa46064f426fc03197f51360e6c39 - Cache
  229. zlib/1.2.11-4@devolutions/stable:a26c2f09cd6fa46064f426fc03197f51360e6c39 - Cache
  230. Build requirements
  231. cargo-generator/0.1.0@devolutions/stable from 'artifactory' - Cache
  232. cowgen/1.0.0-2@devolutions/stable from 'artifactory' - Cache
  233. yarc/1.0.0-4@devolutions/stable from 'artifactory' - Cache
  234. Build requirements packages
  235. cargo-generator/0.1.0@devolutions/stable:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache
  236. cowgen/1.0.0-2@devolutions/stable:456f15897172eef340fcbac8a70811f2beb26a93 - Cache
  237. yarc/1.0.0-4@devolutions/stable:6113cbe552ab112222f5bc6d4df2595280fb5aa7 - Cache
  238.  
  239. Cross-build from 'Windows:x86_64' to 'Windows:x86'
  240. cargo-generator/0.1.0@devolutions/stable: Already installed!
  241. cowgen/1.0.0-2@devolutions/stable: Already installed!
  242. crashpad/0.4@devolutions/stable: Already installed!
  243. curl/7.58.0-4@devolutions/stable: Already installed!
  244. libjpeg-turbo/1.0.1-5@devolutions/stable: Already installed!
  245. libpng/1.6.36-3@devolutions/stable: Already installed!
  246. libvpx/1.8.0-2@devolutions/stable: Already installed!
  247. libwebm/bc32e3c-4@devolutions/stable: Already installed!
  248. libyuv/1661-3@devolutions/stable: Already installed!
  249. lizard/1.0.0-11@devolutions/stable: Already installed!
  250. lz4/1.8.3-3@devolutions/stable: Already installed!
  251. mbedtls/2.16.0-5@devolutions/stable: Already installed!
  252. munit/0.2.0-4@devolutions/stable: Already installed!
  253. nng/1.2.4-1@devolutions/stable: Already installed!
  254. winpr/1.2.0-3@devolutions/stable: Already installed!
  255. xpp/0.3.2-1@devolutions/stable: Already installed!
  256. yarc/1.0.0-4@devolutions/stable: Already installed!
  257. zlib/1.2.11-4@devolutions/stable: Already installed!
  258. conanfile.py (importer/None): Applying build-requirement: cargo-generator/0.1.0@devolutions/stable
  259. conanfile.py (importer/None): Applying build-requirement: cowgen/1.0.0-2@devolutions/stable
  260. conanfile.py (importer/None): Applying build-requirement: yarc/1.0.0-4@devolutions/stable
  261. conanfile.py (importer/None): Generator cmake created conanbuildinfo.cmake
  262. conanfile.py (importer/None): Generator cargo created conanbuildinfo.cargo
  263. conanfile.py (importer/None): Generator cmake_multi created conanbuildinfo_release.cmake
  264. conanfile.py (importer/None): Generator cmake_multi created conanbuildinfo_multi.cmake
  265. conanfile.py (importer/None): Generator txt created conanbuildinfo.txt
  266. conanfile.py (importer/None): Generated conaninfo.txt
  267. conanfile.py (importer/None): Generated graphinfo
  268. -- Conan: Loading conanbuildinfo_multi.cmake
  269. -- Conan: called by CMake conan helper
  270. -- Conan: called inside local cache
  271. -- Conan: Using cmake targets configuration
  272. -- Library libcurl-d found C:/.conan/data/curl/7.58.0-4/devolutions/stable/package/69f9dcc0d83ce8576450429555df4fef9bce8ecf/lib/libcurl-d.lib
  273. -- Library ncrypt not found in package, might be system one
  274. -- Library libcurl found C:/.conan/data/curl/7.58.0-4/devolutions/stable/package/a26c2f09cd6fa46064f426fc03197f51360e6c39/lib/libcurl.lib
  275. -- Library ncrypt not found in package, might be system one
  276. -- Library jpeg-static found C:/.conan/data/libjpeg-turbo/1.0.1-5/devolutions/stable/package/69f9dcc0d83ce8576450429555df4fef9bce8ecf/lib/jpeg-static.lib
  277. -- Library simd found C:/.conan/data/libjpeg-turbo/1.0.1-5/devolutions/stable/package/69f9dcc0d83ce8576450429555df4fef9bce8ecf/lib/simd.lib
  278. -- Library turbojpeg-static found C:/.conan/data/libjpeg-turbo/1.0.1-5/devolutions/stable/package/69f9dcc0d83ce8576450429555df4fef9bce8ecf/lib/turbojpeg-static.lib
  279. -- Library jpeg-static found C:/.conan/data/libjpeg-turbo/1.0.1-5/devolutions/stable/package/a26c2f09cd6fa46064f426fc03197f51360e6c39/lib/jpeg-static.lib
  280. -- Library simd found C:/.conan/data/libjpeg-turbo/1.0.1-5/devolutions/stable/package/a26c2f09cd6fa46064f426fc03197f51360e6c39/lib/simd.lib
  281. -- Library turbojpeg-static found C:/.conan/data/libjpeg-turbo/1.0.1-5/devolutions/stable/package/a26c2f09cd6fa46064f426fc03197f51360e6c39/lib/turbojpeg-static.lib
  282. -- Library libpng16_staticd found C:/.conan/data/libpng/1.6.36-3/devolutions/stable/package/69f9dcc0d83ce8576450429555df4fef9bce8ecf/lib/libpng16_staticd.lib
  283. -- Library libpng16_static found C:/.conan/data/libpng/1.6.36-3/devolutions/stable/package/a26c2f09cd6fa46064f426fc03197f51360e6c39/lib/libpng16_static.lib
  284. -- Library lizard found C:/.conan/data/lizard/1.0.0-11/devolutions/stable/package/69f9dcc0d83ce8576450429555df4fef9bce8ecf/lib/lizard.lib
  285. -- Library lizard found C:/.conan/data/lizard/1.0.0-11/devolutions/stable/package/a26c2f09cd6fa46064f426fc03197f51360e6c39/lib/lizard.lib
  286. -- Library lz4 found C:/.conan/data/lz4/1.8.3-3/devolutions/stable/package/69f9dcc0d83ce8576450429555df4fef9bce8ecf/lib/lz4.lib
  287. -- Library lz4 found C:/.conan/data/lz4/1.8.3-3/devolutions/stable/package/a26c2f09cd6fa46064f426fc03197f51360e6c39/lib/lz4.lib
  288. -- Library nng found C:/.conan/data/nng/1.2.4-1/devolutions/stable/package/69f9dcc0d83ce8576450429555df4fef9bce8ecf/lib/nng.lib
  289. -- Library nng found C:/.conan/data/nng/1.2.4-1/devolutions/stable/package/a26c2f09cd6fa46064f426fc03197f51360e6c39/lib/nng.lib
  290. -- Library xpp found C:/.conan/data/xpp/0.3.2-1/devolutions/stable/package/69f9dcc0d83ce8576450429555df4fef9bce8ecf/lib/xpp.lib
  291. -- Library xpp found C:/.conan/data/xpp/0.3.2-1/devolutions/stable/package/a26c2f09cd6fa46064f426fc03197f51360e6c39/lib/xpp.lib
  292. -- Library libyuv found C:/.conan/data/libyuv/1661-3/devolutions/stable/package/69f9dcc0d83ce8576450429555df4fef9bce8ecf/lib/libyuv.lib
  293. -- Library libyuv found C:/.conan/data/libyuv/1661-3/devolutions/stable/package/a26c2f09cd6fa46064f426fc03197f51360e6c39/lib/libyuv.lib
  294. -- Library winpr2 found C:/.conan/data/winpr/1.2.0-3/devolutions/stable/package/69f9dcc0d83ce8576450429555df4fef9bce8ecf/lib/winpr2.lib
  295. -- Library ws2_32 not found in package, might be system one
  296. -- Library dbghelp not found in package, might be system one
  297. -- Library crypt32 not found in package, might be system one
  298. -- Library winpr2 found C:/.conan/data/winpr/1.2.0-3/devolutions/stable/package/a26c2f09cd6fa46064f426fc03197f51360e6c39/lib/winpr2.lib
  299. -- Library ws2_32 not found in package, might be system one
  300. -- Library dbghelp not found in package, might be system one
  301. -- Library crypt32 not found in package, might be system one
  302. -- Library mbedtls found C:/.conan/data/mbedtls/2.16.0-5/devolutions/stable/package/69f9dcc0d83ce8576450429555df4fef9bce8ecf/lib/mbedtls.lib
  303. -- Library mbedx509 found C:/.conan/data/mbedtls/2.16.0-5/devolutions/stable/package/69f9dcc0d83ce8576450429555df4fef9bce8ecf/lib/mbedx509.lib
  304. -- Library mbedcrypto found C:/.conan/data/mbedtls/2.16.0-5/devolutions/stable/package/69f9dcc0d83ce8576450429555df4fef9bce8ecf/lib/mbedcrypto.lib
  305. -- Library mbedtls found C:/.conan/data/mbedtls/2.16.0-5/devolutions/stable/package/a26c2f09cd6fa46064f426fc03197f51360e6c39/lib/mbedtls.lib
  306. -- Library mbedx509 found C:/.conan/data/mbedtls/2.16.0-5/devolutions/stable/package/a26c2f09cd6fa46064f426fc03197f51360e6c39/lib/mbedx509.lib
  307. -- Library mbedcrypto found C:/.conan/data/mbedtls/2.16.0-5/devolutions/stable/package/a26c2f09cd6fa46064f426fc03197f51360e6c39/lib/mbedcrypto.lib
  308. -- Library zlib found C:/.conan/data/zlib/1.2.11-4/devolutions/stable/package/69f9dcc0d83ce8576450429555df4fef9bce8ecf/lib/zlib.lib
  309. -- Library zlib found C:/.conan/data/zlib/1.2.11-4/devolutions/stable/package/a26c2f09cd6fa46064f426fc03197f51360e6c39/lib/zlib.lib
  310. -- Library vpx found C:/.conan/data/libvpx/1.8.0-2/devolutions/stable/package/e6a141c80ae440d719e43d846d444a444227fbab/lib/vpx.lib
  311. -- Library vpx found C:/.conan/data/libvpx/1.8.0-2/devolutions/stable/package/d4bb31912cc39810f01c804d7ba2f80b8bd35a3a/lib/vpx.lib
  312. -- Library libwebm found C:/.conan/data/libwebm/bc32e3c-4/devolutions/stable/package/69f9dcc0d83ce8576450429555df4fef9bce8ecf/lib/libwebm.lib
  313. -- Library libwebm found C:/.conan/data/libwebm/bc32e3c-4/devolutions/stable/package/a26c2f09cd6fa46064f426fc03197f51360e6c39/lib/libwebm.lib
  314. -- Library munit found C:/.conan/data/munit/0.2.0-4/devolutions/stable/package/69f9dcc0d83ce8576450429555df4fef9bce8ecf/lib/munit.lib
  315. -- Library munit found C:/.conan/data/munit/0.2.0-4/devolutions/stable/package/a26c2f09cd6fa46064f426fc03197f51360e6c39/lib/munit.lib
  316. -- Library crashpad_client found C:/.conan/data/crashpad/0.4/devolutions/stable/package/69f9dcc0d83ce8576450429555df4fef9bce8ecf/lib/crashpad_client.lib
  317. -- Library crashpad_compat found C:/.conan/data/crashpad/0.4/devolutions/stable/package/69f9dcc0d83ce8576450429555df4fef9bce8ecf/lib/crashpad_compat.lib
  318. -- Library crashpad_minidump found C:/.conan/data/crashpad/0.4/devolutions/stable/package/69f9dcc0d83ce8576450429555df4fef9bce8ecf/lib/crashpad_minidump.lib
  319. -- Library crashpad_snapshot found C:/.conan/data/crashpad/0.4/devolutions/stable/package/69f9dcc0d83ce8576450429555df4fef9bce8ecf/lib/crashpad_snapshot.lib
  320. -- Library crashpad_tools found C:/.conan/data/crashpad/0.4/devolutions/stable/package/69f9dcc0d83ce8576450429555df4fef9bce8ecf/lib/crashpad_tools.lib
  321. -- Library crashpad_util found C:/.conan/data/crashpad/0.4/devolutions/stable/package/69f9dcc0d83ce8576450429555df4fef9bce8ecf/lib/crashpad_util.lib
  322. -- Library mini_chromium found C:/.conan/data/crashpad/0.4/devolutions/stable/package/69f9dcc0d83ce8576450429555df4fef9bce8ecf/lib/mini_chromium.lib
  323. -- Library crashpad_client found C:/.conan/data/crashpad/0.4/devolutions/stable/package/a26c2f09cd6fa46064f426fc03197f51360e6c39/lib/crashpad_client.lib
  324. -- Library crashpad_compat found C:/.conan/data/crashpad/0.4/devolutions/stable/package/a26c2f09cd6fa46064f426fc03197f51360e6c39/lib/crashpad_compat.lib
  325. -- Library crashpad_minidump found C:/.conan/data/crashpad/0.4/devolutions/stable/package/a26c2f09cd6fa46064f426fc03197f51360e6c39/lib/crashpad_minidump.lib
  326. -- Library crashpad_snapshot found C:/.conan/data/crashpad/0.4/devolutions/stable/package/a26c2f09cd6fa46064f426fc03197f51360e6c39/lib/crashpad_snapshot.lib
  327. -- Library crashpad_tools found C:/.conan/data/crashpad/0.4/devolutions/stable/package/a26c2f09cd6fa46064f426fc03197f51360e6c39/lib/crashpad_tools.lib
  328. -- Library crashpad_util found C:/.conan/data/crashpad/0.4/devolutions/stable/package/a26c2f09cd6fa46064f426fc03197f51360e6c39/lib/crashpad_util.lib
  329. -- Library mini_chromium found C:/.conan/data/crashpad/0.4/devolutions/stable/package/a26c2f09cd6fa46064f426fc03197f51360e6c39/lib/mini_chromium.lib
  330. -- Conan: Adjusting default RPATHs Conan policies
  331. -- Conan: Adjusting language standard
  332. -- WARN: Disabled conan compiler checks
  333. BUILD TYPE: Release
  334. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  335. -- Using yarc: C:/.conan/data/yarc/1.0.0-4/devolutions/stable/package/6113cbe552ab112222f5bc6d4df2595280fb5aa7/bin/yarc.exe
  336. -- Wayk Now Version 20.1.3
  337. -- Using CowGen: C:/.conan/data/cowgen/1.0.0-2/devolutions/stable/package/456f15897172eef340fcbac8a70811f2beb26a93/bin/cowgen.exe
  338. -- This is a development build, with WIP code
  339. -- MSVC: using statically-linked runtime (/MT and /MTd).
  340. -- Looking for pthread.h
  341. -- Looking for pthread.h - not found
  342. -- Found Threads: TRUE
  343. -- Rust build type: Release
  344. -- Found DirectX Effects Compiler (FXC): C:/Program Files (x86)/Windows Kits/10/bin/10.0.18362.0/x86/fxc.exe
  345. -- Configuring done
  346. -- Generating done
  347. CMake Warning:
  348. Manually-specified variables were not used by the project:
  349.  
  350. CMAKE_INSTALL_BINDIR
  351. CMAKE_INSTALL_DATAROOTDIR
  352. CMAKE_INSTALL_INCLUDEDIR
  353. CMAKE_INSTALL_LIBEXECDIR
  354. CMAKE_INSTALL_OLDINCLUDEDIR
  355. CMAKE_INSTALL_SBINDIR
  356. CONAN_COMPILER
  357. CONAN_COMPILER_VERSION
  358. CONAN_CXX_FLAGS
  359. CONAN_C_FLAGS
  360.  
  361.  
  362. -- Build files have been written to: C:/.conan/data/wayk-now/2020.1.3-1/devolutions/stable/build/d4bb31912cc39810f01c804d7ba2f80b8bd35a3a
  363. **********************************************************************
  364. ** Visual Studio 2019 Developer Command Prompt v16.4.0
  365. ** Copyright (c) 2019 Microsoft Corporation
  366. **********************************************************************
  367. [vcvarsall.bat] Environment initialized for: 'x86'
  368.  
  369. ----Running------
  370. > cmake --build C:\.conan\data\wayk-now\2020.1.3-1\devolutions\stable\build\d4bb31912cc39810f01c804d7ba2f80b8bd35a3a
  371. -----------------
  372. [1/268] Building CXX object platform\Windows\lib\ui\CMakeFiles\wayk-ui.dir\NowUiListView.cpp.obj
  373. [2/268] Building CXX object platform\Windows\lib\ui\CMakeFiles\wayk-ui.dir\NowUiButton.cpp.obj
  374. [3/268] Building CXX object platform\Windows\lib\ui\CMakeFiles\wayk-ui.dir\NowUiPasswordBox.cpp.obj
  375. [4/268] Building CXX object platform\Windows\lib\ui\CMakeFiles\wayk-ui.dir\NowUiImageButton.cpp.obj
  376. [5/268] Building CXX object platform\Windows\lib\ui\CMakeFiles\wayk-ui.dir\NowUiCheckBox.cpp.obj
  377. [6/268] Building CXX object platform\Windows\lib\ui\CMakeFiles\wayk-ui.dir\NowUiRadioButton.cpp.obj
  378. [7/268] Building CXX object platform\Windows\lib\ui\CMakeFiles\wayk-ui.dir\NowUiTextBox.cpp.obj
  379. [8/268] Building CXX object platform\Windows\lib\ui\CMakeFiles\wayk-ui.dir\NowUiMenu.cpp.obj
  380. [9/268] Running cargo
  381. FAILED: libwayk/rust/i686-pc-windows-msvc/release/wayk_rust.lib
  382. cmd.exe /C "cd /D C:\.conan\data\wayk-now\2020.1.3-1\devolutions\stable\source\wayk-now\libwayk\rust && "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -E env CARGO_TARGET_DIR=C:/.conan/data/wayk-now/2020.1.3-1/devolutions/stable/build/d4bb31912cc39810f01c804d7ba2f80b8bd35a3a/libwayk/rust C:/Users/Administrator/.cargo/bin/cargo.exe build --target i686-pc-windows-msvc --features "platforms rust-only" --release"
  383. Updating git repository `https://github.com/Devolutions/backtrace-rs`
  384. Updating git repository `https://github.com/Devolutions/libz-sys`
  385. Updating git repository `https://github.com/RustCrypto/RSA`
  386. Updating git repository `https://github.com/Devolutions/analytics-rs`
  387. Updating crates.io index
  388. Updating git repository `https://github.com/Devolutions/curl-rust`
  389. Updating git repository `https://github.com/Devolutions/gfwx-rs`
  390. Updating git repository `https://github.com/Devolutions/strtod`
  391. Compiling autocfg v1.0.0
  392. Compiling proc-macro2 v1.0.9
  393. error: linking with `link.exe` failed: exit code: 1112
  394. |
  395. = note: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.24.28314\\bin\\HostX86\\x86\\link.exe" "/NOLOGO" "/NXCOMPAT" "/LIBPATH:C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib" "C:/.conan/data/wayk-now/2020.1.3-1/devolutions/stable/build/d4bb31912cc39810f01c804d7ba2f80b8bd35a3a/libwayk/rust\\release\\build\\proc-macro2-4e14c50685706eb7\\build_script_build-4e14c50685706eb7.build_script_build.odhcal7w-cgu.0.rcgu.o" "C:/.conan/data/wayk-now/2020.1.3-1/devolutions/stable/build/d4bb31912cc39810f01c804d7ba2f80b8bd35a3a/libwayk/rust\\release\\build\\proc-macro2-4e14c50685706eb7\\build_script_build-4e14c50685706eb7.build_script_build.odhcal7w-cgu.1.rcgu.o" "C:/.conan/data/wayk-now/2020.1.3-1/devolutions/stable/build/d4bb31912cc39810f01c804d7ba2f80b8bd35a3a/libwayk/rust\\release\\build\\proc-macro2-4e14c50685706eb7\\build_script_build-4e14c50685706eb7.build_script_build.odhcal7w-cgu.10.rcgu.o" "C:/.conan/data/wayk-now/2020.1.3-1/devolutions/stable/build/d4bb31912cc39810f01c804d7ba2f80b8bd35a3a/libwayk/rust\\release\\build\\proc-macro2-4e14c50685706eb7\\build_script_build-4e14c50685706eb7.build_script_build.odhcal7w-cgu.11.rcgu.o" "C:/.conan/data/wayk-now/2020.1.3-1/devolutions/stable/build/d4bb31912cc39810f01c804d7ba2f80b8bd35a3a/libwayk/rust\\release\\build\\proc-macro2-4e14c50685706eb7\\build_script_build-4e14c50685706eb7.build_script_build.odhcal7w-cgu.12.rcgu.o" "C:/.conan/data/wayk-now/2020.1.3-1/devolutions/stable/build/d4bb31912cc39810f01c804d7ba2f80b8bd35a3a/libwayk/rust\\release\\build\\proc-macro2-4e14c50685706eb7\\build_script_build-4e14c50685706eb7.build_script_build.odhcal7w-cgu.13.rcgu.o" "C:/.conan/data/wayk-now/2020.1.3-1/devolutions/stable/build/d4bb31912cc39810f01c804d7ba2f80b8bd35a3a/libwayk/rust\\release\\build\\proc-macro2-4e14c50685706eb7\\build_script_build-4e14c50685706eb7.build_script_build.odhcal7w-cgu.14.rcgu.o" "C:/.conan/data/wayk-now/2020.1.3-1/devolutions/stable/build/d4bb31912cc39810f01c804d7ba2f80b8bd35a3a/libwayk/rust\\release\\build\\proc-macro2-4e14c50685706eb7\\build_script_build-4e14c50685706eb7.build_script_build.odhcal7w-cgu.15.rcgu.o" "C:/.conan/data/wayk-now/2020.1.3-1/devolutions/stable/build/d4bb31912cc39810f01c804d7ba2f80b8bd35a3a/libwayk/rust\\release\\build\\proc-macro2-4e14c50685706eb7\\build_script_build-4e14c50685706eb7.build_script_build.odhcal7w-cgu.2.rcgu.o" "C:/.conan/data/wayk-now/2020.1.3-1/devolutions/stable/build/d4bb31912cc39810f01c804d7ba2f80b8bd35a3a/libwayk/rust\\release\\build\\proc-macro2-4e14c50685706eb7\\build_script_build-4e14c50685706eb7.build_script_build.odhcal7w-cgu.3.rcgu.o" "C:/.conan/data/wayk-now/2020.1.3-1/devolutions/stable/build/d4bb31912cc39810f01c804d7ba2f80b8bd35a3a/libwayk/rust\\release\\build\\proc-macro2-4e14c50685706eb7\\build_script_build-4e14c50685706eb7.build_script_build.odhcal7w-cgu.4.rcgu.o" "C:/.conan/data/wayk-now/2020.1.3-1/devolutions/stable/build/d4bb31912cc39810f01c804d7ba2f80b8bd35a3a/libwayk/rust\\release\\build\\proc-macro2-4e14c50685706eb7\\build_script_build-4e14c50685706eb7.build_script_build.odhcal7w-cgu.5.rcgu.o" "C:/.conan/data/wayk-now/2020.1.3-1/devolutions/stable/build/d4bb31912cc39810f01c804d7ba2f80b8bd35a3a/libwayk/rust\\release\\build\\proc-macro2-4e14c50685706eb7\\build_script_build-4e14c50685706eb7.build_script_build.odhcal7w-cgu.6.rcgu.o" "C:/.conan/data/wayk-now/2020.1.3-1/devolutions/stable/build/d4bb31912cc39810f01c804d7ba2f80b8bd35a3a/libwayk/rust\\release\\build\\proc-macro2-4e14c50685706eb7\\build_script_build-4e14c50685706eb7.build_script_build.odhcal7w-cgu.7.rcgu.o" "C:/.conan/data/wayk-now/2020.1.3-1/devolutions/stable/build/d4bb31912cc39810f01c804d7ba2f80b8bd35a3a/libwayk/rust\\release\\build\\proc-macro2-4e14c50685706eb7\\build_script_build-4e14c50685706eb7.build_script_build.odhcal7w-cgu.8.rcgu.o" "C:/.conan/data/wayk-now/2020.1.3-1/devolutions/stable/build/d4bb31912cc39810f01c804d7ba2f80b8bd35a3a/libwayk/rust\\release\\build\\proc-macro2-4e14c50685706eb7\\build_script_build-4e14c50685706eb7.build_script_build.odhcal7w-cgu.9.rcgu.o" "/OUT:C:/.conan/data/wayk-now/2020.1.3-1/devolutions/stable/build/d4bb31912cc39810f01c804d7ba2f80b8bd35a3a/libwayk/rust\\release\\build\\proc-macro2-4e14c50685706eb7\\build_script_build-4e14c50685706eb7.exe" "C:/.conan/data/wayk-now/2020.1.3-1/devolutions/stable/build/d4bb31912cc39810f01c804d7ba2f80b8bd35a3a/libwayk/rust\\release\\build\\proc-macro2-4e14c50685706eb7\\build_script_build-4e14c50685706eb7.252ecy4yw2n8z3sm.rcgu.o" "/OPT:REF,ICF" "/DEBUG" "/NATVIS:C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\etc\\intrinsic.natvis" "/NATVIS:C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\etc\\liballoc.natvis" "/NATVIS:C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\etc\\libcore.natvis" "/NATVIS:C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\etc\\libstd.natvis" "/LIBPATH:C:/.conan/data/wayk-now/2020.1.3-1/devolutions/stable/build/d4bb31912cc39810f01c804d7ba2f80b8bd35a3a/libwayk/rust\\release\\deps" "/LIBPATH:C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libstd-1f238888c84774e2.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libpanic_unwind-d8f151518bb4c57c.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libhashbrown-74266904899dc245.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\librustc_std_workspace_alloc-51f2cd471cdfc396.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libbacktrace-dce1430caacd4770.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\librustc_demangle-6d52e6deaec7cf95.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libunwind-dbb085221d1acb15.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libcfg_if-d8cc0a94c0c8a864.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\liblibc-ee75f5de884abde6.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\liballoc-8aecd5c37fa55150.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\librustc_std_workspace_core-d895cc5a4bb533f7.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libcore-6cba9134ca8058d2.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libcompiler_builtins-c24e965c1f22f6cd.rlib" "advapi32.lib" "ws2_32.lib" "userenv.lib" "msvcrt.lib"
  396. = note: msvcrt.lib(chkstk.obj) : fatal error LNK1112: module machine type 'x86' conflicts with target machine type 'x64'
  397.  
  398.  
  399. error: aborting due to previous error
  400.  
  401. error: could not compile `proc-macro2`.
  402. warning: build failed, waiting for other jobs to finish...
  403. error: build failed
  404. [10/268] Building CXX object platform\Windows\lib\ui\CMakeFiles\wayk-ui.dir\NowUiScrollBar.cpp.obj
  405. [11/268] Building CXX object platform\Windows\lib\ui\CMakeFiles\wayk-ui.dir\NowUiRichEdit.cpp.obj
  406. ninja: build stopped: subcommand failed.
  407. wayk-now/2020.1.3-1@devolutions/stable:
  408. wayk-now/2020.1.3-1@devolutions/stable: ERROR: Package 'd4bb31912cc39810f01c804d7ba2f80b8bd35a3a' build failed
  409. wayk-now/2020.1.3-1@devolutions/stable: WARN: Build folder C:\.conan\data\wayk-now\2020.1.3-1\devolutions\stable\build\d4bb31912cc39810f01c804d7ba2f80b8bd35a3a
  410. ERROR: wayk-now/2020.1.3-1@devolutions/stable: Error in build() method, line 53
  411. cmake.build()
  412. ConanException: Error 1 while executing cmake --build C:\.conan\data\wayk-now\2020.1.3-1\devolutions\stable\build\d4bb31912cc39810f01c804d7ba2f80b8bd35a3a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement