Guest User

output

a guest
May 20th, 2025
10
0
16 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 207.95 KB | None | 0 0
  1. configure: cmake -S . -B ./build -G Ninja -DCMAKE_BUILD_TYPE=Release -DVTK_ENABLE_LOGGING:BOOL=OFF -DVTK_ENABLE_WRAPPING:BOOL=OFF -DVTK_MODULE_ENABLE_VTK_RenderingLICOpenGL2:STRING=DONT_WANT -DVTK_MODULE_ENABLE_VTK_libproj=NO -DVTK_ENABLE_WEBGPU=ON '-Demdawnwebgpu_DIR=C:\git\VTK\dawn\lib\cmake\emdawnwebgpu' -DVTK_BUILD_TESTING=ON -DVTK_WEBASSEMBLY_64_BIT=ON -DCMAKE_INSTALL_PREFIX=C:/git/vtk/build '-DCMAKE_TOOLCHAIN_FILE=C:\emsdk\upstream\emscripten\cmake\Modules\Platform\Emscripten.cmake' -DCMAKE_CROSSCOMPILING_EMULATOR=C:/emsdk/node/20.18.0_64bit/bin/node.exe
  2. -- The C compiler identification is Clang 21.0.0
  3. -- The CXX compiler identification is Clang 21.0.0
  4. -- Detecting C compiler ABI info
  5. -- Detecting C compiler ABI info - done
  6. -- Check for working C compiler: C:/emsdk/upstream/emscripten/emcc.bat - skipped
  7. -- Detecting C compile features
  8. -- Detecting C compile features - done
  9. -- Detecting CXX compiler ABI info
  10. -- Detecting CXX compiler ABI info - done
  11. -- Check for working CXX compiler: C:/emsdk/upstream/emscripten/em++.bat - skipped
  12. -- Detecting CXX compile features
  13. -- Detecting CXX compile features - done
  14. -- Performing Test vtk_have_compiler_flag_Weverything
  15. -- Performing Test vtk_have_compiler_flag_Weverything - Success
  16. -- Performing Test vtk_have_compiler_flag-CXX--wd4251
  17. -- Performing Test vtk_have_compiler_flag-CXX--wd4251 - Failed
  18. -- Performing Test vtk_have_compiler_flag-CXX--EHsc
  19. -- Performing Test vtk_have_compiler_flag-CXX--EHsc - Failed
  20. -- Performing Test VTK_REQUIRE_LARGE_FILE_SUPPORT
  21. -- Performing Test VTK_REQUIRE_LARGE_FILE_SUPPORT - Failed
  22. -- Checking whether wstring is available
  23. -- Checking whether wstring is available - yes
  24. -- Checking whether C compiler has ptrdiff_t in stddef.h
  25. -- Checking whether C compiler has ptrdiff_t in stddef.h - yes
  26. -- Checking whether C compiler has ssize_t in unistd.h
  27. -- Checking whether C compiler has ssize_t in unistd.h - yes
  28. -- Checking whether C compiler has clock_gettime
  29. -- Checking whether C compiler has clock_gettime - yes
  30. -- Checking whether CXX compiler has setenv
  31. -- Checking whether CXX compiler has setenv - yes
  32. -- Checking whether CXX compiler has unsetenv
  33. -- Checking whether CXX compiler has unsetenv - yes
  34. -- Checking whether CXX compiler has environ in stdlib.h
  35. -- Checking whether CXX compiler has environ in stdlib.h - no
  36. -- Checking whether CXX compiler has utimes
  37. -- Checking whether CXX compiler has utimes - yes
  38. -- Checking whether CXX compiler has utimensat
  39. -- Checking whether CXX compiler has utimensat - yes
  40. -- Checking whether CXX compiler struct stat has st_mtim member
  41. -- Checking whether CXX compiler struct stat has st_mtim member - yes
  42. -- Checking whether CXX compiler struct stat has st_mtimespec member
  43. -- Checking whether CXX compiler struct stat has st_mtimespec member - no
  44. -- Looking for include files sys/types.h, ifaddrs.h
  45. -- Looking for include files sys/types.h, ifaddrs.h - found
  46. -- Checking whether CXX compiler has rlimit64
  47. -- Checking whether CXX compiler has rlimit64 - yes
  48. -- Looking for C++ include execinfo.h
  49. -- Looking for C++ include execinfo.h - not found
  50. -- Checking whether CXX compiler has getloadavg
  51. -- Checking whether CXX compiler has getloadavg - yes
  52. -- Checking whether <ext/stdio_filebuf.h> is available
  53. -- Checking whether <ext/stdio_filebuf.h> is available - no
  54. CMake Warning (dev) at Utilities/KWSys/vtksys/CMakeLists.txt:777 (add_library):
  55. ADD_LIBRARY called with SHARED option but the target platform does not
  56. support dynamic linking. Building a STATIC library instead. This may lead
  57. to problems.
  58. This warning is for project developers. Use -Wno-dev to suppress it.
  59.  
  60. -- Looking for C++ include cxxabi.h
  61. -- Looking for C++ include cxxabi.h - found
  62. -- Looking for abi::__cxa_demangle
  63. -- Looking for abi::__cxa_demangle - found
  64. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  65. ADD_LIBRARY called with SHARED option but the target platform does not
  66. support dynamic linking. Building a STATIC library instead. This may lead
  67. to problems.
  68. Call Stack (most recent call first):
  69. ThirdParty/token/vtktoken/token/CMakeLists.txt:65 (vtk_module_add_module)
  70. This warning is for project developers. Use -Wno-dev to suppress it.
  71.  
  72. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
  73. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
  74. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
  75. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
  76. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR
  77. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
  78. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  79. ADD_LIBRARY called with SHARED option but the target platform does not
  80. support dynamic linking. Building a STATIC library instead. This may lead
  81. to problems.
  82. Call Stack (most recent call first):
  83. ThirdParty/doubleconversion/vtkdoubleconversion/CMakeLists.txt:23 (vtk_module_add_module)
  84. This warning is for project developers. Use -Wno-dev to suppress it.
  85.  
  86. -- Checking for builtin __atomic_add_fetch
  87. -- Checking for builtin __atomic_add_fetch -- success
  88. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  89. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
  90. -- Found Threads: TRUE
  91. -- Performing Test VTK_HAS_STD_ISNAN
  92. -- Performing Test VTK_HAS_STD_ISNAN - Success
  93. -- Performing Test VTK_HAS_STD_ISINF
  94. -- Performing Test VTK_HAS_STD_ISINF - Success
  95. -- Performing Test VTK_HAS_STD_ISFINITE
  96. -- Performing Test VTK_HAS_STD_ISFINITE - Success
  97. -- Looking for isnan
  98. -- Looking for isnan - found
  99. -- Looking for isinf
  100. -- Looking for isinf - found
  101. -- Looking for isfinite
  102. -- Looking for isfinite - found
  103. -- Looking for finite
  104. -- Looking for finite - found
  105. -- Looking for fenv.h
  106. -- Looking for fenv.h - found
  107. -- Looking for feenableexcept
  108. -- Looking for feenableexcept - not found
  109. -- Looking for abi::__cxa_demangle
  110. -- Looking for abi::__cxa_demangle - found
  111. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  112. ADD_LIBRARY called with SHARED option but the target platform does not
  113. support dynamic linking. Building a STATIC library instead. This may lead
  114. to problems.
  115. Call Stack (most recent call first):
  116. Common/Core/CMakeLists.txt:696 (vtk_module_add_module)
  117. This warning is for project developers. Use -Wno-dev to suppress it.
  118.  
  119. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  120. ADD_LIBRARY called with SHARED option but the target platform does not
  121. support dynamic linking. Building a STATIC library instead. This may lead
  122. to problems.
  123. Call Stack (most recent call first):
  124. ThirdParty/kissfft/vtkkissfft/CMakeLists.txt:25 (vtk_module_add_module)
  125. This warning is for project developers. Use -Wno-dev to suppress it.
  126.  
  127. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  128. ADD_LIBRARY called with SHARED option but the target platform does not
  129. support dynamic linking. Building a STATIC library instead. This may lead
  130. to problems.
  131. Call Stack (most recent call first):
  132. Common/Math/CMakeLists.txt:36 (vtk_module_add_module)
  133. This warning is for project developers. Use -Wno-dev to suppress it.
  134.  
  135. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  136. ADD_LIBRARY called with SHARED option but the target platform does not
  137. support dynamic linking. Building a STATIC library instead. This may lead
  138. to problems.
  139. Call Stack (most recent call first):
  140. Common/Transforms/CMakeLists.txt:19 (vtk_module_add_module)
  141. This warning is for project developers. Use -Wno-dev to suppress it.
  142.  
  143. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  144. ADD_LIBRARY called with SHARED option but the target platform does not
  145. support dynamic linking. Building a STATIC library instead. This may lead
  146. to problems.
  147. Call Stack (most recent call first):
  148. Common/Misc/CMakeLists.txt:17 (vtk_module_add_module)
  149. This warning is for project developers. Use -Wno-dev to suppress it.
  150.  
  151. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  152. ADD_LIBRARY called with SHARED option but the target platform does not
  153. support dynamic linking. Building a STATIC library instead. This may lead
  154. to problems.
  155. Call Stack (most recent call first):
  156. Common/System/CMakeLists.txt:30 (vtk_module_add_module)
  157. This warning is for project developers. Use -Wno-dev to suppress it.
  158.  
  159. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  160. ADD_LIBRARY called with SHARED option but the target platform does not
  161. support dynamic linking. Building a STATIC library instead. This may lead
  162. to problems.
  163. Call Stack (most recent call first):
  164. ThirdParty/pugixml/vtkpugixml/CMakeLists.txt:221 (vtk_module_add_module)
  165. This warning is for project developers. Use -Wno-dev to suppress it.
  166.  
  167. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  168. ADD_LIBRARY called with SHARED option but the target platform does not
  169. support dynamic linking. Building a STATIC library instead. This may lead
  170. to problems.
  171. Call Stack (most recent call first):
  172. Common/DataModel/CMakeLists.txt:351 (vtk_module_add_module)
  173. This warning is for project developers. Use -Wno-dev to suppress it.
  174.  
  175. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  176. ADD_LIBRARY called with SHARED option but the target platform does not
  177. support dynamic linking. Building a STATIC library instead. This may lead
  178. to problems.
  179. Call Stack (most recent call first):
  180. Common/ExecutionModel/CMakeLists.txt:90 (vtk_module_add_module)
  181. This warning is for project developers. Use -Wno-dev to suppress it.
  182.  
  183. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  184. ADD_LIBRARY called with SHARED option but the target platform does not
  185. support dynamic linking. Building a STATIC library instead. This may lead
  186. to problems.
  187. Call Stack (most recent call first):
  188. Filters/Reduction/CMakeLists.txt:10 (vtk_module_add_module)
  189. This warning is for project developers. Use -Wno-dev to suppress it.
  190.  
  191. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  192. ADD_LIBRARY called with SHARED option but the target platform does not
  193. support dynamic linking. Building a STATIC library instead. This may lead
  194. to problems.
  195. Call Stack (most recent call first):
  196. Filters/Core/CMakeLists.txt:144 (vtk_module_add_module)
  197. This warning is for project developers. Use -Wno-dev to suppress it.
  198.  
  199. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  200. ADD_LIBRARY called with SHARED option but the target platform does not
  201. support dynamic linking. Building a STATIC library instead. This may lead
  202. to problems.
  203. Call Stack (most recent call first):
  204. Common/Color/CMakeLists.txt:5 (vtk_module_add_module)
  205. This warning is for project developers. Use -Wno-dev to suppress it.
  206.  
  207. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  208. ADD_LIBRARY called with SHARED option but the target platform does not
  209. support dynamic linking. Building a STATIC library instead. This may lead
  210. to problems.
  211. Call Stack (most recent call first):
  212. Common/ComputationalGeometry/CMakeLists.txt:29 (vtk_module_add_module)
  213. This warning is for project developers. Use -Wno-dev to suppress it.
  214.  
  215. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  216. ADD_LIBRARY called with SHARED option but the target platform does not
  217. support dynamic linking. Building a STATIC library instead. This may lead
  218. to problems.
  219. Call Stack (most recent call first):
  220. Filters/Geometry/CMakeLists.txt:27 (vtk_module_add_module)
  221. This warning is for project developers. Use -Wno-dev to suppress it.
  222.  
  223. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  224. ADD_LIBRARY called with SHARED option but the target platform does not
  225. support dynamic linking. Building a STATIC library instead. This may lead
  226. to problems.
  227. Call Stack (most recent call first):
  228. ThirdParty/verdict/vtkverdict/CMakeLists.txt:25 (vtk_module_add_module)
  229. This warning is for project developers. Use -Wno-dev to suppress it.
  230.  
  231. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  232. ADD_LIBRARY called with SHARED option but the target platform does not
  233. support dynamic linking. Building a STATIC library instead. This may lead
  234. to problems.
  235. Call Stack (most recent call first):
  236. Filters/Verdict/CMakeLists.txt:8 (vtk_module_add_module)
  237. This warning is for project developers. Use -Wno-dev to suppress it.
  238.  
  239. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  240. ADD_LIBRARY called with SHARED option but the target platform does not
  241. support dynamic linking. Building a STATIC library instead. This may lead
  242. to problems.
  243. Call Stack (most recent call first):
  244. ThirdParty/fmt/vtkfmt/CMakeLists.txt:20 (vtk_module_add_module)
  245. This warning is for project developers. Use -Wno-dev to suppress it.
  246.  
  247. -- Looking for strtod_l
  248. -- Looking for strtod_l - not found
  249. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  250. ADD_LIBRARY called with SHARED option but the target platform does not
  251. support dynamic linking. Building a STATIC library instead. This may lead
  252. to problems.
  253. Call Stack (most recent call first):
  254. Filters/General/CMakeLists.txt:142 (vtk_module_add_module)
  255. This warning is for project developers. Use -Wno-dev to suppress it.
  256.  
  257. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  258. ADD_LIBRARY called with SHARED option but the target platform does not
  259. support dynamic linking. Building a STATIC library instead. This may lead
  260. to problems.
  261. Call Stack (most recent call first):
  262. Filters/Sources/CMakeLists.txt:48 (vtk_module_add_module)
  263. This warning is for project developers. Use -Wno-dev to suppress it.
  264.  
  265. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  266. ADD_LIBRARY called with SHARED option but the target platform does not
  267. support dynamic linking. Building a STATIC library instead. This may lead
  268. to problems.
  269. Call Stack (most recent call first):
  270. Rendering/Core/CMakeLists.txt:201 (vtk_module_add_module)
  271. This warning is for project developers. Use -Wno-dev to suppress it.
  272.  
  273. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  274. ADD_LIBRARY called with SHARED option but the target platform does not
  275. support dynamic linking. Building a STATIC library instead. This may lead
  276. to problems.
  277. Call Stack (most recent call first):
  278. Filters/HyperTree/CMakeLists.txt:30 (vtk_module_add_module)
  279. This warning is for project developers. Use -Wno-dev to suppress it.
  280.  
  281. -- Performing Test EIGEN_COMPILER_SUPPORT_CPP11
  282. -- Performing Test EIGEN_COMPILER_SUPPORT_CPP11 - Success
  283. -- Performing Test standard_math_library_linked_to_automatically
  284. -- Performing Test standard_math_library_linked_to_automatically - Success
  285. -- Performing Test COMPILER_SUPPORT_WERROR
  286. -- Performing Test COMPILER_SUPPORT_WERROR - Success
  287. -- Performing Test COMPILER_SUPPORT_pedantic
  288. -- Performing Test COMPILER_SUPPORT_pedantic - Success
  289. -- Performing Test COMPILER_SUPPORT_Wall
  290. -- Performing Test COMPILER_SUPPORT_Wall - Success
  291. -- Performing Test COMPILER_SUPPORT_Wextra
  292. -- Performing Test COMPILER_SUPPORT_Wextra - Success
  293. -- Performing Test COMPILER_SUPPORT_Wundef
  294. -- Performing Test COMPILER_SUPPORT_Wundef - Success
  295. -- Performing Test COMPILER_SUPPORT_Wcastalign
  296. -- Performing Test COMPILER_SUPPORT_Wcastalign - Success
  297. -- Performing Test COMPILER_SUPPORT_Wcharsubscripts
  298. -- Performing Test COMPILER_SUPPORT_Wcharsubscripts - Success
  299. -- Performing Test COMPILER_SUPPORT_Wnonvirtualdtor
  300. -- Performing Test COMPILER_SUPPORT_Wnonvirtualdtor - Success
  301. -- Performing Test COMPILER_SUPPORT_Wunusedlocaltypedefs
  302. -- Performing Test COMPILER_SUPPORT_Wunusedlocaltypedefs - Success
  303. -- Performing Test COMPILER_SUPPORT_Wpointerarith
  304. -- Performing Test COMPILER_SUPPORT_Wpointerarith - Success
  305. -- Performing Test COMPILER_SUPPORT_Wwritestrings
  306. -- Performing Test COMPILER_SUPPORT_Wwritestrings - Success
  307. -- Performing Test COMPILER_SUPPORT_Wformatsecurity
  308. -- Performing Test COMPILER_SUPPORT_Wformatsecurity - Success
  309. -- Performing Test COMPILER_SUPPORT_Wshorten64to32
  310. -- Performing Test COMPILER_SUPPORT_Wshorten64to32 - Success
  311. -- Performing Test COMPILER_SUPPORT_Wlogicalop
  312. -- Performing Test COMPILER_SUPPORT_Wlogicalop - Failed
  313. -- Performing Test COMPILER_SUPPORT_Wenumconversion
  314. -- Performing Test COMPILER_SUPPORT_Wenumconversion - Success
  315. -- Performing Test COMPILER_SUPPORT_Wcpp11extensions
  316. -- Performing Test COMPILER_SUPPORT_Wcpp11extensions - Success
  317. -- Performing Test COMPILER_SUPPORT_Wdoublepromotion
  318. -- Performing Test COMPILER_SUPPORT_Wdoublepromotion - Success
  319. -- Performing Test COMPILER_SUPPORT_Wshadow
  320. -- Performing Test COMPILER_SUPPORT_Wshadow - Success
  321. -- Performing Test COMPILER_SUPPORT_Wnopsabi
  322. -- Performing Test COMPILER_SUPPORT_Wnopsabi - Success
  323. -- Performing Test COMPILER_SUPPORT_Wnovariadicmacros
  324. -- Performing Test COMPILER_SUPPORT_Wnovariadicmacros - Success
  325. -- Performing Test COMPILER_SUPPORT_Wnolonglong
  326. -- Performing Test COMPILER_SUPPORT_Wnolonglong - Success
  327. -- Performing Test COMPILER_SUPPORT_fnochecknew
  328. -- Performing Test COMPILER_SUPPORT_fnochecknew - Success
  329. -- Performing Test COMPILER_SUPPORT_fnocommon
  330. -- Performing Test COMPILER_SUPPORT_fnocommon - Success
  331. -- Performing Test COMPILER_SUPPORT_fstrictaliasing
  332. -- Performing Test COMPILER_SUPPORT_fstrictaliasing - Success
  333. -- Performing Test COMPILER_SUPPORT_wd981
  334. -- Performing Test COMPILER_SUPPORT_wd981 - Failed
  335. -- Performing Test COMPILER_SUPPORT_wd2304
  336. -- Performing Test COMPILER_SUPPORT_wd2304 - Failed
  337. -- Performing Test COMPILER_SUPPORT_STRICTANSI
  338. -- Performing Test COMPILER_SUPPORT_STRICTANSI - Failed
  339. -- Performing Test COMPILER_SUPPORT_Qunusedarguments
  340. -- Performing Test COMPILER_SUPPORT_Qunusedarguments - Success
  341. -- Performing Test COMPILER_SUPPORT_ansi
  342. -- Performing Test COMPILER_SUPPORT_ansi - Success
  343. -- Performing Test COMPILER_SUPPORT_OPENMP
  344. -- Performing Test COMPILER_SUPPORT_OPENMP - Success
  345. CMake Warning (dev) at CMake/vtkModule.cmake:4883 (install):
  346. Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
  347. "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
  348. command to set the policy and suppress this warning.
  349. Call Stack (most recent call first):
  350. ThirdParty/eigen/vtkeigen/CMakeLists.txt:701 (vtk_module_install_headers)
  351. This warning is for project developers. Use -Wno-dev to suppress it.
  352.  
  353. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  354. ADD_LIBRARY called with SHARED option but the target platform does not
  355. support dynamic linking. Building a STATIC library instead. This may lead
  356. to problems.
  357. Call Stack (most recent call first):
  358. Filters/Statistics/CMakeLists.txt:26 (vtk_module_add_module)
  359. This warning is for project developers. Use -Wno-dev to suppress it.
  360.  
  361. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  362. ADD_LIBRARY called with SHARED option but the target platform does not
  363. support dynamic linking. Building a STATIC library instead. This may lead
  364. to problems.
  365. Call Stack (most recent call first):
  366. ThirdParty/lz4/vtklz4/CMakeLists.txt:20 (vtk_module_add_module)
  367. This warning is for project developers. Use -Wno-dev to suppress it.
  368.  
  369. -- Looking for strings.h
  370. -- Looking for strings.h - found
  371. -- Looking for byteswap.h
  372. -- Looking for byteswap.h - found
  373. -- Looking for sys/endian.h
  374. -- Looking for sys/endian.h - not found
  375. -- Looking for HAVE_BSWAP_16
  376. -- Looking for HAVE_BSWAP_16 - not found
  377. -- Looking for HAVE_BSWAP_32
  378. -- Looking for HAVE_BSWAP_32 - not found
  379. -- Looking for HAVE_BSWAP_64
  380. -- Looking for HAVE_BSWAP_64 - not found
  381. -- Looking for stdint.h
  382. -- Looking for stdint.h - found
  383. -- Looking for inttypes.h
  384. -- Looking for inttypes.h - found
  385. -- Looking for limits.h
  386. -- Looking for limits.h - found
  387. -- Looking for stdbool.h
  388. -- Looking for stdbool.h - found
  389. -- Looking for string.h
  390. -- Looking for string.h - found
  391. -- Looking for memory.h
  392. -- Looking for memory.h - found
  393. -- Looking for sys/types.h
  394. -- Looking for sys/types.h - found
  395. -- Looking for stddef.h
  396. -- Looking for stddef.h - found
  397. -- Check size of int16_t
  398. -- Check size of int16_t - done
  399. -- Check size of int32_t
  400. -- Check size of int32_t - done
  401. -- Check size of int64_t
  402. -- Check size of int64_t - done
  403. -- Check size of intmax_t
  404. -- Check size of intmax_t - done
  405. -- Check size of uint8_t
  406. -- Check size of uint8_t - done
  407. -- Check size of uint16_t
  408. -- Check size of uint16_t - done
  409. -- Check size of uint32_t
  410. -- Check size of uint32_t - done
  411. -- Check size of uint64_t
  412. -- Check size of uint64_t - done
  413. -- Check size of uintmax_t
  414. -- Check size of uintmax_t - done
  415. -- Check size of short
  416. -- Check size of short - done
  417. -- Check size of int
  418. -- Check size of int - done
  419. -- Check size of long
  420. -- Check size of long - done
  421. -- Check size of long long
  422. -- Check size of long long - done
  423. -- Check size of unsigned short
  424. -- Check size of unsigned short - done
  425. -- Check size of unsigned
  426. -- Check size of unsigned - done
  427. -- Check size of unsigned long
  428. -- Check size of unsigned long - done
  429. -- Check size of unsigned long long
  430. -- Check size of unsigned long long - done
  431. -- Check size of size_t
  432. -- Check size of size_t - done
  433. -- Check size of __int64
  434. -- Check size of __int64 - failed
  435. -- Check size of unsigned __int64
  436. -- Check size of unsigned __int64 - failed
  437. -- Check size of uintptr_t
  438. -- Check size of uintptr_t - done
  439. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  440. ADD_LIBRARY called with SHARED option but the target platform does not
  441. support dynamic linking. Building a STATIC library instead. This may lead
  442. to problems.
  443. Call Stack (most recent call first):
  444. ThirdParty/lzma/vtklzma/CMakeLists.txt:288 (vtk_module_add_module)
  445. This warning is for project developers. Use -Wno-dev to suppress it.
  446.  
  447. -- Check size of off64_t
  448. -- Check size of off64_t - done
  449. -- Looking for unistd.h
  450. -- Looking for unistd.h - found
  451. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  452. ADD_LIBRARY called with SHARED option but the target platform does not
  453. support dynamic linking. Building a STATIC library instead. This may lead
  454. to problems.
  455. Call Stack (most recent call first):
  456. ThirdParty/zlib/vtkzlib/CMakeLists.txt:120 (vtk_module_add_module)
  457. This warning is for project developers. Use -Wno-dev to suppress it.
  458.  
  459. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  460. ADD_LIBRARY called with SHARED option but the target platform does not
  461. support dynamic linking. Building a STATIC library instead. This may lead
  462. to problems.
  463. Call Stack (most recent call first):
  464. IO/Core/CMakeLists.txt:37 (vtk_module_add_module)
  465. This warning is for project developers. Use -Wno-dev to suppress it.
  466.  
  467. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  468. ADD_LIBRARY called with SHARED option but the target platform does not
  469. support dynamic linking. Building a STATIC library instead. This may lead
  470. to problems.
  471. Call Stack (most recent call first):
  472. Filters/CellGrid/CMakeLists.txt:150 (vtk_module_add_module)
  473. This warning is for project developers. Use -Wno-dev to suppress it.
  474.  
  475. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  476. ADD_LIBRARY called with SHARED option but the target platform does not
  477. support dynamic linking. Building a STATIC library instead. This may lead
  478. to problems.
  479. Call Stack (most recent call first):
  480. IO/CellGrid/CMakeLists.txt:10 (vtk_module_add_module)
  481. This warning is for project developers. Use -Wno-dev to suppress it.
  482.  
  483. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  484. ADD_LIBRARY called with SHARED option but the target platform does not
  485. support dynamic linking. Building a STATIC library instead. This may lead
  486. to problems.
  487. Call Stack (most recent call first):
  488. IO/Legacy/CMakeLists.txt:34 (vtk_module_add_module)
  489. This warning is for project developers. Use -Wno-dev to suppress it.
  490.  
  491. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  492. ADD_LIBRARY called with SHARED option but the target platform does not
  493. support dynamic linking. Building a STATIC library instead. This may lead
  494. to problems.
  495. Call Stack (most recent call first):
  496. Parallel/Core/CMakeLists.txt:25 (vtk_module_add_module)
  497. This warning is for project developers. Use -Wno-dev to suppress it.
  498.  
  499. -- Looking for dlfcn.h
  500. -- Looking for dlfcn.h - found
  501. -- Looking for fcntl.h
  502. -- Looking for fcntl.h - found
  503. -- Looking for stdlib.h
  504. -- Looking for stdlib.h - found
  505. -- Looking for sys/stat.h
  506. -- Looking for sys/stat.h - found
  507. -- Looking for unistd.h
  508. -- Looking for unistd.h - found
  509. -- Looking for getpagesize
  510. -- Looking for getpagesize - found
  511. -- Looking for mmap
  512. -- Looking for mmap - found
  513. -- Looking for getrandom
  514. -- Looking for getrandom - not found
  515. -- Looking for arc4random_buf
  516. -- Looking for arc4random_buf - not found
  517. -- Looking for arc4random
  518. -- Looking for arc4random - not found
  519. -- Looking for 4 include files stdlib.h, ..., float.h
  520. -- Looking for 4 include files stdlib.h, ..., float.h - found
  521. -- Looking for off_t
  522. -- Looking for off_t - not found
  523. -- Looking for size_t
  524. -- Looking for size_t - not found
  525. -- Performing Test HAVE_SYSCALL_GETRANDOM
  526. -- Performing Test HAVE_SYSCALL_GETRANDOM - Failed
  527. -- Performing Test FLAG_NO_STRICT_ALIASING
  528. -- Performing Test FLAG_NO_STRICT_ALIASING - Success
  529. -- Performing Test FLAG_VISIBILITY
  530. -- Performing Test FLAG_VISIBILITY - Success
  531. -- Looking for cos in m
  532. -- Looking for cos in m - found
  533. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  534. ADD_LIBRARY called with SHARED option but the target platform does not
  535. support dynamic linking. Building a STATIC library instead. This may lead
  536. to problems.
  537. Call Stack (most recent call first):
  538. ThirdParty/expat/vtkexpat/CMakeLists.txt:461 (vtk_module_add_module)
  539. This warning is for project developers. Use -Wno-dev to suppress it.
  540.  
  541. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  542. ADD_LIBRARY called with SHARED option but the target platform does not
  543. support dynamic linking. Building a STATIC library instead. This may lead
  544. to problems.
  545. Call Stack (most recent call first):
  546. IO/XMLParser/CMakeLists.txt:6 (vtk_module_add_module)
  547. This warning is for project developers. Use -Wno-dev to suppress it.
  548.  
  549. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  550. ADD_LIBRARY called with SHARED option but the target platform does not
  551. support dynamic linking. Building a STATIC library instead. This may lead
  552. to problems.
  553. Call Stack (most recent call first):
  554. IO/XML/CMakeLists.txt:58 (vtk_module_add_module)
  555. This warning is for project developers. Use -Wno-dev to suppress it.
  556.  
  557. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  558. ADD_LIBRARY called with SHARED option but the target platform does not
  559. support dynamic linking. Building a STATIC library instead. This may lead
  560. to problems.
  561. Call Stack (most recent call first):
  562. Parallel/DIY/CMakeLists.txt:11 (vtk_module_add_module)
  563. This warning is for project developers. Use -Wno-dev to suppress it.
  564.  
  565. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  566. ADD_LIBRARY called with SHARED option but the target platform does not
  567. support dynamic linking. Building a STATIC library instead. This may lead
  568. to problems.
  569. Call Stack (most recent call first):
  570. Filters/Extraction/CMakeLists.txt:33 (vtk_module_add_module)
  571. This warning is for project developers. Use -Wno-dev to suppress it.
  572.  
  573. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  574. ADD_LIBRARY called with SHARED option but the target platform does not
  575. support dynamic linking. Building a STATIC library instead. This may lead
  576. to problems.
  577. Call Stack (most recent call first):
  578. Interaction/Style/CMakeLists.txt:47 (vtk_module_add_module)
  579. This warning is for project developers. Use -Wno-dev to suppress it.
  580.  
  581. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  582. ADD_LIBRARY called with SHARED option but the target platform does not
  583. support dynamic linking. Building a STATIC library instead. This may lead
  584. to problems.
  585. Call Stack (most recent call first):
  586. ThirdParty/freetype/vtkfreetype/CMakeLists.txt:54 (vtk_module_add_module)
  587. This warning is for project developers. Use -Wno-dev to suppress it.
  588.  
  589. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  590. ADD_LIBRARY called with SHARED option but the target platform does not
  591. support dynamic linking. Building a STATIC library instead. This may lead
  592. to problems.
  593. Call Stack (most recent call first):
  594. Rendering/FreeType/CMakeLists.txt:37 (vtk_module_add_module)
  595. This warning is for project developers. Use -Wno-dev to suppress it.
  596.  
  597. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  598. ADD_LIBRARY called with SHARED option but the target platform does not
  599. support dynamic linking. Building a STATIC library instead. This may lead
  600. to problems.
  601. Call Stack (most recent call first):
  602. Rendering/Context2D/CMakeLists.txt:26 (vtk_module_add_module)
  603. This warning is for project developers. Use -Wno-dev to suppress it.
  604.  
  605. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  606. ADD_LIBRARY called with SHARED option but the target platform does not
  607. support dynamic linking. Building a STATIC library instead. This may lead
  608. to problems.
  609. Call Stack (most recent call first):
  610. Imaging/Core/CMakeLists.txt:48 (vtk_module_add_module)
  611. This warning is for project developers. Use -Wno-dev to suppress it.
  612.  
  613. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  614. ADD_LIBRARY called with SHARED option but the target platform does not
  615. support dynamic linking. Building a STATIC library instead. This may lead
  616. to problems.
  617. Call Stack (most recent call first):
  618. Imaging/Sources/CMakeLists.txt:10 (vtk_module_add_module)
  619. This warning is for project developers. Use -Wno-dev to suppress it.
  620.  
  621. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  622. ADD_LIBRARY called with SHARED option but the target platform does not
  623. support dynamic linking. Building a STATIC library instead. This may lead
  624. to problems.
  625. Call Stack (most recent call first):
  626. Filters/Hybrid/CMakeLists.txt:29 (vtk_module_add_module)
  627. This warning is for project developers. Use -Wno-dev to suppress it.
  628.  
  629. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  630. ADD_LIBRARY called with SHARED option but the target platform does not
  631. support dynamic linking. Building a STATIC library instead. This may lead
  632. to problems.
  633. Call Stack (most recent call first):
  634. Filters/Modeling/CMakeLists.txt:38 (vtk_module_add_module)
  635. This warning is for project developers. Use -Wno-dev to suppress it.
  636.  
  637. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  638. ADD_LIBRARY called with SHARED option but the target platform does not
  639. support dynamic linking. Building a STATIC library instead. This may lead
  640. to problems.
  641. Call Stack (most recent call first):
  642. Filters/Texture/CMakeLists.txt:11 (vtk_module_add_module)
  643. This warning is for project developers. Use -Wno-dev to suppress it.
  644.  
  645. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  646. ADD_LIBRARY called with SHARED option but the target platform does not
  647. support dynamic linking. Building a STATIC library instead. This may lead
  648. to problems.
  649. Call Stack (most recent call first):
  650. Imaging/Color/CMakeLists.txt:15 (vtk_module_add_module)
  651. This warning is for project developers. Use -Wno-dev to suppress it.
  652.  
  653. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  654. ADD_LIBRARY called with SHARED option but the target platform does not
  655. support dynamic linking. Building a STATIC library instead. This may lead
  656. to problems.
  657. Call Stack (most recent call first):
  658. Imaging/General/CMakeLists.txt:26 (vtk_module_add_module)
  659. This warning is for project developers. Use -Wno-dev to suppress it.
  660.  
  661. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  662. ADD_LIBRARY called with SHARED option but the target platform does not
  663. support dynamic linking. Building a STATIC library instead. This may lead
  664. to problems.
  665. Call Stack (most recent call first):
  666. Utilities/DICOMParser/CMakeLists.txt:30 (vtk_module_add_module)
  667. This warning is for project developers. Use -Wno-dev to suppress it.
  668.  
  669. -- Looking for memset
  670. -- Looking for memset - found
  671. -- Looking for memcpy
  672. -- Looking for memcpy - found
  673. -- Check size of size_t
  674. -- Check size of size_t - done
  675. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  676. ADD_LIBRARY called with SHARED option but the target platform does not
  677. support dynamic linking. Building a STATIC library instead. This may lead
  678. to problems.
  679. Call Stack (most recent call first):
  680. ThirdParty/jpeg/vtkjpeg/CMakeLists.txt:120 (vtk_module_add_module)
  681. This warning is for project developers. Use -Wno-dev to suppress it.
  682.  
  683. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  684. ADD_LIBRARY called with SHARED option but the target platform does not
  685. support dynamic linking. Building a STATIC library instead. This may lead
  686. to problems.
  687. Call Stack (most recent call first):
  688. Utilities/MetaIO/vtkmetaio/CMakeLists.txt:116 (vtk_module_add_module)
  689. This warning is for project developers. Use -Wno-dev to suppress it.
  690.  
  691. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  692. ADD_LIBRARY called with SHARED option but the target platform does not
  693. support dynamic linking. Building a STATIC library instead. This may lead
  694. to problems.
  695. Call Stack (most recent call first):
  696. ThirdParty/png/vtkpng/CMakeLists.txt:24 (vtk_module_add_module)
  697. This warning is for project developers. Use -Wno-dev to suppress it.
  698.  
  699. CMake Deprecation Warning at ThirdParty/tiff/vtktiff/CMakeLists.txt:32 (cmake_policy):
  700. Compatibility with CMake < 3.10 will be removed from a future version of
  701. CMake.
  702.  
  703. Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
  704. to tell CMake that the project requires at least <min> but has been updated
  705. to work with policies introduced by <max> or earlier.
  706.  
  707.  
  708. -- Performing Test C_FLAG_Wall
  709. -- Performing Test C_FLAG_Wall - Success
  710. -- Performing Test C_FLAG_Winline
  711. -- Performing Test C_FLAG_Winline - Success
  712. -- Performing Test C_FLAG_Wformat_security
  713. -- Performing Test C_FLAG_Wformat_security - Success
  714. -- Performing Test C_FLAG_Wpointer_arith
  715. -- Performing Test C_FLAG_Wpointer_arith - Success
  716. -- Performing Test C_FLAG_Wdisabled_optimization
  717. -- Performing Test C_FLAG_Wdisabled_optimization - Success
  718. -- Performing Test C_FLAG_Wno_unknown_pragmas
  719. -- Performing Test C_FLAG_Wno_unknown_pragmas - Success
  720. -- Performing Test C_FLAG_fstrict_aliasing
  721. -- Performing Test C_FLAG_fstrict_aliasing - Success
  722. -- Performing Test HAVE_LD_VERSION_SCRIPT
  723. -- Performing Test HAVE_LD_VERSION_SCRIPT - Success
  724. -- Looking for assert.h
  725. -- Looking for assert.h - found
  726. -- Looking for io.h
  727. -- Looking for io.h - not found
  728. -- Looking for sys/time.h
  729. -- Looking for sys/time.h - found
  730. -- Looking for getopt
  731. -- Looking for getopt - found
  732. -- Looking for optarg
  733. -- Looking for optarg - found
  734. -- Looking for setmode
  735. -- Looking for setmode - not found
  736. -- Check size of size_t
  737. -- Check size of size_t - done
  738. -- Looking for pow
  739. -- Looking for pow - found
  740. -- Found CMath: TRUE
  741. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  742. ADD_LIBRARY called with SHARED option but the target platform does not
  743. support dynamic linking. Building a STATIC library instead. This may lead
  744. to problems.
  745. Call Stack (most recent call first):
  746. ThirdParty/tiff/vtktiff/libtiff/CMakeLists.txt:199 (vtk_module_add_module)
  747. This warning is for project developers. Use -Wno-dev to suppress it.
  748.  
  749. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  750. ADD_LIBRARY called with SHARED option but the target platform does not
  751. support dynamic linking. Building a STATIC library instead. This may lead
  752. to problems.
  753. Call Stack (most recent call first):
  754. IO/Image/CMakeLists.txt:46 (vtk_module_add_module)
  755. This warning is for project developers. Use -Wno-dev to suppress it.
  756.  
  757. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  758. ADD_LIBRARY called with SHARED option but the target platform does not
  759. support dynamic linking. Building a STATIC library instead. This may lead
  760. to problems.
  761. Call Stack (most recent call first):
  762. Imaging/Hybrid/CMakeLists.txt:17 (vtk_module_add_module)
  763. This warning is for project developers. Use -Wno-dev to suppress it.
  764.  
  765. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  766. ADD_LIBRARY called with SHARED option but the target platform does not
  767. support dynamic linking. Building a STATIC library instead. This may lead
  768. to problems.
  769. Call Stack (most recent call first):
  770. Rendering/Annotation/CMakeLists.txt:35 (vtk_module_add_module)
  771. This warning is for project developers. Use -Wno-dev to suppress it.
  772.  
  773. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  774. ADD_LIBRARY called with SHARED option but the target platform does not
  775. support dynamic linking. Building a STATIC library instead. This may lead
  776. to problems.
  777. Call Stack (most recent call first):
  778. Rendering/Volume/CMakeLists.txt:41 (vtk_module_add_module)
  779. This warning is for project developers. Use -Wno-dev to suppress it.
  780.  
  781. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  782. ADD_LIBRARY called with SHARED option but the target platform does not
  783. support dynamic linking. Building a STATIC library instead. This may lead
  784. to problems.
  785. Call Stack (most recent call first):
  786. Rendering/HyperTreeGrid/CMakeLists.txt:4 (vtk_module_add_module)
  787. This warning is for project developers. Use -Wno-dev to suppress it.
  788.  
  789. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  790. ADD_LIBRARY called with SHARED option but the target platform does not
  791. support dynamic linking. Building a STATIC library instead. This may lead
  792. to problems.
  793. Call Stack (most recent call first):
  794. ThirdParty/glad/vtkglad/CMakeLists.txt:33 (vtk_module_add_module)
  795. This warning is for project developers. Use -Wno-dev to suppress it.
  796.  
  797. -- Found OpenGL: C:/Program Files (x86)/Windows Kits/10/Include/10.0.22621.0/um found components: GLES3
  798. CMake Warning (dev) at CMake/vtkObjectFactory.cmake:101 (cmake_parse_arguments):
  799. The INITIAL_CODE keyword was followed by an empty string or no value at
  800. all. Policy CMP0174 is not set, so cmake_parse_arguments() will unset the
  801. _vtk_object_factory_configure_INITIAL_CODE variable rather than setting it
  802. to an empty string.
  803. Call Stack (most recent call first):
  804. Rendering/UI/CMakeLists.txt:89 (vtk_object_factory_configure)
  805. This warning is for project developers. Use -Wno-dev to suppress it.
  806.  
  807. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  808. ADD_LIBRARY called with SHARED option but the target platform does not
  809. support dynamic linking. Building a STATIC library instead. This may lead
  810. to problems.
  811. Call Stack (most recent call first):
  812. Rendering/UI/CMakeLists.txt:96 (vtk_module_add_module)
  813. This warning is for project developers. Use -Wno-dev to suppress it.
  814.  
  815. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  816. ADD_LIBRARY called with SHARED option but the target platform does not
  817. support dynamic linking. Building a STATIC library instead. This may lead
  818. to problems.
  819. Call Stack (most recent call first):
  820. Rendering/OpenGL2/CMakeLists.txt:408 (vtk_module_add_module)
  821. This warning is for project developers. Use -Wno-dev to suppress it.
  822.  
  823. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  824. ADD_LIBRARY called with SHARED option but the target platform does not
  825. support dynamic linking. Building a STATIC library instead. This may lead
  826. to problems.
  827. Call Stack (most recent call first):
  828. Interaction/Widgets/CMakeLists.txt:182 (vtk_module_add_module)
  829. This warning is for project developers. Use -Wno-dev to suppress it.
  830.  
  831. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  832. ADD_LIBRARY called with SHARED option but the target platform does not
  833. support dynamic linking. Building a STATIC library instead. This may lead
  834. to problems.
  835. Call Stack (most recent call first):
  836. Views/Core/CMakeLists.txt:10 (vtk_module_add_module)
  837. This warning is for project developers. Use -Wno-dev to suppress it.
  838.  
  839. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  840. ADD_LIBRARY called with SHARED option but the target platform does not
  841. support dynamic linking. Building a STATIC library instead. This may lead
  842. to problems.
  843. Call Stack (most recent call first):
  844. Infovis/Core/CMakeLists.txt:48 (vtk_module_add_module)
  845. This warning is for project developers. Use -Wno-dev to suppress it.
  846.  
  847. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  848. ADD_LIBRARY called with SHARED option but the target platform does not
  849. support dynamic linking. Building a STATIC library instead. This may lead
  850. to problems.
  851. Call Stack (most recent call first):
  852. Charts/Core/CMakeLists.txt:51 (vtk_module_add_module)
  853. This warning is for project developers. Use -Wno-dev to suppress it.
  854.  
  855. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  856. ADD_LIBRARY called with SHARED option but the target platform does not
  857. support dynamic linking. Building a STATIC library instead. This may lead
  858. to problems.
  859. Call Stack (most recent call first):
  860. Filters/Imaging/CMakeLists.txt:6 (vtk_module_add_module)
  861. This warning is for project developers. Use -Wno-dev to suppress it.
  862.  
  863. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  864. ADD_LIBRARY called with SHARED option but the target platform does not
  865. support dynamic linking. Building a STATIC library instead. This may lead
  866. to problems.
  867. Call Stack (most recent call first):
  868. Infovis/Layout/CMakeLists.txt:47 (vtk_module_add_module)
  869. This warning is for project developers. Use -Wno-dev to suppress it.
  870.  
  871. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  872. ADD_LIBRARY called with SHARED option but the target platform does not
  873. support dynamic linking. Building a STATIC library instead. This may lead
  874. to problems.
  875. Call Stack (most recent call first):
  876. Rendering/Label/CMakeLists.txt:16 (vtk_module_add_module)
  877. This warning is for project developers. Use -Wno-dev to suppress it.
  878.  
  879. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  880. ADD_LIBRARY called with SHARED option but the target platform does not
  881. support dynamic linking. Building a STATIC library instead. This may lead
  882. to problems.
  883. Call Stack (most recent call first):
  884. Views/Infovis/CMakeLists.txt:31 (vtk_module_add_module)
  885. This warning is for project developers. Use -Wno-dev to suppress it.
  886.  
  887. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  888. ADD_LIBRARY called with SHARED option but the target platform does not
  889. support dynamic linking. Building a STATIC library instead. This may lead
  890. to problems.
  891. Call Stack (most recent call first):
  892. Views/Context2D/CMakeLists.txt:6 (vtk_module_add_module)
  893. This warning is for project developers. Use -Wno-dev to suppress it.
  894.  
  895. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  896. ADD_LIBRARY called with SHARED option but the target platform does not
  897. support dynamic linking. Building a STATIC library instead. This may lead
  898. to problems.
  899. Call Stack (most recent call first):
  900. Testing/Core/CMakeLists.txt:17 (vtk_module_add_module)
  901. This warning is for project developers. Use -Wno-dev to suppress it.
  902.  
  903. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  904. ADD_LIBRARY called with SHARED option but the target platform does not
  905. support dynamic linking. Building a STATIC library instead. This may lead
  906. to problems.
  907. Call Stack (most recent call first):
  908. Testing/Rendering/CMakeLists.txt:12 (vtk_module_add_module)
  909. This warning is for project developers. Use -Wno-dev to suppress it.
  910.  
  911. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  912. ADD_LIBRARY called with SHARED option but the target platform does not
  913. support dynamic linking. Building a STATIC library instead. This may lead
  914. to problems.
  915. Call Stack (most recent call first):
  916. Filters/Parallel/CMakeLists.txt:80 (vtk_module_add_module)
  917. This warning is for project developers. Use -Wno-dev to suppress it.
  918.  
  919. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  920. ADD_LIBRARY called with SHARED option but the target platform does not
  921. support dynamic linking. Building a STATIC library instead. This may lead
  922. to problems.
  923. Call Stack (most recent call first):
  924. Filters/Temporal/CMakeLists.txt:7 (vtk_module_add_module)
  925. This warning is for project developers. Use -Wno-dev to suppress it.
  926.  
  927. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  928. ADD_LIBRARY called with SHARED option but the target platform does not
  929. support dynamic linking. Building a STATIC library instead. This may lead
  930. to problems.
  931. Call Stack (most recent call first):
  932. Filters/ParallelDIY2/CMakeLists.txt:40 (vtk_module_add_module)
  933. This warning is for project developers. Use -Wno-dev to suppress it.
  934.  
  935. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  936. ADD_LIBRARY called with SHARED option but the target platform does not
  937. support dynamic linking. Building a STATIC library instead. This may lead
  938. to problems.
  939. Call Stack (most recent call first):
  940. Rendering/WebGPU/CMakeLists.txt:221 (vtk_module_add_module)
  941. This warning is for project developers. Use -Wno-dev to suppress it.
  942.  
  943. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  944. ADD_LIBRARY called with SHARED option but the target platform does not
  945. support dynamic linking. Building a STATIC library instead. This may lead
  946. to problems.
  947. Call Stack (most recent call first):
  948. Rendering/LOD/CMakeLists.txt:5 (vtk_module_add_module)
  949. This warning is for project developers. Use -Wno-dev to suppress it.
  950.  
  951. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  952. ADD_LIBRARY called with SHARED option but the target platform does not
  953. support dynamic linking. Building a STATIC library instead. This may lead
  954. to problems.
  955. Call Stack (most recent call first):
  956. Rendering/Image/CMakeLists.txt:7 (vtk_module_add_module)
  957. This warning is for project developers. Use -Wno-dev to suppress it.
  958.  
  959. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  960. ADD_LIBRARY called with SHARED option but the target platform does not
  961. support dynamic linking. Building a STATIC library instead. This may lead
  962. to problems.
  963. Call Stack (most recent call first):
  964. Rendering/ContextOpenGL2/CMakeLists.txt:34 (vtk_module_add_module)
  965. This warning is for project developers. Use -Wno-dev to suppress it.
  966.  
  967. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  968. ADD_LIBRARY called with SHARED option but the target platform does not
  969. support dynamic linking. Building a STATIC library instead. This may lead
  970. to problems.
  971. Call Stack (most recent call first):
  972. Rendering/CellGrid/CMakeLists.txt:49 (vtk_module_add_module)
  973. This warning is for project developers. Use -Wno-dev to suppress it.
  974.  
  975. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  976. ADD_LIBRARY called with SHARED option but the target platform does not
  977. support dynamic linking. Building a STATIC library instead. This may lead
  978. to problems.
  979. Call Stack (most recent call first):
  980. Imaging/Math/CMakeLists.txt:11 (vtk_module_add_module)
  981. This warning is for project developers. Use -Wno-dev to suppress it.
  982.  
  983. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  984. ADD_LIBRARY called with SHARED option but the target platform does not
  985. support dynamic linking. Building a STATIC library instead. This may lead
  986. to problems.
  987. Call Stack (most recent call first):
  988. Rendering/VolumeOpenGL2/CMakeLists.txt:60 (vtk_module_add_module)
  989. This warning is for project developers. Use -Wno-dev to suppress it.
  990.  
  991. -- Looking for include file sys/file.h
  992. -- Looking for include file sys/file.h - found
  993. -- Looking for include files sys/file.h, sys/ioctl.h
  994. -- Looking for include files sys/file.h, sys/ioctl.h - found
  995. -- Looking for 3 include files sys/file.h, ..., sys/resource.h
  996. -- Looking for 3 include files sys/file.h, ..., sys/resource.h - found
  997. -- Looking for 4 include files sys/file.h, ..., sys/socket.h
  998. -- Looking for 4 include files sys/file.h, ..., sys/socket.h - found
  999. -- Looking for 5 include files sys/file.h, ..., sys/stat.h
  1000. -- Looking for 5 include files sys/file.h, ..., sys/stat.h - found
  1001. -- Looking for 6 include files sys/file.h, ..., sys/time.h
  1002. -- Looking for 6 include files sys/file.h, ..., sys/time.h - found
  1003. -- Looking for 7 include files sys/file.h, ..., sys/types.h
  1004. -- Looking for 7 include files sys/file.h, ..., sys/types.h - found
  1005. -- Looking for 8 include files sys/file.h, ..., features.h
  1006. -- Looking for 8 include files sys/file.h, ..., features.h - found
  1007. -- Looking for 9 include files sys/file.h, ..., dirent.h
  1008. -- Looking for 9 include files sys/file.h, ..., dirent.h - found
  1009. -- Looking for 10 include files sys/file.h, ..., unistd.h
  1010. -- Looking for 10 include files sys/file.h, ..., unistd.h - found
  1011. -- Looking for 11 include files sys/file.h, ..., pwd.h
  1012. -- Looking for 11 include files sys/file.h, ..., pwd.h - found
  1013. -- Looking for 12 include files sys/file.h, ..., globus/common.h
  1014. -- Looking for 12 include files sys/file.h, ..., globus/common.h - not found
  1015. -- Looking for 12 include files sys/file.h, ..., pdb.h
  1016. -- Looking for 12 include files sys/file.h, ..., pdb.h - not found
  1017. -- Looking for 12 include files sys/file.h, ..., pthread.h
  1018. -- Looking for 12 include files sys/file.h, ..., pthread.h - found
  1019. -- Looking for 13 include files sys/file.h, ..., dlfcn.h
  1020. -- Looking for 13 include files sys/file.h, ..., dlfcn.h - found
  1021. -- Looking for 14 include files sys/file.h, ..., netinet/in.h
  1022. -- Looking for 14 include files sys/file.h, ..., netinet/in.h - found
  1023. -- Looking for 15 include files sys/file.h, ..., netdb.h
  1024. -- Looking for 15 include files sys/file.h, ..., netdb.h - found
  1025. -- Looking for 16 include files sys/file.h, ..., arpa/inet.h
  1026. -- Looking for 16 include files sys/file.h, ..., arpa/inet.h - found
  1027. -- Looking for include file quadmath.h
  1028. -- Looking for include file quadmath.h - not found
  1029. -- Looking for ceil in m;
  1030. -- Looking for ceil in m; - found
  1031. -- Looking for fseeko
  1032. -- Looking for fseeko - found
  1033. -- Performing Test HAVE_STAT64_STRUCT
  1034. -- Performing Test HAVE_STAT64_STRUCT - Failed
  1035. -- Check size of char
  1036. -- Check size of char - done
  1037. -- Check size of short
  1038. -- Check size of short - done
  1039. -- Check size of int
  1040. -- Check size of int - done
  1041. -- Check size of unsigned
  1042. -- Check size of unsigned - done
  1043. -- Check size of long
  1044. -- Check size of long - done
  1045. -- Check size of long long
  1046. -- Check size of long long - done
  1047. -- Check size of __int64
  1048. -- Check size of __int64 - failed
  1049. -- Check size of float
  1050. -- Check size of float - done
  1051. -- Check size of double
  1052. -- Check size of double - done
  1053. -- Check size of long double
  1054. -- Check size of long double - done
  1055. -- Check size of int8_t
  1056. -- Check size of int8_t - done
  1057. -- Check size of uint8_t
  1058. -- Check size of uint8_t - done
  1059. -- Check size of int_least8_t
  1060. -- Check size of int_least8_t - done
  1061. -- Check size of uint_least8_t
  1062. -- Check size of uint_least8_t - done
  1063. -- Check size of int_fast8_t
  1064. -- Check size of int_fast8_t - done
  1065. -- Check size of uint_fast8_t
  1066. -- Check size of uint_fast8_t - done
  1067. -- Check size of int16_t
  1068. -- Check size of int16_t - done
  1069. -- Check size of uint16_t
  1070. -- Check size of uint16_t - done
  1071. -- Check size of int_least16_t
  1072. -- Check size of int_least16_t - done
  1073. -- Check size of uint_least16_t
  1074. -- Check size of uint_least16_t - done
  1075. -- Check size of int_fast16_t
  1076. -- Check size of int_fast16_t - done
  1077. -- Check size of uint_fast16_t
  1078. -- Check size of uint_fast16_t - done
  1079. -- Check size of int32_t
  1080. -- Check size of int32_t - done
  1081. -- Check size of uint32_t
  1082. -- Check size of uint32_t - done
  1083. -- Check size of int_least32_t
  1084. -- Check size of int_least32_t - done
  1085. -- Check size of uint_least32_t
  1086. -- Check size of uint_least32_t - done
  1087. -- Check size of int_fast32_t
  1088. -- Check size of int_fast32_t - done
  1089. -- Check size of uint_fast32_t
  1090. -- Check size of uint_fast32_t - done
  1091. -- Check size of int64_t
  1092. -- Check size of int64_t - done
  1093. -- Check size of uint64_t
  1094. -- Check size of uint64_t - done
  1095. -- Check size of int_least64_t
  1096. -- Check size of int_least64_t - done
  1097. -- Check size of uint_least64_t
  1098. -- Check size of uint_least64_t - done
  1099. -- Check size of int_fast64_t
  1100. -- Check size of int_fast64_t - done
  1101. -- Check size of uint_fast64_t
  1102. -- Check size of uint_fast64_t - done
  1103. -- Check size of size_t
  1104. -- Check size of size_t - done
  1105. -- Check size of ssize_t
  1106. -- Check size of ssize_t - done
  1107. -- Check size of ptrdiff_t
  1108. -- Check size of ptrdiff_t - done
  1109. -- Check size of off_t
  1110. -- Check size of off_t - done
  1111. -- Check size of off64_t
  1112. -- Check size of off64_t - failed
  1113. -- Check size of time_t
  1114. -- Check size of time_t - done
  1115. -- Check size of _Bool
  1116. -- Check size of _Bool - done
  1117. -- Performing Test H5_HAVE_TM_GMTOFF
  1118. -- Performing Test H5_HAVE_TM_GMTOFF - Success
  1119. -- Performing Test H5_HAVE___TM_GMTOFF
  1120. -- Performing Test H5_HAVE___TM_GMTOFF - Success
  1121. -- Performing Test H5_HAVE_STRUCT_TIMEZONE
  1122. -- Performing Test H5_HAVE_STRUCT_TIMEZONE - Failed
  1123. -- Looking for gettimeofday
  1124. -- Looking for gettimeofday - found
  1125. -- Performing Test H5_HAVE_STAT_ST_BLOCKS
  1126. -- Performing Test H5_HAVE_STAT_ST_BLOCKS - Success
  1127. -- Looking for ioctl
  1128. -- Looking for ioctl - found
  1129. -- Performing Test H5_HAVE_STRUCT_VIDEOCONFIG
  1130. -- Performing Test H5_HAVE_STRUCT_VIDEOCONFIG - Failed
  1131. -- Performing Test H5_HAVE_STRUCT_TEXT_INFO
  1132. -- Performing Test H5_HAVE_STRUCT_TEXT_INFO - Failed
  1133. -- Looking for _getvideoconfig
  1134. -- Looking for _getvideoconfig - not found
  1135. -- Looking for gettextinfo
  1136. -- Looking for gettextinfo - not found
  1137. -- Looking for _scrsize
  1138. -- Looking for _scrsize - not found
  1139. -- Looking for GetConsoleScreenBufferInfo
  1140. -- Looking for GetConsoleScreenBufferInfo - not found
  1141. -- Looking for TIOCGWINSZ
  1142. -- Looking for TIOCGWINSZ - found
  1143. -- Looking for TIOCGETD
  1144. -- Looking for TIOCGETD - found
  1145. -- Looking for getpwuid
  1146. -- Looking for getpwuid - found
  1147. -- Looking for alarm
  1148. -- Looking for alarm - found
  1149. -- Looking for fcntl
  1150. -- Looking for fcntl - found
  1151. -- Looking for flock
  1152. -- Looking for flock - found
  1153. -- Looking for fork
  1154. -- Looking for fork - found
  1155. -- Looking for gethostname
  1156. -- Looking for gethostname - found
  1157. -- Looking for getrusage
  1158. -- Looking for getrusage - found
  1159. -- Looking for pread
  1160. -- Looking for pread - found
  1161. -- Looking for pwrite
  1162. -- Looking for pwrite - found
  1163. -- Looking for rand_r
  1164. -- Looking for rand_r - found
  1165. -- Looking for random
  1166. -- Looking for random - found
  1167. -- Looking for setsysinfo
  1168. -- Looking for setsysinfo - not found
  1169. -- Looking for siglongjmp
  1170. -- Looking for siglongjmp - not found
  1171. -- Looking for sigsetjmp
  1172. -- Looking for sigsetjmp - not found
  1173. -- Looking for sigprocmask
  1174. -- Looking for sigprocmask - found
  1175. -- Looking for strdup
  1176. -- Looking for strdup - found
  1177. -- Looking for symlink
  1178. -- Looking for symlink - found
  1179. -- Looking for tmpfile
  1180. -- Looking for tmpfile - found
  1181. -- Looking for asprintf
  1182. -- Looking for asprintf - found
  1183. -- Looking for vasprintf
  1184. -- Looking for vasprintf - found
  1185. -- Looking for waitpid
  1186. -- Looking for waitpid - found
  1187. -- Looking for sigsetjmp
  1188. -- Looking for sigsetjmp - found
  1189. -- Looking for clock_gettime
  1190. -- Looking for clock_gettime - found
  1191. -- Looking for clock_gettime in rt
  1192. -- Looking for clock_gettime in rt - found
  1193. -- Looking for clock_gettime in posix4
  1194. -- Looking for clock_gettime in posix4 - not found
  1195. -- Check size of __float128
  1196. -- Check size of __float128 - done
  1197. -- Check size of _Quad
  1198. -- Check size of _Quad - failed
  1199. CMake Warning (dev) at ThirdParty/hdf5/vtkhdf5/src/CMakeLists.txt:1108 (add_library):
  1200. ADD_LIBRARY called with SHARED option but the target platform does not
  1201. support dynamic linking. Building a STATIC library instead. This may lead
  1202. to problems.
  1203. This warning is for project developers. Use -Wno-dev to suppress it.
  1204.  
  1205. CMake Warning (dev) at ThirdParty/hdf5/vtkhdf5/hl/src/CMakeLists.txt:63 (add_library):
  1206. ADD_LIBRARY called with SHARED option but the target platform does not
  1207. support dynamic linking. Building a STATIC library instead. This may lead
  1208. to problems.
  1209. This warning is for project developers. Use -Wno-dev to suppress it.
  1210.  
  1211. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1212. ADD_LIBRARY called with SHARED option but the target platform does not
  1213. support dynamic linking. Building a STATIC library instead. This may lead
  1214. to problems.
  1215. Call Stack (most recent call first):
  1216. IO/VeraOut/CMakeLists.txt:4 (vtk_module_add_module)
  1217. This warning is for project developers. Use -Wno-dev to suppress it.
  1218.  
  1219. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1220. ADD_LIBRARY called with SHARED option but the target platform does not
  1221. support dynamic linking. Building a STATIC library instead. This may lead
  1222. to problems.
  1223. Call Stack (most recent call first):
  1224. IO/TecplotTable/CMakeLists.txt:4 (vtk_module_add_module)
  1225. This warning is for project developers. Use -Wno-dev to suppress it.
  1226.  
  1227. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1228. ADD_LIBRARY called with SHARED option but the target platform does not
  1229. support dynamic linking. Building a STATIC library instead. This may lead
  1230. to problems.
  1231. Call Stack (most recent call first):
  1232. IO/SegY/CMakeLists.txt:9 (vtk_module_add_module)
  1233. This warning is for project developers. Use -Wno-dev to suppress it.
  1234.  
  1235. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1236. ADD_LIBRARY called with SHARED option but the target platform does not
  1237. support dynamic linking. Building a STATIC library instead. This may lead
  1238. to problems.
  1239. Call Stack (most recent call first):
  1240. IO/ParallelXML/CMakeLists.txt:23 (vtk_module_add_module)
  1241. This warning is for project developers. Use -Wno-dev to suppress it.
  1242.  
  1243. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1244. ADD_LIBRARY called with SHARED option but the target platform does not
  1245. support dynamic linking. Building a STATIC library instead. This may lead
  1246. to problems.
  1247. Call Stack (most recent call first):
  1248. IO/PLY/CMakeLists.txt:6 (vtk_module_add_module)
  1249. This warning is for project developers. Use -Wno-dev to suppress it.
  1250.  
  1251. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1252. ADD_LIBRARY called with SHARED option but the target platform does not
  1253. support dynamic linking. Building a STATIC library instead. This may lead
  1254. to problems.
  1255. Call Stack (most recent call first):
  1256. IO/Movie/CMakeLists.txt:56 (vtk_module_add_module)
  1257. This warning is for project developers. Use -Wno-dev to suppress it.
  1258.  
  1259. -- Looking for include file inttypes.h
  1260. -- Looking for include file inttypes.h - found
  1261. -- Looking for include file stdint.h
  1262. -- Looking for include file stdint.h - found
  1263. -- Looking for include file sys/types.h
  1264. -- Looking for include file sys/types.h - found
  1265. -- Check size of int16_t
  1266. -- Check size of int16_t - done
  1267. -- Check size of uint16_t
  1268. -- Check size of uint16_t - done
  1269. -- Check size of u_int16_t
  1270. -- Check size of u_int16_t - done
  1271. -- Check size of int32_t
  1272. -- Check size of int32_t - done
  1273. -- Check size of uint32_t
  1274. -- Check size of uint32_t - done
  1275. -- Check size of u_int32_t
  1276. -- Check size of u_int32_t - done
  1277. -- Check size of int64_t
  1278. -- Check size of int64_t - done
  1279. -- Check size of short
  1280. -- Check size of short - done
  1281. -- Check size of int
  1282. -- Check size of int - done
  1283. -- Check size of long
  1284. -- Check size of long - done
  1285. -- Check size of long long
  1286. -- Check size of long long - done
  1287. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1288. ADD_LIBRARY called with SHARED option but the target platform does not
  1289. support dynamic linking. Building a STATIC library instead. This may lead
  1290. to problems.
  1291. Call Stack (most recent call first):
  1292. ThirdParty/ogg/vtkogg/CMakeLists.txt:234 (vtk_module_add_module)
  1293. This warning is for project developers. Use -Wno-dev to suppress it.
  1294.  
  1295. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1296. ADD_LIBRARY called with SHARED option but the target platform does not
  1297. support dynamic linking. Building a STATIC library instead. This may lead
  1298. to problems.
  1299. Call Stack (most recent call first):
  1300. ThirdParty/theora/vtktheora/CMakeLists.txt:41 (vtk_module_add_module)
  1301. This warning is for project developers. Use -Wno-dev to suppress it.
  1302.  
  1303. -- Performing Test have_flag_logical-op-parentheses
  1304. -- Performing Test have_flag_logical-op-parentheses - Success
  1305. -- Performing Test have_flag_parentheses
  1306. -- Performing Test have_flag_parentheses - Success
  1307. -- Performing Test have_flag_shift-op-parentheses
  1308. -- Performing Test have_flag_shift-op-parentheses - Success
  1309. -- Performing Test have_flag_tautological-compare
  1310. -- Performing Test have_flag_tautological-compare - Success
  1311. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1312. ADD_LIBRARY called with SHARED option but the target platform does not
  1313. support dynamic linking. Building a STATIC library instead. This may lead
  1314. to problems.
  1315. Call Stack (most recent call first):
  1316. IO/OggTheora/CMakeLists.txt:4 (vtk_module_add_module)
  1317. This warning is for project developers. Use -Wno-dev to suppress it.
  1318.  
  1319. -- Looking for _filelengthi64
  1320. -- Looking for _filelengthi64 - not found
  1321. -- Looking for alloca
  1322. -- Looking for alloca - found
  1323. -- Looking for isfinite
  1324. -- Looking for isfinite - found
  1325. -- Looking for isinf
  1326. -- Looking for isinf - found
  1327. -- Looking for isnan
  1328. -- Looking for isnan - found
  1329. -- Looking for fsync
  1330. -- Looking for fsync - found
  1331. -- Looking for mktemp
  1332. -- Looking for mktemp - found
  1333. -- Looking for getrlimit
  1334. -- Looking for getrlimit - found
  1335. -- Looking for memmove
  1336. -- Looking for memmove - found
  1337. -- Looking for mkstemp
  1338. -- Looking for mkstemp - found
  1339. -- Looking for random
  1340. -- Looking for random - found
  1341. -- Looking for snprintf
  1342. -- Looking for snprintf - found
  1343. -- Looking for strdup
  1344. -- Looking for strdup - found
  1345. -- Looking for strndup
  1346. -- Looking for strndup - found
  1347. -- Looking for strlcat
  1348. -- Looking for strlcat - found
  1349. -- Looking for st_blocksize
  1350. -- Looking for st_blocksize - not found
  1351. -- Looking for sysconf
  1352. -- Looking for sysconf - found
  1353. -- Looking for alloca.h
  1354. -- Looking for alloca.h - found
  1355. -- Looking for malloc.h
  1356. -- Looking for malloc.h - found
  1357. -- Looking for stdarg.h
  1358. -- Looking for stdarg.h - found
  1359. -- Looking for stdio.h
  1360. -- Looking for stdio.h - found
  1361. -- Looking for sys/param.h
  1362. -- Looking for sys/param.h - found
  1363. -- Looking for sys/resource.h
  1364. -- Looking for sys/resource.h - found
  1365. -- Check size of longlong
  1366. -- Check size of longlong - failed
  1367. -- Check size of long long int
  1368. -- Check size of long long int - done
  1369. -- Check size of ssize_t
  1370. -- Check size of ssize_t - done
  1371. -- Check size of uchar
  1372. -- Check size of uchar - failed
  1373. -- Check size of uint
  1374. -- Check size of uint - done
  1375. -- Check size of schar
  1376. -- Check size of schar - failed
  1377. -- Check size of ushort
  1378. -- Check size of ushort - done
  1379. -- Check size of double
  1380. -- Check size of double - done
  1381. -- Check size of float
  1382. -- Check size of float - done
  1383. -- Check size of int
  1384. -- Check size of int - done
  1385. -- Check size of long
  1386. -- Check size of long - done
  1387. -- Check size of long long
  1388. -- Check size of long long - done
  1389. -- Check size of off_t
  1390. -- Check size of off_t - done
  1391. -- Check size of short
  1392. -- Check size of short - done
  1393. -- Check size of unsigned char
  1394. -- Check size of unsigned char - done
  1395. -- Check size of unsigned int
  1396. -- Check size of unsigned int - done
  1397. -- Check size of unsigned long long
  1398. -- Check size of unsigned long long - done
  1399. -- Check size of unsigned short int
  1400. -- Check size of unsigned short int - done
  1401. -- Check size of uint64_t
  1402. -- Check size of uint64_t - done
  1403. -- Check size of ptrdiff_t
  1404. -- Check size of ptrdiff_t - done
  1405. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1406. ADD_LIBRARY called with SHARED option but the target platform does not
  1407. support dynamic linking. Building a STATIC library instead. This may lead
  1408. to problems.
  1409. Call Stack (most recent call first):
  1410. ThirdParty/netcdf/vtknetcdf/CMakeLists.txt:287 (vtk_module_add_module)
  1411. This warning is for project developers. Use -Wno-dev to suppress it.
  1412.  
  1413. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1414. ADD_LIBRARY called with SHARED option but the target platform does not
  1415. support dynamic linking. Building a STATIC library instead. This may lead
  1416. to problems.
  1417. Call Stack (most recent call first):
  1418. IO/NetCDF/CMakeLists.txt:12 (vtk_module_add_module)
  1419. This warning is for project developers. Use -Wno-dev to suppress it.
  1420.  
  1421. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1422. ADD_LIBRARY called with SHARED option but the target platform does not
  1423. support dynamic linking. Building a STATIC library instead. This may lead
  1424. to problems.
  1425. Call Stack (most recent call first):
  1426. IO/Geometry/CMakeLists.txt:39 (vtk_module_add_module)
  1427. This warning is for project developers. Use -Wno-dev to suppress it.
  1428.  
  1429. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1430. ADD_LIBRARY called with SHARED option but the target platform does not
  1431. support dynamic linking. Building a STATIC library instead. This may lead
  1432. to problems.
  1433. Call Stack (most recent call first):
  1434. IO/MotionFX/CMakeLists.txt:4 (vtk_module_add_module)
  1435. This warning is for project developers. Use -Wno-dev to suppress it.
  1436.  
  1437. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1438. ADD_LIBRARY called with SHARED option but the target platform does not
  1439. support dynamic linking. Building a STATIC library instead. This may lead
  1440. to problems.
  1441. Call Stack (most recent call first):
  1442. ThirdParty/jsoncpp/vtkjsoncpp/CMakeLists.txt:17 (vtk_module_add_module)
  1443. This warning is for project developers. Use -Wno-dev to suppress it.
  1444.  
  1445. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1446. ADD_LIBRARY called with SHARED option but the target platform does not
  1447. support dynamic linking. Building a STATIC library instead. This may lead
  1448. to problems.
  1449. Call Stack (most recent call first):
  1450. IO/Parallel/CMakeLists.txt:18 (vtk_module_add_module)
  1451. This warning is for project developers. Use -Wno-dev to suppress it.
  1452.  
  1453. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1454. ADD_LIBRARY called with SHARED option but the target platform does not
  1455. support dynamic linking. Building a STATIC library instead. This may lead
  1456. to problems.
  1457. Call Stack (most recent call first):
  1458. Rendering/VRModels/CMakeLists.txt:40 (vtk_module_add_module)
  1459. This warning is for project developers. Use -Wno-dev to suppress it.
  1460.  
  1461. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1462. ADD_LIBRARY called with SHARED option but the target platform does not
  1463. support dynamic linking. Building a STATIC library instead. This may lead
  1464. to problems.
  1465. Call Stack (most recent call first):
  1466. Rendering/Parallel/CMakeLists.txt:51 (vtk_module_add_module)
  1467. This warning is for project developers. Use -Wno-dev to suppress it.
  1468.  
  1469. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1470. ADD_LIBRARY called with SHARED option but the target platform does not
  1471. support dynamic linking. Building a STATIC library instead. This may lead
  1472. to problems.
  1473. Call Stack (most recent call first):
  1474. IO/MINC/CMakeLists.txt:15 (vtk_module_add_module)
  1475. This warning is for project developers. Use -Wno-dev to suppress it.
  1476.  
  1477. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1478. ADD_LIBRARY called with SHARED option but the target platform does not
  1479. support dynamic linking. Building a STATIC library instead. This may lead
  1480. to problems.
  1481. Call Stack (most recent call first):
  1482. IO/LSDyna/CMakeLists.txt:11 (vtk_module_add_module)
  1483. This warning is for project developers. Use -Wno-dev to suppress it.
  1484.  
  1485. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1486. ADD_LIBRARY called with SHARED option but the target platform does not
  1487. support dynamic linking. Building a STATIC library instead. This may lead
  1488. to problems.
  1489. Call Stack (most recent call first):
  1490. IO/Import/CMakeLists.txt:14 (vtk_module_add_module)
  1491. This warning is for project developers. Use -Wno-dev to suppress it.
  1492.  
  1493. -- Testing HDF5 Multi_Dataset - NOT FOUND
  1494. -- Testing HDF5 Collective_metadata - NOT FOUND
  1495. -- Testing HDF5 H5Pset_file_space_strategy - NOT FOUND
  1496. -- Performing Test CHECK_HAVE_STAT64_STRUCT
  1497. -- Performing Test CHECK_HAVE_STAT64_STRUCT - Failed
  1498. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1499. ADD_LIBRARY called with SHARED option but the target platform does not
  1500. support dynamic linking. Building a STATIC library instead. This may lead
  1501. to problems.
  1502. Call Stack (most recent call first):
  1503. ThirdParty/cgns/vtkcgns/src/CMakeLists.txt:677 (vtk_module_add_module)
  1504. This warning is for project developers. Use -Wno-dev to suppress it.
  1505.  
  1506. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1507. ADD_LIBRARY called with SHARED option but the target platform does not
  1508. support dynamic linking. Building a STATIC library instead. This may lead
  1509. to problems.
  1510. Call Stack (most recent call first):
  1511. ThirdParty/exodusII/vtkexodusII/CMakeLists.txt:327 (vtk_module_add_module)
  1512. This warning is for project developers. Use -Wno-dev to suppress it.
  1513.  
  1514. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1515. ADD_LIBRARY called with SHARED option but the target platform does not
  1516. support dynamic linking. Building a STATIC library instead. This may lead
  1517. to problems.
  1518. Call Stack (most recent call first):
  1519. ThirdParty/ioss/vtkioss/CMakeLists.txt:306 (vtk_module_add_module)
  1520. This warning is for project developers. Use -Wno-dev to suppress it.
  1521.  
  1522. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1523. ADD_LIBRARY called with SHARED option but the target platform does not
  1524. support dynamic linking. Building a STATIC library instead. This may lead
  1525. to problems.
  1526. Call Stack (most recent call first):
  1527. IO/IOSS/CMakeLists.txt:20 (vtk_module_add_module)
  1528. This warning is for project developers. Use -Wno-dev to suppress it.
  1529.  
  1530. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1531. ADD_LIBRARY called with SHARED option but the target platform does not
  1532. support dynamic linking. Building a STATIC library instead. This may lead
  1533. to problems.
  1534. Call Stack (most recent call first):
  1535. IO/HDF/CMakeLists.txt:18 (vtk_module_add_module)
  1536. This warning is for project developers. Use -Wno-dev to suppress it.
  1537.  
  1538. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1539. ADD_LIBRARY called with SHARED option but the target platform does not
  1540. support dynamic linking. Building a STATIC library instead. This may lead
  1541. to problems.
  1542. Call Stack (most recent call first):
  1543. IO/FLUENTCFF/CMakeLists.txt:4 (vtk_module_add_module)
  1544. This warning is for project developers. Use -Wno-dev to suppress it.
  1545.  
  1546. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1547. ADD_LIBRARY called with SHARED option but the target platform does not
  1548. support dynamic linking. Building a STATIC library instead. This may lead
  1549. to problems.
  1550. Call Stack (most recent call first):
  1551. IO/Video/CMakeLists.txt:38 (vtk_module_add_module)
  1552. This warning is for project developers. Use -Wno-dev to suppress it.
  1553.  
  1554. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  1555. -- Performing Test HAVE_ATTRIBUTE_DESTRUCTOR
  1556. -- Performing Test HAVE_ATTRIBUTE_DESTRUCTOR - Success
  1557. -- Looking for include file arpa/inet.h
  1558. -- Looking for include file arpa/inet.h - found
  1559. -- Looking for class
  1560. -- Looking for class - not found
  1561. -- Looking for dlopen in dl
  1562. -- Looking for dlopen in dl - found
  1563. -- Looking for include file dl.h
  1564. -- Looking for include file dl.h - not found
  1565. -- Looking for fpclass
  1566. -- Looking for fpclass - not found
  1567. -- Looking for ftime
  1568. -- Looking for ftime - found
  1569. -- Looking for getentropy
  1570. -- Looking for getentropy - found
  1571. -- Looking for gettimeofday
  1572. -- Looking for gettimeofday - found
  1573. -- Looking for append_history in history
  1574. -- Looking for append_history in history - not found
  1575. -- Looking for readline in readline
  1576. -- Looking for readline in readline - not found
  1577. -- Looking for munmap
  1578. -- Looking for munmap - found
  1579. -- Looking for include file netdb.h
  1580. -- Looking for include file netdb.h - found
  1581. -- Looking for include file netinet/in.h
  1582. -- Looking for include file netinet/in.h - found
  1583. -- Looking for include file poll.h
  1584. -- Looking for include file poll.h - found
  1585. -- Looking for shl_load in dld
  1586. -- Looking for shl_load in dld - not found
  1587. -- Looking for stat
  1588. -- Looking for stat - found
  1589. -- Looking for include file sys/mman.h
  1590. -- Looking for include file sys/mman.h - found
  1591. -- Looking for include file sys/random.h
  1592. -- Looking for include file sys/random.h - not found
  1593. -- Looking for include file sys/select.h
  1594. -- Looking for include file sys/select.h - found
  1595. -- Looking for include file sys/socket.h
  1596. -- Looking for include file sys/socket.h - found
  1597. -- Looking for include file sys/timeb.h
  1598. -- Looking for include file sys/timeb.h - found
  1599. -- Performing Test XML_SOCKLEN_T_SOCKLEN_T
  1600. -- Performing Test XML_SOCKLEN_T_SOCKLEN_T - Success
  1601. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1602. ADD_LIBRARY called with SHARED option but the target platform does not
  1603. support dynamic linking. Building a STATIC library instead. This may lead
  1604. to problems.
  1605. Call Stack (most recent call first):
  1606. ThirdParty/libxml2/vtklibxml2/CMakeLists.txt:389 (vtk_module_add_module)
  1607. This warning is for project developers. Use -Wno-dev to suppress it.
  1608.  
  1609. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1610. ADD_LIBRARY called with SHARED option but the target platform does not
  1611. support dynamic linking. Building a STATIC library instead. This may lead
  1612. to problems.
  1613. Call Stack (most recent call first):
  1614. IO/Infovis/CMakeLists.txt:23 (vtk_module_add_module)
  1615. This warning is for project developers. Use -Wno-dev to suppress it.
  1616.  
  1617. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1618. ADD_LIBRARY called with SHARED option but the target platform does not
  1619. support dynamic linking. Building a STATIC library instead. This may lead
  1620. to problems.
  1621. Call Stack (most recent call first):
  1622. IO/FDS/CMakeLists.txt:4 (vtk_module_add_module)
  1623. This warning is for project developers. Use -Wno-dev to suppress it.
  1624.  
  1625. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1626. ADD_LIBRARY called with SHARED option but the target platform does not
  1627. support dynamic linking. Building a STATIC library instead. This may lead
  1628. to problems.
  1629. Call Stack (most recent call first):
  1630. Rendering/SceneGraph/CMakeLists.txt:14 (vtk_module_add_module)
  1631. This warning is for project developers. Use -Wno-dev to suppress it.
  1632.  
  1633. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1634. ADD_LIBRARY called with SHARED option but the target platform does not
  1635. support dynamic linking. Building a STATIC library instead. This may lead
  1636. to problems.
  1637. Call Stack (most recent call first):
  1638. Rendering/VtkJS/CMakeLists.txt:6 (vtk_module_add_module)
  1639. This warning is for project developers. Use -Wno-dev to suppress it.
  1640.  
  1641. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1642. ADD_LIBRARY called with SHARED option but the target platform does not
  1643. support dynamic linking. Building a STATIC library instead. This may lead
  1644. to problems.
  1645. Call Stack (most recent call first):
  1646. Domains/Chemistry/CMakeLists.txt:15 (vtk_module_add_module)
  1647. This warning is for project developers. Use -Wno-dev to suppress it.
  1648.  
  1649. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1650. ADD_LIBRARY called with SHARED option but the target platform does not
  1651. support dynamic linking. Building a STATIC library instead. This may lead
  1652. to problems.
  1653. Call Stack (most recent call first):
  1654. IO/Export/CMakeLists.txt:24 (vtk_module_add_module)
  1655. This warning is for project developers. Use -Wno-dev to suppress it.
  1656.  
  1657. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1658. ADD_LIBRARY called with SHARED option but the target platform does not
  1659. support dynamic linking. Building a STATIC library instead. This may lead
  1660. to problems.
  1661. Call Stack (most recent call first):
  1662. ThirdParty/libharu/vtklibharu/src/CMakeLists.txt:98 (vtk_module_add_module)
  1663. This warning is for project developers. Use -Wno-dev to suppress it.
  1664.  
  1665. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1666. ADD_LIBRARY called with SHARED option but the target platform does not
  1667. support dynamic linking. Building a STATIC library instead. This may lead
  1668. to problems.
  1669. Call Stack (most recent call first):
  1670. IO/ExportPDF/CMakeLists.txt:14 (vtk_module_add_module)
  1671. This warning is for project developers. Use -Wno-dev to suppress it.
  1672.  
  1673. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1674. ADD_LIBRARY called with SHARED option but the target platform does not
  1675. support dynamic linking. Building a STATIC library instead. This may lead
  1676. to problems.
  1677. Call Stack (most recent call first):
  1678. IO/Exodus/CMakeLists.txt:20 (vtk_module_add_module)
  1679. This warning is for project developers. Use -Wno-dev to suppress it.
  1680.  
  1681. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1682. ADD_LIBRARY called with SHARED option but the target platform does not
  1683. support dynamic linking. Building a STATIC library instead. This may lead
  1684. to problems.
  1685. Call Stack (most recent call first):
  1686. IO/Engys/CMakeLists.txt:5 (vtk_module_add_module)
  1687. This warning is for project developers. Use -Wno-dev to suppress it.
  1688.  
  1689. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1690. ADD_LIBRARY called with SHARED option but the target platform does not
  1691. support dynamic linking. Building a STATIC library instead. This may lead
  1692. to problems.
  1693. Call Stack (most recent call first):
  1694. IO/EnSight/CMakeLists.txt:20 (vtk_module_add_module)
  1695. This warning is for project developers. Use -Wno-dev to suppress it.
  1696.  
  1697. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1698. ADD_LIBRARY called with SHARED option but the target platform does not
  1699. support dynamic linking. Building a STATIC library instead. This may lead
  1700. to problems.
  1701. Call Stack (most recent call first):
  1702. IO/ERF/CMakeLists.txt:5 (vtk_module_add_module)
  1703. This warning is for project developers. Use -Wno-dev to suppress it.
  1704.  
  1705. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1706. ADD_LIBRARY called with SHARED option but the target platform does not
  1707. support dynamic linking. Building a STATIC library instead. This may lead
  1708. to problems.
  1709. Call Stack (most recent call first):
  1710. IO/CityGML/CMakeLists.txt:3 (vtk_module_add_module)
  1711. This warning is for project developers. Use -Wno-dev to suppress it.
  1712.  
  1713. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1714. ADD_LIBRARY called with SHARED option but the target platform does not
  1715. support dynamic linking. Building a STATIC library instead. This may lead
  1716. to problems.
  1717. Call Stack (most recent call first):
  1718. IO/Chemistry/CMakeLists.txt:13 (vtk_module_add_module)
  1719. This warning is for project developers. Use -Wno-dev to suppress it.
  1720.  
  1721. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1722. ADD_LIBRARY called with SHARED option but the target platform does not
  1723. support dynamic linking. Building a STATIC library instead. This may lead
  1724. to problems.
  1725. Call Stack (most recent call first):
  1726. IO/CONVERGECFD/CMakeLists.txt:4 (vtk_module_add_module)
  1727. This warning is for project developers. Use -Wno-dev to suppress it.
  1728.  
  1729. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1730. ADD_LIBRARY called with SHARED option but the target platform does not
  1731. support dynamic linking. Building a STATIC library instead. This may lead
  1732. to problems.
  1733. Call Stack (most recent call first):
  1734. IO/CGNS/CMakeLists.txt:14 (vtk_module_add_module)
  1735. This warning is for project developers. Use -Wno-dev to suppress it.
  1736.  
  1737. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1738. ADD_LIBRARY called with SHARED option but the target platform does not
  1739. support dynamic linking. Building a STATIC library instead. This may lead
  1740. to problems.
  1741. Call Stack (most recent call first):
  1742. IO/Asynchronous/CMakeLists.txt:4 (vtk_module_add_module)
  1743. This warning is for project developers. Use -Wno-dev to suppress it.
  1744.  
  1745. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1746. ADD_LIBRARY called with SHARED option but the target platform does not
  1747. support dynamic linking. Building a STATIC library instead. This may lead
  1748. to problems.
  1749. Call Stack (most recent call first):
  1750. Filters/AMR/CMakeLists.txt:10 (vtk_module_add_module)
  1751. This warning is for project developers. Use -Wno-dev to suppress it.
  1752.  
  1753. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1754. ADD_LIBRARY called with SHARED option but the target platform does not
  1755. support dynamic linking. Building a STATIC library instead. This may lead
  1756. to problems.
  1757. Call Stack (most recent call first):
  1758. IO/AMR/CMakeLists.txt:19 (vtk_module_add_module)
  1759. This warning is for project developers. Use -Wno-dev to suppress it.
  1760.  
  1761. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1762. ADD_LIBRARY called with SHARED option but the target platform does not
  1763. support dynamic linking. Building a STATIC library instead. This may lead
  1764. to problems.
  1765. Call Stack (most recent call first):
  1766. Interaction/Image/CMakeLists.txt:8 (vtk_module_add_module)
  1767. This warning is for project developers. Use -Wno-dev to suppress it.
  1768.  
  1769. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1770. ADD_LIBRARY called with SHARED option but the target platform does not
  1771. support dynamic linking. Building a STATIC library instead. This may lead
  1772. to problems.
  1773. Call Stack (most recent call first):
  1774. Imaging/Stencil/CMakeLists.txt:10 (vtk_module_add_module)
  1775. This warning is for project developers. Use -Wno-dev to suppress it.
  1776.  
  1777. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1778. ADD_LIBRARY called with SHARED option but the target platform does not
  1779. support dynamic linking. Building a STATIC library instead. This may lead
  1780. to problems.
  1781. Call Stack (most recent call first):
  1782. Imaging/Statistics/CMakeLists.txt:6 (vtk_module_add_module)
  1783. This warning is for project developers. Use -Wno-dev to suppress it.
  1784.  
  1785. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1786. ADD_LIBRARY called with SHARED option but the target platform does not
  1787. support dynamic linking. Building a STATIC library instead. This may lead
  1788. to problems.
  1789. Call Stack (most recent call first):
  1790. Imaging/Morphological/CMakeLists.txt:14 (vtk_module_add_module)
  1791. This warning is for project developers. Use -Wno-dev to suppress it.
  1792.  
  1793. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1794. ADD_LIBRARY called with SHARED option but the target platform does not
  1795. support dynamic linking. Building a STATIC library instead. This may lead
  1796. to problems.
  1797. Call Stack (most recent call first):
  1798. Imaging/Fourier/CMakeLists.txt:11 (vtk_module_add_module)
  1799. This warning is for project developers. Use -Wno-dev to suppress it.
  1800.  
  1801. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1802. ADD_LIBRARY called with SHARED option but the target platform does not
  1803. support dynamic linking. Building a STATIC library instead. This may lead
  1804. to problems.
  1805. Call Stack (most recent call first):
  1806. ThirdParty/sqlite/vtksqlite/CMakeLists.txt:3 (vtk_module_add_module)
  1807. This warning is for project developers. Use -Wno-dev to suppress it.
  1808.  
  1809. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1810. ADD_LIBRARY called with SHARED option but the target platform does not
  1811. support dynamic linking. Building a STATIC library instead. This may lead
  1812. to problems.
  1813. Call Stack (most recent call first):
  1814. IO/SQL/CMakeLists.txt:20 (vtk_module_add_module)
  1815. This warning is for project developers. Use -Wno-dev to suppress it.
  1816.  
  1817. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1818. ADD_LIBRARY called with SHARED option but the target platform does not
  1819. support dynamic linking. Building a STATIC library instead. This may lead
  1820. to problems.
  1821. Call Stack (most recent call first):
  1822. Testing/IOSQL/CMakeLists.txt:4 (vtk_module_add_module)
  1823. This warning is for project developers. Use -Wno-dev to suppress it.
  1824.  
  1825. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1826. ADD_LIBRARY called with SHARED option but the target platform does not
  1827. support dynamic linking. Building a STATIC library instead. This may lead
  1828. to problems.
  1829. Call Stack (most recent call first):
  1830. Filters/Topology/CMakeLists.txt:4 (vtk_module_add_module)
  1831. This warning is for project developers. Use -Wno-dev to suppress it.
  1832.  
  1833. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1834. ADD_LIBRARY called with SHARED option but the target platform does not
  1835. support dynamic linking. Building a STATIC library instead. This may lead
  1836. to problems.
  1837. Call Stack (most recent call first):
  1838. Filters/Tensor/CMakeLists.txt:5 (vtk_module_add_module)
  1839. This warning is for project developers. Use -Wno-dev to suppress it.
  1840.  
  1841. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1842. ADD_LIBRARY called with SHARED option but the target platform does not
  1843. support dynamic linking. Building a STATIC library instead. This may lead
  1844. to problems.
  1845. Call Stack (most recent call first):
  1846. Filters/Selection/CMakeLists.txt:6 (vtk_module_add_module)
  1847. This warning is for project developers. Use -Wno-dev to suppress it.
  1848.  
  1849. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1850. ADD_LIBRARY called with SHARED option but the target platform does not
  1851. support dynamic linking. Building a STATIC library instead. This may lead
  1852. to problems.
  1853. Call Stack (most recent call first):
  1854. Filters/SMP/CMakeLists.txt:6 (vtk_module_add_module)
  1855. This warning is for project developers. Use -Wno-dev to suppress it.
  1856.  
  1857. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1858. ADD_LIBRARY called with SHARED option but the target platform does not
  1859. support dynamic linking. Building a STATIC library instead. This may lead
  1860. to problems.
  1861. Call Stack (most recent call first):
  1862. Filters/Programmable/CMakeLists.txt:6 (vtk_module_add_module)
  1863. This warning is for project developers. Use -Wno-dev to suppress it.
  1864.  
  1865. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1866. ADD_LIBRARY called with SHARED option but the target platform does not
  1867. support dynamic linking. Building a STATIC library instead. This may lead
  1868. to problems.
  1869. Call Stack (most recent call first):
  1870. Filters/Points/CMakeLists.txt:45 (vtk_module_add_module)
  1871. This warning is for project developers. Use -Wno-dev to suppress it.
  1872.  
  1873. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1874. ADD_LIBRARY called with SHARED option but the target platform does not
  1875. support dynamic linking. Building a STATIC library instead. This may lead
  1876. to problems.
  1877. Call Stack (most recent call first):
  1878. Filters/ParallelImaging/CMakeLists.txt:9 (vtk_module_add_module)
  1879. This warning is for project developers. Use -Wno-dev to suppress it.
  1880.  
  1881. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1882. ADD_LIBRARY called with SHARED option but the target platform does not
  1883. support dynamic linking. Building a STATIC library instead. This may lead
  1884. to problems.
  1885. Call Stack (most recent call first):
  1886. Filters/GeometryPreview/CMakeLists.txt:6 (vtk_module_add_module)
  1887. This warning is for project developers. Use -Wno-dev to suppress it.
  1888.  
  1889. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1890. ADD_LIBRARY called with SHARED option but the target platform does not
  1891. support dynamic linking. Building a STATIC library instead. This may lead
  1892. to problems.
  1893. Call Stack (most recent call first):
  1894. Testing/DataModel/CMakeLists.txt:4 (vtk_module_add_module)
  1895. This warning is for project developers. Use -Wno-dev to suppress it.
  1896.  
  1897. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1898. ADD_LIBRARY called with SHARED option but the target platform does not
  1899. support dynamic linking. Building a STATIC library instead. This may lead
  1900. to problems.
  1901. Call Stack (most recent call first):
  1902. Filters/Generic/CMakeLists.txt:12 (vtk_module_add_module)
  1903. This warning is for project developers. Use -Wno-dev to suppress it.
  1904.  
  1905. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1906. ADD_LIBRARY called with SHARED option but the target platform does not
  1907. support dynamic linking. Building a STATIC library instead. This may lead
  1908. to problems.
  1909. Call Stack (most recent call first):
  1910. Testing/GenericBridge/CMakeLists.txt:19 (vtk_module_add_module)
  1911. This warning is for project developers. Use -Wno-dev to suppress it.
  1912.  
  1913. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1914. ADD_LIBRARY called with SHARED option but the target platform does not
  1915. support dynamic linking. Building a STATIC library instead. This may lead
  1916. to problems.
  1917. Call Stack (most recent call first):
  1918. Filters/FlowPaths/CMakeLists.txt:26 (vtk_module_add_module)
  1919. This warning is for project developers. Use -Wno-dev to suppress it.
  1920.  
  1921. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1922. ADD_LIBRARY called with SHARED option but the target platform does not
  1923. support dynamic linking. Building a STATIC library instead. This may lead
  1924. to problems.
  1925. Call Stack (most recent call first):
  1926. IO/ParallelExodus/CMakeLists.txt:14 (vtk_module_add_module)
  1927. This warning is for project developers. Use -Wno-dev to suppress it.
  1928.  
  1929. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  1930. ADD_LIBRARY called with SHARED option but the target platform does not
  1931. support dynamic linking. Building a STATIC library instead. This may lead
  1932. to problems.
  1933. Call Stack (most recent call first):
  1934. Domains/ChemistryOpenGL2/CMakeLists.txt:21 (vtk_module_add_module)
  1935. This warning is for project developers. Use -Wno-dev to suppress it.
  1936.  
  1937. -- Found Python3: C:/Program Files/WindowsApps/PythonSoftwareFoundation.Python.3.13_3.13.1008.0_x64__qbz5n2kfra8p0/python3.13.exe (found version "3.13.3") found components: Interpreter
  1938. -- Configuring done (802.8s)
  1939. -- Generating done (17.1s)
  1940. CMake Warning:
  1941. Manually-specified variables were not used by the project:
  1942.  
  1943. emdawnwebgpu_DIR
  1944.  
  1945.  
  1946. -- Build files have been written to: C:/git/VTK/build
  1947.  
  1948. C:\git\VTK>emcmake cmake -S . -B ./build -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS:BOOL=OFF -DVTK_MODULE_ENABLE_VTK_RenderingLICOpenGL2:STRING=DONT_WANT -DVTK_MODULE_ENABLE_VTK_libproj=NO -DVTK_BUILD_TESTING=ON -DVTK_WEBASSEMBLY_64_BIT=ON
  1949. configure: cmake -S . -B ./build -G Ninja -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS:BOOL=OFF -DVTK_MODULE_ENABLE_VTK_RenderingLICOpenGL2:STRING=DONT_WANT -DVTK_MODULE_ENABLE_VTK_libproj=NO -DVTK_BUILD_TESTING=ON -DVTK_WEBASSEMBLY_64_BIT=ON '-DCMAKE_TOOLCHAIN_FILE=C:\emsdk\upstream\emscripten\cmake\Modules\Platform\Emscripten.cmake' -DCMAKE_CROSSCOMPILING_EMULATOR=C:/emsdk/node/20.18.0_64bit/bin/node.exe
  1950. -- The C compiler identification is Clang 21.0.0
  1951. -- The CXX compiler identification is Clang 21.0.0
  1952. -- Detecting C compiler ABI info
  1953. -- Detecting C compiler ABI info - done
  1954. -- Check for working C compiler: C:/emsdk/upstream/emscripten/emcc.bat - skipped
  1955. -- Detecting C compile features
  1956. -- Detecting C compile features - done
  1957. -- Detecting CXX compiler ABI info
  1958. -- Detecting CXX compiler ABI info - done
  1959. -- Check for working CXX compiler: C:/emsdk/upstream/emscripten/em++.bat - skipped
  1960. -- Detecting CXX compile features
  1961. -- Detecting CXX compile features - done
  1962. -- Performing Test vtk_have_compiler_flag_Weverything
  1963. -- Performing Test vtk_have_compiler_flag_Weverything - Success
  1964. -- Performing Test vtk_have_compiler_flag-CXX--wd4251
  1965. -- Performing Test vtk_have_compiler_flag-CXX--wd4251 - Failed
  1966. -- Performing Test vtk_have_compiler_flag-CXX--EHsc
  1967. -- Performing Test vtk_have_compiler_flag-CXX--EHsc - Failed
  1968. -- Performing Test VTK_REQUIRE_LARGE_FILE_SUPPORT
  1969. -- Performing Test VTK_REQUIRE_LARGE_FILE_SUPPORT - Failed
  1970. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
  1971. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
  1972. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
  1973. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
  1974. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR
  1975. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
  1976. -- Checking whether wstring is available
  1977. -- Checking whether wstring is available - yes
  1978. -- Checking whether C compiler has ptrdiff_t in stddef.h
  1979. -- Checking whether C compiler has ptrdiff_t in stddef.h - yes
  1980. -- Checking whether C compiler has ssize_t in unistd.h
  1981. -- Checking whether C compiler has ssize_t in unistd.h - yes
  1982. -- Checking whether C compiler has clock_gettime
  1983. -- Checking whether C compiler has clock_gettime - yes
  1984. -- Checking whether CXX compiler has setenv
  1985. -- Checking whether CXX compiler has setenv - yes
  1986. -- Checking whether CXX compiler has unsetenv
  1987. -- Checking whether CXX compiler has unsetenv - yes
  1988. -- Checking whether CXX compiler has environ in stdlib.h
  1989. -- Checking whether CXX compiler has environ in stdlib.h - no
  1990. -- Checking whether CXX compiler has utimes
  1991. -- Checking whether CXX compiler has utimes - yes
  1992. -- Checking whether CXX compiler has utimensat
  1993. -- Checking whether CXX compiler has utimensat - yes
  1994. -- Checking whether CXX compiler struct stat has st_mtim member
  1995. -- Checking whether CXX compiler struct stat has st_mtim member - yes
  1996. -- Checking whether CXX compiler struct stat has st_mtimespec member
  1997. -- Checking whether CXX compiler struct stat has st_mtimespec member - no
  1998. -- Looking for include files sys/types.h, ifaddrs.h
  1999. -- Looking for include files sys/types.h, ifaddrs.h - found
  2000. -- Checking whether CXX compiler has rlimit64
  2001. -- Checking whether CXX compiler has rlimit64 - yes
  2002. -- Looking for C++ include execinfo.h
  2003. -- Looking for C++ include execinfo.h - not found
  2004. -- Checking whether CXX compiler has getloadavg
  2005. -- Checking whether CXX compiler has getloadavg - yes
  2006. -- Checking whether <ext/stdio_filebuf.h> is available
  2007. -- Checking whether <ext/stdio_filebuf.h> is available - no
  2008. -- Looking for C++ include cxxabi.h
  2009. -- Looking for C++ include cxxabi.h - found
  2010. -- Looking for abi::__cxa_demangle
  2011. -- Looking for abi::__cxa_demangle - found
  2012. -- Looking for <cxxabi.h>
  2013. -- Looking for <cxxabi.h> - not found
  2014. -- Looking for <dlfcn.h>
  2015. -- Looking for <dlfcn.h> - not found
  2016. -- Looking for <execinfo.h>
  2017. -- Looking for <execinfo.h> - not found
  2018. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  2019. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
  2020. -- Found Threads: TRUE
  2021. -- Checking for builtin __atomic_add_fetch
  2022. -- Checking for builtin __atomic_add_fetch -- success
  2023. -- Performing Test VTK_HAS_STD_ISNAN
  2024. -- Performing Test VTK_HAS_STD_ISNAN - Success
  2025. -- Performing Test VTK_HAS_STD_ISINF
  2026. -- Performing Test VTK_HAS_STD_ISINF - Success
  2027. -- Performing Test VTK_HAS_STD_ISFINITE
  2028. -- Performing Test VTK_HAS_STD_ISFINITE - Success
  2029. -- Looking for isnan
  2030. -- Looking for isnan - found
  2031. -- Looking for isinf
  2032. -- Looking for isinf - found
  2033. -- Looking for isfinite
  2034. -- Looking for isfinite - found
  2035. -- Looking for finite
  2036. -- Looking for finite - found
  2037. -- Looking for fenv.h
  2038. -- Looking for fenv.h - found
  2039. -- Looking for feenableexcept
  2040. -- Looking for feenableexcept - not found
  2041. -- Looking for abi::__cxa_demangle
  2042. -- Looking for abi::__cxa_demangle - found
  2043. -- Looking for strtod_l
  2044. -- Looking for strtod_l - not found
  2045. -- Performing Test EIGEN_COMPILER_SUPPORT_CPP11
  2046. -- Performing Test EIGEN_COMPILER_SUPPORT_CPP11 - Success
  2047. -- Performing Test standard_math_library_linked_to_automatically
  2048. -- Performing Test standard_math_library_linked_to_automatically - Success
  2049. -- Performing Test COMPILER_SUPPORT_WERROR
  2050. -- Performing Test COMPILER_SUPPORT_WERROR - Success
  2051. -- Performing Test COMPILER_SUPPORT_pedantic
  2052. -- Performing Test COMPILER_SUPPORT_pedantic - Success
  2053. -- Performing Test COMPILER_SUPPORT_Wall
  2054. -- Performing Test COMPILER_SUPPORT_Wall - Success
  2055. -- Performing Test COMPILER_SUPPORT_Wextra
  2056. -- Performing Test COMPILER_SUPPORT_Wextra - Success
  2057. -- Performing Test COMPILER_SUPPORT_Wundef
  2058. -- Performing Test COMPILER_SUPPORT_Wundef - Success
  2059. -- Performing Test COMPILER_SUPPORT_Wcastalign
  2060. -- Performing Test COMPILER_SUPPORT_Wcastalign - Success
  2061. -- Performing Test COMPILER_SUPPORT_Wcharsubscripts
  2062. -- Performing Test COMPILER_SUPPORT_Wcharsubscripts - Success
  2063. -- Performing Test COMPILER_SUPPORT_Wnonvirtualdtor
  2064. -- Performing Test COMPILER_SUPPORT_Wnonvirtualdtor - Success
  2065. -- Performing Test COMPILER_SUPPORT_Wunusedlocaltypedefs
  2066. -- Performing Test COMPILER_SUPPORT_Wunusedlocaltypedefs - Success
  2067. -- Performing Test COMPILER_SUPPORT_Wpointerarith
  2068. -- Performing Test COMPILER_SUPPORT_Wpointerarith - Success
  2069. -- Performing Test COMPILER_SUPPORT_Wwritestrings
  2070. -- Performing Test COMPILER_SUPPORT_Wwritestrings - Success
  2071. -- Performing Test COMPILER_SUPPORT_Wformatsecurity
  2072. -- Performing Test COMPILER_SUPPORT_Wformatsecurity - Success
  2073. -- Performing Test COMPILER_SUPPORT_Wshorten64to32
  2074. -- Performing Test COMPILER_SUPPORT_Wshorten64to32 - Success
  2075. -- Performing Test COMPILER_SUPPORT_Wlogicalop
  2076. -- Performing Test COMPILER_SUPPORT_Wlogicalop - Failed
  2077. -- Performing Test COMPILER_SUPPORT_Wenumconversion
  2078. -- Performing Test COMPILER_SUPPORT_Wenumconversion - Success
  2079. -- Performing Test COMPILER_SUPPORT_Wcpp11extensions
  2080. -- Performing Test COMPILER_SUPPORT_Wcpp11extensions - Success
  2081. -- Performing Test COMPILER_SUPPORT_Wdoublepromotion
  2082. -- Performing Test COMPILER_SUPPORT_Wdoublepromotion - Success
  2083. -- Performing Test COMPILER_SUPPORT_Wshadow
  2084. -- Performing Test COMPILER_SUPPORT_Wshadow - Success
  2085. -- Performing Test COMPILER_SUPPORT_Wnopsabi
  2086. -- Performing Test COMPILER_SUPPORT_Wnopsabi - Success
  2087. -- Performing Test COMPILER_SUPPORT_Wnovariadicmacros
  2088. -- Performing Test COMPILER_SUPPORT_Wnovariadicmacros - Success
  2089. -- Performing Test COMPILER_SUPPORT_Wnolonglong
  2090. -- Performing Test COMPILER_SUPPORT_Wnolonglong - Success
  2091. -- Performing Test COMPILER_SUPPORT_fnochecknew
  2092. -- Performing Test COMPILER_SUPPORT_fnochecknew - Success
  2093. -- Performing Test COMPILER_SUPPORT_fnocommon
  2094. -- Performing Test COMPILER_SUPPORT_fnocommon - Success
  2095. -- Performing Test COMPILER_SUPPORT_fstrictaliasing
  2096. -- Performing Test COMPILER_SUPPORT_fstrictaliasing - Success
  2097. -- Performing Test COMPILER_SUPPORT_wd981
  2098. -- Performing Test COMPILER_SUPPORT_wd981 - Failed
  2099. -- Performing Test COMPILER_SUPPORT_wd2304
  2100. -- Performing Test COMPILER_SUPPORT_wd2304 - Failed
  2101. -- Performing Test COMPILER_SUPPORT_STRICTANSI
  2102. -- Performing Test COMPILER_SUPPORT_STRICTANSI - Failed
  2103. -- Performing Test COMPILER_SUPPORT_Qunusedarguments
  2104. -- Performing Test COMPILER_SUPPORT_Qunusedarguments - Success
  2105. -- Performing Test COMPILER_SUPPORT_ansi
  2106. -- Performing Test COMPILER_SUPPORT_ansi - Success
  2107. -- Performing Test COMPILER_SUPPORT_OPENMP
  2108. -- Performing Test COMPILER_SUPPORT_OPENMP - Success
  2109. CMake Warning (dev) at CMake/vtkModule.cmake:4883 (install):
  2110. Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
  2111. "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
  2112. command to set the policy and suppress this warning.
  2113. Call Stack (most recent call first):
  2114. ThirdParty/eigen/vtkeigen/CMakeLists.txt:701 (vtk_module_install_headers)
  2115. This warning is for project developers. Use -Wno-dev to suppress it.
  2116.  
  2117. -- Looking for strings.h
  2118. -- Looking for strings.h - found
  2119. -- Looking for byteswap.h
  2120. -- Looking for byteswap.h - found
  2121. -- Looking for sys/endian.h
  2122. -- Looking for sys/endian.h - not found
  2123. -- Looking for HAVE_BSWAP_16
  2124. -- Looking for HAVE_BSWAP_16 - not found
  2125. -- Looking for HAVE_BSWAP_32
  2126. -- Looking for HAVE_BSWAP_32 - not found
  2127. -- Looking for HAVE_BSWAP_64
  2128. -- Looking for HAVE_BSWAP_64 - not found
  2129. -- Looking for stdint.h
  2130. -- Looking for stdint.h - found
  2131. -- Looking for inttypes.h
  2132. -- Looking for inttypes.h - found
  2133. -- Looking for limits.h
  2134. -- Looking for limits.h - found
  2135. -- Looking for stdbool.h
  2136. -- Looking for stdbool.h - found
  2137. -- Looking for string.h
  2138. -- Looking for string.h - found
  2139. -- Looking for memory.h
  2140. -- Looking for memory.h - found
  2141. -- Looking for sys/types.h
  2142. -- Looking for sys/types.h - found
  2143. -- Looking for stddef.h
  2144. -- Looking for stddef.h - found
  2145. -- Check size of int16_t
  2146. -- Check size of int16_t - done
  2147. -- Check size of int32_t
  2148. -- Check size of int32_t - done
  2149. -- Check size of int64_t
  2150. -- Check size of int64_t - done
  2151. -- Check size of intmax_t
  2152. -- Check size of intmax_t - done
  2153. -- Check size of uint8_t
  2154. -- Check size of uint8_t - done
  2155. -- Check size of uint16_t
  2156. -- Check size of uint16_t - done
  2157. -- Check size of uint32_t
  2158. -- Check size of uint32_t - done
  2159. -- Check size of uint64_t
  2160. -- Check size of uint64_t - done
  2161. -- Check size of uintmax_t
  2162. -- Check size of uintmax_t - done
  2163. -- Check size of short
  2164. -- Check size of short - done
  2165. -- Check size of int
  2166. -- Check size of int - done
  2167. -- Check size of long
  2168. -- Check size of long - done
  2169. -- Check size of long long
  2170. -- Check size of long long - done
  2171. -- Check size of unsigned short
  2172. -- Check size of unsigned short - done
  2173. -- Check size of unsigned
  2174. -- Check size of unsigned - done
  2175. -- Check size of unsigned long
  2176. -- Check size of unsigned long - done
  2177. -- Check size of unsigned long long
  2178. -- Check size of unsigned long long - done
  2179. -- Check size of size_t
  2180. -- Check size of size_t - done
  2181. -- Check size of __int64
  2182. -- Check size of __int64 - failed
  2183. -- Check size of unsigned __int64
  2184. -- Check size of unsigned __int64 - failed
  2185. -- Check size of uintptr_t
  2186. -- Check size of uintptr_t - done
  2187. -- Check size of off64_t
  2188. -- Check size of off64_t - done
  2189. -- Looking for unistd.h
  2190. -- Looking for unistd.h - found
  2191. -- Looking for dlfcn.h
  2192. -- Looking for dlfcn.h - found
  2193. -- Looking for fcntl.h
  2194. -- Looking for fcntl.h - found
  2195. -- Looking for stdlib.h
  2196. -- Looking for stdlib.h - found
  2197. -- Looking for sys/stat.h
  2198. -- Looking for sys/stat.h - found
  2199. -- Looking for unistd.h
  2200. -- Looking for unistd.h - found
  2201. -- Looking for getpagesize
  2202. -- Looking for getpagesize - found
  2203. -- Looking for mmap
  2204. -- Looking for mmap - found
  2205. -- Looking for getrandom
  2206. -- Looking for getrandom - not found
  2207. -- Looking for arc4random_buf
  2208. -- Looking for arc4random_buf - not found
  2209. -- Looking for arc4random
  2210. -- Looking for arc4random - not found
  2211. -- Looking for 4 include files stdlib.h, ..., float.h
  2212. -- Looking for 4 include files stdlib.h, ..., float.h - found
  2213. -- Looking for off_t
  2214. -- Looking for off_t - not found
  2215. -- Looking for size_t
  2216. -- Looking for size_t - not found
  2217. -- Performing Test HAVE_SYSCALL_GETRANDOM
  2218. -- Performing Test HAVE_SYSCALL_GETRANDOM - Failed
  2219. -- Performing Test FLAG_NO_STRICT_ALIASING
  2220. -- Performing Test FLAG_NO_STRICT_ALIASING - Success
  2221. -- Performing Test FLAG_VISIBILITY
  2222. -- Performing Test FLAG_VISIBILITY - Success
  2223. -- Looking for cos in m
  2224. -- Looking for cos in m - found
  2225. -- Looking for memset
  2226. -- Looking for memset - found
  2227. -- Looking for memcpy
  2228. -- Looking for memcpy - found
  2229. -- Check size of size_t
  2230. -- Check size of size_t - done
  2231. CMake Deprecation Warning at ThirdParty/tiff/vtktiff/CMakeLists.txt:32 (cmake_policy):
  2232. Compatibility with CMake < 3.10 will be removed from a future version of
  2233. CMake.
  2234.  
  2235. Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
  2236. to tell CMake that the project requires at least <min> but has been updated
  2237. to work with policies introduced by <max> or earlier.
  2238.  
  2239.  
  2240. -- Performing Test C_FLAG_Wall
  2241. -- Performing Test C_FLAG_Wall - Success
  2242. -- Performing Test C_FLAG_Winline
  2243. -- Performing Test C_FLAG_Winline - Success
  2244. -- Performing Test C_FLAG_Wformat_security
  2245. -- Performing Test C_FLAG_Wformat_security - Success
  2246. -- Performing Test C_FLAG_Wpointer_arith
  2247. -- Performing Test C_FLAG_Wpointer_arith - Success
  2248. -- Performing Test C_FLAG_Wdisabled_optimization
  2249. -- Performing Test C_FLAG_Wdisabled_optimization - Success
  2250. -- Performing Test C_FLAG_Wno_unknown_pragmas
  2251. -- Performing Test C_FLAG_Wno_unknown_pragmas - Success
  2252. -- Performing Test C_FLAG_fstrict_aliasing
  2253. -- Performing Test C_FLAG_fstrict_aliasing - Success
  2254. -- Performing Test HAVE_LD_VERSION_SCRIPT
  2255. -- Performing Test HAVE_LD_VERSION_SCRIPT - Success
  2256. -- Looking for assert.h
  2257. -- Looking for assert.h - found
  2258. -- Looking for io.h
  2259. -- Looking for io.h - not found
  2260. -- Looking for sys/time.h
  2261. -- Looking for sys/time.h - found
  2262. -- Looking for getopt
  2263. -- Looking for getopt - found
  2264. -- Looking for optarg
  2265. -- Looking for optarg - found
  2266. -- Looking for setmode
  2267. -- Looking for setmode - not found
  2268. -- Check size of size_t
  2269. -- Check size of size_t - done
  2270. -- Looking for pow
  2271. -- Looking for pow - found
  2272. -- Found CMath: TRUE
  2273. -- Found OpenGL: C:/Program Files (x86)/Windows Kits/10/Include/10.0.22621.0/um found components: GLES3
  2274. CMake Warning (dev) at CMake/vtkObjectFactory.cmake:101 (cmake_parse_arguments):
  2275. The INITIAL_CODE keyword was followed by an empty string or no value at
  2276. all. Policy CMP0174 is not set, so cmake_parse_arguments() will unset the
  2277. _vtk_object_factory_configure_INITIAL_CODE variable rather than setting it
  2278. to an empty string.
  2279. Call Stack (most recent call first):
  2280. Rendering/UI/CMakeLists.txt:89 (vtk_object_factory_configure)
  2281. This warning is for project developers. Use -Wno-dev to suppress it.
  2282.  
  2283. -- Looking for include file sys/file.h
  2284. -- Looking for include file sys/file.h - found
  2285. -- Looking for include files sys/file.h, sys/ioctl.h
  2286. -- Looking for include files sys/file.h, sys/ioctl.h - found
  2287. -- Looking for 3 include files sys/file.h, ..., sys/resource.h
  2288. -- Looking for 3 include files sys/file.h, ..., sys/resource.h - found
  2289. -- Looking for 4 include files sys/file.h, ..., sys/socket.h
  2290. -- Looking for 4 include files sys/file.h, ..., sys/socket.h - found
  2291. -- Looking for 5 include files sys/file.h, ..., sys/stat.h
  2292. -- Looking for 5 include files sys/file.h, ..., sys/stat.h - found
  2293. -- Looking for 6 include files sys/file.h, ..., sys/time.h
  2294. -- Looking for 6 include files sys/file.h, ..., sys/time.h - found
  2295. -- Looking for 7 include files sys/file.h, ..., sys/types.h
  2296. -- Looking for 7 include files sys/file.h, ..., sys/types.h - found
  2297. -- Looking for 8 include files sys/file.h, ..., features.h
  2298. -- Looking for 8 include files sys/file.h, ..., features.h - found
  2299. -- Looking for 9 include files sys/file.h, ..., dirent.h
  2300. -- Looking for 9 include files sys/file.h, ..., dirent.h - found
  2301. -- Looking for 10 include files sys/file.h, ..., unistd.h
  2302. -- Looking for 10 include files sys/file.h, ..., unistd.h - found
  2303. -- Looking for 11 include files sys/file.h, ..., pwd.h
  2304. -- Looking for 11 include files sys/file.h, ..., pwd.h - found
  2305. -- Looking for 12 include files sys/file.h, ..., globus/common.h
  2306. -- Looking for 12 include files sys/file.h, ..., globus/common.h - not found
  2307. -- Looking for 12 include files sys/file.h, ..., pdb.h
  2308. -- Looking for 12 include files sys/file.h, ..., pdb.h - not found
  2309. -- Looking for 12 include files sys/file.h, ..., pthread.h
  2310. -- Looking for 12 include files sys/file.h, ..., pthread.h - found
  2311. -- Looking for 13 include files sys/file.h, ..., dlfcn.h
  2312. -- Looking for 13 include files sys/file.h, ..., dlfcn.h - found
  2313. -- Looking for 14 include files sys/file.h, ..., netinet/in.h
  2314. -- Looking for 14 include files sys/file.h, ..., netinet/in.h - found
  2315. -- Looking for 15 include files sys/file.h, ..., netdb.h
  2316. -- Looking for 15 include files sys/file.h, ..., netdb.h - found
  2317. -- Looking for 16 include files sys/file.h, ..., arpa/inet.h
  2318. -- Looking for 16 include files sys/file.h, ..., arpa/inet.h - found
  2319. -- Looking for include file quadmath.h
  2320. -- Looking for include file quadmath.h - not found
  2321. -- Looking for ceil in m;
  2322. -- Looking for ceil in m; - found
  2323. -- Looking for fseeko
  2324. -- Looking for fseeko - found
  2325. -- Performing Test HAVE_STAT64_STRUCT
  2326. -- Performing Test HAVE_STAT64_STRUCT - Failed
  2327. -- Check size of char
  2328. -- Check size of char - done
  2329. -- Check size of short
  2330. -- Check size of short - done
  2331. -- Check size of int
  2332. -- Check size of int - done
  2333. -- Check size of unsigned
  2334. -- Check size of unsigned - done
  2335. -- Check size of long
  2336. -- Check size of long - done
  2337. -- Check size of long long
  2338. -- Check size of long long - done
  2339. -- Check size of __int64
  2340. -- Check size of __int64 - failed
  2341. -- Check size of float
  2342. -- Check size of float - done
  2343. -- Check size of double
  2344. -- Check size of double - done
  2345. -- Check size of long double
  2346. -- Check size of long double - done
  2347. -- Check size of int8_t
  2348. -- Check size of int8_t - done
  2349. -- Check size of uint8_t
  2350. -- Check size of uint8_t - done
  2351. -- Check size of int_least8_t
  2352. -- Check size of int_least8_t - done
  2353. -- Check size of uint_least8_t
  2354. -- Check size of uint_least8_t - done
  2355. -- Check size of int_fast8_t
  2356. -- Check size of int_fast8_t - done
  2357. -- Check size of uint_fast8_t
  2358. -- Check size of uint_fast8_t - done
  2359. -- Check size of int16_t
  2360. -- Check size of int16_t - done
  2361. -- Check size of uint16_t
  2362. -- Check size of uint16_t - done
  2363. -- Check size of int_least16_t
  2364. -- Check size of int_least16_t - done
  2365. -- Check size of uint_least16_t
  2366. -- Check size of uint_least16_t - done
  2367. -- Check size of int_fast16_t
  2368. -- Check size of int_fast16_t - done
  2369. -- Check size of uint_fast16_t
  2370. -- Check size of uint_fast16_t - done
  2371. -- Check size of int32_t
  2372. -- Check size of int32_t - done
  2373. -- Check size of uint32_t
  2374. -- Check size of uint32_t - done
  2375. -- Check size of int_least32_t
  2376. -- Check size of int_least32_t - done
  2377. -- Check size of uint_least32_t
  2378. -- Check size of uint_least32_t - done
  2379. -- Check size of int_fast32_t
  2380. -- Check size of int_fast32_t - done
  2381. -- Check size of uint_fast32_t
  2382. -- Check size of uint_fast32_t - done
  2383. -- Check size of int64_t
  2384. -- Check size of int64_t - done
  2385. -- Check size of uint64_t
  2386. -- Check size of uint64_t - done
  2387. -- Check size of int_least64_t
  2388. -- Check size of int_least64_t - done
  2389. -- Check size of uint_least64_t
  2390. -- Check size of uint_least64_t - done
  2391. -- Check size of int_fast64_t
  2392. -- Check size of int_fast64_t - done
  2393. -- Check size of uint_fast64_t
  2394. -- Check size of uint_fast64_t - done
  2395. -- Check size of size_t
  2396. -- Check size of size_t - done
  2397. -- Check size of ssize_t
  2398. -- Check size of ssize_t - done
  2399. -- Check size of ptrdiff_t
  2400. -- Check size of ptrdiff_t - done
  2401. -- Check size of off_t
  2402. -- Check size of off_t - done
  2403. -- Check size of off64_t
  2404. -- Check size of off64_t - failed
  2405. -- Check size of time_t
  2406. -- Check size of time_t - done
  2407. -- Check size of _Bool
  2408. -- Check size of _Bool - done
  2409. -- Performing Test H5_HAVE_TM_GMTOFF
  2410. -- Performing Test H5_HAVE_TM_GMTOFF - Success
  2411. -- Performing Test H5_HAVE___TM_GMTOFF
  2412. -- Performing Test H5_HAVE___TM_GMTOFF - Success
  2413. -- Performing Test H5_HAVE_STRUCT_TIMEZONE
  2414. -- Performing Test H5_HAVE_STRUCT_TIMEZONE - Failed
  2415. -- Looking for gettimeofday
  2416. -- Looking for gettimeofday - found
  2417. -- Performing Test H5_HAVE_STAT_ST_BLOCKS
  2418. -- Performing Test H5_HAVE_STAT_ST_BLOCKS - Success
  2419. -- Looking for ioctl
  2420. -- Looking for ioctl - found
  2421. -- Performing Test H5_HAVE_STRUCT_VIDEOCONFIG
  2422. -- Performing Test H5_HAVE_STRUCT_VIDEOCONFIG - Failed
  2423. -- Performing Test H5_HAVE_STRUCT_TEXT_INFO
  2424. -- Performing Test H5_HAVE_STRUCT_TEXT_INFO - Failed
  2425. -- Looking for _getvideoconfig
  2426. -- Looking for _getvideoconfig - not found
  2427. -- Looking for gettextinfo
  2428. -- Looking for gettextinfo - not found
  2429. -- Looking for _scrsize
  2430. -- Looking for _scrsize - not found
  2431. -- Looking for GetConsoleScreenBufferInfo
  2432. -- Looking for GetConsoleScreenBufferInfo - not found
  2433. -- Looking for TIOCGWINSZ
  2434. -- Looking for TIOCGWINSZ - found
  2435. -- Looking for TIOCGETD
  2436. -- Looking for TIOCGETD - found
  2437. -- Looking for getpwuid
  2438. -- Looking for getpwuid - found
  2439. -- Looking for alarm
  2440. -- Looking for alarm - found
  2441. -- Looking for fcntl
  2442. -- Looking for fcntl - found
  2443. -- Looking for flock
  2444. -- Looking for flock - found
  2445. -- Looking for fork
  2446. -- Looking for fork - found
  2447. -- Looking for gethostname
  2448. -- Looking for gethostname - found
  2449. -- Looking for getrusage
  2450. -- Looking for getrusage - found
  2451. -- Looking for pread
  2452. -- Looking for pread - found
  2453. -- Looking for pwrite
  2454. -- Looking for pwrite - found
  2455. -- Looking for rand_r
  2456. -- Looking for rand_r - found
  2457. -- Looking for random
  2458. -- Looking for random - found
  2459. -- Looking for setsysinfo
  2460. -- Looking for setsysinfo - not found
  2461. -- Looking for siglongjmp
  2462. -- Looking for siglongjmp - not found
  2463. -- Looking for sigsetjmp
  2464. -- Looking for sigsetjmp - not found
  2465. -- Looking for sigprocmask
  2466. -- Looking for sigprocmask - found
  2467. -- Looking for strdup
  2468. -- Looking for strdup - found
  2469. -- Looking for symlink
  2470. -- Looking for symlink - found
  2471. -- Looking for tmpfile
  2472. -- Looking for tmpfile - found
  2473. -- Looking for asprintf
  2474. -- Looking for asprintf - found
  2475. -- Looking for vasprintf
  2476. -- Looking for vasprintf - found
  2477. -- Looking for waitpid
  2478. -- Looking for waitpid - found
  2479. -- Looking for sigsetjmp
  2480. -- Looking for sigsetjmp - found
  2481. -- Looking for clock_gettime
  2482. -- Looking for clock_gettime - found
  2483. -- Looking for clock_gettime in rt
  2484. -- Looking for clock_gettime in rt - found
  2485. -- Looking for clock_gettime in posix4
  2486. -- Looking for clock_gettime in posix4 - not found
  2487. -- Check size of __float128
  2488. -- Check size of __float128 - done
  2489. -- Check size of _Quad
  2490. -- Check size of _Quad - failed
  2491. -- Looking for include file inttypes.h
  2492. -- Looking for include file inttypes.h - found
  2493. -- Looking for include file stdint.h
  2494. -- Looking for include file stdint.h - found
  2495. -- Looking for include file sys/types.h
  2496. -- Looking for include file sys/types.h - found
  2497. -- Check size of int16_t
  2498. -- Check size of int16_t - done
  2499. -- Check size of uint16_t
  2500. -- Check size of uint16_t - done
  2501. -- Check size of u_int16_t
  2502. -- Check size of u_int16_t - done
  2503. -- Check size of int32_t
  2504. -- Check size of int32_t - done
  2505. -- Check size of uint32_t
  2506. -- Check size of uint32_t - done
  2507. -- Check size of u_int32_t
  2508. -- Check size of u_int32_t - done
  2509. -- Check size of int64_t
  2510. -- Check size of int64_t - done
  2511. -- Check size of short
  2512. -- Check size of short - done
  2513. -- Check size of int
  2514. -- Check size of int - done
  2515. -- Check size of long
  2516. -- Check size of long - done
  2517. -- Check size of long long
  2518. -- Check size of long long - done
  2519. -- Performing Test have_flag_logical-op-parentheses
  2520. -- Performing Test have_flag_logical-op-parentheses - Success
  2521. -- Performing Test have_flag_parentheses
  2522. -- Performing Test have_flag_parentheses - Success
  2523. -- Performing Test have_flag_shift-op-parentheses
  2524. -- Performing Test have_flag_shift-op-parentheses - Success
  2525. -- Performing Test have_flag_tautological-compare
  2526. -- Performing Test have_flag_tautological-compare - Success
  2527. -- Looking for _filelengthi64
  2528. -- Looking for _filelengthi64 - not found
  2529. -- Looking for alloca
  2530. -- Looking for alloca - found
  2531. -- Looking for isfinite
  2532. -- Looking for isfinite - found
  2533. -- Looking for isinf
  2534. -- Looking for isinf - found
  2535. -- Looking for isnan
  2536. -- Looking for isnan - found
  2537. -- Looking for fsync
  2538. -- Looking for fsync - found
  2539. -- Looking for mktemp
  2540. -- Looking for mktemp - found
  2541. -- Looking for getrlimit
  2542. -- Looking for getrlimit - found
  2543. -- Looking for memmove
  2544. -- Looking for memmove - found
  2545. -- Looking for mkstemp
  2546. -- Looking for mkstemp - found
  2547. -- Looking for random
  2548. -- Looking for random - found
  2549. -- Looking for snprintf
  2550. -- Looking for snprintf - found
  2551. -- Looking for strdup
  2552. -- Looking for strdup - found
  2553. -- Looking for strndup
  2554. -- Looking for strndup - found
  2555. -- Looking for strlcat
  2556. -- Looking for strlcat - found
  2557. -- Looking for st_blocksize
  2558. -- Looking for st_blocksize - not found
  2559. -- Looking for sysconf
  2560. -- Looking for sysconf - found
  2561. -- Looking for alloca.h
  2562. -- Looking for alloca.h - found
  2563. -- Looking for malloc.h
  2564. -- Looking for malloc.h - found
  2565. -- Looking for stdarg.h
  2566. -- Looking for stdarg.h - found
  2567. -- Looking for stdio.h
  2568. -- Looking for stdio.h - found
  2569. -- Looking for sys/param.h
  2570. -- Looking for sys/param.h - found
  2571. -- Looking for sys/resource.h
  2572. -- Looking for sys/resource.h - found
  2573. -- Check size of longlong
  2574. -- Check size of longlong - failed
  2575. -- Check size of long long int
  2576. -- Check size of long long int - done
  2577. -- Check size of ssize_t
  2578. -- Check size of ssize_t - done
  2579. -- Check size of uchar
  2580. -- Check size of uchar - failed
  2581. -- Check size of uint
  2582. -- Check size of uint - done
  2583. -- Check size of schar
  2584. -- Check size of schar - failed
  2585. -- Check size of ushort
  2586. -- Check size of ushort - done
  2587. -- Check size of double
  2588. -- Check size of double - done
  2589. -- Check size of float
  2590. -- Check size of float - done
  2591. -- Check size of int
  2592. -- Check size of int - done
  2593. -- Check size of long
  2594. -- Check size of long - done
  2595. -- Check size of long long
  2596. -- Check size of long long - done
  2597. -- Check size of off_t
  2598. -- Check size of off_t - done
  2599. -- Check size of short
  2600. -- Check size of short - done
  2601. -- Check size of unsigned char
  2602. -- Check size of unsigned char - done
  2603. -- Check size of unsigned int
  2604. -- Check size of unsigned int - done
  2605. -- Check size of unsigned long long
  2606. -- Check size of unsigned long long - done
  2607. -- Check size of unsigned short int
  2608. -- Check size of unsigned short int - done
  2609. -- Check size of uint64_t
  2610. -- Check size of uint64_t - done
  2611. -- Check size of ptrdiff_t
  2612. -- Check size of ptrdiff_t - done
  2613. -- Testing HDF5 Multi_Dataset - NOT FOUND
  2614. -- Testing HDF5 Collective_metadata - NOT FOUND
  2615. -- Testing HDF5 H5Pset_file_space_strategy - NOT FOUND
  2616. -- Performing Test CHECK_HAVE_STAT64_STRUCT
  2617. -- Performing Test CHECK_HAVE_STAT64_STRUCT - Failed
  2618. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  2619. -- Performing Test HAVE_ATTRIBUTE_DESTRUCTOR
  2620. -- Performing Test HAVE_ATTRIBUTE_DESTRUCTOR - Success
  2621. -- Looking for include file arpa/inet.h
  2622. -- Looking for include file arpa/inet.h - found
  2623. -- Looking for class
  2624. -- Looking for class - not found
  2625. -- Looking for dlopen in dl
  2626. -- Looking for dlopen in dl - found
  2627. -- Looking for include file dl.h
  2628. -- Looking for include file dl.h - not found
  2629. -- Looking for fpclass
  2630. -- Looking for fpclass - not found
  2631. -- Looking for ftime
  2632. -- Looking for ftime - found
  2633. -- Looking for getentropy
  2634. -- Looking for getentropy - found
  2635. -- Looking for gettimeofday
  2636. -- Looking for gettimeofday - found
  2637. -- Looking for append_history in history
  2638. -- Looking for append_history in history - not found
  2639. -- Looking for readline in readline
  2640. -- Looking for readline in readline - not found
  2641. -- Looking for munmap
  2642. -- Looking for munmap - found
  2643. -- Looking for include file netdb.h
  2644. -- Looking for include file netdb.h - found
  2645. -- Looking for include file netinet/in.h
  2646. -- Looking for include file netinet/in.h - found
  2647. -- Looking for include file poll.h
  2648. -- Looking for include file poll.h - found
  2649. -- Looking for shl_load in dld
  2650. -- Looking for shl_load in dld - not found
  2651. -- Looking for stat
  2652. -- Looking for stat - found
  2653. -- Looking for include file sys/mman.h
  2654. -- Looking for include file sys/mman.h - found
  2655. -- Looking for include file sys/random.h
  2656. -- Looking for include file sys/random.h - not found
  2657. -- Looking for include file sys/select.h
  2658. -- Looking for include file sys/select.h - found
  2659. -- Looking for include file sys/socket.h
  2660. -- Looking for include file sys/socket.h - found
  2661. -- Looking for include file sys/timeb.h
  2662. -- Looking for include file sys/timeb.h - found
  2663. -- Performing Test XML_SOCKLEN_T_SOCKLEN_T
  2664. -- Performing Test XML_SOCKLEN_T_SOCKLEN_T - Success
  2665. -- Found Python3: C:/Program Files/WindowsApps/PythonSoftwareFoundation.Python.3.13_3.13.1008.0_x64__qbz5n2kfra8p0/python3.13.exe (found version "3.13.3") found components: Interpreter
  2666. -- Configuring done (810.3s)
  2667. -- Generating done (18.3s)
  2668. -- Build files have been written to: C:/git/VTK/build
  2669.  
  2670. C:\git\VTK>
  2671. C:\git\VTK>
  2672. C:\git\VTK>
  2673. C:\git\VTK>
  2674. C:\git\VTK>
  2675. C:\git\VTK>
  2676. C:\git\VTK>
  2677. C:\git\VTK>
  2678. C:\git\VTK>
  2679. C:\git\VTK>
  2680. C:\git\VTK>
  2681. C:\git\VTK>emcmake cmake -S . -B ./build -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DVTK_ENABLE_LOGGING:BOOL=OFF -DVTK_ENABLE_WRAPPING:BOOL=OFF -DVTK_MODULE_ENABLE_VTK_RenderingLICOpenGL2:STRING=DONT_WANT -DVTK_MODULE_ENABLE_VTK_libproj=NO -DVTK_ENABLE_WEBGPU=ON -Demdawnwebgpu_DIR=C:\git\VTK\dawn\lib\cmake\emdawnwebgpu -DVTK_BUILD_TESTING=ON -DVTK_WEBASSEMBLY_64_BIT=ON -DCMAKE_INSTALL_PREFIX=C:/git/vtk/build
  2682. configure: cmake -S . -B ./build -G Ninja -DCMAKE_BUILD_TYPE=Release -DVTK_ENABLE_LOGGING:BOOL=OFF -DVTK_ENABLE_WRAPPING:BOOL=OFF -DVTK_MODULE_ENABLE_VTK_RenderingLICOpenGL2:STRING=DONT_WANT -DVTK_MODULE_ENABLE_VTK_libproj=NO -DVTK_ENABLE_WEBGPU=ON '-Demdawnwebgpu_DIR=C:\git\VTK\dawn\lib\cmake\emdawnwebgpu' -DVTK_BUILD_TESTING=ON -DVTK_WEBASSEMBLY_64_BIT=ON -DCMAKE_INSTALL_PREFIX=C:/git/vtk/build '-DCMAKE_TOOLCHAIN_FILE=C:\emsdk\upstream\emscripten\cmake\Modules\Platform\Emscripten.cmake' -DCMAKE_CROSSCOMPILING_EMULATOR=C:/emsdk/node/20.18.0_64bit/bin/node.exe
  2683. -- The C compiler identification is Clang 21.0.0
  2684. -- The CXX compiler identification is Clang 21.0.0
  2685. -- Detecting C compiler ABI info
  2686. -- Detecting C compiler ABI info - done
  2687. -- Check for working C compiler: C:/emsdk/upstream/emscripten/emcc.bat - skipped
  2688. -- Detecting C compile features
  2689. -- Detecting C compile features - done
  2690. -- Detecting CXX compiler ABI info
  2691. -- Detecting CXX compiler ABI info - done
  2692. -- Check for working CXX compiler: C:/emsdk/upstream/emscripten/em++.bat - skipped
  2693. -- Detecting CXX compile features
  2694. -- Detecting CXX compile features - done
  2695. -- Performing Test vtk_have_compiler_flag_Weverything
  2696. -- Performing Test vtk_have_compiler_flag_Weverything - Success
  2697. -- Performing Test vtk_have_compiler_flag-CXX--wd4251
  2698. -- Performing Test vtk_have_compiler_flag-CXX--wd4251 - Failed
  2699. -- Performing Test vtk_have_compiler_flag-CXX--EHsc
  2700. -- Performing Test vtk_have_compiler_flag-CXX--EHsc - Failed
  2701. -- Performing Test VTK_REQUIRE_LARGE_FILE_SUPPORT
  2702. -- Performing Test VTK_REQUIRE_LARGE_FILE_SUPPORT - Failed
  2703. -- Checking whether wstring is available
  2704. -- Checking whether wstring is available - yes
  2705. -- Checking whether C compiler has ptrdiff_t in stddef.h
  2706. -- Checking whether C compiler has ptrdiff_t in stddef.h - yes
  2707. -- Checking whether C compiler has ssize_t in unistd.h
  2708. -- Checking whether C compiler has ssize_t in unistd.h - yes
  2709. -- Checking whether C compiler has clock_gettime
  2710. -- Checking whether C compiler has clock_gettime - yes
  2711. -- Checking whether CXX compiler has setenv
  2712. -- Checking whether CXX compiler has setenv - yes
  2713. -- Checking whether CXX compiler has unsetenv
  2714. -- Checking whether CXX compiler has unsetenv - yes
  2715. -- Checking whether CXX compiler has environ in stdlib.h
  2716. -- Checking whether CXX compiler has environ in stdlib.h - no
  2717. -- Checking whether CXX compiler has utimes
  2718. -- Checking whether CXX compiler has utimes - yes
  2719. -- Checking whether CXX compiler has utimensat
  2720. -- Checking whether CXX compiler has utimensat - yes
  2721. -- Checking whether CXX compiler struct stat has st_mtim member
  2722. -- Checking whether CXX compiler struct stat has st_mtim member - yes
  2723. -- Checking whether CXX compiler struct stat has st_mtimespec member
  2724. -- Checking whether CXX compiler struct stat has st_mtimespec member - no
  2725. -- Looking for include files sys/types.h, ifaddrs.h
  2726. -- Looking for include files sys/types.h, ifaddrs.h - found
  2727. -- Checking whether CXX compiler has rlimit64
  2728. -- Checking whether CXX compiler has rlimit64 - yes
  2729. -- Looking for C++ include execinfo.h
  2730. -- Looking for C++ include execinfo.h - not found
  2731. -- Checking whether CXX compiler has getloadavg
  2732. -- Checking whether CXX compiler has getloadavg - yes
  2733. -- Checking whether <ext/stdio_filebuf.h> is available
  2734. -- Checking whether <ext/stdio_filebuf.h> is available - no
  2735. CMake Warning (dev) at Utilities/KWSys/vtksys/CMakeLists.txt:777 (add_library):
  2736. ADD_LIBRARY called with SHARED option but the target platform does not
  2737. support dynamic linking. Building a STATIC library instead. This may lead
  2738. to problems.
  2739. This warning is for project developers. Use -Wno-dev to suppress it.
  2740.  
  2741. -- Looking for C++ include cxxabi.h
  2742. -- Looking for C++ include cxxabi.h - found
  2743. -- Looking for abi::__cxa_demangle
  2744. -- Looking for abi::__cxa_demangle - found
  2745. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  2746. ADD_LIBRARY called with SHARED option but the target platform does not
  2747. support dynamic linking. Building a STATIC library instead. This may lead
  2748. to problems.
  2749. Call Stack (most recent call first):
  2750. ThirdParty/token/vtktoken/token/CMakeLists.txt:65 (vtk_module_add_module)
  2751. This warning is for project developers. Use -Wno-dev to suppress it.
  2752.  
  2753. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
  2754. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
  2755. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
  2756. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
  2757. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR
  2758. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
  2759. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  2760. ADD_LIBRARY called with SHARED option but the target platform does not
  2761. support dynamic linking. Building a STATIC library instead. This may lead
  2762. to problems.
  2763. Call Stack (most recent call first):
  2764. ThirdParty/doubleconversion/vtkdoubleconversion/CMakeLists.txt:23 (vtk_module_add_module)
  2765. This warning is for project developers. Use -Wno-dev to suppress it.
  2766.  
  2767. -- Checking for builtin __atomic_add_fetch
  2768. -- Checking for builtin __atomic_add_fetch -- success
  2769. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  2770. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
  2771. -- Found Threads: TRUE
  2772. -- Performing Test VTK_HAS_STD_ISNAN
  2773. -- Performing Test VTK_HAS_STD_ISNAN - Success
  2774. -- Performing Test VTK_HAS_STD_ISINF
  2775. -- Performing Test VTK_HAS_STD_ISINF - Success
  2776. -- Performing Test VTK_HAS_STD_ISFINITE
  2777. -- Performing Test VTK_HAS_STD_ISFINITE - Success
  2778. -- Looking for isnan
  2779. -- Looking for isnan - found
  2780. -- Looking for isinf
  2781. -- Looking for isinf - found
  2782. -- Looking for isfinite
  2783. -- Looking for isfinite - found
  2784. -- Looking for finite
  2785. -- Looking for finite - found
  2786. -- Looking for fenv.h
  2787. -- Looking for fenv.h - found
  2788. -- Looking for feenableexcept
  2789. -- Looking for feenableexcept - not found
  2790. -- Looking for abi::__cxa_demangle
  2791. -- Looking for abi::__cxa_demangle - found
  2792. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  2793. ADD_LIBRARY called with SHARED option but the target platform does not
  2794. support dynamic linking. Building a STATIC library instead. This may lead
  2795. to problems.
  2796. Call Stack (most recent call first):
  2797. Common/Core/CMakeLists.txt:696 (vtk_module_add_module)
  2798. This warning is for project developers. Use -Wno-dev to suppress it.
  2799.  
  2800. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  2801. ADD_LIBRARY called with SHARED option but the target platform does not
  2802. support dynamic linking. Building a STATIC library instead. This may lead
  2803. to problems.
  2804. Call Stack (most recent call first):
  2805. ThirdParty/kissfft/vtkkissfft/CMakeLists.txt:25 (vtk_module_add_module)
  2806. This warning is for project developers. Use -Wno-dev to suppress it.
  2807.  
  2808. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  2809. ADD_LIBRARY called with SHARED option but the target platform does not
  2810. support dynamic linking. Building a STATIC library instead. This may lead
  2811. to problems.
  2812. Call Stack (most recent call first):
  2813. Common/Math/CMakeLists.txt:36 (vtk_module_add_module)
  2814. This warning is for project developers. Use -Wno-dev to suppress it.
  2815.  
  2816. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  2817. ADD_LIBRARY called with SHARED option but the target platform does not
  2818. support dynamic linking. Building a STATIC library instead. This may lead
  2819. to problems.
  2820. Call Stack (most recent call first):
  2821. Common/Transforms/CMakeLists.txt:19 (vtk_module_add_module)
  2822. This warning is for project developers. Use -Wno-dev to suppress it.
  2823.  
  2824. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  2825. ADD_LIBRARY called with SHARED option but the target platform does not
  2826. support dynamic linking. Building a STATIC library instead. This may lead
  2827. to problems.
  2828. Call Stack (most recent call first):
  2829. Common/Misc/CMakeLists.txt:17 (vtk_module_add_module)
  2830. This warning is for project developers. Use -Wno-dev to suppress it.
  2831.  
  2832. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  2833. ADD_LIBRARY called with SHARED option but the target platform does not
  2834. support dynamic linking. Building a STATIC library instead. This may lead
  2835. to problems.
  2836. Call Stack (most recent call first):
  2837. Common/System/CMakeLists.txt:30 (vtk_module_add_module)
  2838. This warning is for project developers. Use -Wno-dev to suppress it.
  2839.  
  2840. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  2841. ADD_LIBRARY called with SHARED option but the target platform does not
  2842. support dynamic linking. Building a STATIC library instead. This may lead
  2843. to problems.
  2844. Call Stack (most recent call first):
  2845. ThirdParty/pugixml/vtkpugixml/CMakeLists.txt:221 (vtk_module_add_module)
  2846. This warning is for project developers. Use -Wno-dev to suppress it.
  2847.  
  2848. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  2849. ADD_LIBRARY called with SHARED option but the target platform does not
  2850. support dynamic linking. Building a STATIC library instead. This may lead
  2851. to problems.
  2852. Call Stack (most recent call first):
  2853. Common/DataModel/CMakeLists.txt:351 (vtk_module_add_module)
  2854. This warning is for project developers. Use -Wno-dev to suppress it.
  2855.  
  2856. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  2857. ADD_LIBRARY called with SHARED option but the target platform does not
  2858. support dynamic linking. Building a STATIC library instead. This may lead
  2859. to problems.
  2860. Call Stack (most recent call first):
  2861. Common/ExecutionModel/CMakeLists.txt:90 (vtk_module_add_module)
  2862. This warning is for project developers. Use -Wno-dev to suppress it.
  2863.  
  2864. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  2865. ADD_LIBRARY called with SHARED option but the target platform does not
  2866. support dynamic linking. Building a STATIC library instead. This may lead
  2867. to problems.
  2868. Call Stack (most recent call first):
  2869. Filters/Reduction/CMakeLists.txt:10 (vtk_module_add_module)
  2870. This warning is for project developers. Use -Wno-dev to suppress it.
  2871.  
  2872. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  2873. ADD_LIBRARY called with SHARED option but the target platform does not
  2874. support dynamic linking. Building a STATIC library instead. This may lead
  2875. to problems.
  2876. Call Stack (most recent call first):
  2877. Filters/Core/CMakeLists.txt:144 (vtk_module_add_module)
  2878. This warning is for project developers. Use -Wno-dev to suppress it.
  2879.  
  2880. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  2881. ADD_LIBRARY called with SHARED option but the target platform does not
  2882. support dynamic linking. Building a STATIC library instead. This may lead
  2883. to problems.
  2884. Call Stack (most recent call first):
  2885. Common/Color/CMakeLists.txt:5 (vtk_module_add_module)
  2886. This warning is for project developers. Use -Wno-dev to suppress it.
  2887.  
  2888. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  2889. ADD_LIBRARY called with SHARED option but the target platform does not
  2890. support dynamic linking. Building a STATIC library instead. This may lead
  2891. to problems.
  2892. Call Stack (most recent call first):
  2893. Common/ComputationalGeometry/CMakeLists.txt:29 (vtk_module_add_module)
  2894. This warning is for project developers. Use -Wno-dev to suppress it.
  2895.  
  2896. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  2897. ADD_LIBRARY called with SHARED option but the target platform does not
  2898. support dynamic linking. Building a STATIC library instead. This may lead
  2899. to problems.
  2900. Call Stack (most recent call first):
  2901. Filters/Geometry/CMakeLists.txt:27 (vtk_module_add_module)
  2902. This warning is for project developers. Use -Wno-dev to suppress it.
  2903.  
  2904. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  2905. ADD_LIBRARY called with SHARED option but the target platform does not
  2906. support dynamic linking. Building a STATIC library instead. This may lead
  2907. to problems.
  2908. Call Stack (most recent call first):
  2909. ThirdParty/verdict/vtkverdict/CMakeLists.txt:25 (vtk_module_add_module)
  2910. This warning is for project developers. Use -Wno-dev to suppress it.
  2911.  
  2912. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  2913. ADD_LIBRARY called with SHARED option but the target platform does not
  2914. support dynamic linking. Building a STATIC library instead. This may lead
  2915. to problems.
  2916. Call Stack (most recent call first):
  2917. Filters/Verdict/CMakeLists.txt:8 (vtk_module_add_module)
  2918. This warning is for project developers. Use -Wno-dev to suppress it.
  2919.  
  2920. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  2921. ADD_LIBRARY called with SHARED option but the target platform does not
  2922. support dynamic linking. Building a STATIC library instead. This may lead
  2923. to problems.
  2924. Call Stack (most recent call first):
  2925. ThirdParty/fmt/vtkfmt/CMakeLists.txt:20 (vtk_module_add_module)
  2926. This warning is for project developers. Use -Wno-dev to suppress it.
  2927.  
  2928. -- Looking for strtod_l
  2929. -- Looking for strtod_l - not found
  2930. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  2931. ADD_LIBRARY called with SHARED option but the target platform does not
  2932. support dynamic linking. Building a STATIC library instead. This may lead
  2933. to problems.
  2934. Call Stack (most recent call first):
  2935. Filters/General/CMakeLists.txt:142 (vtk_module_add_module)
  2936. This warning is for project developers. Use -Wno-dev to suppress it.
  2937.  
  2938. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  2939. ADD_LIBRARY called with SHARED option but the target platform does not
  2940. support dynamic linking. Building a STATIC library instead. This may lead
  2941. to problems.
  2942. Call Stack (most recent call first):
  2943. Filters/Sources/CMakeLists.txt:48 (vtk_module_add_module)
  2944. This warning is for project developers. Use -Wno-dev to suppress it.
  2945.  
  2946. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  2947. ADD_LIBRARY called with SHARED option but the target platform does not
  2948. support dynamic linking. Building a STATIC library instead. This may lead
  2949. to problems.
  2950. Call Stack (most recent call first):
  2951. Rendering/Core/CMakeLists.txt:201 (vtk_module_add_module)
  2952. This warning is for project developers. Use -Wno-dev to suppress it.
  2953.  
  2954. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  2955. ADD_LIBRARY called with SHARED option but the target platform does not
  2956. support dynamic linking. Building a STATIC library instead. This may lead
  2957. to problems.
  2958. Call Stack (most recent call first):
  2959. Filters/HyperTree/CMakeLists.txt:30 (vtk_module_add_module)
  2960. This warning is for project developers. Use -Wno-dev to suppress it.
  2961.  
  2962. -- Performing Test EIGEN_COMPILER_SUPPORT_CPP11
  2963. -- Performing Test EIGEN_COMPILER_SUPPORT_CPP11 - Success
  2964. -- Performing Test standard_math_library_linked_to_automatically
  2965. -- Performing Test standard_math_library_linked_to_automatically - Success
  2966. -- Performing Test COMPILER_SUPPORT_WERROR
  2967. -- Performing Test COMPILER_SUPPORT_WERROR - Success
  2968. -- Performing Test COMPILER_SUPPORT_pedantic
  2969. -- Performing Test COMPILER_SUPPORT_pedantic - Success
  2970. -- Performing Test COMPILER_SUPPORT_Wall
  2971. -- Performing Test COMPILER_SUPPORT_Wall - Success
  2972. -- Performing Test COMPILER_SUPPORT_Wextra
  2973. -- Performing Test COMPILER_SUPPORT_Wextra - Success
  2974. -- Performing Test COMPILER_SUPPORT_Wundef
  2975. -- Performing Test COMPILER_SUPPORT_Wundef - Success
  2976. -- Performing Test COMPILER_SUPPORT_Wcastalign
  2977. -- Performing Test COMPILER_SUPPORT_Wcastalign - Success
  2978. -- Performing Test COMPILER_SUPPORT_Wcharsubscripts
  2979. -- Performing Test COMPILER_SUPPORT_Wcharsubscripts - Success
  2980. -- Performing Test COMPILER_SUPPORT_Wnonvirtualdtor
  2981. -- Performing Test COMPILER_SUPPORT_Wnonvirtualdtor - Success
  2982. -- Performing Test COMPILER_SUPPORT_Wunusedlocaltypedefs
  2983. -- Performing Test COMPILER_SUPPORT_Wunusedlocaltypedefs - Success
  2984. -- Performing Test COMPILER_SUPPORT_Wpointerarith
  2985. -- Performing Test COMPILER_SUPPORT_Wpointerarith - Success
  2986. -- Performing Test COMPILER_SUPPORT_Wwritestrings
  2987. -- Performing Test COMPILER_SUPPORT_Wwritestrings - Success
  2988. -- Performing Test COMPILER_SUPPORT_Wformatsecurity
  2989. -- Performing Test COMPILER_SUPPORT_Wformatsecurity - Success
  2990. -- Performing Test COMPILER_SUPPORT_Wshorten64to32
  2991. -- Performing Test COMPILER_SUPPORT_Wshorten64to32 - Success
  2992. -- Performing Test COMPILER_SUPPORT_Wlogicalop
  2993. -- Performing Test COMPILER_SUPPORT_Wlogicalop - Failed
  2994. -- Performing Test COMPILER_SUPPORT_Wenumconversion
  2995. -- Performing Test COMPILER_SUPPORT_Wenumconversion - Success
  2996. -- Performing Test COMPILER_SUPPORT_Wcpp11extensions
  2997. -- Performing Test COMPILER_SUPPORT_Wcpp11extensions - Success
  2998. -- Performing Test COMPILER_SUPPORT_Wdoublepromotion
  2999. -- Performing Test COMPILER_SUPPORT_Wdoublepromotion - Success
  3000. -- Performing Test COMPILER_SUPPORT_Wshadow
  3001. -- Performing Test COMPILER_SUPPORT_Wshadow - Success
  3002. -- Performing Test COMPILER_SUPPORT_Wnopsabi
  3003. -- Performing Test COMPILER_SUPPORT_Wnopsabi - Success
  3004. -- Performing Test COMPILER_SUPPORT_Wnovariadicmacros
  3005. -- Performing Test COMPILER_SUPPORT_Wnovariadicmacros - Success
  3006. -- Performing Test COMPILER_SUPPORT_Wnolonglong
  3007. -- Performing Test COMPILER_SUPPORT_Wnolonglong - Success
  3008. -- Performing Test COMPILER_SUPPORT_fnochecknew
  3009. -- Performing Test COMPILER_SUPPORT_fnochecknew - Success
  3010. -- Performing Test COMPILER_SUPPORT_fnocommon
  3011. -- Performing Test COMPILER_SUPPORT_fnocommon - Success
  3012. -- Performing Test COMPILER_SUPPORT_fstrictaliasing
  3013. -- Performing Test COMPILER_SUPPORT_fstrictaliasing - Success
  3014. -- Performing Test COMPILER_SUPPORT_wd981
  3015. -- Performing Test COMPILER_SUPPORT_wd981 - Failed
  3016. -- Performing Test COMPILER_SUPPORT_wd2304
  3017. -- Performing Test COMPILER_SUPPORT_wd2304 - Failed
  3018. -- Performing Test COMPILER_SUPPORT_STRICTANSI
  3019. -- Performing Test COMPILER_SUPPORT_STRICTANSI - Failed
  3020. -- Performing Test COMPILER_SUPPORT_Qunusedarguments
  3021. -- Performing Test COMPILER_SUPPORT_Qunusedarguments - Success
  3022. -- Performing Test COMPILER_SUPPORT_ansi
  3023. -- Performing Test COMPILER_SUPPORT_ansi - Success
  3024. -- Performing Test COMPILER_SUPPORT_OPENMP
  3025. -- Performing Test COMPILER_SUPPORT_OPENMP - Success
  3026. CMake Warning (dev) at CMake/vtkModule.cmake:4883 (install):
  3027. Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
  3028. "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
  3029. command to set the policy and suppress this warning.
  3030. Call Stack (most recent call first):
  3031. ThirdParty/eigen/vtkeigen/CMakeLists.txt:701 (vtk_module_install_headers)
  3032. This warning is for project developers. Use -Wno-dev to suppress it.
  3033.  
  3034. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3035. ADD_LIBRARY called with SHARED option but the target platform does not
  3036. support dynamic linking. Building a STATIC library instead. This may lead
  3037. to problems.
  3038. Call Stack (most recent call first):
  3039. Filters/Statistics/CMakeLists.txt:26 (vtk_module_add_module)
  3040. This warning is for project developers. Use -Wno-dev to suppress it.
  3041.  
  3042. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3043. ADD_LIBRARY called with SHARED option but the target platform does not
  3044. support dynamic linking. Building a STATIC library instead. This may lead
  3045. to problems.
  3046. Call Stack (most recent call first):
  3047. ThirdParty/lz4/vtklz4/CMakeLists.txt:20 (vtk_module_add_module)
  3048. This warning is for project developers. Use -Wno-dev to suppress it.
  3049.  
  3050. -- Looking for strings.h
  3051. -- Looking for strings.h - found
  3052. -- Looking for byteswap.h
  3053. -- Looking for byteswap.h - found
  3054. -- Looking for sys/endian.h
  3055. -- Looking for sys/endian.h - not found
  3056. -- Looking for HAVE_BSWAP_16
  3057. -- Looking for HAVE_BSWAP_16 - not found
  3058. -- Looking for HAVE_BSWAP_32
  3059. -- Looking for HAVE_BSWAP_32 - not found
  3060. -- Looking for HAVE_BSWAP_64
  3061. -- Looking for HAVE_BSWAP_64 - not found
  3062. -- Looking for stdint.h
  3063. -- Looking for stdint.h - found
  3064. -- Looking for inttypes.h
  3065. -- Looking for inttypes.h - found
  3066. -- Looking for limits.h
  3067. -- Looking for limits.h - found
  3068. -- Looking for stdbool.h
  3069. -- Looking for stdbool.h - found
  3070. -- Looking for string.h
  3071. -- Looking for string.h - found
  3072. -- Looking for memory.h
  3073. -- Looking for memory.h - found
  3074. -- Looking for sys/types.h
  3075. -- Looking for sys/types.h - found
  3076. -- Looking for stddef.h
  3077. -- Looking for stddef.h - found
  3078. -- Check size of int16_t
  3079. -- Check size of int16_t - done
  3080. -- Check size of int32_t
  3081. -- Check size of int32_t - done
  3082. -- Check size of int64_t
  3083. -- Check size of int64_t - done
  3084. -- Check size of intmax_t
  3085. -- Check size of intmax_t - done
  3086. -- Check size of uint8_t
  3087. -- Check size of uint8_t - done
  3088. -- Check size of uint16_t
  3089. -- Check size of uint16_t - done
  3090. -- Check size of uint32_t
  3091. -- Check size of uint32_t - done
  3092. -- Check size of uint64_t
  3093. -- Check size of uint64_t - done
  3094. -- Check size of uintmax_t
  3095. -- Check size of uintmax_t - done
  3096. -- Check size of short
  3097. -- Check size of short - done
  3098. -- Check size of int
  3099. -- Check size of int - done
  3100. -- Check size of long
  3101. -- Check size of long - done
  3102. -- Check size of long long
  3103. -- Check size of long long - done
  3104. -- Check size of unsigned short
  3105. -- Check size of unsigned short - done
  3106. -- Check size of unsigned
  3107. -- Check size of unsigned - done
  3108. -- Check size of unsigned long
  3109. -- Check size of unsigned long - done
  3110. -- Check size of unsigned long long
  3111. -- Check size of unsigned long long - done
  3112. -- Check size of size_t
  3113. -- Check size of size_t - done
  3114. -- Check size of __int64
  3115. -- Check size of __int64 - failed
  3116. -- Check size of unsigned __int64
  3117. -- Check size of unsigned __int64 - failed
  3118. -- Check size of uintptr_t
  3119. -- Check size of uintptr_t - done
  3120. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3121. ADD_LIBRARY called with SHARED option but the target platform does not
  3122. support dynamic linking. Building a STATIC library instead. This may lead
  3123. to problems.
  3124. Call Stack (most recent call first):
  3125. ThirdParty/lzma/vtklzma/CMakeLists.txt:288 (vtk_module_add_module)
  3126. This warning is for project developers. Use -Wno-dev to suppress it.
  3127.  
  3128. -- Check size of off64_t
  3129. -- Check size of off64_t - done
  3130. -- Looking for unistd.h
  3131. -- Looking for unistd.h - found
  3132. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3133. ADD_LIBRARY called with SHARED option but the target platform does not
  3134. support dynamic linking. Building a STATIC library instead. This may lead
  3135. to problems.
  3136. Call Stack (most recent call first):
  3137. ThirdParty/zlib/vtkzlib/CMakeLists.txt:120 (vtk_module_add_module)
  3138. This warning is for project developers. Use -Wno-dev to suppress it.
  3139.  
  3140. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3141. ADD_LIBRARY called with SHARED option but the target platform does not
  3142. support dynamic linking. Building a STATIC library instead. This may lead
  3143. to problems.
  3144. Call Stack (most recent call first):
  3145. IO/Core/CMakeLists.txt:37 (vtk_module_add_module)
  3146. This warning is for project developers. Use -Wno-dev to suppress it.
  3147.  
  3148. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3149. ADD_LIBRARY called with SHARED option but the target platform does not
  3150. support dynamic linking. Building a STATIC library instead. This may lead
  3151. to problems.
  3152. Call Stack (most recent call first):
  3153. Filters/CellGrid/CMakeLists.txt:150 (vtk_module_add_module)
  3154. This warning is for project developers. Use -Wno-dev to suppress it.
  3155.  
  3156. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3157. ADD_LIBRARY called with SHARED option but the target platform does not
  3158. support dynamic linking. Building a STATIC library instead. This may lead
  3159. to problems.
  3160. Call Stack (most recent call first):
  3161. IO/CellGrid/CMakeLists.txt:10 (vtk_module_add_module)
  3162. This warning is for project developers. Use -Wno-dev to suppress it.
  3163.  
  3164. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3165. ADD_LIBRARY called with SHARED option but the target platform does not
  3166. support dynamic linking. Building a STATIC library instead. This may lead
  3167. to problems.
  3168. Call Stack (most recent call first):
  3169. IO/Legacy/CMakeLists.txt:34 (vtk_module_add_module)
  3170. This warning is for project developers. Use -Wno-dev to suppress it.
  3171.  
  3172. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3173. ADD_LIBRARY called with SHARED option but the target platform does not
  3174. support dynamic linking. Building a STATIC library instead. This may lead
  3175. to problems.
  3176. Call Stack (most recent call first):
  3177. Parallel/Core/CMakeLists.txt:25 (vtk_module_add_module)
  3178. This warning is for project developers. Use -Wno-dev to suppress it.
  3179.  
  3180. -- Looking for dlfcn.h
  3181. -- Looking for dlfcn.h - found
  3182. -- Looking for fcntl.h
  3183. -- Looking for fcntl.h - found
  3184. -- Looking for stdlib.h
  3185. -- Looking for stdlib.h - found
  3186. -- Looking for sys/stat.h
  3187. -- Looking for sys/stat.h - found
  3188. -- Looking for unistd.h
  3189. -- Looking for unistd.h - found
  3190. -- Looking for getpagesize
  3191. -- Looking for getpagesize - found
  3192. -- Looking for mmap
  3193. -- Looking for mmap - found
  3194. -- Looking for getrandom
  3195. -- Looking for getrandom - not found
  3196. -- Looking for arc4random_buf
  3197. -- Looking for arc4random_buf - not found
  3198. -- Looking for arc4random
  3199. -- Looking for arc4random - not found
  3200. -- Looking for 4 include files stdlib.h, ..., float.h
  3201. -- Looking for 4 include files stdlib.h, ..., float.h - found
  3202. -- Looking for off_t
  3203. -- Looking for off_t - not found
  3204. -- Looking for size_t
  3205. -- Looking for size_t - not found
  3206. -- Performing Test HAVE_SYSCALL_GETRANDOM
  3207. -- Performing Test HAVE_SYSCALL_GETRANDOM - Failed
  3208. -- Performing Test FLAG_NO_STRICT_ALIASING
  3209. -- Performing Test FLAG_NO_STRICT_ALIASING - Success
  3210. -- Performing Test FLAG_VISIBILITY
  3211. -- Performing Test FLAG_VISIBILITY - Success
  3212. -- Looking for cos in m
  3213. -- Looking for cos in m - found
  3214. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3215. ADD_LIBRARY called with SHARED option but the target platform does not
  3216. support dynamic linking. Building a STATIC library instead. This may lead
  3217. to problems.
  3218. Call Stack (most recent call first):
  3219. ThirdParty/expat/vtkexpat/CMakeLists.txt:461 (vtk_module_add_module)
  3220. This warning is for project developers. Use -Wno-dev to suppress it.
  3221.  
  3222. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3223. ADD_LIBRARY called with SHARED option but the target platform does not
  3224. support dynamic linking. Building a STATIC library instead. This may lead
  3225. to problems.
  3226. Call Stack (most recent call first):
  3227. IO/XMLParser/CMakeLists.txt:6 (vtk_module_add_module)
  3228. This warning is for project developers. Use -Wno-dev to suppress it.
  3229.  
  3230. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3231. ADD_LIBRARY called with SHARED option but the target platform does not
  3232. support dynamic linking. Building a STATIC library instead. This may lead
  3233. to problems.
  3234. Call Stack (most recent call first):
  3235. IO/XML/CMakeLists.txt:58 (vtk_module_add_module)
  3236. This warning is for project developers. Use -Wno-dev to suppress it.
  3237.  
  3238. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3239. ADD_LIBRARY called with SHARED option but the target platform does not
  3240. support dynamic linking. Building a STATIC library instead. This may lead
  3241. to problems.
  3242. Call Stack (most recent call first):
  3243. Parallel/DIY/CMakeLists.txt:11 (vtk_module_add_module)
  3244. This warning is for project developers. Use -Wno-dev to suppress it.
  3245.  
  3246. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3247. ADD_LIBRARY called with SHARED option but the target platform does not
  3248. support dynamic linking. Building a STATIC library instead. This may lead
  3249. to problems.
  3250. Call Stack (most recent call first):
  3251. Filters/Extraction/CMakeLists.txt:33 (vtk_module_add_module)
  3252. This warning is for project developers. Use -Wno-dev to suppress it.
  3253.  
  3254. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3255. ADD_LIBRARY called with SHARED option but the target platform does not
  3256. support dynamic linking. Building a STATIC library instead. This may lead
  3257. to problems.
  3258. Call Stack (most recent call first):
  3259. Interaction/Style/CMakeLists.txt:47 (vtk_module_add_module)
  3260. This warning is for project developers. Use -Wno-dev to suppress it.
  3261.  
  3262. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3263. ADD_LIBRARY called with SHARED option but the target platform does not
  3264. support dynamic linking. Building a STATIC library instead. This may lead
  3265. to problems.
  3266. Call Stack (most recent call first):
  3267. ThirdParty/freetype/vtkfreetype/CMakeLists.txt:54 (vtk_module_add_module)
  3268. This warning is for project developers. Use -Wno-dev to suppress it.
  3269.  
  3270. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3271. ADD_LIBRARY called with SHARED option but the target platform does not
  3272. support dynamic linking. Building a STATIC library instead. This may lead
  3273. to problems.
  3274. Call Stack (most recent call first):
  3275. Rendering/FreeType/CMakeLists.txt:37 (vtk_module_add_module)
  3276. This warning is for project developers. Use -Wno-dev to suppress it.
  3277.  
  3278. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3279. ADD_LIBRARY called with SHARED option but the target platform does not
  3280. support dynamic linking. Building a STATIC library instead. This may lead
  3281. to problems.
  3282. Call Stack (most recent call first):
  3283. Rendering/Context2D/CMakeLists.txt:26 (vtk_module_add_module)
  3284. This warning is for project developers. Use -Wno-dev to suppress it.
  3285.  
  3286. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3287. ADD_LIBRARY called with SHARED option but the target platform does not
  3288. support dynamic linking. Building a STATIC library instead. This may lead
  3289. to problems.
  3290. Call Stack (most recent call first):
  3291. Imaging/Core/CMakeLists.txt:48 (vtk_module_add_module)
  3292. This warning is for project developers. Use -Wno-dev to suppress it.
  3293.  
  3294. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3295. ADD_LIBRARY called with SHARED option but the target platform does not
  3296. support dynamic linking. Building a STATIC library instead. This may lead
  3297. to problems.
  3298. Call Stack (most recent call first):
  3299. Imaging/Sources/CMakeLists.txt:10 (vtk_module_add_module)
  3300. This warning is for project developers. Use -Wno-dev to suppress it.
  3301.  
  3302. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3303. ADD_LIBRARY called with SHARED option but the target platform does not
  3304. support dynamic linking. Building a STATIC library instead. This may lead
  3305. to problems.
  3306. Call Stack (most recent call first):
  3307. Filters/Hybrid/CMakeLists.txt:29 (vtk_module_add_module)
  3308. This warning is for project developers. Use -Wno-dev to suppress it.
  3309.  
  3310. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3311. ADD_LIBRARY called with SHARED option but the target platform does not
  3312. support dynamic linking. Building a STATIC library instead. This may lead
  3313. to problems.
  3314. Call Stack (most recent call first):
  3315. Filters/Modeling/CMakeLists.txt:38 (vtk_module_add_module)
  3316. This warning is for project developers. Use -Wno-dev to suppress it.
  3317.  
  3318. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3319. ADD_LIBRARY called with SHARED option but the target platform does not
  3320. support dynamic linking. Building a STATIC library instead. This may lead
  3321. to problems.
  3322. Call Stack (most recent call first):
  3323. Filters/Texture/CMakeLists.txt:11 (vtk_module_add_module)
  3324. This warning is for project developers. Use -Wno-dev to suppress it.
  3325.  
  3326. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3327. ADD_LIBRARY called with SHARED option but the target platform does not
  3328. support dynamic linking. Building a STATIC library instead. This may lead
  3329. to problems.
  3330. Call Stack (most recent call first):
  3331. Imaging/Color/CMakeLists.txt:15 (vtk_module_add_module)
  3332. This warning is for project developers. Use -Wno-dev to suppress it.
  3333.  
  3334. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3335. ADD_LIBRARY called with SHARED option but the target platform does not
  3336. support dynamic linking. Building a STATIC library instead. This may lead
  3337. to problems.
  3338. Call Stack (most recent call first):
  3339. Imaging/General/CMakeLists.txt:26 (vtk_module_add_module)
  3340. This warning is for project developers. Use -Wno-dev to suppress it.
  3341.  
  3342. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3343. ADD_LIBRARY called with SHARED option but the target platform does not
  3344. support dynamic linking. Building a STATIC library instead. This may lead
  3345. to problems.
  3346. Call Stack (most recent call first):
  3347. Utilities/DICOMParser/CMakeLists.txt:30 (vtk_module_add_module)
  3348. This warning is for project developers. Use -Wno-dev to suppress it.
  3349.  
  3350. -- Looking for memset
  3351. -- Looking for memset - found
  3352. -- Looking for memcpy
  3353. -- Looking for memcpy - found
  3354. -- Check size of size_t
  3355. -- Check size of size_t - done
  3356. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3357. ADD_LIBRARY called with SHARED option but the target platform does not
  3358. support dynamic linking. Building a STATIC library instead. This may lead
  3359. to problems.
  3360. Call Stack (most recent call first):
  3361. ThirdParty/jpeg/vtkjpeg/CMakeLists.txt:120 (vtk_module_add_module)
  3362. This warning is for project developers. Use -Wno-dev to suppress it.
  3363.  
  3364. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3365. ADD_LIBRARY called with SHARED option but the target platform does not
  3366. support dynamic linking. Building a STATIC library instead. This may lead
  3367. to problems.
  3368. Call Stack (most recent call first):
  3369. Utilities/MetaIO/vtkmetaio/CMakeLists.txt:116 (vtk_module_add_module)
  3370. This warning is for project developers. Use -Wno-dev to suppress it.
  3371.  
  3372. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3373. ADD_LIBRARY called with SHARED option but the target platform does not
  3374. support dynamic linking. Building a STATIC library instead. This may lead
  3375. to problems.
  3376. Call Stack (most recent call first):
  3377. ThirdParty/png/vtkpng/CMakeLists.txt:24 (vtk_module_add_module)
  3378. This warning is for project developers. Use -Wno-dev to suppress it.
  3379.  
  3380. CMake Deprecation Warning at ThirdParty/tiff/vtktiff/CMakeLists.txt:32 (cmake_policy):
  3381. Compatibility with CMake < 3.10 will be removed from a future version of
  3382. CMake.
  3383.  
  3384. Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
  3385. to tell CMake that the project requires at least <min> but has been updated
  3386. to work with policies introduced by <max> or earlier.
  3387.  
  3388.  
  3389. -- Performing Test C_FLAG_Wall
  3390. -- Performing Test C_FLAG_Wall - Success
  3391. -- Performing Test C_FLAG_Winline
  3392. -- Performing Test C_FLAG_Winline - Success
  3393. -- Performing Test C_FLAG_Wformat_security
  3394. -- Performing Test C_FLAG_Wformat_security - Success
  3395. -- Performing Test C_FLAG_Wpointer_arith
  3396. -- Performing Test C_FLAG_Wpointer_arith - Success
  3397. -- Performing Test C_FLAG_Wdisabled_optimization
  3398. -- Performing Test C_FLAG_Wdisabled_optimization - Success
  3399. -- Performing Test C_FLAG_Wno_unknown_pragmas
  3400. -- Performing Test C_FLAG_Wno_unknown_pragmas - Success
  3401. -- Performing Test C_FLAG_fstrict_aliasing
  3402. -- Performing Test C_FLAG_fstrict_aliasing - Success
  3403. -- Performing Test HAVE_LD_VERSION_SCRIPT
  3404. -- Performing Test HAVE_LD_VERSION_SCRIPT - Success
  3405. -- Looking for assert.h
  3406. -- Looking for assert.h - found
  3407. -- Looking for io.h
  3408. -- Looking for io.h - not found
  3409. -- Looking for sys/time.h
  3410. -- Looking for sys/time.h - found
  3411. -- Looking for getopt
  3412. -- Looking for getopt - found
  3413. -- Looking for optarg
  3414. -- Looking for optarg - found
  3415. -- Looking for setmode
  3416. -- Looking for setmode - not found
  3417. -- Check size of size_t
  3418. -- Check size of size_t - done
  3419. -- Looking for pow
  3420. -- Looking for pow - found
  3421. -- Found CMath: TRUE
  3422. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3423. ADD_LIBRARY called with SHARED option but the target platform does not
  3424. support dynamic linking. Building a STATIC library instead. This may lead
  3425. to problems.
  3426. Call Stack (most recent call first):
  3427. ThirdParty/tiff/vtktiff/libtiff/CMakeLists.txt:199 (vtk_module_add_module)
  3428. This warning is for project developers. Use -Wno-dev to suppress it.
  3429.  
  3430. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3431. ADD_LIBRARY called with SHARED option but the target platform does not
  3432. support dynamic linking. Building a STATIC library instead. This may lead
  3433. to problems.
  3434. Call Stack (most recent call first):
  3435. IO/Image/CMakeLists.txt:46 (vtk_module_add_module)
  3436. This warning is for project developers. Use -Wno-dev to suppress it.
  3437.  
  3438. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3439. ADD_LIBRARY called with SHARED option but the target platform does not
  3440. support dynamic linking. Building a STATIC library instead. This may lead
  3441. to problems.
  3442. Call Stack (most recent call first):
  3443. Imaging/Hybrid/CMakeLists.txt:17 (vtk_module_add_module)
  3444. This warning is for project developers. Use -Wno-dev to suppress it.
  3445.  
  3446. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3447. ADD_LIBRARY called with SHARED option but the target platform does not
  3448. support dynamic linking. Building a STATIC library instead. This may lead
  3449. to problems.
  3450. Call Stack (most recent call first):
  3451. Rendering/Annotation/CMakeLists.txt:35 (vtk_module_add_module)
  3452. This warning is for project developers. Use -Wno-dev to suppress it.
  3453.  
  3454. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3455. ADD_LIBRARY called with SHARED option but the target platform does not
  3456. support dynamic linking. Building a STATIC library instead. This may lead
  3457. to problems.
  3458. Call Stack (most recent call first):
  3459. Rendering/Volume/CMakeLists.txt:41 (vtk_module_add_module)
  3460. This warning is for project developers. Use -Wno-dev to suppress it.
  3461.  
  3462. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3463. ADD_LIBRARY called with SHARED option but the target platform does not
  3464. support dynamic linking. Building a STATIC library instead. This may lead
  3465. to problems.
  3466. Call Stack (most recent call first):
  3467. Rendering/HyperTreeGrid/CMakeLists.txt:4 (vtk_module_add_module)
  3468. This warning is for project developers. Use -Wno-dev to suppress it.
  3469.  
  3470. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3471. ADD_LIBRARY called with SHARED option but the target platform does not
  3472. support dynamic linking. Building a STATIC library instead. This may lead
  3473. to problems.
  3474. Call Stack (most recent call first):
  3475. ThirdParty/glad/vtkglad/CMakeLists.txt:33 (vtk_module_add_module)
  3476. This warning is for project developers. Use -Wno-dev to suppress it.
  3477.  
  3478. -- Found OpenGL: C:/Program Files (x86)/Windows Kits/10/Include/10.0.22621.0/um found components: GLES3
  3479. CMake Warning (dev) at CMake/vtkObjectFactory.cmake:101 (cmake_parse_arguments):
  3480. The INITIAL_CODE keyword was followed by an empty string or no value at
  3481. all. Policy CMP0174 is not set, so cmake_parse_arguments() will unset the
  3482. _vtk_object_factory_configure_INITIAL_CODE variable rather than setting it
  3483. to an empty string.
  3484. Call Stack (most recent call first):
  3485. Rendering/UI/CMakeLists.txt:89 (vtk_object_factory_configure)
  3486. This warning is for project developers. Use -Wno-dev to suppress it.
  3487.  
  3488. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3489. ADD_LIBRARY called with SHARED option but the target platform does not
  3490. support dynamic linking. Building a STATIC library instead. This may lead
  3491. to problems.
  3492. Call Stack (most recent call first):
  3493. Rendering/UI/CMakeLists.txt:96 (vtk_module_add_module)
  3494. This warning is for project developers. Use -Wno-dev to suppress it.
  3495.  
  3496. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3497. ADD_LIBRARY called with SHARED option but the target platform does not
  3498. support dynamic linking. Building a STATIC library instead. This may lead
  3499. to problems.
  3500. Call Stack (most recent call first):
  3501. Rendering/OpenGL2/CMakeLists.txt:408 (vtk_module_add_module)
  3502. This warning is for project developers. Use -Wno-dev to suppress it.
  3503.  
  3504. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3505. ADD_LIBRARY called with SHARED option but the target platform does not
  3506. support dynamic linking. Building a STATIC library instead. This may lead
  3507. to problems.
  3508. Call Stack (most recent call first):
  3509. Interaction/Widgets/CMakeLists.txt:182 (vtk_module_add_module)
  3510. This warning is for project developers. Use -Wno-dev to suppress it.
  3511.  
  3512. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3513. ADD_LIBRARY called with SHARED option but the target platform does not
  3514. support dynamic linking. Building a STATIC library instead. This may lead
  3515. to problems.
  3516. Call Stack (most recent call first):
  3517. Views/Core/CMakeLists.txt:10 (vtk_module_add_module)
  3518. This warning is for project developers. Use -Wno-dev to suppress it.
  3519.  
  3520. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3521. ADD_LIBRARY called with SHARED option but the target platform does not
  3522. support dynamic linking. Building a STATIC library instead. This may lead
  3523. to problems.
  3524. Call Stack (most recent call first):
  3525. Infovis/Core/CMakeLists.txt:48 (vtk_module_add_module)
  3526. This warning is for project developers. Use -Wno-dev to suppress it.
  3527.  
  3528. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3529. ADD_LIBRARY called with SHARED option but the target platform does not
  3530. support dynamic linking. Building a STATIC library instead. This may lead
  3531. to problems.
  3532. Call Stack (most recent call first):
  3533. Charts/Core/CMakeLists.txt:51 (vtk_module_add_module)
  3534. This warning is for project developers. Use -Wno-dev to suppress it.
  3535.  
  3536. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3537. ADD_LIBRARY called with SHARED option but the target platform does not
  3538. support dynamic linking. Building a STATIC library instead. This may lead
  3539. to problems.
  3540. Call Stack (most recent call first):
  3541. Filters/Imaging/CMakeLists.txt:6 (vtk_module_add_module)
  3542. This warning is for project developers. Use -Wno-dev to suppress it.
  3543.  
  3544. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3545. ADD_LIBRARY called with SHARED option but the target platform does not
  3546. support dynamic linking. Building a STATIC library instead. This may lead
  3547. to problems.
  3548. Call Stack (most recent call first):
  3549. Infovis/Layout/CMakeLists.txt:47 (vtk_module_add_module)
  3550. This warning is for project developers. Use -Wno-dev to suppress it.
  3551.  
  3552. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3553. ADD_LIBRARY called with SHARED option but the target platform does not
  3554. support dynamic linking. Building a STATIC library instead. This may lead
  3555. to problems.
  3556. Call Stack (most recent call first):
  3557. Rendering/Label/CMakeLists.txt:16 (vtk_module_add_module)
  3558. This warning is for project developers. Use -Wno-dev to suppress it.
  3559.  
  3560. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3561. ADD_LIBRARY called with SHARED option but the target platform does not
  3562. support dynamic linking. Building a STATIC library instead. This may lead
  3563. to problems.
  3564. Call Stack (most recent call first):
  3565. Views/Infovis/CMakeLists.txt:31 (vtk_module_add_module)
  3566. This warning is for project developers. Use -Wno-dev to suppress it.
  3567.  
  3568. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3569. ADD_LIBRARY called with SHARED option but the target platform does not
  3570. support dynamic linking. Building a STATIC library instead. This may lead
  3571. to problems.
  3572. Call Stack (most recent call first):
  3573. Views/Context2D/CMakeLists.txt:6 (vtk_module_add_module)
  3574. This warning is for project developers. Use -Wno-dev to suppress it.
  3575.  
  3576. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3577. ADD_LIBRARY called with SHARED option but the target platform does not
  3578. support dynamic linking. Building a STATIC library instead. This may lead
  3579. to problems.
  3580. Call Stack (most recent call first):
  3581. Testing/Core/CMakeLists.txt:17 (vtk_module_add_module)
  3582. This warning is for project developers. Use -Wno-dev to suppress it.
  3583.  
  3584. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3585. ADD_LIBRARY called with SHARED option but the target platform does not
  3586. support dynamic linking. Building a STATIC library instead. This may lead
  3587. to problems.
  3588. Call Stack (most recent call first):
  3589. Testing/Rendering/CMakeLists.txt:12 (vtk_module_add_module)
  3590. This warning is for project developers. Use -Wno-dev to suppress it.
  3591.  
  3592. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3593. ADD_LIBRARY called with SHARED option but the target platform does not
  3594. support dynamic linking. Building a STATIC library instead. This may lead
  3595. to problems.
  3596. Call Stack (most recent call first):
  3597. Filters/Parallel/CMakeLists.txt:80 (vtk_module_add_module)
  3598. This warning is for project developers. Use -Wno-dev to suppress it.
  3599.  
  3600. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3601. ADD_LIBRARY called with SHARED option but the target platform does not
  3602. support dynamic linking. Building a STATIC library instead. This may lead
  3603. to problems.
  3604. Call Stack (most recent call first):
  3605. Filters/Temporal/CMakeLists.txt:7 (vtk_module_add_module)
  3606. This warning is for project developers. Use -Wno-dev to suppress it.
  3607.  
  3608. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3609. ADD_LIBRARY called with SHARED option but the target platform does not
  3610. support dynamic linking. Building a STATIC library instead. This may lead
  3611. to problems.
  3612. Call Stack (most recent call first):
  3613. Filters/ParallelDIY2/CMakeLists.txt:40 (vtk_module_add_module)
  3614. This warning is for project developers. Use -Wno-dev to suppress it.
  3615.  
  3616. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3617. ADD_LIBRARY called with SHARED option but the target platform does not
  3618. support dynamic linking. Building a STATIC library instead. This may lead
  3619. to problems.
  3620. Call Stack (most recent call first):
  3621. Rendering/WebGPU/CMakeLists.txt:221 (vtk_module_add_module)
  3622. This warning is for project developers. Use -Wno-dev to suppress it.
  3623.  
  3624. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3625. ADD_LIBRARY called with SHARED option but the target platform does not
  3626. support dynamic linking. Building a STATIC library instead. This may lead
  3627. to problems.
  3628. Call Stack (most recent call first):
  3629. Rendering/LOD/CMakeLists.txt:5 (vtk_module_add_module)
  3630. This warning is for project developers. Use -Wno-dev to suppress it.
  3631.  
  3632. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3633. ADD_LIBRARY called with SHARED option but the target platform does not
  3634. support dynamic linking. Building a STATIC library instead. This may lead
  3635. to problems.
  3636. Call Stack (most recent call first):
  3637. Rendering/Image/CMakeLists.txt:7 (vtk_module_add_module)
  3638. This warning is for project developers. Use -Wno-dev to suppress it.
  3639.  
  3640. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3641. ADD_LIBRARY called with SHARED option but the target platform does not
  3642. support dynamic linking. Building a STATIC library instead. This may lead
  3643. to problems.
  3644. Call Stack (most recent call first):
  3645. Rendering/ContextOpenGL2/CMakeLists.txt:34 (vtk_module_add_module)
  3646. This warning is for project developers. Use -Wno-dev to suppress it.
  3647.  
  3648. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3649. ADD_LIBRARY called with SHARED option but the target platform does not
  3650. support dynamic linking. Building a STATIC library instead. This may lead
  3651. to problems.
  3652. Call Stack (most recent call first):
  3653. Rendering/CellGrid/CMakeLists.txt:49 (vtk_module_add_module)
  3654. This warning is for project developers. Use -Wno-dev to suppress it.
  3655.  
  3656. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3657. ADD_LIBRARY called with SHARED option but the target platform does not
  3658. support dynamic linking. Building a STATIC library instead. This may lead
  3659. to problems.
  3660. Call Stack (most recent call first):
  3661. Imaging/Math/CMakeLists.txt:11 (vtk_module_add_module)
  3662. This warning is for project developers. Use -Wno-dev to suppress it.
  3663.  
  3664. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3665. ADD_LIBRARY called with SHARED option but the target platform does not
  3666. support dynamic linking. Building a STATIC library instead. This may lead
  3667. to problems.
  3668. Call Stack (most recent call first):
  3669. Rendering/VolumeOpenGL2/CMakeLists.txt:60 (vtk_module_add_module)
  3670. This warning is for project developers. Use -Wno-dev to suppress it.
  3671.  
  3672. -- Looking for include file sys/file.h
  3673. -- Looking for include file sys/file.h - found
  3674. -- Looking for include files sys/file.h, sys/ioctl.h
  3675. -- Looking for include files sys/file.h, sys/ioctl.h - found
  3676. -- Looking for 3 include files sys/file.h, ..., sys/resource.h
  3677. -- Looking for 3 include files sys/file.h, ..., sys/resource.h - found
  3678. -- Looking for 4 include files sys/file.h, ..., sys/socket.h
  3679. -- Looking for 4 include files sys/file.h, ..., sys/socket.h - found
  3680. -- Looking for 5 include files sys/file.h, ..., sys/stat.h
  3681. -- Looking for 5 include files sys/file.h, ..., sys/stat.h - found
  3682. -- Looking for 6 include files sys/file.h, ..., sys/time.h
  3683. -- Looking for 6 include files sys/file.h, ..., sys/time.h - found
  3684. -- Looking for 7 include files sys/file.h, ..., sys/types.h
  3685. -- Looking for 7 include files sys/file.h, ..., sys/types.h - found
  3686. -- Looking for 8 include files sys/file.h, ..., features.h
  3687. -- Looking for 8 include files sys/file.h, ..., features.h - found
  3688. -- Looking for 9 include files sys/file.h, ..., dirent.h
  3689. -- Looking for 9 include files sys/file.h, ..., dirent.h - found
  3690. -- Looking for 10 include files sys/file.h, ..., unistd.h
  3691. -- Looking for 10 include files sys/file.h, ..., unistd.h - found
  3692. -- Looking for 11 include files sys/file.h, ..., pwd.h
  3693. -- Looking for 11 include files sys/file.h, ..., pwd.h - found
  3694. -- Looking for 12 include files sys/file.h, ..., globus/common.h
  3695. -- Looking for 12 include files sys/file.h, ..., globus/common.h - not found
  3696. -- Looking for 12 include files sys/file.h, ..., pdb.h
  3697. -- Looking for 12 include files sys/file.h, ..., pdb.h - not found
  3698. -- Looking for 12 include files sys/file.h, ..., pthread.h
  3699. -- Looking for 12 include files sys/file.h, ..., pthread.h - found
  3700. -- Looking for 13 include files sys/file.h, ..., dlfcn.h
  3701. -- Looking for 13 include files sys/file.h, ..., dlfcn.h - found
  3702. -- Looking for 14 include files sys/file.h, ..., netinet/in.h
  3703. -- Looking for 14 include files sys/file.h, ..., netinet/in.h - found
  3704. -- Looking for 15 include files sys/file.h, ..., netdb.h
  3705. -- Looking for 15 include files sys/file.h, ..., netdb.h - found
  3706. -- Looking for 16 include files sys/file.h, ..., arpa/inet.h
  3707. -- Looking for 16 include files sys/file.h, ..., arpa/inet.h - found
  3708. -- Looking for include file quadmath.h
  3709. -- Looking for include file quadmath.h - not found
  3710. -- Looking for ceil in m;
  3711. -- Looking for ceil in m; - found
  3712. -- Looking for fseeko
  3713. -- Looking for fseeko - found
  3714. -- Performing Test HAVE_STAT64_STRUCT
  3715. -- Performing Test HAVE_STAT64_STRUCT - Failed
  3716. -- Check size of char
  3717. -- Check size of char - done
  3718. -- Check size of short
  3719. -- Check size of short - done
  3720. -- Check size of int
  3721. -- Check size of int - done
  3722. -- Check size of unsigned
  3723. -- Check size of unsigned - done
  3724. -- Check size of long
  3725. -- Check size of long - done
  3726. -- Check size of long long
  3727. -- Check size of long long - done
  3728. -- Check size of __int64
  3729. -- Check size of __int64 - failed
  3730. -- Check size of float
  3731. -- Check size of float - done
  3732. -- Check size of double
  3733. -- Check size of double - done
  3734. -- Check size of long double
  3735. -- Check size of long double - done
  3736. -- Check size of int8_t
  3737. -- Check size of int8_t - done
  3738. -- Check size of uint8_t
  3739. -- Check size of uint8_t - done
  3740. -- Check size of int_least8_t
  3741. -- Check size of int_least8_t - done
  3742. -- Check size of uint_least8_t
  3743. -- Check size of uint_least8_t - done
  3744. -- Check size of int_fast8_t
  3745. -- Check size of int_fast8_t - done
  3746. -- Check size of uint_fast8_t
  3747. -- Check size of uint_fast8_t - done
  3748. -- Check size of int16_t
  3749. -- Check size of int16_t - done
  3750. -- Check size of uint16_t
  3751. -- Check size of uint16_t - done
  3752. -- Check size of int_least16_t
  3753. -- Check size of int_least16_t - done
  3754. -- Check size of uint_least16_t
  3755. -- Check size of uint_least16_t - done
  3756. -- Check size of int_fast16_t
  3757. -- Check size of int_fast16_t - done
  3758. -- Check size of uint_fast16_t
  3759. -- Check size of uint_fast16_t - done
  3760. -- Check size of int32_t
  3761. -- Check size of int32_t - done
  3762. -- Check size of uint32_t
  3763. -- Check size of uint32_t - done
  3764. -- Check size of int_least32_t
  3765. -- Check size of int_least32_t - done
  3766. -- Check size of uint_least32_t
  3767. -- Check size of uint_least32_t - done
  3768. -- Check size of int_fast32_t
  3769. -- Check size of int_fast32_t - done
  3770. -- Check size of uint_fast32_t
  3771. -- Check size of uint_fast32_t - done
  3772. -- Check size of int64_t
  3773. -- Check size of int64_t - done
  3774. -- Check size of uint64_t
  3775. -- Check size of uint64_t - done
  3776. -- Check size of int_least64_t
  3777. -- Check size of int_least64_t - done
  3778. -- Check size of uint_least64_t
  3779. -- Check size of uint_least64_t - done
  3780. -- Check size of int_fast64_t
  3781. -- Check size of int_fast64_t - done
  3782. -- Check size of uint_fast64_t
  3783. -- Check size of uint_fast64_t - done
  3784. -- Check size of size_t
  3785. -- Check size of size_t - done
  3786. -- Check size of ssize_t
  3787. -- Check size of ssize_t - done
  3788. -- Check size of ptrdiff_t
  3789. -- Check size of ptrdiff_t - done
  3790. -- Check size of off_t
  3791. -- Check size of off_t - done
  3792. -- Check size of off64_t
  3793. -- Check size of off64_t - failed
  3794. -- Check size of time_t
  3795. -- Check size of time_t - done
  3796. -- Check size of _Bool
  3797. -- Check size of _Bool - done
  3798. -- Performing Test H5_HAVE_TM_GMTOFF
  3799. -- Performing Test H5_HAVE_TM_GMTOFF - Success
  3800. -- Performing Test H5_HAVE___TM_GMTOFF
  3801. -- Performing Test H5_HAVE___TM_GMTOFF - Success
  3802. -- Performing Test H5_HAVE_STRUCT_TIMEZONE
  3803. -- Performing Test H5_HAVE_STRUCT_TIMEZONE - Failed
  3804. -- Looking for gettimeofday
  3805. -- Looking for gettimeofday - found
  3806. -- Performing Test H5_HAVE_STAT_ST_BLOCKS
  3807. -- Performing Test H5_HAVE_STAT_ST_BLOCKS - Success
  3808. -- Looking for ioctl
  3809. -- Looking for ioctl - found
  3810. -- Performing Test H5_HAVE_STRUCT_VIDEOCONFIG
  3811. -- Performing Test H5_HAVE_STRUCT_VIDEOCONFIG - Failed
  3812. -- Performing Test H5_HAVE_STRUCT_TEXT_INFO
  3813. -- Performing Test H5_HAVE_STRUCT_TEXT_INFO - Failed
  3814. -- Looking for _getvideoconfig
  3815. -- Looking for _getvideoconfig - not found
  3816. -- Looking for gettextinfo
  3817. -- Looking for gettextinfo - not found
  3818. -- Looking for _scrsize
  3819. -- Looking for _scrsize - not found
  3820. -- Looking for GetConsoleScreenBufferInfo
  3821. -- Looking for GetConsoleScreenBufferInfo - not found
  3822. -- Looking for TIOCGWINSZ
  3823. -- Looking for TIOCGWINSZ - found
  3824. -- Looking for TIOCGETD
  3825. -- Looking for TIOCGETD - found
  3826. -- Looking for getpwuid
  3827. -- Looking for getpwuid - found
  3828. -- Looking for alarm
  3829. -- Looking for alarm - found
  3830. -- Looking for fcntl
  3831. -- Looking for fcntl - found
  3832. -- Looking for flock
  3833. -- Looking for flock - found
  3834. -- Looking for fork
  3835. -- Looking for fork - found
  3836. -- Looking for gethostname
  3837. -- Looking for gethostname - found
  3838. -- Looking for getrusage
  3839. -- Looking for getrusage - found
  3840. -- Looking for pread
  3841. -- Looking for pread - found
  3842. -- Looking for pwrite
  3843. -- Looking for pwrite - found
  3844. -- Looking for rand_r
  3845. -- Looking for rand_r - found
  3846. -- Looking for random
  3847. -- Looking for random - found
  3848. -- Looking for setsysinfo
  3849. -- Looking for setsysinfo - not found
  3850. -- Looking for siglongjmp
  3851. -- Looking for siglongjmp - not found
  3852. -- Looking for sigsetjmp
  3853. -- Looking for sigsetjmp - not found
  3854. -- Looking for sigprocmask
  3855. -- Looking for sigprocmask - found
  3856. -- Looking for strdup
  3857. -- Looking for strdup - found
  3858. -- Looking for symlink
  3859. -- Looking for symlink - found
  3860. -- Looking for tmpfile
  3861. -- Looking for tmpfile - found
  3862. -- Looking for asprintf
  3863. -- Looking for asprintf - found
  3864. -- Looking for vasprintf
  3865. -- Looking for vasprintf - found
  3866. -- Looking for waitpid
  3867. -- Looking for waitpid - found
  3868. -- Looking for sigsetjmp
  3869. -- Looking for sigsetjmp - found
  3870. -- Looking for clock_gettime
  3871. -- Looking for clock_gettime - found
  3872. -- Looking for clock_gettime in rt
  3873. -- Looking for clock_gettime in rt - found
  3874. -- Looking for clock_gettime in posix4
  3875. -- Looking for clock_gettime in posix4 - not found
  3876. -- Check size of __float128
  3877. -- Check size of __float128 - done
  3878. -- Check size of _Quad
  3879. -- Check size of _Quad - failed
  3880. CMake Warning (dev) at ThirdParty/hdf5/vtkhdf5/src/CMakeLists.txt:1108 (add_library):
  3881. ADD_LIBRARY called with SHARED option but the target platform does not
  3882. support dynamic linking. Building a STATIC library instead. This may lead
  3883. to problems.
  3884. This warning is for project developers. Use -Wno-dev to suppress it.
  3885.  
  3886. CMake Warning (dev) at ThirdParty/hdf5/vtkhdf5/hl/src/CMakeLists.txt:63 (add_library):
  3887. ADD_LIBRARY called with SHARED option but the target platform does not
  3888. support dynamic linking. Building a STATIC library instead. This may lead
  3889. to problems.
  3890. This warning is for project developers. Use -Wno-dev to suppress it.
  3891.  
  3892. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3893. ADD_LIBRARY called with SHARED option but the target platform does not
  3894. support dynamic linking. Building a STATIC library instead. This may lead
  3895. to problems.
  3896. Call Stack (most recent call first):
  3897. IO/VeraOut/CMakeLists.txt:4 (vtk_module_add_module)
  3898. This warning is for project developers. Use -Wno-dev to suppress it.
  3899.  
  3900. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3901. ADD_LIBRARY called with SHARED option but the target platform does not
  3902. support dynamic linking. Building a STATIC library instead. This may lead
  3903. to problems.
  3904. Call Stack (most recent call first):
  3905. IO/TecplotTable/CMakeLists.txt:4 (vtk_module_add_module)
  3906. This warning is for project developers. Use -Wno-dev to suppress it.
  3907.  
  3908. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3909. ADD_LIBRARY called with SHARED option but the target platform does not
  3910. support dynamic linking. Building a STATIC library instead. This may lead
  3911. to problems.
  3912. Call Stack (most recent call first):
  3913. IO/SegY/CMakeLists.txt:9 (vtk_module_add_module)
  3914. This warning is for project developers. Use -Wno-dev to suppress it.
  3915.  
  3916. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3917. ADD_LIBRARY called with SHARED option but the target platform does not
  3918. support dynamic linking. Building a STATIC library instead. This may lead
  3919. to problems.
  3920. Call Stack (most recent call first):
  3921. IO/ParallelXML/CMakeLists.txt:23 (vtk_module_add_module)
  3922. This warning is for project developers. Use -Wno-dev to suppress it.
  3923.  
  3924. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3925. ADD_LIBRARY called with SHARED option but the target platform does not
  3926. support dynamic linking. Building a STATIC library instead. This may lead
  3927. to problems.
  3928. Call Stack (most recent call first):
  3929. IO/PLY/CMakeLists.txt:6 (vtk_module_add_module)
  3930. This warning is for project developers. Use -Wno-dev to suppress it.
  3931.  
  3932. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3933. ADD_LIBRARY called with SHARED option but the target platform does not
  3934. support dynamic linking. Building a STATIC library instead. This may lead
  3935. to problems.
  3936. Call Stack (most recent call first):
  3937. IO/Movie/CMakeLists.txt:56 (vtk_module_add_module)
  3938. This warning is for project developers. Use -Wno-dev to suppress it.
  3939.  
  3940. -- Looking for include file inttypes.h
  3941. -- Looking for include file inttypes.h - found
  3942. -- Looking for include file stdint.h
  3943. -- Looking for include file stdint.h - found
  3944. -- Looking for include file sys/types.h
  3945. -- Looking for include file sys/types.h - found
  3946. -- Check size of int16_t
  3947. -- Check size of int16_t - done
  3948. -- Check size of uint16_t
  3949. -- Check size of uint16_t - done
  3950. -- Check size of u_int16_t
  3951. -- Check size of u_int16_t - done
  3952. -- Check size of int32_t
  3953. -- Check size of int32_t - done
  3954. -- Check size of uint32_t
  3955. -- Check size of uint32_t - done
  3956. -- Check size of u_int32_t
  3957. -- Check size of u_int32_t - done
  3958. -- Check size of int64_t
  3959. -- Check size of int64_t - done
  3960. -- Check size of short
  3961. -- Check size of short - done
  3962. -- Check size of int
  3963. -- Check size of int - done
  3964. -- Check size of long
  3965. -- Check size of long - done
  3966. -- Check size of long long
  3967. -- Check size of long long - done
  3968. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3969. ADD_LIBRARY called with SHARED option but the target platform does not
  3970. support dynamic linking. Building a STATIC library instead. This may lead
  3971. to problems.
  3972. Call Stack (most recent call first):
  3973. ThirdParty/ogg/vtkogg/CMakeLists.txt:234 (vtk_module_add_module)
  3974. This warning is for project developers. Use -Wno-dev to suppress it.
  3975.  
  3976. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3977. ADD_LIBRARY called with SHARED option but the target platform does not
  3978. support dynamic linking. Building a STATIC library instead. This may lead
  3979. to problems.
  3980. Call Stack (most recent call first):
  3981. ThirdParty/theora/vtktheora/CMakeLists.txt:41 (vtk_module_add_module)
  3982. This warning is for project developers. Use -Wno-dev to suppress it.
  3983.  
  3984. -- Performing Test have_flag_logical-op-parentheses
  3985. -- Performing Test have_flag_logical-op-parentheses - Success
  3986. -- Performing Test have_flag_parentheses
  3987. -- Performing Test have_flag_parentheses - Success
  3988. -- Performing Test have_flag_shift-op-parentheses
  3989. -- Performing Test have_flag_shift-op-parentheses - Success
  3990. -- Performing Test have_flag_tautological-compare
  3991. -- Performing Test have_flag_tautological-compare - Success
  3992. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  3993. ADD_LIBRARY called with SHARED option but the target platform does not
  3994. support dynamic linking. Building a STATIC library instead. This may lead
  3995. to problems.
  3996. Call Stack (most recent call first):
  3997. IO/OggTheora/CMakeLists.txt:4 (vtk_module_add_module)
  3998. This warning is for project developers. Use -Wno-dev to suppress it.
  3999.  
  4000. -- Looking for _filelengthi64
  4001. -- Looking for _filelengthi64 - not found
  4002. -- Looking for alloca
  4003. -- Looking for alloca - found
  4004. -- Looking for isfinite
  4005. -- Looking for isfinite - found
  4006. -- Looking for isinf
  4007. -- Looking for isinf - found
  4008. -- Looking for isnan
  4009. -- Looking for isnan - found
  4010. -- Looking for fsync
  4011. -- Looking for fsync - found
  4012. -- Looking for mktemp
  4013. -- Looking for mktemp - found
  4014. -- Looking for getrlimit
  4015. -- Looking for getrlimit - found
  4016. -- Looking for memmove
  4017. -- Looking for memmove - found
  4018. -- Looking for mkstemp
  4019. -- Looking for mkstemp - found
  4020. -- Looking for random
  4021. -- Looking for random - found
  4022. -- Looking for snprintf
  4023. -- Looking for snprintf - found
  4024. -- Looking for strdup
  4025. -- Looking for strdup - found
  4026. -- Looking for strndup
  4027. -- Looking for strndup - found
  4028. -- Looking for strlcat
  4029. -- Looking for strlcat - found
  4030. -- Looking for st_blocksize
  4031. -- Looking for st_blocksize - not found
  4032. -- Looking for sysconf
  4033. -- Looking for sysconf - found
  4034. -- Looking for alloca.h
  4035. -- Looking for alloca.h - found
  4036. -- Looking for malloc.h
  4037. -- Looking for malloc.h - found
  4038. -- Looking for stdarg.h
  4039. -- Looking for stdarg.h - found
  4040. -- Looking for stdio.h
  4041. -- Looking for stdio.h - found
  4042. -- Looking for sys/param.h
  4043. -- Looking for sys/param.h - found
  4044. -- Looking for sys/resource.h
  4045. -- Looking for sys/resource.h - found
  4046. -- Check size of longlong
  4047. -- Check size of longlong - failed
  4048. -- Check size of long long int
  4049. -- Check size of long long int - done
  4050. -- Check size of ssize_t
  4051. -- Check size of ssize_t - done
  4052. -- Check size of uchar
  4053. -- Check size of uchar - failed
  4054. -- Check size of uint
  4055. -- Check size of uint - done
  4056. -- Check size of schar
  4057. -- Check size of schar - failed
  4058. -- Check size of ushort
  4059. -- Check size of ushort - done
  4060. -- Check size of double
  4061. -- Check size of double - done
  4062. -- Check size of float
  4063. -- Check size of float - done
  4064. -- Check size of int
  4065. -- Check size of int - done
  4066. -- Check size of long
  4067. -- Check size of long - done
  4068. -- Check size of long long
  4069. -- Check size of long long - done
  4070. -- Check size of off_t
  4071. -- Check size of off_t - done
  4072. -- Check size of short
  4073. -- Check size of short - done
  4074. -- Check size of unsigned char
  4075. -- Check size of unsigned char - done
  4076. -- Check size of unsigned int
  4077. -- Check size of unsigned int - done
  4078. -- Check size of unsigned long long
  4079. -- Check size of unsigned long long - done
  4080. -- Check size of unsigned short int
  4081. -- Check size of unsigned short int - done
  4082. -- Check size of uint64_t
  4083. -- Check size of uint64_t - done
  4084. -- Check size of ptrdiff_t
  4085. -- Check size of ptrdiff_t - done
  4086. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4087. ADD_LIBRARY called with SHARED option but the target platform does not
  4088. support dynamic linking. Building a STATIC library instead. This may lead
  4089. to problems.
  4090. Call Stack (most recent call first):
  4091. ThirdParty/netcdf/vtknetcdf/CMakeLists.txt:287 (vtk_module_add_module)
  4092. This warning is for project developers. Use -Wno-dev to suppress it.
  4093.  
  4094. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4095. ADD_LIBRARY called with SHARED option but the target platform does not
  4096. support dynamic linking. Building a STATIC library instead. This may lead
  4097. to problems.
  4098. Call Stack (most recent call first):
  4099. IO/NetCDF/CMakeLists.txt:12 (vtk_module_add_module)
  4100. This warning is for project developers. Use -Wno-dev to suppress it.
  4101.  
  4102. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4103. ADD_LIBRARY called with SHARED option but the target platform does not
  4104. support dynamic linking. Building a STATIC library instead. This may lead
  4105. to problems.
  4106. Call Stack (most recent call first):
  4107. IO/Geometry/CMakeLists.txt:39 (vtk_module_add_module)
  4108. This warning is for project developers. Use -Wno-dev to suppress it.
  4109.  
  4110. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4111. ADD_LIBRARY called with SHARED option but the target platform does not
  4112. support dynamic linking. Building a STATIC library instead. This may lead
  4113. to problems.
  4114. Call Stack (most recent call first):
  4115. IO/MotionFX/CMakeLists.txt:4 (vtk_module_add_module)
  4116. This warning is for project developers. Use -Wno-dev to suppress it.
  4117.  
  4118. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4119. ADD_LIBRARY called with SHARED option but the target platform does not
  4120. support dynamic linking. Building a STATIC library instead. This may lead
  4121. to problems.
  4122. Call Stack (most recent call first):
  4123. ThirdParty/jsoncpp/vtkjsoncpp/CMakeLists.txt:17 (vtk_module_add_module)
  4124. This warning is for project developers. Use -Wno-dev to suppress it.
  4125.  
  4126. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4127. ADD_LIBRARY called with SHARED option but the target platform does not
  4128. support dynamic linking. Building a STATIC library instead. This may lead
  4129. to problems.
  4130. Call Stack (most recent call first):
  4131. IO/Parallel/CMakeLists.txt:18 (vtk_module_add_module)
  4132. This warning is for project developers. Use -Wno-dev to suppress it.
  4133.  
  4134. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4135. ADD_LIBRARY called with SHARED option but the target platform does not
  4136. support dynamic linking. Building a STATIC library instead. This may lead
  4137. to problems.
  4138. Call Stack (most recent call first):
  4139. Rendering/VRModels/CMakeLists.txt:40 (vtk_module_add_module)
  4140. This warning is for project developers. Use -Wno-dev to suppress it.
  4141.  
  4142. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4143. ADD_LIBRARY called with SHARED option but the target platform does not
  4144. support dynamic linking. Building a STATIC library instead. This may lead
  4145. to problems.
  4146. Call Stack (most recent call first):
  4147. Rendering/Parallel/CMakeLists.txt:51 (vtk_module_add_module)
  4148. This warning is for project developers. Use -Wno-dev to suppress it.
  4149.  
  4150. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4151. ADD_LIBRARY called with SHARED option but the target platform does not
  4152. support dynamic linking. Building a STATIC library instead. This may lead
  4153. to problems.
  4154. Call Stack (most recent call first):
  4155. IO/MINC/CMakeLists.txt:15 (vtk_module_add_module)
  4156. This warning is for project developers. Use -Wno-dev to suppress it.
  4157.  
  4158. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4159. ADD_LIBRARY called with SHARED option but the target platform does not
  4160. support dynamic linking. Building a STATIC library instead. This may lead
  4161. to problems.
  4162. Call Stack (most recent call first):
  4163. IO/LSDyna/CMakeLists.txt:11 (vtk_module_add_module)
  4164. This warning is for project developers. Use -Wno-dev to suppress it.
  4165.  
  4166. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4167. ADD_LIBRARY called with SHARED option but the target platform does not
  4168. support dynamic linking. Building a STATIC library instead. This may lead
  4169. to problems.
  4170. Call Stack (most recent call first):
  4171. IO/Import/CMakeLists.txt:14 (vtk_module_add_module)
  4172. This warning is for project developers. Use -Wno-dev to suppress it.
  4173.  
  4174. -- Testing HDF5 Multi_Dataset - NOT FOUND
  4175. -- Testing HDF5 Collective_metadata - NOT FOUND
  4176. -- Testing HDF5 H5Pset_file_space_strategy - NOT FOUND
  4177. -- Performing Test CHECK_HAVE_STAT64_STRUCT
  4178. -- Performing Test CHECK_HAVE_STAT64_STRUCT - Failed
  4179. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4180. ADD_LIBRARY called with SHARED option but the target platform does not
  4181. support dynamic linking. Building a STATIC library instead. This may lead
  4182. to problems.
  4183. Call Stack (most recent call first):
  4184. ThirdParty/cgns/vtkcgns/src/CMakeLists.txt:677 (vtk_module_add_module)
  4185. This warning is for project developers. Use -Wno-dev to suppress it.
  4186.  
  4187. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4188. ADD_LIBRARY called with SHARED option but the target platform does not
  4189. support dynamic linking. Building a STATIC library instead. This may lead
  4190. to problems.
  4191. Call Stack (most recent call first):
  4192. ThirdParty/exodusII/vtkexodusII/CMakeLists.txt:327 (vtk_module_add_module)
  4193. This warning is for project developers. Use -Wno-dev to suppress it.
  4194.  
  4195. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4196. ADD_LIBRARY called with SHARED option but the target platform does not
  4197. support dynamic linking. Building a STATIC library instead. This may lead
  4198. to problems.
  4199. Call Stack (most recent call first):
  4200. ThirdParty/ioss/vtkioss/CMakeLists.txt:306 (vtk_module_add_module)
  4201. This warning is for project developers. Use -Wno-dev to suppress it.
  4202.  
  4203. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4204. ADD_LIBRARY called with SHARED option but the target platform does not
  4205. support dynamic linking. Building a STATIC library instead. This may lead
  4206. to problems.
  4207. Call Stack (most recent call first):
  4208. IO/IOSS/CMakeLists.txt:20 (vtk_module_add_module)
  4209. This warning is for project developers. Use -Wno-dev to suppress it.
  4210.  
  4211. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4212. ADD_LIBRARY called with SHARED option but the target platform does not
  4213. support dynamic linking. Building a STATIC library instead. This may lead
  4214. to problems.
  4215. Call Stack (most recent call first):
  4216. IO/HDF/CMakeLists.txt:18 (vtk_module_add_module)
  4217. This warning is for project developers. Use -Wno-dev to suppress it.
  4218.  
  4219. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4220. ADD_LIBRARY called with SHARED option but the target platform does not
  4221. support dynamic linking. Building a STATIC library instead. This may lead
  4222. to problems.
  4223. Call Stack (most recent call first):
  4224. IO/FLUENTCFF/CMakeLists.txt:4 (vtk_module_add_module)
  4225. This warning is for project developers. Use -Wno-dev to suppress it.
  4226.  
  4227. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4228. ADD_LIBRARY called with SHARED option but the target platform does not
  4229. support dynamic linking. Building a STATIC library instead. This may lead
  4230. to problems.
  4231. Call Stack (most recent call first):
  4232. IO/Video/CMakeLists.txt:38 (vtk_module_add_module)
  4233. This warning is for project developers. Use -Wno-dev to suppress it.
  4234.  
  4235. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  4236. -- Performing Test HAVE_ATTRIBUTE_DESTRUCTOR
  4237. -- Performing Test HAVE_ATTRIBUTE_DESTRUCTOR - Success
  4238. -- Looking for include file arpa/inet.h
  4239. -- Looking for include file arpa/inet.h - found
  4240. -- Looking for class
  4241. -- Looking for class - not found
  4242. -- Looking for dlopen in dl
  4243. -- Looking for dlopen in dl - found
  4244. -- Looking for include file dl.h
  4245. -- Looking for include file dl.h - not found
  4246. -- Looking for fpclass
  4247. -- Looking for fpclass - not found
  4248. -- Looking for ftime
  4249. -- Looking for ftime - found
  4250. -- Looking for getentropy
  4251. -- Looking for getentropy - found
  4252. -- Looking for gettimeofday
  4253. -- Looking for gettimeofday - found
  4254. -- Looking for append_history in history
  4255. -- Looking for append_history in history - not found
  4256. -- Looking for readline in readline
  4257. -- Looking for readline in readline - not found
  4258. -- Looking for munmap
  4259. -- Looking for munmap - found
  4260. -- Looking for include file netdb.h
  4261. -- Looking for include file netdb.h - found
  4262. -- Looking for include file netinet/in.h
  4263. -- Looking for include file netinet/in.h - found
  4264. -- Looking for include file poll.h
  4265. -- Looking for include file poll.h - found
  4266. -- Looking for shl_load in dld
  4267. -- Looking for shl_load in dld - not found
  4268. -- Looking for stat
  4269. -- Looking for stat - found
  4270. -- Looking for include file sys/mman.h
  4271. -- Looking for include file sys/mman.h - found
  4272. -- Looking for include file sys/random.h
  4273. -- Looking for include file sys/random.h - not found
  4274. -- Looking for include file sys/select.h
  4275. -- Looking for include file sys/select.h - found
  4276. -- Looking for include file sys/socket.h
  4277. -- Looking for include file sys/socket.h - found
  4278. -- Looking for include file sys/timeb.h
  4279. -- Looking for include file sys/timeb.h - found
  4280. -- Performing Test XML_SOCKLEN_T_SOCKLEN_T
  4281. -- Performing Test XML_SOCKLEN_T_SOCKLEN_T - Success
  4282. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4283. ADD_LIBRARY called with SHARED option but the target platform does not
  4284. support dynamic linking. Building a STATIC library instead. This may lead
  4285. to problems.
  4286. Call Stack (most recent call first):
  4287. ThirdParty/libxml2/vtklibxml2/CMakeLists.txt:389 (vtk_module_add_module)
  4288. This warning is for project developers. Use -Wno-dev to suppress it.
  4289.  
  4290. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4291. ADD_LIBRARY called with SHARED option but the target platform does not
  4292. support dynamic linking. Building a STATIC library instead. This may lead
  4293. to problems.
  4294. Call Stack (most recent call first):
  4295. IO/Infovis/CMakeLists.txt:23 (vtk_module_add_module)
  4296. This warning is for project developers. Use -Wno-dev to suppress it.
  4297.  
  4298. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4299. ADD_LIBRARY called with SHARED option but the target platform does not
  4300. support dynamic linking. Building a STATIC library instead. This may lead
  4301. to problems.
  4302. Call Stack (most recent call first):
  4303. IO/FDS/CMakeLists.txt:4 (vtk_module_add_module)
  4304. This warning is for project developers. Use -Wno-dev to suppress it.
  4305.  
  4306. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4307. ADD_LIBRARY called with SHARED option but the target platform does not
  4308. support dynamic linking. Building a STATIC library instead. This may lead
  4309. to problems.
  4310. Call Stack (most recent call first):
  4311. Rendering/SceneGraph/CMakeLists.txt:14 (vtk_module_add_module)
  4312. This warning is for project developers. Use -Wno-dev to suppress it.
  4313.  
  4314. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4315. ADD_LIBRARY called with SHARED option but the target platform does not
  4316. support dynamic linking. Building a STATIC library instead. This may lead
  4317. to problems.
  4318. Call Stack (most recent call first):
  4319. Rendering/VtkJS/CMakeLists.txt:6 (vtk_module_add_module)
  4320. This warning is for project developers. Use -Wno-dev to suppress it.
  4321.  
  4322. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4323. ADD_LIBRARY called with SHARED option but the target platform does not
  4324. support dynamic linking. Building a STATIC library instead. This may lead
  4325. to problems.
  4326. Call Stack (most recent call first):
  4327. Domains/Chemistry/CMakeLists.txt:15 (vtk_module_add_module)
  4328. This warning is for project developers. Use -Wno-dev to suppress it.
  4329.  
  4330. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4331. ADD_LIBRARY called with SHARED option but the target platform does not
  4332. support dynamic linking. Building a STATIC library instead. This may lead
  4333. to problems.
  4334. Call Stack (most recent call first):
  4335. IO/Export/CMakeLists.txt:24 (vtk_module_add_module)
  4336. This warning is for project developers. Use -Wno-dev to suppress it.
  4337.  
  4338. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4339. ADD_LIBRARY called with SHARED option but the target platform does not
  4340. support dynamic linking. Building a STATIC library instead. This may lead
  4341. to problems.
  4342. Call Stack (most recent call first):
  4343. ThirdParty/libharu/vtklibharu/src/CMakeLists.txt:98 (vtk_module_add_module)
  4344. This warning is for project developers. Use -Wno-dev to suppress it.
  4345.  
  4346. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4347. ADD_LIBRARY called with SHARED option but the target platform does not
  4348. support dynamic linking. Building a STATIC library instead. This may lead
  4349. to problems.
  4350. Call Stack (most recent call first):
  4351. IO/ExportPDF/CMakeLists.txt:14 (vtk_module_add_module)
  4352. This warning is for project developers. Use -Wno-dev to suppress it.
  4353.  
  4354. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4355. ADD_LIBRARY called with SHARED option but the target platform does not
  4356. support dynamic linking. Building a STATIC library instead. This may lead
  4357. to problems.
  4358. Call Stack (most recent call first):
  4359. IO/Exodus/CMakeLists.txt:20 (vtk_module_add_module)
  4360. This warning is for project developers. Use -Wno-dev to suppress it.
  4361.  
  4362. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4363. ADD_LIBRARY called with SHARED option but the target platform does not
  4364. support dynamic linking. Building a STATIC library instead. This may lead
  4365. to problems.
  4366. Call Stack (most recent call first):
  4367. IO/Engys/CMakeLists.txt:5 (vtk_module_add_module)
  4368. This warning is for project developers. Use -Wno-dev to suppress it.
  4369.  
  4370. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4371. ADD_LIBRARY called with SHARED option but the target platform does not
  4372. support dynamic linking. Building a STATIC library instead. This may lead
  4373. to problems.
  4374. Call Stack (most recent call first):
  4375. IO/EnSight/CMakeLists.txt:20 (vtk_module_add_module)
  4376. This warning is for project developers. Use -Wno-dev to suppress it.
  4377.  
  4378. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4379. ADD_LIBRARY called with SHARED option but the target platform does not
  4380. support dynamic linking. Building a STATIC library instead. This may lead
  4381. to problems.
  4382. Call Stack (most recent call first):
  4383. IO/ERF/CMakeLists.txt:5 (vtk_module_add_module)
  4384. This warning is for project developers. Use -Wno-dev to suppress it.
  4385.  
  4386. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4387. ADD_LIBRARY called with SHARED option but the target platform does not
  4388. support dynamic linking. Building a STATIC library instead. This may lead
  4389. to problems.
  4390. Call Stack (most recent call first):
  4391. IO/CityGML/CMakeLists.txt:3 (vtk_module_add_module)
  4392. This warning is for project developers. Use -Wno-dev to suppress it.
  4393.  
  4394. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4395. ADD_LIBRARY called with SHARED option but the target platform does not
  4396. support dynamic linking. Building a STATIC library instead. This may lead
  4397. to problems.
  4398. Call Stack (most recent call first):
  4399. IO/Chemistry/CMakeLists.txt:13 (vtk_module_add_module)
  4400. This warning is for project developers. Use -Wno-dev to suppress it.
  4401.  
  4402. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4403. ADD_LIBRARY called with SHARED option but the target platform does not
  4404. support dynamic linking. Building a STATIC library instead. This may lead
  4405. to problems.
  4406. Call Stack (most recent call first):
  4407. IO/CONVERGECFD/CMakeLists.txt:4 (vtk_module_add_module)
  4408. This warning is for project developers. Use -Wno-dev to suppress it.
  4409.  
  4410. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4411. ADD_LIBRARY called with SHARED option but the target platform does not
  4412. support dynamic linking. Building a STATIC library instead. This may lead
  4413. to problems.
  4414. Call Stack (most recent call first):
  4415. IO/CGNS/CMakeLists.txt:14 (vtk_module_add_module)
  4416. This warning is for project developers. Use -Wno-dev to suppress it.
  4417.  
  4418. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4419. ADD_LIBRARY called with SHARED option but the target platform does not
  4420. support dynamic linking. Building a STATIC library instead. This may lead
  4421. to problems.
  4422. Call Stack (most recent call first):
  4423. IO/Asynchronous/CMakeLists.txt:4 (vtk_module_add_module)
  4424. This warning is for project developers. Use -Wno-dev to suppress it.
  4425.  
  4426. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4427. ADD_LIBRARY called with SHARED option but the target platform does not
  4428. support dynamic linking. Building a STATIC library instead. This may lead
  4429. to problems.
  4430. Call Stack (most recent call first):
  4431. Filters/AMR/CMakeLists.txt:10 (vtk_module_add_module)
  4432. This warning is for project developers. Use -Wno-dev to suppress it.
  4433.  
  4434. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4435. ADD_LIBRARY called with SHARED option but the target platform does not
  4436. support dynamic linking. Building a STATIC library instead. This may lead
  4437. to problems.
  4438. Call Stack (most recent call first):
  4439. IO/AMR/CMakeLists.txt:19 (vtk_module_add_module)
  4440. This warning is for project developers. Use -Wno-dev to suppress it.
  4441.  
  4442. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4443. ADD_LIBRARY called with SHARED option but the target platform does not
  4444. support dynamic linking. Building a STATIC library instead. This may lead
  4445. to problems.
  4446. Call Stack (most recent call first):
  4447. Interaction/Image/CMakeLists.txt:8 (vtk_module_add_module)
  4448. This warning is for project developers. Use -Wno-dev to suppress it.
  4449.  
  4450. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4451. ADD_LIBRARY called with SHARED option but the target platform does not
  4452. support dynamic linking. Building a STATIC library instead. This may lead
  4453. to problems.
  4454. Call Stack (most recent call first):
  4455. Imaging/Stencil/CMakeLists.txt:10 (vtk_module_add_module)
  4456. This warning is for project developers. Use -Wno-dev to suppress it.
  4457.  
  4458. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4459. ADD_LIBRARY called with SHARED option but the target platform does not
  4460. support dynamic linking. Building a STATIC library instead. This may lead
  4461. to problems.
  4462. Call Stack (most recent call first):
  4463. Imaging/Statistics/CMakeLists.txt:6 (vtk_module_add_module)
  4464. This warning is for project developers. Use -Wno-dev to suppress it.
  4465.  
  4466. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4467. ADD_LIBRARY called with SHARED option but the target platform does not
  4468. support dynamic linking. Building a STATIC library instead. This may lead
  4469. to problems.
  4470. Call Stack (most recent call first):
  4471. Imaging/Morphological/CMakeLists.txt:14 (vtk_module_add_module)
  4472. This warning is for project developers. Use -Wno-dev to suppress it.
  4473.  
  4474. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4475. ADD_LIBRARY called with SHARED option but the target platform does not
  4476. support dynamic linking. Building a STATIC library instead. This may lead
  4477. to problems.
  4478. Call Stack (most recent call first):
  4479. Imaging/Fourier/CMakeLists.txt:11 (vtk_module_add_module)
  4480. This warning is for project developers. Use -Wno-dev to suppress it.
  4481.  
  4482. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4483. ADD_LIBRARY called with SHARED option but the target platform does not
  4484. support dynamic linking. Building a STATIC library instead. This may lead
  4485. to problems.
  4486. Call Stack (most recent call first):
  4487. ThirdParty/sqlite/vtksqlite/CMakeLists.txt:3 (vtk_module_add_module)
  4488. This warning is for project developers. Use -Wno-dev to suppress it.
  4489.  
  4490. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4491. ADD_LIBRARY called with SHARED option but the target platform does not
  4492. support dynamic linking. Building a STATIC library instead. This may lead
  4493. to problems.
  4494. Call Stack (most recent call first):
  4495. IO/SQL/CMakeLists.txt:20 (vtk_module_add_module)
  4496. This warning is for project developers. Use -Wno-dev to suppress it.
  4497.  
  4498. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4499. ADD_LIBRARY called with SHARED option but the target platform does not
  4500. support dynamic linking. Building a STATIC library instead. This may lead
  4501. to problems.
  4502. Call Stack (most recent call first):
  4503. Testing/IOSQL/CMakeLists.txt:4 (vtk_module_add_module)
  4504. This warning is for project developers. Use -Wno-dev to suppress it.
  4505.  
  4506. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4507. ADD_LIBRARY called with SHARED option but the target platform does not
  4508. support dynamic linking. Building a STATIC library instead. This may lead
  4509. to problems.
  4510. Call Stack (most recent call first):
  4511. Filters/Topology/CMakeLists.txt:4 (vtk_module_add_module)
  4512. This warning is for project developers. Use -Wno-dev to suppress it.
  4513.  
  4514. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4515. ADD_LIBRARY called with SHARED option but the target platform does not
  4516. support dynamic linking. Building a STATIC library instead. This may lead
  4517. to problems.
  4518. Call Stack (most recent call first):
  4519. Filters/Tensor/CMakeLists.txt:5 (vtk_module_add_module)
  4520. This warning is for project developers. Use -Wno-dev to suppress it.
  4521.  
  4522. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4523. ADD_LIBRARY called with SHARED option but the target platform does not
  4524. support dynamic linking. Building a STATIC library instead. This may lead
  4525. to problems.
  4526. Call Stack (most recent call first):
  4527. Filters/Selection/CMakeLists.txt:6 (vtk_module_add_module)
  4528. This warning is for project developers. Use -Wno-dev to suppress it.
  4529.  
  4530. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4531. ADD_LIBRARY called with SHARED option but the target platform does not
  4532. support dynamic linking. Building a STATIC library instead. This may lead
  4533. to problems.
  4534. Call Stack (most recent call first):
  4535. Filters/SMP/CMakeLists.txt:6 (vtk_module_add_module)
  4536. This warning is for project developers. Use -Wno-dev to suppress it.
  4537.  
  4538. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4539. ADD_LIBRARY called with SHARED option but the target platform does not
  4540. support dynamic linking. Building a STATIC library instead. This may lead
  4541. to problems.
  4542. Call Stack (most recent call first):
  4543. Filters/Programmable/CMakeLists.txt:6 (vtk_module_add_module)
  4544. This warning is for project developers. Use -Wno-dev to suppress it.
  4545.  
  4546. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4547. ADD_LIBRARY called with SHARED option but the target platform does not
  4548. support dynamic linking. Building a STATIC library instead. This may lead
  4549. to problems.
  4550. Call Stack (most recent call first):
  4551. Filters/Points/CMakeLists.txt:45 (vtk_module_add_module)
  4552. This warning is for project developers. Use -Wno-dev to suppress it.
  4553.  
  4554. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4555. ADD_LIBRARY called with SHARED option but the target platform does not
  4556. support dynamic linking. Building a STATIC library instead. This may lead
  4557. to problems.
  4558. Call Stack (most recent call first):
  4559. Filters/ParallelImaging/CMakeLists.txt:9 (vtk_module_add_module)
  4560. This warning is for project developers. Use -Wno-dev to suppress it.
  4561.  
  4562. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4563. ADD_LIBRARY called with SHARED option but the target platform does not
  4564. support dynamic linking. Building a STATIC library instead. This may lead
  4565. to problems.
  4566. Call Stack (most recent call first):
  4567. Filters/GeometryPreview/CMakeLists.txt:6 (vtk_module_add_module)
  4568. This warning is for project developers. Use -Wno-dev to suppress it.
  4569.  
  4570. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4571. ADD_LIBRARY called with SHARED option but the target platform does not
  4572. support dynamic linking. Building a STATIC library instead. This may lead
  4573. to problems.
  4574. Call Stack (most recent call first):
  4575. Testing/DataModel/CMakeLists.txt:4 (vtk_module_add_module)
  4576. This warning is for project developers. Use -Wno-dev to suppress it.
  4577.  
  4578. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4579. ADD_LIBRARY called with SHARED option but the target platform does not
  4580. support dynamic linking. Building a STATIC library instead. This may lead
  4581. to problems.
  4582. Call Stack (most recent call first):
  4583. Filters/Generic/CMakeLists.txt:12 (vtk_module_add_module)
  4584. This warning is for project developers. Use -Wno-dev to suppress it.
  4585.  
  4586. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4587. ADD_LIBRARY called with SHARED option but the target platform does not
  4588. support dynamic linking. Building a STATIC library instead. This may lead
  4589. to problems.
  4590. Call Stack (most recent call first):
  4591. Testing/GenericBridge/CMakeLists.txt:19 (vtk_module_add_module)
  4592. This warning is for project developers. Use -Wno-dev to suppress it.
  4593.  
  4594. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4595. ADD_LIBRARY called with SHARED option but the target platform does not
  4596. support dynamic linking. Building a STATIC library instead. This may lead
  4597. to problems.
  4598. Call Stack (most recent call first):
  4599. Filters/FlowPaths/CMakeLists.txt:26 (vtk_module_add_module)
  4600. This warning is for project developers. Use -Wno-dev to suppress it.
  4601.  
  4602. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4603. ADD_LIBRARY called with SHARED option but the target platform does not
  4604. support dynamic linking. Building a STATIC library instead. This may lead
  4605. to problems.
  4606. Call Stack (most recent call first):
  4607. IO/ParallelExodus/CMakeLists.txt:14 (vtk_module_add_module)
  4608. This warning is for project developers. Use -Wno-dev to suppress it.
  4609.  
  4610. CMake Warning (dev) at CMake/vtkModule.cmake:4308 (add_library):
  4611. ADD_LIBRARY called with SHARED option but the target platform does not
  4612. support dynamic linking. Building a STATIC library instead. This may lead
  4613. to problems.
  4614. Call Stack (most recent call first):
  4615. Domains/ChemistryOpenGL2/CMakeLists.txt:21 (vtk_module_add_module)
  4616. This warning is for project developers. Use -Wno-dev to suppress it.
  4617.  
  4618. -- Found Python3: C:/Program Files/WindowsApps/PythonSoftwareFoundation.Python.3.13_3.13.1008.0_x64__qbz5n2kfra8p0/python3.13.exe (found version "3.13.3") found components: Interpreter
  4619. -- Configuring done (842.2s)
  4620. -- Generating done (17.1s)
  4621. CMake Warning:
  4622. Manually-specified variables were not used by the project:
  4623.  
  4624. emdawnwebgpu_DIR
  4625.  
  4626.  
  4627. -- Build files have been written to: C:/git/VTK/build
Add Comment
Please, Sign In to add comment