Advertisement
satacker

Untitled

Oct 27th, 2023
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.38 KB | None | 0 0
  1. CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.27/Modules/FetchContent.cmake:1316 (message):
  2. The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  3. not set. The policy's OLD behavior will be used. When using a URL
  4. download, the timestamps of extracted files should preferably be that of
  5. the time of extraction, otherwise code that depends on the extracted
  6. contents might not be rebuilt if the URL changes. The OLD behavior
  7. preserves the timestamps from the archive instead, but this is usually not
  8. what you want. Update your project to the NEW behavior or specify the
  9. DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  10. robustness issue.
  11. Call Stack (most recent call first):
  12. CMakeLists.txt:69 (FetchContent_Declare)
  13. This warning is for project developers. Use -Wno-dev to suppress it.
  14.  
  15. -- Building for: Visual Studio 17 2022
  16. -- The CXX compiler identification is MSVC 19.35.32217.1
  17. -- Detecting CXX compiler ABI info
  18. -- Detecting CXX compiler ABI info - done
  19. -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped
  20. -- Detecting CXX compile features
  21. -- Detecting CXX compile features - done
  22. -- Using C++20
  23. -- CMake version: 3.27.7, generator: Visual Studio 17 2022
  24. -- HPX version: 1.9.1
  25. -- Building modules as OBJECT libraries
  26. -- WARNING: Job pooling is only available with Ninja generators.
  27. -- Nice threadlevel is disabled.
  28. -- Stack traces are enabled.
  29. -- Compiling with the native toolset
  30. -- Performing Test HPX_WITH_CXX11_ATOMIC_INIT_FLAG - Success
  31. -- Performing Test HPX_WITH_CXX11_ATOMIC - Success
  32. -- Performing Test HPX_WITH_CXX11_ATOMIC_128BIT - Success
  33. -- Performing Test HPX_WITH_CXX11_STD_QUICK_EXIT - Success
  34. -- Performing Test HPX_WITH_CXX11_SHARED_PTR_LWG3018 - Success
  35. -- Performing Test HPX_WITH_C11_ALIGNED_ALLOC - Failed
  36. -- Performing Test HPX_WITH_CXX14_DELETE_OPERATOR_WITH_SIZE - Success
  37. -- Performing Test HPX_WITH_CXX17_STD_ALIGNED_ALLOC - Failed
  38. -- Performing Test HPX_WITH_CXX17_STD_EXECUTION_POLICES - Success
  39. -- Performing Test HPX_WITH_CXX17_FILESYSTEM - Success
  40. -- Performing Test HPX_WITH_CXX17_HARDWARE_DESTRUCTIVE_INTERFERENCE_SIZE - Success
  41. -- Performing Test HPX_WITH_CXX17_ALIGNED_NEW - Success
  42. -- Performing Test HPX_WITH_CXX17_SHARED_PTR_ARRAY - Success
  43. -- Performing Test HPX_WITH_CXX17_STD_TRANSFORM_SCAN_ALGORITHMS - Success
  44. -- Performing Test HPX_WITH_CXX17_STD_SCAN_ALGORITHMS - Success
  45. -- Performing Test HPX_WITH_CXX17_COPY_ELISION - Success
  46. -- Performing Test HPX_WITH_CXX17_OPTIONAL_COPY_ELISION - Success
  47. -- Performing Test HPX_WITH_CXX20_NO_UNIQUE_ADDRESS_ATTRIBUTE - Success
  48. -- Performing Test HPX_WITH_CXX20_COROUTINES - Success
  49. -- Performing Test HPX_WITH_CXX20_EXPERIMENTAL_SIMD - Failed
  50. -- Performing Test HPX_WITH_CXX20_LAMBDA_CAPTURE - Success
  51. -- Performing Test HPX_WITH_CXX20_SOURCE_LOCATION - Failed
  52. -- Performing Test HPX_WITH_CXX20_PERFECT_PACK_CAPTURE - Success
  53. -- Performing Test HPX_WITH_CXX20_PAREN_INITIALIZATION_OF_AGGREGATES - Success
  54. -- Performing Test HPX_WITH_CXX20_STD_DISABLE_SIZED_SENTINEL_FOR - Success
  55. -- Performing Test HPX_WITH_CXX20_STD_ENDIAN - Success
  56. -- Performing Test HPX_WITH_CXX20_STD_EXECUTION_POLICES - Success
  57. -- Performing Test HPX_WITH_CXX20_STD_RANGES_ITER_SWAP - Success
  58. -- Performing Test HPX_WITH_CXX20_TRIVIAL_VIRTUAL_DESTRUCTOR - Success
  59. -- Performing Test HPX_WITH_CXX20_STD_CONSTRUCT_AT - Success
  60. -- Performing Test HPX_WITH_CXX20_STD_DEFAULT_SENTINEL - Success
  61. -- Performing Test HPX_WITH_CXX20_STD_BIT_CAST - Success
  62. -- Performing Test HPX_WITH_CXX_LAMBDA_CAPTURE_DECLTYPE - Success
  63. -- Performing Test HPX_WITH_BUILTIN_INTEGER_PACK - Failed
  64. -- Performing Test HPX_WITH_BUILTIN_MAKE_INTEGER_SEQ - Success
  65. -- Performing Test HPX_WITH_BUILTIN_TYPE_PACK_ELEMENT - Failed
  66. -- Performing Test HPX_WITH_BUILTIN_FORWARD_MOVE - Success
  67. -- Performing Test HPX_WITH_MM_PREFETCH - Success
  68. -- Performing Test HPX_WITH_STABLE_INPLACE_MERGE - Success
  69. -- Performing Test HPX_WITH_UNISTD_H - Failed
  70. -- Architecture detected: x86_64
  71. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  72. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
  73. -- Looking for pthread_create in pthreads
  74. -- Looking for pthread_create in pthreads - not found
  75. -- Looking for pthread_create in pthread
  76. -- Looking for pthread_create in pthread - not found
  77. -- Found Threads: TRUE
  78. -- Performing Test HPX_WITH_CXX_FLAG_PTHREAD
  79. -- Performing Test HPX_WITH_CXX_FLAG_PTHREAD - Failed
  80. -- "-pthread" not available for language CXX.
  81. -- Performing Test WITH_LINKER_FLAG_PTHREAD
  82. -- Performing Test WITH_LINKER_FLAG_PTHREAD - Failed
  83. -- Linker "-pthread" not available.
  84. -- Found Boost: D:/a/hpx-template/hpx-template/build/_deps/boost-src (found suitable version "1.81.0", minimum required is "1.71")
  85. -- HPX_WITH_FETCH_ASIO=ON, Asio will be fetched using CMake's FetchContent and installed alongside HPX (HPX_WITH_ASIO_TAG=asio-1-21-0)
  86. -- Using system allocator.
  87. CMake Warning (dev) at cmake/HPX_SetupHwloc.cmake:16 (find_package):
  88. Policy CMP0144 is not set: find_package uses upper-case <PACKAGENAME>_ROOT
  89. variables. Run "cmake --help-policy CMP0144" for policy details. Use the
  90. cmake_policy command to set the policy and suppress this warning.
  91.  
  92. CMake variable HWLOC_ROOT is set to:
  93.  
  94. D:/a/hpx-template/hpx-template/build/_deps/HWLoc-src
  95.  
  96. For compatibility, find_package is ignoring the variable, but code in a
  97. .cmake module might still use it.
  98. Call Stack (most recent call first):
  99. CMakeLists.txt:2117 (include)
  100. This warning is for project developers. Use -Wno-dev to suppress it.
  101.  
  102. -- Found Hwloc: D:/a/hpx-template/hpx-template/build/_deps/hwloc-src/lib/libhwloc.lib
  103. -- Found Git: C:/Program Files/Git/bin/git.exe (found version "2.42.0.windows.2")
  104. -- WARNING: GIT commit not found (set to 'unknown').
  105. --
  106. -- Configuring modules:
  107. --
  108. -- Configuring libhpx_core modules:
  109. --
  110. -- Module configuration (coroutines):
  111. -- HPX_COROUTINES_WITH_SWAP_CONTEXT_EMULATION=OFF
  112. --
  113. -- Module configuration (datastructures):
  114. -- HPX_DATASTRUCTURES_WITH_ADAPT_STD_TUPLE=ON
  115. -- HPX_DATASTRUCTURES_WITH_ADAPT_STD_VARIANT=OFF
  116. --
  117. -- Module configuration (logging):
  118. -- HPX_LOGGING_WITH_SEPARATE_DESTINATIONS=ON
  119. --
  120. -- Module configuration (serialization):
  121. -- HPX_SERIALIZATION_WITH_ALLOW_CONST_TUPLE_MEMBERS=OFF
  122. -- HPX_SERIALIZATION_WITH_ALLOW_RAW_POINTER_SERIALIZATION=OFF
  123. -- HPX_SERIALIZATION_WITH_ALL_TYPES_ARE_BITWISE_SERIALIZABLE=OFF
  124. -- HPX_SERIALIZATION_WITH_BOOST_TYPES=OFF
  125. -- HPX_SERIALIZATION_WITH_SUPPORTS_ENDIANESS=OFF
  126. --
  127. -- Module configuration (topology):
  128. -- HPX_TOPOLOGY_WITH_ADDITIONAL_HWLOC_TESTING=OFF
  129. --
  130. -- Configuring libhpx modules:
  131. -- Configuring components:
  132. -- component_storage
  133. -- containers
  134. -- iostreams
  135. -- parcel_plugins
  136. -- performance_counters
  137. -- process
  138. CMake Warning (dev) at CMakeLists.txt:2296 (find_package):
  139. Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
  140. are removed. Run "cmake --help-policy CMP0148" for policy details. Use
  141. the cmake_policy command to set the policy and suppress this warning.
  142.  
  143. This warning is for project developers. Use -Wno-dev to suppress it.
  144.  
  145. -- Found PythonInterp: C:/hostedtoolcache/windows/Python/3.9.13/x64/python.exe (found version "3.9.13")
  146. --
  147. -- Configuration summary:
  148. --
  149. -- HPX_WITH_AGAS_DUMP_REFCNT_ENTRIES=OFF
  150. -- HPX_WITH_APEX=OFF
  151. -- HPX_WITH_ASIO_TAG=asio-1-21-0
  152. -- HPX_WITH_ASYNC_MPI=OFF
  153. -- HPX_WITH_ATTACH_DEBUGGER_ON_TEST_FAILURE=OFF
  154. -- HPX_WITH_AUTOMATIC_SERIALIZATION_REGISTRATION=ON
  155. -- HPX_WITH_BENCHMARK_SCRIPTS_PATH=D:/a/hpx-template/hpx-template/build/_deps/hpx-src/build/scripts
  156. -- HPX_WITH_BUILD_BINARY_PACKAGE=OFF
  157. -- HPX_WITH_CHECK_MODULE_DEPENDENCIES=OFF
  158. -- HPX_WITH_COMPILER_WARNINGS=ON
  159. -- HPX_WITH_COMPILER_WARNINGS_AS_ERRORS=OFF
  160. -- HPX_WITH_COMPILE_ONLY_TESTS=ON
  161. -- HPX_WITH_COMPRESSION_BZIP2=OFF
  162. -- HPX_WITH_COMPRESSION_SNAPPY=OFF
  163. -- HPX_WITH_COMPRESSION_ZLIB=OFF
  164. -- HPX_WITH_COROUTINE_COUNTERS=OFF
  165. -- HPX_WITH_CUDA=OFF
  166. -- HPX_WITH_CXX_STANDARD=20
  167. -- HPX_WITH_DATAPAR_BACKEND=NONE
  168. -- HPX_WITH_DEPRECATION_WARNINGS=ON
  169. -- HPX_WITH_DISABLED_SIGNAL_EXCEPTION_HANDLERS=OFF
  170. -- HPX_WITH_DISTRIBUTED_RUNTIME=ON
  171. -- HPX_WITH_DOCUMENTATION=OFF
  172. -- HPX_WITH_DYNAMIC_HPX_MAIN=OFF
  173. -- HPX_WITH_EXAMPLES=OFF
  174. -- HPX_WITH_EXAMPLES_HDF5=OFF
  175. -- HPX_WITH_EXAMPLES_OPENMP=OFF
  176. -- HPX_WITH_EXAMPLES_QT4=OFF
  177. -- HPX_WITH_EXAMPLES_QTHREADS=OFF
  178. -- HPX_WITH_EXAMPLES_TBB=OFF
  179. -- HPX_WITH_EXECUTABLE_PREFIX=
  180. -- HPX_WITH_FAIL_COMPILE_TESTS=ON
  181. -- HPX_WITH_FAULT_TOLERANCE=OFF
  182. -- HPX_WITH_FETCH_ASIO=ON
  183. -- HPX_WITH_FETCH_LCI=OFF
  184. -- HPX_WITH_FULL_RPATH=OFF
  185. -- HPX_WITH_GCC_VERSION_CHECK=ON
  186. -- HPX_WITH_GENERIC_CONTEXT_COROUTINES=OFF
  187. -- HPX_WITH_HIDDEN_VISIBILITY=ON
  188. -- HPX_WITH_HIP=OFF
  189. -- HPX_WITH_HIPSYCL=OFF
  190. -- HPX_WITH_IO_COUNTERS=OFF
  191. -- HPX_WITH_IO_POOL=ON
  192. -- HPX_WITH_ITTNOTIFY=OFF
  193. -- HPX_WITH_LCI_TAG=v1.7.5
  194. -- HPX_WITH_LOGGING=ON
  195. -- HPX_WITH_MALLOC=system
  196. -- HPX_WITH_MAX_CPU_COUNT=
  197. -- HPX_WITH_MAX_NUMA_DOMAIN_COUNT=8
  198. -- HPX_WITH_MODULES_AS_STATIC_LIBRARIES=OFF
  199. -- HPX_WITH_NETWORKING=ON
  200. -- HPX_WITH_NICE_THREADLEVEL=OFF
  201. -- HPX_WITH_PAPI=OFF
  202. -- HPX_WITH_PARALLEL_LINK_JOBS=2
  203. -- HPX_WITH_PARALLEL_TESTS_BIND_NONE=OFF
  204. -- HPX_WITH_PARCELPORT_ACTION_COUNTERS=OFF
  205. -- HPX_WITH_PARCELPORT_COUNTERS=OFF
  206. -- HPX_WITH_PARCELPORT_LCI=OFF
  207. -- HPX_WITH_PARCELPORT_LIBFABRIC=OFF
  208. -- HPX_WITH_PARCELPORT_MPI=OFF
  209. -- HPX_WITH_PARCELPORT_TCP=ON
  210. -- HPX_WITH_PARCEL_COALESCING=ON
  211. -- HPX_WITH_PARCEL_PROFILING=OFF
  212. -- HPX_WITH_PKGCONFIG=OFF
  213. -- HPX_WITH_PRECOMPILED_HEADERS=OFF
  214. -- HPX_WITH_RPM=OFF
  215. -- HPX_WITH_RUN_MAIN_EVERYWHERE=OFF
  216. -- HPX_WITH_SANITIZERS=OFF
  217. -- HPX_WITH_SCHEDULER_LOCAL_STORAGE=OFF
  218. -- HPX_WITH_SPINLOCK_DEADLOCK_DETECTION=OFF
  219. -- HPX_WITH_SPINLOCK_POOL_NUM=128
  220. -- HPX_WITH_STACKTRACES=ON
  221. -- HPX_WITH_STATIC_LINKING=OFF
  222. -- HPX_WITH_SYCL=OFF
  223. -- HPX_WITH_SYCL_FLAGS=
  224. -- HPX_WITH_TESTS=ON
  225. -- HPX_WITH_TESTS_BENCHMARKS=ON
  226. -- HPX_WITH_TESTS_DEBUG_LOG=OFF
  227. -- HPX_WITH_TESTS_DEBUG_LOG_DESTINATION=cout
  228. -- HPX_WITH_TESTS_EXAMPLES=ON
  229. -- HPX_WITH_TESTS_EXTERNAL_BUILD=ON
  230. -- HPX_WITH_TESTS_HEADERS=OFF
  231. -- HPX_WITH_TESTS_MAX_THREADS_PER_LOCALITY=0
  232. -- HPX_WITH_TESTS_REGRESSIONS=ON
  233. -- HPX_WITH_TESTS_UNIT=ON
  234. -- HPX_WITH_THREAD_BACKTRACE_DEPTH=20
  235. -- HPX_WITH_THREAD_BACKTRACE_ON_SUSPENSION=OFF
  236. -- HPX_WITH_THREAD_CREATION_AND_CLEANUP_RATES=OFF
  237. -- HPX_WITH_THREAD_CUMULATIVE_COUNTS=ON
  238. -- HPX_WITH_THREAD_DEBUG_INFO=OFF
  239. -- HPX_WITH_THREAD_DESCRIPTION_FULL=OFF
  240. -- HPX_WITH_THREAD_GUARD_PAGE=ON
  241. -- HPX_WITH_THREAD_IDLE_RATES=OFF
  242. -- HPX_WITH_THREAD_LOCAL_STORAGE=OFF
  243. -- HPX_WITH_THREAD_MANAGER_IDLE_BACKOFF=ON
  244. -- HPX_WITH_THREAD_QUEUE_WAITTIME=OFF
  245. -- HPX_WITH_THREAD_STACK_MMAP=ON
  246. -- HPX_WITH_THREAD_STEALING_COUNTS=OFF
  247. -- HPX_WITH_THREAD_TARGET_ADDRESS=OFF
  248. -- HPX_WITH_TIMER_POOL=ON
  249. -- HPX_WITH_TOOLS=OFF
  250. -- HPX_WITH_TUPLE_RVALUE_SWAP=ON
  251. -- HPX_WITH_UNITY_BUILD=OFF
  252. -- HPX_WITH_VALGRIND=OFF
  253. -- HPX_WITH_VERIFY_LOCKS=OFF
  254. -- HPX_WITH_VERIFY_LOCKS_BACKTRACE=OFF
  255. -- HPX_WITH_VIM_YCM=OFF
  256. -- HPX_WITH_VS_STARTUP_PROJECT=ALL_BUILD
  257. -- HPX_WITH_ZERO_COPY_SERIALIZATION_THRESHOLD=8192
  258.  
  259. HPX will be installed to D:/a/hpx-template/hpx-template/build/_deps/hpx-installed
  260.  
  261. -- Configuring done (93.3s)
  262. -- Generating done (101.4s)
  263. -- Build files have been written to: D:/a/hpx-template/hpx-template/build/_deps/hpx-src/build
  264. MSBuild version 17.7.2+d6990bcfa for .NET Framework
  265.  
  266. 1>Checking Build System
  267. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/config_registry/CMakeLists.txt
  268. config_entries.cpp
  269. config_registry.cpp
  270. hpx_config_registry.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\config_registry\hpx_config_registry.dir\Debug\hpx_config_registry.lib
  271. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/preprocessor/CMakeLists.txt
  272. empty.cpp
  273. hpx_preprocessor.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\preprocessor\hpx_preprocessor.dir\Debug\hpx_preprocessor.lib
  274. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/config/CMakeLists.txt
  275. version.cpp
  276. hpx_config.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\config\hpx_config.dir\Debug\hpx_config.lib
  277. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/format/CMakeLists.txt
  278. format.cpp
  279. bad_lexical_cast.cpp
  280. hpx_format.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\format\hpx_format.dir\Debug\hpx_format.lib
  281. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/assertion/CMakeLists.txt
  282. assertion.cpp
  283. source_location.cpp
  284. hpx_assertion.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\assertion\hpx_assertion.dir\Debug\hpx_assertion.lib
  285. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/concepts/CMakeLists.txt
  286. empty.cpp
  287. hpx_concepts.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\concepts\hpx_concepts.dir\Debug\hpx_concepts.lib
  288. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/type_support/CMakeLists.txt
  289. empty.cpp
  290. hpx_type_support.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\type_support\hpx_type_support.dir\Debug\hpx_type_support.lib
  291. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/allocator_support/CMakeLists.txt
  292. empty.cpp
  293. hpx_allocator_support.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\allocator_support\hpx_allocator_support.dir\Debug\hpx_allocator_support.lib
  294. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/debugging/CMakeLists.txt
  295. attach_debugger.cpp
  296. backtrace.cpp
  297. print.cpp
  298. hpx_debugging.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\debugging\hpx_debugging.dir\Debug\hpx_debugging.lib
  299. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/filesystem/CMakeLists.txt
  300. empty.cpp
  301. hpx_filesystem.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\filesystem\hpx_filesystem.dir\Debug\hpx_filesystem.lib
  302. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/hardware/CMakeLists.txt
  303. empty.cpp
  304. hpx_hardware.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\hardware\hpx_hardware.dir\Debug\hpx_hardware.lib
  305. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/thread_support/CMakeLists.txt
  306. set_thread_name.cpp
  307. spinlock.cpp
  308. hpx_thread_support.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\thread_support\hpx_thread_support.dir\Debug\hpx_thread_support.lib
  309. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/timing/CMakeLists.txt
  310. empty.cpp
  311. hpx_timing.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\timing\hpx_timing.dir\Debug\hpx_timing.lib
  312. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/logging/CMakeLists.txt
  313. level.cpp
  314. logging.cpp
  315. manipulator.cpp
  316. named_write.cpp
  317. defaults_destination.cpp
  318. file.cpp
  319. high_precision_time.cpp
  320. defaults_formatter.cpp
  321. thread_id.cpp
  322. config_entries.cpp
  323. hpx_logging.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\logging\hpx_logging.dir\Debug\hpx_logging.lib
  324. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/errors/CMakeLists.txt
  325. error_code.cpp
  326. exception.cpp
  327. exception_list.cpp
  328. throw_exception.cpp
  329. hpx_errors.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\errors\hpx_errors.dir\Debug\hpx_errors.lib
  330. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/serialization/CMakeLists.txt
  331. allow_zero_copy_receive.cpp
  332. pointer.cpp
  333. polymorphic_id_factory.cpp
  334. polymorphic_intrusive_factory.cpp
  335. polymorphic_nonintrusive_factory.cpp
  336. exception_ptr.cpp
  337. config_entries.cpp
  338. hpx_serialization.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\serialization\hpx_serialization.dir\Debug\hpx_serialization.lib
  339. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/datastructures/CMakeLists.txt
  340. serializable_any.cpp
  341. config_entries.cpp
  342. hpx_datastructures.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\datastructures\hpx_datastructures.dir\Debug\hpx_datastructures.lib
  343. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/itt_notify/CMakeLists.txt
  344. itt_notify.cpp
  345. thread_name.cpp
  346. hpx_itt_notify.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\itt_notify\hpx_itt_notify.dir\Debug\hpx_itt_notify.lib
  347. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/tag_invoke/CMakeLists.txt
  348. empty.cpp
  349. hpx_tag_invoke.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\tag_invoke\hpx_tag_invoke.dir\Debug\hpx_tag_invoke.lib
  350. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/functional/CMakeLists.txt
  351. basic_function.cpp
  352. empty_function.cpp
  353. hpx_functional.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\functional\hpx_functional.dir\Debug\hpx_functional.lib
  354. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/iterator_support/CMakeLists.txt
  355. empty.cpp
  356. hpx_iterator_support.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\iterator_support\hpx_iterator_support.dir\Debug\hpx_iterator_support.lib
  357. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/memory/CMakeLists.txt
  358. empty.cpp
  359. hpx_memory.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\memory\hpx_memory.dir\Debug\hpx_memory.lib
  360. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/plugin/CMakeLists.txt
  361. empty.cpp
  362. hpx_plugin.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\plugin\hpx_plugin.dir\Debug\hpx_plugin.lib
  363. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/string_util/CMakeLists.txt
  364. empty.cpp
  365. hpx_string_util.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\string_util\hpx_string_util.dir\Debug\hpx_string_util.lib
  366. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/prefix/CMakeLists.txt
  367. find_prefix.cpp
  368. hpx_prefix.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\prefix\hpx_prefix.dir\Debug\hpx_prefix.lib
  369. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/util/CMakeLists.txt
  370. manage_config.cpp
  371. regex_from_pattern.cpp
  372. sed_transform.cpp
  373. hpx_util.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\util\hpx_util.dir\Debug\hpx_util.lib
  374. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/version/CMakeLists.txt
  375. version.cpp
  376. hpx_version.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\version\hpx_version.dir\Debug\hpx_version.lib
  377. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/coroutines/CMakeLists.txt
  378. context_base.cpp
  379. context_posix.cpp
  380. coroutine_impl.cpp
  381. coroutine_self.cpp
  382. posix_utility.cpp
  383. tss.cpp
  384. swapcontext.cpp
  385. thread_enums.cpp
  386. thread_id_type.cpp
  387. signal_handler_debugging.cpp
  388. config_entries.cpp
  389. hpx_coroutines.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\coroutines\hpx_coroutines.dir\Debug\hpx_coroutines.lib
  390. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/async_base/CMakeLists.txt
  391. launch_policy.cpp
  392. hpx_async_base.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\async_base\hpx_async_base.dir\Debug\hpx_async_base.lib
  393. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/lock_registration/CMakeLists.txt
  394. register_locks.cpp
  395. hpx_lock_registration.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\lock_registration\hpx_lock_registration.dir\Debug\hpx_lock_registration.lib
  396. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/execution_base/CMakeLists.txt
  397. agent_ref.cpp
  398. any_sender.cpp
  399. spinlock_deadlock_detection.cpp
  400. this_thread.cpp
  401. hpx_execution_base.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\execution_base\hpx_execution_base.dir\Debug\hpx_execution_base.lib
  402. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/hashing/CMakeLists.txt
  403. empty.cpp
  404. hpx_hashing.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\hashing\hpx_hashing.dir\Debug\hpx_hashing.lib
  405. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/concurrency/CMakeLists.txt
  406. barrier.cpp
  407. hpx_concurrency.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\concurrency\hpx_concurrency.dir\Debug\hpx_concurrency.lib
  408. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/topology/CMakeLists.txt
  409. cpu_mask.cpp
  410. topology.cpp
  411. config_entries.cpp
  412. hpx_topology.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\topology\hpx_topology.dir\Debug\hpx_topology.lib
  413. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/affinity/CMakeLists.txt
  414. affinity_data.cpp
  415. parse_affinity_options.cpp
  416. hpx_affinity.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\affinity\hpx_affinity.dir\Debug\hpx_affinity.lib
  417. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/threading_base/CMakeLists.txt
  418. annotated_function.cpp
  419. callback_notifier.cpp
  420. create_thread.cpp
  421. create_work.cpp
  422. reset_backtrace.cpp
  423. reset_lco_description.cpp
  424. execution_agent.cpp
  425. external_timer.cpp
  426. get_default_pool.cpp
  427. get_default_timer_service.cpp
  428. print.cpp
  429. scheduler_base.cpp
  430. set_thread_state.cpp
  431. set_thread_state_timed.cpp
  432. thread_data.cpp
  433. thread_data_stackful.cpp
  434. thread_data_stackless.cpp
  435. thread_description.cpp
  436. thread_helpers.cpp
  437. thread_num_tss.cpp
  438. thread_pool_base.cpp
  439. hpx_threading_base.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\threading_base\hpx_threading_base.dir\Debug\hpx_threading_base.lib
  440. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/synchronization/CMakeLists.txt
  441. condition_variable.cpp
  442. counting_semaphore.cpp
  443. sliding_semaphore.cpp
  444. local_barrier.cpp
  445. mutex.cpp
  446. stop_token.cpp
  447. hpx_synchronization.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\synchronization\hpx_synchronization.dir\Debug\hpx_synchronization.lib
  448. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/futures/CMakeLists.txt
  449. future_data.cpp
  450. hpx_futures.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\futures\hpx_futures.dir\Debug\hpx_futures.lib
  451. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/pack_traversal/CMakeLists.txt
  452. empty.cpp
  453. hpx_pack_traversal.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\pack_traversal\hpx_pack_traversal.dir\Debug\hpx_pack_traversal.lib
  454. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/async_combinators/CMakeLists.txt
  455. empty.cpp
  456. hpx_async_combinators.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\async_combinators\hpx_async_combinators.dir\Debug\hpx_async_combinators.lib
  457. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/threading/CMakeLists.txt
  458. thread.cpp
  459. hpx_threading.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\threading\hpx_threading.dir\Debug\hpx_threading.lib
  460. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/execution/CMakeLists.txt
  461. execution_parameter_callbacks.cpp
  462. polymorphic_executor.cpp
  463. run_loop.cpp
  464. hpx_execution.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\execution\hpx_execution.dir\Debug\hpx_execution.lib
  465. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/ini/CMakeLists.txt
  466. ini.cpp
  467. hpx_ini.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\ini\hpx_ini.dir\Debug\hpx_ini.lib
  468. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/io_service/CMakeLists.txt
  469. io_service_pool.cpp
  470. io_service_thread_pool.cpp
  471. hpx_io_service.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\io_service\hpx_io_service.dir\Debug\hpx_io_service.lib
  472. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/program_options/CMakeLists.txt
  473. cmdline.cpp
  474. config_file.cpp
  475. convert.cpp
  476. options_description.cpp
  477. parsers.cpp
  478. positional_options.cpp
  479. split.cpp
  480. utf8_codecvt_facet.cpp
  481. value_semantic.cpp
  482. variables_map.cpp
  483. winmain.cpp
  484. hpx_program_options.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\program_options\hpx_program_options.dir\Debug\hpx_program_options.lib
  485. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/properties/CMakeLists.txt
  486. empty.cpp
  487. hpx_properties.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\properties\hpx_properties.dir\Debug\hpx_properties.lib
  488. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/runtime_configuration/CMakeLists.txt
  489. init_ini_data.cpp
  490. runtime_configuration.cpp
  491. runtime_mode.cpp
  492. static_factory_data.cpp
  493. hpx_runtime_configuration.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\runtime_configuration\hpx_runtime_configuration.dir\Debug\hpx_runtime_configuration.lib
  494. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/schedulers/CMakeLists.txt
  495. deadlock_detection.cpp
  496. maintain_queue_wait_times.cpp
  497. hpx_schedulers.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\schedulers\hpx_schedulers.dir\Debug\hpx_schedulers.lib
  498. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/thread_pools/CMakeLists.txt
  499. background_thread.cpp
  500. scheduling_log.cpp
  501. scheduled_thread_pool.cpp
  502. hpx_thread_pools.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\thread_pools\hpx_thread_pools.dir\Debug\hpx_thread_pools.lib
  503. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/resource_partitioner/CMakeLists.txt
  504. detail_partitioner.cpp
  505. partitioner.cpp
  506. hpx_resource_partitioner.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\resource_partitioner\hpx_resource_partitioner.dir\Debug\hpx_resource_partitioner.lib
  507. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/executors/CMakeLists.txt
  508. current_executor.cpp
  509. exception_list_callbacks.cpp
  510. fork_join_executor.cpp
  511. hpx_executors.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\executors\hpx_executors.dir\Debug\hpx_executors.lib
  512. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/async_local/CMakeLists.txt
  513. empty.cpp
  514. hpx_async_local.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\async_local\hpx_async_local.dir\Debug\hpx_async_local.lib
  515. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/lcos_local/CMakeLists.txt
  516. composable_guard.cpp
  517. preprocess_future.cpp
  518. hpx_lcos_local.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\lcos_local\hpx_lcos_local.dir\Debug\hpx_lcos_local.lib
  519. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/algorithms/CMakeLists.txt
  520. handle_exception_termination_handler.cpp
  521. task_group.cpp
  522. hpx_algorithms.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\algorithms\hpx_algorithms.dir\Debug\hpx_algorithms.lib
  523. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/asio/CMakeLists.txt
  524. asio_util.cpp
  525. map_hostnames.cpp
  526. hpx_asio.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\asio\hpx_asio.dir\Debug\hpx_asio.lib
  527. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/batch_environments/CMakeLists.txt
  528. alps_environment.cpp
  529. batch_environment.cpp
  530. pbs_environment.cpp
  531. pjm_environment.cpp
  532. slurm_environment.cpp
  533. hpx_batch_environments.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\batch_environments\hpx_batch_environments.dir\Debug\hpx_batch_environments.lib
  534. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/cache/CMakeLists.txt
  535. empty.cpp
  536. hpx_cache.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\cache\hpx_cache.dir\Debug\hpx_cache.lib
  537. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/command_line_handling_local/CMakeLists.txt
  538. command_line_handling_local.cpp
  539. late_command_line_handling_local.cpp
  540. parse_command_line_local.cpp
  541. hpx_command_line_handling_local.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\command_line_handling_local\hpx_command_line_handling_local.dir\Debug\hpx_command_line_handling_local.lib
  542. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/static_reinit/CMakeLists.txt
  543. static_reinit.cpp
  544. hpx_static_reinit.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\static_reinit\hpx_static_reinit.dir\Debug\hpx_static_reinit.lib
  545. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/thread_pool_util/CMakeLists.txt
  546. thread_pool_suspension_helpers.cpp
  547. hpx_thread_pool_util.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\thread_pool_util\hpx_thread_pool_util.dir\Debug\hpx_thread_pool_util.lib
  548. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/threadmanager/CMakeLists.txt
  549. threadmanager.cpp
  550. hpx_threadmanager.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\threadmanager\hpx_threadmanager.dir\Debug\hpx_threadmanager.lib
  551. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/runtime_local/CMakeLists.txt
  552. custom_exception_info.cpp
  553. debugging.cpp
  554. interval_timer.cpp
  555. get_locality_name.cpp
  556. os_thread_type.cpp
  557. pool_timer.cpp
  558. runtime_handlers.cpp
  559. runtime_local.cpp
  560. serialize_exception.cpp
  561. state.cpp
  562. thread_mapper.cpp
  563. thread_pool_helpers.cpp
  564. thread_stacktrace.cpp
  565. hpx_runtime_local.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\runtime_local\hpx_runtime_local.dir\Debug\hpx_runtime_local.lib
  566. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/compute_local/CMakeLists.txt
  567. get_host_targets.cpp
  568. host_target.cpp
  569. numa_domains.cpp
  570. hpx_compute_local.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\compute_local\hpx_compute_local.dir\Debug\hpx_compute_local.lib
  571. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/timed_execution/CMakeLists.txt
  572. empty.cpp
  573. hpx_timed_execution.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\timed_execution\hpx_timed_execution.dir\Debug\hpx_timed_execution.lib
  574. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/include_local/CMakeLists.txt
  575. empty.cpp
  576. hpx_include_local.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\include_local\hpx_include_local.dir\Debug\hpx_include_local.lib
  577. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/testing/CMakeLists.txt
  578. testing.cpp
  579. performance.cpp
  580. hpx_testing.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\testing\hpx_testing.dir\Debug\hpx_testing.lib
  581. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/init_runtime_local/CMakeLists.txt
  582. init_logging.cpp
  583. init_runtime_local.cpp
  584. hpx_init_runtime_local.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\init_runtime_local\hpx_init_runtime_local.dir\Debug\hpx_init_runtime_local.lib
  585. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/core/resiliency/CMakeLists.txt
  586. resiliency.cpp
  587. hpx_resiliency.vcxproj -> D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\core\resiliency\hpx_resiliency.dir\Debug\hpx_resiliency.lib
  588. Building Custom Rule D:/a/hpx-template/hpx-template/build/_deps/hpx-src/libs/CMakeLists.txt
  589. empty.cpp
  590. Creating library D:/a/hpx-template/hpx-template/build/_deps/hpx-src/build/Debug/lib/hpx_cored.lib and object D:/a/hpx-template/hpx-template/build/_deps/hpx-src/build/Debug/lib/hpx_cored.exp
  591. topology.obj : error LNK2019: unresolved external symbol hwloc_bitmap_alloc referenced in function "public: void __cdecl hpx::threads::topology::set_thread_affinity_mask(class hpx::detail::dynamic_bitset<unsigned __int64,class std::allocator<unsigned __int64> > const &,class hpx::error_code &)const " (?set_thread_affinity_mask@topology@threads@hpx@@QEBAXAEBV?$dynamic_bitset@_KV?$allocator@_K@std@@@detail@3@AEAVerror_code@3@@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  592. topology.obj : error LNK2019: unresolved external symbol hwloc_bitmap_free referenced in function "public: void __cdecl hpx::threads::topology::set_thread_affinity_mask(class hpx::detail::dynamic_bitset<unsigned __int64,class std::allocator<unsigned __int64> > const &,class hpx::error_code &)const " (?set_thread_affinity_mask@topology@threads@hpx@@QEBAXAEBV?$dynamic_bitset@_KV?$allocator@_K@std@@@detail@3@AEAVerror_code@3@@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  593. topology.obj : error LNK2019: unresolved external symbol hwloc_bitmap_snprintf referenced in function "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl hpx::threads::operator<<(class std::basic_ostream<char,struct std::char_traits<char> > &,struct hpx::threads::hpx_hwloc_bitmap_wrapper const *)" (??6threads@hpx@@YAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AEAV23@PEBUhpx_hwloc_bitmap_wrapper@01@@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  594. topology.obj : error LNK2019: unresolved external symbol hwloc_bitmap_zero referenced in function hwloc_cpuset_to_nodeset [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  595. topology.obj : error LNK2019: unresolved external symbol hwloc_bitmap_set referenced in function hwloc_cpuset_to_nodeset [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  596. topology.obj : error LNK2019: unresolved external symbol hwloc_bitmap_isset referenced in function hwloc_cpuset_from_nodeset [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  597. topology.obj : error LNK2019: unresolved external symbol hwloc_bitmap_first referenced in function "void __cdecl hpx::threads::iterate<class `__cdecl hpx::threads::num_set_bits(struct hwloc_bitmap_s *)'::`2'::<lambda_1> >(struct hwloc_bitmap_s *,class `__cdecl hpx::threads::num_set_bits(struct hwloc_bitmap_s *)'::`2'::<lambda_1> &&)" (??$iterate@V<lambda_1>@?1??num_set_bits@threads@hpx@@YA@PEAUhwloc_bitmap_s@@@Z@@threads@hpx@@YAXPEAUhwloc_bitmap_s@@$$QEAV<lambda_1>@?1??num_set_bits@01@YA@0@Z@@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  598. topology.obj : error LNK2019: unresolved external symbol hwloc_bitmap_next referenced in function "void __cdecl hpx::threads::iterate<class `__cdecl hpx::threads::num_set_bits(struct hwloc_bitmap_s *)'::`2'::<lambda_1> >(struct hwloc_bitmap_s *,class `__cdecl hpx::threads::num_set_bits(struct hwloc_bitmap_s *)'::`2'::<lambda_1> &&)" (??$iterate@V<lambda_1>@?1??num_set_bits@threads@hpx@@YA@PEAUhwloc_bitmap_s@@@Z@@threads@hpx@@YAXPEAUhwloc_bitmap_s@@$$QEAV<lambda_1>@?1??num_set_bits@01@YA@0@Z@@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  599. topology.obj : error LNK2019: unresolved external symbol hwloc_bitmap_or referenced in function hwloc_cpuset_from_nodeset [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  600. topology.obj : error LNK2019: unresolved external symbol hwloc_bitmap_intersects referenced in function hwloc_get_next_obj_covering_cpuset_by_depth [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  601. topology.obj : error LNK2019: unresolved external symbol hwloc_compare_types referenced in function hwloc_get_type_or_below_depth [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  602. topology.obj : error LNK2019: unresolved external symbol hwloc_topology_init referenced in function "public: __cdecl hpx::threads::topology::topology(void)" (??0topology@threads@hpx@@QEAA@XZ) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  603. topology.obj : error LNK2019: unresolved external symbol hwloc_topology_load referenced in function "public: __cdecl hpx::threads::topology::topology(void)" (??0topology@threads@hpx@@QEAA@XZ) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  604. topology.obj : error LNK2019: unresolved external symbol hwloc_topology_destroy referenced in function "public: __cdecl hpx::threads::topology::~topology(void)" (??1topology@threads@hpx@@QEAA@XZ) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  605. topology.obj : error LNK2019: unresolved external symbol hwloc_get_type_depth referenced in function hwloc_get_type_or_below_depth [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  606. topology.obj : error LNK2019: unresolved external symbol hwloc_get_depth_type referenced in function hwloc_get_type_or_below_depth [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  607. topology.obj : error LNK2019: unresolved external symbol hwloc_get_nbobjs_by_depth referenced in function hwloc_get_nbobjs_by_type [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  608. topology.obj : error LNK2019: unresolved external symbol hwloc_get_obj_by_depth referenced in function hwloc_get_obj_by_type [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  609. topology.obj : error LNK2019: unresolved external symbol hwloc_set_cpubind referenced in function "public: void __cdecl hpx::threads::topology::set_thread_affinity_mask(class hpx::detail::dynamic_bitset<unsigned __int64,class std::allocator<unsigned __int64> > const &,class hpx::error_code &)const " (?set_thread_affinity_mask@topology@threads@hpx@@QEBAXAEBV?$dynamic_bitset@_KV?$allocator@_K@std@@@detail@3@AEAVerror_code@3@@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  610. topology.obj : error LNK2019: unresolved external symbol hwloc_get_cpubind referenced in function "public: class hpx::detail::dynamic_bitset<unsigned __int64,class std::allocator<unsigned __int64> > __cdecl hpx::threads::topology::get_cpubind_mask(class hpx::error_code &)const " (?get_cpubind_mask@topology@threads@hpx@@QEBA?AV?$dynamic_bitset@_KV?$allocator@_K@std@@@detail@3@AEAVerror_code@3@@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  611. topology.obj : error LNK2019: unresolved external symbol hwloc_get_thread_cpubind referenced in function "public: class hpx::detail::dynamic_bitset<unsigned __int64,class std::allocator<unsigned __int64> > __cdecl hpx::threads::topology::get_cpubind_mask(class std::thread &,class hpx::error_code &)const " (?get_cpubind_mask@topology@threads@hpx@@QEBA?AV?$dynamic_bitset@_KV?$allocator@_K@std@@@detail@3@AEAVthread@std@@AEAVerror_code@3@@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  612. topology.obj : error LNK2019: unresolved external symbol hwloc_set_area_membind referenced in function "public: bool __cdecl hpx::threads::topology::set_area_membind_nodeset(void const *,unsigned __int64,void *)const " (?set_area_membind_nodeset@topology@threads@hpx@@QEBA_NPEBX_KPEAX@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  613. topology.obj : error LNK2019: unresolved external symbol hwloc_get_area_membind referenced in function "public: class hpx::detail::dynamic_bitset<unsigned __int64,class std::allocator<unsigned __int64> > __cdecl hpx::threads::topology::get_thread_affinity_mask_from_lva(void const *,class hpx::error_code &)const " (?get_thread_affinity_mask_from_lva@topology@threads@hpx@@QEBA?AV?$dynamic_bitset@_KV?$allocator@_K@std@@@detail@3@PEBXAEAVerror_code@3@@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  614. topology.obj : error LNK2019: unresolved external symbol hwloc_get_area_memlocation referenced in function "public: int __cdecl hpx::threads::topology::get_numa_domain(void const *)const " (?get_numa_domain@topology@threads@hpx@@QEBAHPEBX@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  615. topology.obj : error LNK2019: unresolved external symbol hwloc_alloc referenced in function "public: void * __cdecl hpx::threads::topology::allocate(unsigned __int64)const " (?allocate@topology@threads@hpx@@QEBAPEAX_K@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  616. topology.obj : error LNK2019: unresolved external symbol hwloc_alloc_membind referenced in function "public: void * __cdecl hpx::threads::topology::allocate_membind(unsigned __int64,class std::shared_ptr<struct hpx::threads::hpx_hwloc_bitmap_wrapper> const &,enum hpx::threads::hpx_hwloc_membind_policy,int)const " (?allocate_membind@topology@threads@hpx@@QEBAPEAX_KAEBV?$shared_ptr@Uhpx_hwloc_bitmap_wrapper@threads@hpx@@@std@@W4hpx_hwloc_membind_policy@23@H@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  617. topology.obj : error LNK2019: unresolved external symbol hwloc_free referenced in function "public: void __cdecl hpx::threads::topology::deallocate(void *,unsigned __int64)const " (?deallocate@topology@threads@hpx@@QEBAXPEAX_K@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  618. topology.obj : error LNK2019: unresolved external symbol hwloc_obj_type_is_memory referenced in function "struct hwloc_obj * __cdecl hpx::threads::detail::adjust_node_obj(struct hwloc_obj *)" (?adjust_node_obj@detail@threads@hpx@@YAPEAUhwloc_obj@@PEAU4@@Z) [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  619. D:\a\hpx-template\hpx-template\build\_deps\hwloc-src\lib\libhwloc.lib : warning LNK4272: library machine type 'x86' conflicts with target machine type 'x64' [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  620. D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\Debug\bin\hpx_cored.dll : fatal error LNK1120: 28 unresolved externals [D:\a\hpx-template\hpx-template\build\_deps\hpx-src\build\libs\hpx_core.vcxproj]
  621. CMake Error at C:/vcpkg/scripts/buildsystems/vcpkg.cmake:859 (_find_package):
  622. Could not find a package configuration file provided by "HPX" with any of
  623. -- Configuring incomplete, errors occurred!
  624. the following names:
  625.  
  626. HPXConfig.cmake
  627. hpx-config.cmake
  628.  
  629. Add the installation prefix of "HPX" to CMAKE_PREFIX_PATH or set "HPX_DIR"
  630. to a directory containing one of the above files. If "HPX" provides a
  631. separate development package or SDK, be sure it has been installed.
  632. Call Stack (most recent call first):
  633. CMakeLists.txt:86 (find_package)
  634.  
  635.  
  636. Error: Process completed with exit code 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement