Guest User

Untitled

a guest
Apr 20th, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 148.02 KB | None | 0 0
  1. White Text Fix: 0
  2. scratch-source/openscenegraph-3.6-git
  3. scratch-build/openscenegraph-3.6
  4. QT Folder: C:/Qt/5.14.2/msvc2017_64
  5. CMake Toolchain: "Visual Studio 16 2019"
  6. Updating vcpkg . . .
  7. From https://github.com/Microsoft/vcpkg
  8. f662cdadd..7ab8a7a2c dev/bion/azure-pipelines -> origin/dev/bion/azure-pipelines
  9. Already up to date.
  10. Compiling vcpkg
  11.  
  12. Building vcpkg.exe ...
  13.  
  14. pch.cpp
  15. archives.cpp
  16. checks.cpp
  17. chrono.cpp
  18. cofffilereader.cpp
  19. downloads.cpp
  20. enums.cpp
  21. files.cpp
  22. hash.cpp
  23. machinetype.cpp
  24. strings.cpp
  25. stringview.cpp
  26. system.cpp
  27. system.print.cpp
  28. system.process.cpp
  29. binarycaching.cpp
  30. binaryparagraph.cpp
  31. build.cpp
  32. cmakevars.cpp
  33. commands.autocomplete.cpp
  34. commands.buildexternal.cpp
  35. commands.cache.cpp
  36. commands.ci.cpp
  37. commands.contact.cpp
  38. commands.cpp
  39. commands.create.cpp
  40. commands.dependinfo.cpp
  41. commands.edit.cpp
  42. commands.env.cpp
  43. commands.exportifw.cpp
  44. commands.import.cpp
  45. commands.integrate.cpp
  46. commands.list.cpp
  47. commands.owns.cpp
  48. commands.porthistory.cpp
  49. commands.portsdiff.cpp
  50. commands.search.cpp
  51. commands.upgrade.cpp
  52. commands.version.cpp
  53. commands.xvsinstances.cpp
  54. dependencies.cpp
  55. export.cpp
  56. export.chocolatey.cpp
  57. export.prefab.cpp
  58. globalstate.cpp
  59. help.cpp
  60. input.cpp
  61. install.cpp
  62. logicexpression.cpp
  63. metrics.cpp
  64. packagespec.cpp
  65. paragraphparseresult.cpp
  66. paragraphs.cpp
  67. parse.cpp
  68. portfileprovider.cpp
  69. postbuildlint.buildtype.cpp
  70. postbuildlint.cpp
  71. remove.cpp
  72. sourceparagraph.cpp
  73. statusparagraph.cpp
  74. statusparagraphs.cpp
  75. tools.cpp
  76. triplet.cpp
  77. update.cpp
  78. userconfig.cpp
  79. vcpkgcmdarguments.cpp
  80. vcpkglib.cpp
  81. vcpkgpaths.cpp
  82. versiont.cpp
  83. visualstudio.cpp
  84. vcpkglib.vcxproj -> C:\Flightgear\vcpkg-git\toolsrc\msbuild.x86.release\vcpkglib.lib
  85. vcpkg.cpp
  86. Code wird generiert.
  87. Previous IPDB not found, fall back to full compilation.
  88. All 17432 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
  89. Codegenerierung ist abgeschlossen.
  90. vcpkg.vcxproj -> C:\Flightgear\vcpkg-git\toolsrc\msbuild.x86.release\vcpkg.exe
  91. vcpkgmetricsuploader.cpp
  92. Code wird generiert.
  93. Previous IPDB not found, fall back to full compilation.
  94. All 6700 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
  95. Codegenerierung ist abgeschlossen.
  96. vcpkgmetricsuploader.vcxproj -> C:\Flightgear\vcpkg-git\toolsrc\msbuild.x86.release\vcpkgmetricsuploader.exe
  97.  
  98. Building vcpkg.exe... done.
  99.  
  100. Telemetry
  101. ---------
  102. vcpkg collects usage data in order to help us improve your experience. The data collected by Microsoft is anonymous. You can opt-out of telemetry by re-running bootstrap-vcpkg.bat with -disableMetrics.
  103. Read more about vcpkg telemetry at docs/about/privacy.md
  104.  
  105. Updating external libraries . . .
  106. Using local portfile versions. To update the local portfiles, use `git pull`.
  107. No packages need updating.
  108. All installed packages are up-to-date with the local portfiles.
  109. Compiling external libraries . . .
  110. Computing installation plan...
  111. The following packages are already installed:
  112. boost[core]:x64-windows
  113. cgal[core]:x64-windows
  114. curl[core,winssl,sspi,ssl,non-http]:x64-windows
  115. freeglut[core]:x64-windows
  116. freetype[core,png,bzip2]:x64-windows
  117. gdal[core]:x64-windows
  118. glew[core]:x64-windows
  119. jasper[core]:x64-windows
  120. libpng[core]:x64-windows
  121. libxml2[core]:x64-windows
  122. mpfr[core]:x64-windows
  123. openal-soft[core]:x64-windows
  124. openjpeg[core]:x64-windows
  125. openssl[core]:x64-windows
  126. plib[core]:x64-windows
  127. sdl2[core]:x64-windows
  128. tiff[core]:x64-windows
  129. zlib[core]:x64-windows
  130. Package boost:x64-windows is already installed
  131. Package mpfr:x64-windows is already installed
  132. Package sdl2:x64-windows is already installed
  133. Package tiff:x64-windows is already installed
  134. Package zlib:x64-windows is already installed
  135. Package gdal:x64-windows is already installed
  136. Package plib:x64-windows is already installed
  137. Package cgal:x64-windows is already installed
  138. Package curl:x64-windows is already installed
  139. Package freeglut:x64-windows is already installed
  140. Package freetype:x64-windows is already installed
  141. Package glew:x64-windows is already installed
  142. Package jasper:x64-windows is already installed
  143. Package libpng:x64-windows is already installed
  144. Package libxml2:x64-windows is already installed
  145. Package openal-soft:x64-windows is already installed
  146. Package openjpeg:x64-windows is already installed
  147. Package openssl:x64-windows is already installed
  148.  
  149. Total elapsed time: 205 us
  150.  
  151. The package sdl2:x64-windows provides CMake targets:
  152.  
  153. find_package(SDL2 CONFIG REQUIRED)
  154. target_link_libraries(main PRIVATE SDL2::SDL2 SDL2::SDL2main)
  155.  
  156. The package zlib is compatible with built-in CMake targets:
  157.  
  158.  
  159.  
  160. find_package(ZLIB REQUIRED)
  161.  
  162. target_link_libraries(main PRIVATE ZLIB::ZLIB)
  163.  
  164.  
  165. The package cgal provides CMake targets:
  166.  
  167. find_package(CGAL CONFIG REQUIRED)
  168. target_link_libraries(main PRIVATE CGAL::CGAL)
  169.  
  170.  
  171. The package curl:x64-windows provides CMake targets:
  172.  
  173. find_package(CURL CONFIG REQUIRED)
  174. target_link_libraries(main PRIVATE CURL::libcurl)
  175.  
  176. The package freeglut is compatible with built-in CMake targets:
  177.  
  178.  
  179.  
  180. find_package(GLUT REQUIRED)
  181.  
  182. target_link_libraries(main PRIVATE GLUT::GLUT)
  183.  
  184.  
  185. The package freetype:x64-windows provides CMake targets:
  186.  
  187. find_package(freetype CONFIG REQUIRED)
  188. target_link_libraries(main PRIVATE freetype)
  189.  
  190. The package glew is compatible with built-in CMake targets:
  191.  
  192.  
  193.  
  194. find_package(GLEW REQUIRED)
  195.  
  196. target_link_libraries(main PRIVATE GLEW::GLEW)
  197.  
  198.  
  199. The package libpng:x64-windows provides CMake targets:
  200.  
  201. find_package(libpng CONFIG REQUIRED)
  202. target_link_libraries(main PRIVATE png)
  203.  
  204. The package libxml2 is compatible with built-in CMake targets:
  205.  
  206.  
  207.  
  208. find_package(LibXml2 REQUIRED)
  209.  
  210. target_include_directories(main PRIVATE ${LIBXML2_INCLUDE_DIR})
  211.  
  212. target_link_libraries(main PRIVATE ${LIBXML2_LIBRARIES})
  213.  
  214.  
  215. The package openal-soft provides CMake targets:
  216.  
  217.  
  218.  
  219. find_package(OpenAL CONFIG REQUIRED)
  220.  
  221. target_link_libraries(main PRIVATE OpenAL::OpenAL)
  222.  
  223.  
  224. The package openjpeg:x64-windows provides CMake targets:
  225.  
  226. find_package(OpenJPEG CONFIG REQUIRED)
  227. target_link_libraries(main PRIVATE openjp2)
  228.  
  229. The package openssl is compatible with built-in CMake targets:
  230.  
  231.  
  232.  
  233. find_package(OpenSSL REQUIRED)
  234.  
  235. target_link_libraries(main PRIVATE OpenSSL::SSL OpenSSL::Crypto)
  236.  
  237.  
  238. Updating OpenSceneGraph . . .
  239. Already up to date.
  240. Updating SimGear . . .
  241. From https://git.code.sf.net/p/flightgear/simgear
  242. 2ab01221..c82a14c2 next -> origin/next
  243. Updating 2ab01221..c82a14c2
  244. Fast-forward
  245. simgear/nasal/lib.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
  246. 1 file changed, 58 insertions(+), 1 deletion(-)
  247. Updating FlightGear . . .
  248. From https://git.code.sf.net/p/flightgear/flightgear
  249. a46a73459..798699965 next -> origin/next
  250. * [new branch] 2020-experimental-multithreaded-viewer -> origin/2020-experimental-multithreaded-viewer
  251. Updating a46a73459..798699965
  252. Fast-forward
  253. src/Scripting/nasal-props.cxx | 15 ++++
  254. test_suite/FGTestApi/TestPilot.cxx | 11 +++
  255. test_suite/FGTestApi/TestPilot.hxx | 1 +
  256. .../Instrumentation/test_rnav_procedures.cxx | 99 +++++++++++++++++++++-
  257. .../Instrumentation/test_rnav_procedures.hxx | 6 +-
  258. 5 files changed, 127 insertions(+), 5 deletions(-)
  259. Updating TerraGear . . .
  260. Already up to date.
  261. Compiling OpenSceneGraph . . .
  262. -- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.18363.
  263. -- Could NOT find EGL (missing: EGL_LIBRARY EGL_INCLUDE_DIR)
  264. -- Checking windows version...
  265. -- 64 bit architecture detected
  266. -- searching TIFF -->tiff.h<-->libtiff;tiff<-->C:/Flightgear/vcpkg-git/installed/x64-windows<--
  267. -- searching FREETYPE -->ft2build.h<-->freetype;freetype2311MT;freetype234;freetype234MT;freetype235;freetype237;freetype238;freetype244;freetype250;freetype27;freetype271;<-->C:/Flightgear/vcpkg-git/installed/x64-windows<--
  268. -- searching CURL -->curl/curl.h<-->libcurl;curllib;libcurl_imp<-->C:/Flightgear/vcpkg-git/installed/x64-windows<--
  269. -- searching JPEG -->jpeglib.h<-->libjpeg;jpeg<-->C:/Flightgear/vcpkg-git/installed/x64-windows<--
  270. -- searching GDAL -->gdal.h<-->gdal;gdal16<-->C:/Flightgear/vcpkg-git/installed/x64-windows<--
  271. -- searching GLUT -->GL/glut.h<-->glut32<-->C:/Flightgear/vcpkg-git/installed/x64-windows<--
  272. -- searching GIFLIB -->gif_lib.h<-->ungif;libungif;giflib<-->C:/Flightgear/vcpkg-git/installed/x64-windows<--
  273. -- searching ZLIB -->zlib.h<-->z;zlib;zlib1<-->C:/Flightgear/vcpkg-git/installed/x64-windows<--
  274. -- searching PNG -->png.h<-->libpng;libpng13;libpng15;libpng16<-->C:/Flightgear/vcpkg-git/installed/x64-windows<--
  275. -- searching LIBXML2 -->libxml/xpath.h<-->libxml2<-->C:/Flightgear/vcpkg-git/installed/x64-windows<--
  276. CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  277. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  278. does not match the name of the calling package (GTA). This can lead to
  279. problems in calling code that expects `find_package` result variables
  280. (e.g., `_FOUND`) to follow a certain pattern.
  281. Call Stack (most recent call first):
  282. C:/Program Files/CMake/share/cmake-3.17/Modules/FindPkgConfig.cmake:45 (find_package_handle_standard_args)
  283. CMakeModules/FindGTA.cmake:11 (INCLUDE)
  284. CMakeLists.txt:751 (FIND_PACKAGE)
  285. This warning is for project developers. Use -Wno-dev to suppress it.
  286.  
  287. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  288. -- Trying to find DCMTK expecting DCMTKConfig.cmake
  289. -- Trying to find DCMTK expecting DCMTKConfig.cmake - failed
  290. -- Trying to find DCMTK relying on FindDCMTK.cmake
  291. -- Please set DCMTK_DIR and re-run configure (missing: DCMTK_config_INCLUDE_DIR DCMTK_dcmdata_INCLUDE_DIR DCMTK_dcmimage_INCLUDE_DIR DCMTK_dcmimgle_INCLUDE_DIR DCMTK_dcmjpeg_INCLUDE_DIR DCMTK_dcmjpls_INCLUDE_DIR DCMTK_dcmnet_INCLUDE_DIR DCMTK_dcmpstat_INCLUDE_DIR DCMTK_dcmqrdb_INCLUDE_DIR DCMTK_dcmsign_INCLUDE_DIR DCMTK_dcmsr_INCLUDE_DIR DCMTK_dcmtls_INCLUDE_DIR DCMTK_ofstd_INCLUDE_DIR DCMTK_oflog_INCLUDE_DIR)
  292. -- Could NOT find GStreamer (missing: GSTREAMER_INCLUDE_DIRS GSTREAMER_LIBRARIES GSTREAMER_VERSION GSTREAMER_BASE_INCLUDE_DIRS GSTREAMER_BASE_LIBRARIES GSTREAMER_APP_INCLUDE_DIRS GSTREAMER_APP_LIBRARIES GSTREAMER_PBUTILS_INCLUDE_DIRS GSTREAMER_PBUTILS_LIBRARIES)
  293. -- Could NOT find SDL (missing: SDL_LIBRARY SDL_INCLUDE_DIR)
  294. CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  295. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  296. does not match the name of the calling package (Poppler-glib). This can
  297. lead to problems in calling code that expects `find_package` result
  298. variables (e.g., `_FOUND`) to follow a certain pattern.
  299. Call Stack (most recent call first):
  300. C:/Program Files/CMake/share/cmake-3.17/Modules/FindPkgConfig.cmake:45 (find_package_handle_standard_args)
  301. CMakeModules/FindPoppler-glib.cmake:2 (INCLUDE)
  302. CMakeLists.txt:761 (FIND_PACKAGE)
  303. This warning is for project developers. Use -Wno-dev to suppress it.
  304.  
  305. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  306. CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  307. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  308. does not match the name of the calling package (RSVG). This can lead to
  309. problems in calling code that expects `find_package` result variables
  310. (e.g., `_FOUND`) to follow a certain pattern.
  311. Call Stack (most recent call first):
  312. C:/Program Files/CMake/share/cmake-3.17/Modules/FindPkgConfig.cmake:45 (find_package_handle_standard_args)
  313. CMakeModules/FindRSVG.cmake:2 (INCLUDE)
  314. CMakeLists.txt:762 (FIND_PACKAGE)
  315. This warning is for project developers. Use -Wno-dev to suppress it.
  316.  
  317. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  318. CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  319. The package name passed to `find_package_handle_standard_args` (PkgConfig)
  320. does not match the name of the calling package (GtkGl). This can lead to
  321. problems in calling code that expects `find_package` result variables
  322. (e.g., `_FOUND`) to follow a certain pattern.
  323. Call Stack (most recent call first):
  324. C:/Program Files/CMake/share/cmake-3.17/Modules/FindPkgConfig.cmake:45 (find_package_handle_standard_args)
  325. CMakeModules/FindGtkGl.cmake:2 (INCLUDE)
  326. CMakeLists.txt:763 (FIND_PACKAGE)
  327. This warning is for project developers. Use -Wno-dev to suppress it.
  328.  
  329. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  330. -- Could NOT find Fontconfig (missing: FONTCONFIG_LIBRARY FONTCONFIG_INCLUDE_DIR)
  331. -- osgText will not be linked with FontConfig library
  332. -- The following OPTIONAL packages have been found:
  333.  
  334. * OpenGL
  335. * Freetype
  336. * Jasper
  337. * LibXml2
  338. * GDAL
  339. * CURL
  340. * SDL2
  341. * JPEG
  342. * ZLIB
  343. * PNG
  344. * TIFF
  345. * Threads
  346.  
  347. -- The following OPTIONAL packages have not been found:
  348.  
  349. * EGL
  350. * ilmbase
  351. * Inventor
  352. * OpenEXR
  353. * OpenCascade
  354. * COLLADA
  355. * FBX
  356. * GTA
  357. * LibVNCServer
  358. * DCMTK
  359. * FFmpeg
  360. * GStreamer
  361. * GLIB
  362. * DirectShow
  363. * SDL
  364. * Poppler-glib
  365. * RSVG
  366. * GtkGl
  367. * DirectInput
  368. * NVTT
  369. * ZeroConf
  370. * LIBLAS
  371. * GIFLIB
  372. * QuickTime
  373. * Fontconfig
  374.  
  375. -- Configuring done
  376. -- Generating done
  377. -- Build files have been written to: C:/Flightgear/scratch-build/openscenegraph-3.6
  378. Microsoft (R)-Build-Engine, Version 16.5.0+d4cbfca49 fr .NET Framework
  379. Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.
  380.  
  381. Checking Build System
  382. OpenThreads.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\ot21-OpenThreads.dll
  383. osg.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osg161-osg.dll
  384. osgUtil.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osg161-osgUtil.dll
  385. osgDB.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osg161-osgDB.dll
  386. osgdb_3dc.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_3dc.dll
  387. osgdb_3ds.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_3ds.dll
  388. osgdb_ac.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_ac.dll
  389. osgdb_bmp.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_bmp.dll
  390. osgdb_bsp.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_bsp.dll
  391. osgGA.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osg161-osgGA.dll
  392. osgText.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osg161-osgText.dll
  393. osgViewer.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osg161-osgViewer.dll
  394. osgAnimation.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osg161-osgAnimation.dll
  395. osgdb_bvh.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_bvh.dll
  396. osgdb_cfg.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_cfg.dll
  397. osgdb_curl.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_curl.dll
  398. osgdb_dds.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_dds.dll
  399. osgdb_deprecated_osg.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_deprecated_osg.dll
  400. osgdb_deprecated_osganimation.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_deprecated_osganimation.dll
  401. osgFX.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osg161-osgFX.dll
  402. osgdb_deprecated_osgfx.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_deprecated_osgfx.dll
  403. osgParticle.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osg161-osgParticle.dll
  404. osgdb_deprecated_osgparticle.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_deprecated_osgparticle.dll
  405. osgShadow.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osg161-osgShadow.dll
  406. osgdb_deprecated_osgshadow.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_deprecated_osgshadow.dll
  407. osgSim.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osg161-osgSim.dll
  408. osgdb_deprecated_osgsim.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_deprecated_osgsim.dll
  409. osgTerrain.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osg161-osgTerrain.dll
  410. osgdb_deprecated_osgterrain.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_deprecated_osgterrain.dll
  411. osgdb_deprecated_osgtext.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_deprecated_osgtext.dll
  412. osgdb_deprecated_osgviewer.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_deprecated_osgviewer.dll
  413. osgVolume.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osg161-osgVolume.dll
  414. osgdb_deprecated_osgvolume.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_deprecated_osgvolume.dll
  415. osgWidget.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osg161-osgWidget.dll
  416. osgdb_deprecated_osgwidget.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_deprecated_osgwidget.dll
  417. osgdb_dot.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_dot.dll
  418. osgdb_dxf.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_dxf.dll
  419. osgdb_freetype.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_freetype.dll
  420. osgdb_gdal.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_gdal.dll
  421. osgdb_gles.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_gles.dll
  422. osgdb_glsl.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_glsl.dll
  423. osgdb_gz.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_gz.dll
  424. osgdb_hdr.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_hdr.dll
  425. osgdb_ive.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_ive.dll
  426. osgdb_jp2.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_jp2.dll
  427. osgdb_jpeg.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_jpeg.dll
  428. osgdb_ktx.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_ktx.dll
  429. osgdb_logo.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_logo.dll
  430. osgdb_lua.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_lua.dll
  431. osgdb_lwo.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_lwo.dll
  432. osgdb_lws.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_lws.dll
  433. osgdb_md2.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_md2.dll
  434. osgdb_mdl.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_mdl.dll
  435. osgdb_normals.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_normals.dll
  436. osgdb_obj.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_obj.dll
  437. osgdb_ogr.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_ogr.dll
  438. osgdb_openflight.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_openflight.dll
  439. osgdb_osc.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_osc.dll
  440. osgdb_osg.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_osg.dll
  441. osgdb_osga.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_osga.dll
  442. osgdb_osgjs.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_osgjs.dll
  443. osgdb_osgshadow.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_osgshadow.dll
  444. osgdb_osgterrain.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_osgterrain.dll
  445. osgdb_osgtgz.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_osgtgz.dll
  446. osgdb_osgviewer.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_osgviewer.dll
  447. osgManipulator.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osg161-osgManipulator.dll
  448. osgUI.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osg161-osgUI.dll
  449. osgPresentation.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osg161-osgPresentation.dll
  450. osgdb_p3d.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_p3d.dll
  451. osgdb_pic.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_pic.dll
  452. osgdb_ply.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_ply.dll
  453. osgdb_png.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_png.dll
  454. osgdb_pnm.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_pnm.dll
  455. osgdb_pov.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_pov.dll
  456. osgdb_pvr.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_pvr.dll
  457. osgdb_revisions.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_revisions.dll
  458. osgdb_rgb.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_rgb.dll
  459. osgdb_rot.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_rot.dll
  460. osgdb_scale.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_scale.dll
  461. osgdb_serializers_osg.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_serializers_osg.dll
  462. osgdb_serializers_osganimation.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_serializers_osganimation.dll
  463. osgdb_serializers_osgfx.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_serializers_osgfx.dll
  464. osgdb_serializers_osgga.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_serializers_osgga.dll
  465. osgdb_serializers_osgmanipulator.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_serializers_osgmanipulator.dll
  466. osgdb_serializers_osgparticle.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_serializers_osgparticle.dll
  467. osgdb_serializers_osgshadow.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_serializers_osgshadow.dll
  468. osgdb_serializers_osgsim.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_serializers_osgsim.dll
  469. osgdb_serializers_osgterrain.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_serializers_osgterrain.dll
  470. osgdb_serializers_osgtext.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_serializers_osgtext.dll
  471. osgdb_serializers_osgui.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_serializers_osgui.dll
  472. osgdb_serializers_osgutil.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_serializers_osgutil.dll
  473. osgdb_serializers_osgviewer.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_serializers_osgviewer.dll
  474. osgdb_serializers_osgvolume.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_serializers_osgvolume.dll
  475. osgdb_shp.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_shp.dll
  476. osgdb_stl.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_stl.dll
  477. osgdb_tf.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_tf.dll
  478. osgdb_tga.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_tga.dll
  479. osgdb_tgz.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_tgz.dll
  480. osgdb_tiff.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_tiff.dll
  481. osgdb_trans.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_trans.dll
  482. osgdb_trk.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_trk.dll
  483. osgdb_txf.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_txf.dll
  484. osgdb_txp.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_txp.dll
  485. osgdb_vtf.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_vtf.dll
  486. osgdb_x.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_x.dll
  487. osgdb_zip.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgPlugins-3.6.5\osgdb_zip.dll
  488. application_osgarchive.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgarchive.exe
  489. application_osgconv.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgconv.exe
  490. application_osgfilecache.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgfilecache.exe
  491. application_osgversion.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgversion.exe
  492. application_osgviewer.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\osgviewer.exe
  493. application_present3D.vcxproj -> C:\Flightgear\scratch-build\openscenegraph-3.6\bin\present3D.exe
  494. Building Custom Rule C:/Flightgear/scratch-source/openscenegraph-3.6-git/CMakeLists.txt
  495. -- Install configuration: "Release"
  496. -- Up-to-date: C:/Flightgear/scratch-install/lib/pkgconfig/openscenegraph.pc
  497. -- Up-to-date: C:/Flightgear/scratch-install/lib/pkgconfig/openscenegraph-osg.pc
  498. -- Up-to-date: C:/Flightgear/scratch-install/lib/pkgconfig/openscenegraph-osgDB.pc
  499. -- Up-to-date: C:/Flightgear/scratch-install/lib/pkgconfig/openscenegraph-osgFX.pc
  500. -- Up-to-date: C:/Flightgear/scratch-install/lib/pkgconfig/openscenegraph-osgGA.pc
  501. -- Up-to-date: C:/Flightgear/scratch-install/lib/pkgconfig/openscenegraph-osgParticle.pc
  502. -- Up-to-date: C:/Flightgear/scratch-install/lib/pkgconfig/openscenegraph-osgSim.pc
  503. -- Up-to-date: C:/Flightgear/scratch-install/lib/pkgconfig/openscenegraph-osgText.pc
  504. -- Up-to-date: C:/Flightgear/scratch-install/lib/pkgconfig/openscenegraph-osgUtil.pc
  505. -- Up-to-date: C:/Flightgear/scratch-install/lib/pkgconfig/openscenegraph-osgTerrain.pc
  506. -- Up-to-date: C:/Flightgear/scratch-install/lib/pkgconfig/openscenegraph-osgManipulator.pc
  507. -- Up-to-date: C:/Flightgear/scratch-install/lib/pkgconfig/openscenegraph-osgViewer.pc
  508. -- Up-to-date: C:/Flightgear/scratch-install/lib/pkgconfig/openscenegraph-osgWidget.pc
  509. -- Up-to-date: C:/Flightgear/scratch-install/lib/pkgconfig/openscenegraph-osgShadow.pc
  510. -- Up-to-date: C:/Flightgear/scratch-install/lib/pkgconfig/openscenegraph-osgAnimation.pc
  511. -- Up-to-date: C:/Flightgear/scratch-install/lib/pkgconfig/openscenegraph-osgVolume.pc
  512. -- Up-to-date: C:/Flightgear/scratch-install/lib/pkgconfig/openthreads.pc
  513. -- Up-to-date: C:/Flightgear/scratch-install/lib/OpenThreads.lib
  514. -- Up-to-date: C:/Flightgear/scratch-install/bin/ot21-OpenThreads.dll
  515. -- Up-to-date: C:/Flightgear/scratch-install/include/OpenThreads/Atomic
  516. -- Up-to-date: C:/Flightgear/scratch-install/include/OpenThreads/Affinity
  517. -- Up-to-date: C:/Flightgear/scratch-install/include/OpenThreads/Barrier
  518. -- Up-to-date: C:/Flightgear/scratch-install/include/OpenThreads/Block
  519. -- Up-to-date: C:/Flightgear/scratch-install/include/OpenThreads/Condition
  520. -- Up-to-date: C:/Flightgear/scratch-install/include/OpenThreads/Exports
  521. -- Up-to-date: C:/Flightgear/scratch-install/include/OpenThreads/Mutex
  522. -- Up-to-date: C:/Flightgear/scratch-install/include/OpenThreads/ReadWriteMutex
  523. -- Up-to-date: C:/Flightgear/scratch-install/include/OpenThreads/ReentrantMutex
  524. -- Up-to-date: C:/Flightgear/scratch-install/include/OpenThreads/ScopedLock
  525. -- Up-to-date: C:/Flightgear/scratch-install/include/OpenThreads/Thread
  526. -- Up-to-date: C:/Flightgear/scratch-install/include/OpenThreads/Version
  527. -- Up-to-date: C:/Flightgear/scratch-install/include/OpenThreads/Config
  528. -- Up-to-date: C:/Flightgear/scratch-install/lib/osg.lib
  529. -- Up-to-date: C:/Flightgear/scratch-install/bin/osg161-osg.dll
  530. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/io_utils
  531. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/os_utils
  532. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/AlphaFunc
  533. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/AnimationPath
  534. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ApplicationUsage
  535. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ArgumentParser
  536. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Array
  537. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/AttributeDispatchers
  538. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/AudioStream
  539. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/AutoTransform
  540. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Billboard
  541. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/BindImageTexture
  542. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/BlendColor
  543. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/BlendEquation
  544. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/BlendEquationi
  545. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/BlendFunc
  546. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/BlendFunci
  547. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/BoundingBox
  548. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/BoundingSphere
  549. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/BoundsChecking
  550. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/buffered_value
  551. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/BufferIndexBinding
  552. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/BufferObject
  553. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/BufferTemplate
  554. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Callback
  555. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Camera
  556. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/CameraView
  557. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Capability
  558. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ClampColor
  559. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ClearNode
  560. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ClipControl
  561. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ClipNode
  562. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ClipPlane
  563. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ClusterCullingCallback
  564. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/CollectOccludersVisitor
  565. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ColorMask
  566. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ColorMaski
  567. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ColorMatrix
  568. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ComputeBoundsVisitor
  569. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/DispatchCompute
  570. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ContextData
  571. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ConvexPlanarOccluder
  572. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ConvexPlanarPolygon
  573. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/CoordinateSystemNode
  574. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/CopyOp
  575. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/CullFace
  576. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/CullingSet
  577. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/CullSettings
  578. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/CullStack
  579. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/DeleteHandler
  580. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Depth
  581. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/DepthRangeIndexed
  582. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/DisplaySettings
  583. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Drawable
  584. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/DrawPixels
  585. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Endian
  586. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Export
  587. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/fast_back_stack
  588. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Fog
  589. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/FragmentProgram
  590. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/FrameBufferObject
  591. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/FrameStamp
  592. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/FrontFace
  593. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Geode
  594. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Geometry
  595. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/GL2Extensions
  596. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/GLDefines
  597. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/GLExtensions
  598. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/GLObjects
  599. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/GLU
  600. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/GraphicsCostEstimator
  601. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/GraphicsContext
  602. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/GraphicsThread
  603. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Group
  604. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Hint
  605. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Identifier
  606. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Image
  607. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ImageSequence
  608. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ImageStream
  609. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ImageUtils
  610. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/KdTree
  611. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Light
  612. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/LightModel
  613. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/LightSource
  614. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/LineSegment
  615. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/LineStipple
  616. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/LineWidth
  617. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/LOD
  618. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/LogicOp
  619. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Material
  620. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Math
  621. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Matrix
  622. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Matrixd
  623. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Matrixf
  624. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/MatrixTransform
  625. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/MixinVector
  626. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Multisample
  627. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Node
  628. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/NodeCallback
  629. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/NodeTrackerCallback
  630. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/NodeVisitor
  631. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Notify
  632. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Object
  633. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/observer_ptr
  634. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Observer
  635. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ObserverNodePath
  636. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/OccluderNode
  637. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/OcclusionQueryNode
  638. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/OperationThread
  639. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/PatchParameter
  640. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/PagedLOD
  641. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Plane
  642. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Point
  643. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/PointSprite
  644. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/PolygonMode
  645. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/PolygonOffset
  646. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/PolygonStipple
  647. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Polytope
  648. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/PositionAttitudeTransform
  649. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/PrimitiveSet
  650. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/PrimitiveSetIndirect
  651. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/PrimitiveRestartIndex
  652. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Program
  653. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Projection
  654. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ProxyNode
  655. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Quat
  656. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Referenced
  657. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ref_ptr
  658. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/RenderInfo
  659. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/SampleMaski
  660. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Sampler
  661. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Scissor
  662. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ScissorIndexed
  663. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ScriptEngine
  664. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Sequence
  665. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ShadeModel
  666. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Shader
  667. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ShaderAttribute
  668. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ShaderComposer
  669. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ShadowVolumeOccluder
  670. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Shape
  671. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ShapeDrawable
  672. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/State
  673. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/StateAttribute
  674. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/StateAttributeCallback
  675. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/StateSet
  676. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Stats
  677. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Stencil
  678. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/StencilTwoSided
  679. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Switch
  680. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/TemplatePrimitiveFunctor
  681. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/TemplatePrimitiveIndexFunctor
  682. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/TexEnv
  683. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/TexEnvCombine
  684. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/TexEnvFilter
  685. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/TexGen
  686. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/TexGenNode
  687. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/TexMat
  688. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Texture
  689. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Texture1D
  690. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Texture2D
  691. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Texture2DMultisample
  692. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Texture2DArray
  693. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Texture3D
  694. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/TextureBuffer
  695. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/TextureCubeMap
  696. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/TextureRectangle
  697. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Timer
  698. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/TransferFunction
  699. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Transform
  700. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/TriangleFunctor
  701. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/TriangleIndexFunctor
  702. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/TriangleLinePointIndexFunctor
  703. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Types
  704. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Uniform
  705. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/UserDataContainer
  706. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ValueObject
  707. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ValueMap
  708. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ValueStack
  709. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec2
  710. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec2b
  711. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec2d
  712. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec2f
  713. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec2i
  714. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec2s
  715. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec2ub
  716. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec2ui
  717. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec2us
  718. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec3
  719. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec3b
  720. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec3d
  721. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec3f
  722. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec3i
  723. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec3s
  724. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec3ub
  725. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec3ui
  726. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec3us
  727. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec4
  728. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec4b
  729. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec4d
  730. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec4f
  731. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec4i
  732. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec4s
  733. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec4ub
  734. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec4ui
  735. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Vec4us
  736. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/VertexAttribDivisor
  737. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/VertexArrayState
  738. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/VertexProgram
  739. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/View
  740. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Viewport
  741. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/ViewportIndexed
  742. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Version
  743. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/Config
  744. -- Up-to-date: C:/Flightgear/scratch-install/include/osg/GL
  745. -- Up-to-date: C:/Flightgear/scratch-install/lib/osgDB.lib
  746. -- Up-to-date: C:/Flightgear/scratch-install/bin/osg161-osgDB.dll
  747. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/DataTypes
  748. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/StreamOperator
  749. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/Serializer
  750. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/ObjectWrapper
  751. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/InputStream
  752. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/OutputStream
  753. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/Archive
  754. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/AuthenticationMap
  755. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/Callbacks
  756. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/ClassInterface
  757. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/ConvertBase64
  758. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/ConvertUTF
  759. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/DatabasePager
  760. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/DatabaseRevisions
  761. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/DotOsgWrapper
  762. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/DynamicLibrary
  763. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/Export
  764. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/ExternalFileWriter
  765. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/FileCache
  766. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/FileNameUtils
  767. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/FileUtils
  768. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/fstream
  769. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/ImageOptions
  770. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/ImagePager
  771. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/ImageProcessor
  772. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/Input
  773. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/ObjectCache
  774. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/Output
  775. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/Options
  776. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/ParameterOutput
  777. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/PluginQuery
  778. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/ReaderWriter
  779. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/ReadFile
  780. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/Registry
  781. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/SharedStateManager
  782. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/Version
  783. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/WriteFile
  784. -- Up-to-date: C:/Flightgear/scratch-install/include/osgDB/XmlParser
  785. -- Up-to-date: C:/Flightgear/scratch-install/lib/osgUtil.lib
  786. -- Up-to-date: C:/Flightgear/scratch-install/bin/osg161-osgUtil.dll
  787. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/ConvertVec
  788. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/CubeMapGenerator
  789. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/CullVisitor
  790. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/DelaunayTriangulator
  791. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/DisplayRequirementsVisitor
  792. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/DrawElementTypeSimplifier
  793. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/EdgeCollector
  794. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/Export
  795. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/GLObjectsVisitor
  796. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/HalfWayMapGenerator
  797. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/HighlightMapGenerator
  798. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/IntersectionVisitor
  799. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/IntersectVisitor
  800. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/IncrementalCompileOperation
  801. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/LineSegmentIntersector
  802. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/MeshOptimizers
  803. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/OperationArrayFunctor
  804. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/Optimizer
  805. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/PerlinNoise
  806. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/PlaneIntersector
  807. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/PolytopeIntersector
  808. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/PositionalStateContainer
  809. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/PrintVisitor
  810. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/RayIntersector
  811. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/ReflectionMapGenerator
  812. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/RenderBin
  813. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/RenderLeaf
  814. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/RenderStage
  815. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/ReversePrimitiveFunctor
  816. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/SceneView
  817. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/SceneGraphBuilder
  818. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/ShaderGen
  819. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/Simplifier
  820. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/SmoothingVisitor
  821. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/StateGraph
  822. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/Statistics
  823. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/TangentSpaceGenerator
  824. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/Tessellator
  825. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/TransformAttributeFunctor
  826. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/TransformCallback
  827. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/TriStripVisitor
  828. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/UpdateVisitor
  829. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUtil/Version
  830. -- Up-to-date: C:/Flightgear/scratch-install/lib/osgGA.lib
  831. -- Up-to-date: C:/Flightgear/scratch-install/bin/osg161-osgGA.dll
  832. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/AnimationPathManipulator
  833. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/CameraViewSwitchManipulator
  834. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/DriveManipulator
  835. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/Device
  836. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/Event
  837. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/EventHandler
  838. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/EventQueue
  839. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/EventVisitor
  840. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/Export
  841. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/FirstPersonManipulator
  842. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/FlightManipulator
  843. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/GUIActionAdapter
  844. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/GUIEventAdapter
  845. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/GUIEventHandler
  846. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/KeySwitchMatrixManipulator
  847. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/CameraManipulator
  848. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/MultiTouchTrackballManipulator
  849. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/NodeTrackerManipulator
  850. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/OrbitManipulator
  851. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/StandardManipulator
  852. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/SphericalManipulator
  853. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/StateSetManipulator
  854. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/TerrainManipulator
  855. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/TrackballManipulator
  856. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/UFOManipulator
  857. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/Widget
  858. -- Up-to-date: C:/Flightgear/scratch-install/include/osgGA/Version
  859. -- Up-to-date: C:/Flightgear/scratch-install/lib/osgText.lib
  860. -- Up-to-date: C:/Flightgear/scratch-install/bin/osg161-osgText.dll
  861. -- Up-to-date: C:/Flightgear/scratch-install/include/osgText/Export
  862. -- Up-to-date: C:/Flightgear/scratch-install/include/osgText/Font
  863. -- Up-to-date: C:/Flightgear/scratch-install/include/osgText/Font3D
  864. -- Up-to-date: C:/Flightgear/scratch-install/include/osgText/FadeText
  865. -- Up-to-date: C:/Flightgear/scratch-install/include/osgText/Glyph
  866. -- Up-to-date: C:/Flightgear/scratch-install/include/osgText/KerningType
  867. -- Up-to-date: C:/Flightgear/scratch-install/include/osgText/String
  868. -- Up-to-date: C:/Flightgear/scratch-install/include/osgText/Style
  869. -- Up-to-date: C:/Flightgear/scratch-install/include/osgText/TextBase
  870. -- Up-to-date: C:/Flightgear/scratch-install/include/osgText/Text
  871. -- Up-to-date: C:/Flightgear/scratch-install/include/osgText/Text3D
  872. -- Up-to-date: C:/Flightgear/scratch-install/include/osgText/Version
  873. -- Up-to-date: C:/Flightgear/scratch-install/lib/osgViewer.lib
  874. -- Up-to-date: C:/Flightgear/scratch-install/bin/osg161-osgViewer.dll
  875. -- Up-to-date: C:/Flightgear/scratch-install/include/osgViewer/CompositeViewer
  876. -- Up-to-date: C:/Flightgear/scratch-install/include/osgViewer/Export
  877. -- Up-to-date: C:/Flightgear/scratch-install/include/osgViewer/GraphicsWindow
  878. -- Up-to-date: C:/Flightgear/scratch-install/include/osgViewer/Keystone
  879. -- Up-to-date: C:/Flightgear/scratch-install/include/osgViewer/Renderer
  880. -- Up-to-date: C:/Flightgear/scratch-install/include/osgViewer/Scene
  881. -- Up-to-date: C:/Flightgear/scratch-install/include/osgViewer/Version
  882. -- Up-to-date: C:/Flightgear/scratch-install/include/osgViewer/View
  883. -- Up-to-date: C:/Flightgear/scratch-install/include/osgViewer/Viewer
  884. -- Up-to-date: C:/Flightgear/scratch-install/include/osgViewer/ViewerBase
  885. -- Up-to-date: C:/Flightgear/scratch-install/include/osgViewer/ViewerEventHandlers
  886. -- Up-to-date: C:/Flightgear/scratch-install/include/osgViewer/api/Win32/GraphicsHandleWin32
  887. -- Up-to-date: C:/Flightgear/scratch-install/include/osgViewer/api/Win32/GraphicsWindowWin32
  888. -- Up-to-date: C:/Flightgear/scratch-install/include/osgViewer/api/Win32/PixelBufferWin32
  889. -- Up-to-date: C:/Flightgear/scratch-install/include/osgViewer/config/AcrossAllScreens
  890. -- Up-to-date: C:/Flightgear/scratch-install/include/osgViewer/config/PanoramicSphericalDisplay
  891. -- Up-to-date: C:/Flightgear/scratch-install/include/osgViewer/config/SingleScreen
  892. -- Up-to-date: C:/Flightgear/scratch-install/include/osgViewer/config/SingleWindow
  893. -- Up-to-date: C:/Flightgear/scratch-install/include/osgViewer/config/SphericalDisplay
  894. -- Up-to-date: C:/Flightgear/scratch-install/include/osgViewer/config/WoWVxDisplay
  895. -- Up-to-date: C:/Flightgear/scratch-install/lib/osgAnimation.lib
  896. -- Up-to-date: C:/Flightgear/scratch-install/bin/osg161-osgAnimation.dll
  897. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/Action
  898. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/ActionAnimation
  899. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/ActionBlendIn
  900. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/ActionBlendOut
  901. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/ActionCallback
  902. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/ActionStripAnimation
  903. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/ActionVisitor
  904. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/Animation
  905. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/AnimationManagerBase
  906. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/AnimationUpdateCallback
  907. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/BasicAnimationManager
  908. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/Bone
  909. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/BoneMapVisitor
  910. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/Channel
  911. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/CubicBezier
  912. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/EaseMotion
  913. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/Export
  914. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/FrameAction
  915. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/Interpolator
  916. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/Keyframe
  917. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/LinkVisitor
  918. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/MorphGeometry
  919. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/RigGeometry
  920. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/RigTransform
  921. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/RigTransformHardware
  922. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/RigTransformSoftware
  923. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/MorphTransformHardware
  924. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/MorphTransformSoftware
  925. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/Sampler
  926. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/Skeleton
  927. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/StackedMatrixElement
  928. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/StackedQuaternionElement
  929. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/StackedRotateAxisElement
  930. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/StackedScaleElement
  931. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/StackedTransformElement
  932. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/StackedTranslateElement
  933. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/StackedTransform
  934. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/StatsVisitor
  935. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/StatsHandler
  936. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/Target
  937. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/Timeline
  938. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/TimelineAnimationManager
  939. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/UpdateBone
  940. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/UpdateMaterial
  941. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/UpdateMatrixTransform
  942. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/UpdateUniform
  943. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/Vec3Packed
  944. -- Up-to-date: C:/Flightgear/scratch-install/include/osgAnimation/VertexInfluence
  945. -- Up-to-date: C:/Flightgear/scratch-install/lib/osgFX.lib
  946. -- Up-to-date: C:/Flightgear/scratch-install/bin/osg161-osgFX.dll
  947. -- Up-to-date: C:/Flightgear/scratch-install/include/osgFX/AnisotropicLighting
  948. -- Up-to-date: C:/Flightgear/scratch-install/include/osgFX/BumpMapping
  949. -- Up-to-date: C:/Flightgear/scratch-install/include/osgFX/Cartoon
  950. -- Up-to-date: C:/Flightgear/scratch-install/include/osgFX/Effect
  951. -- Up-to-date: C:/Flightgear/scratch-install/include/osgFX/Export
  952. -- Up-to-date: C:/Flightgear/scratch-install/include/osgFX/MultiTextureControl
  953. -- Up-to-date: C:/Flightgear/scratch-install/include/osgFX/Outline
  954. -- Up-to-date: C:/Flightgear/scratch-install/include/osgFX/Registry
  955. -- Up-to-date: C:/Flightgear/scratch-install/include/osgFX/Scribe
  956. -- Up-to-date: C:/Flightgear/scratch-install/include/osgFX/SpecularHighlights
  957. -- Up-to-date: C:/Flightgear/scratch-install/include/osgFX/Technique
  958. -- Up-to-date: C:/Flightgear/scratch-install/include/osgFX/Validator
  959. -- Up-to-date: C:/Flightgear/scratch-install/include/osgFX/Version
  960. -- Up-to-date: C:/Flightgear/scratch-install/lib/osgManipulator.lib
  961. -- Up-to-date: C:/Flightgear/scratch-install/bin/osg161-osgManipulator.dll
  962. -- Up-to-date: C:/Flightgear/scratch-install/include/osgManipulator/AntiSquish
  963. -- Up-to-date: C:/Flightgear/scratch-install/include/osgManipulator/Command
  964. -- Up-to-date: C:/Flightgear/scratch-install/include/osgManipulator/CommandManager
  965. -- Up-to-date: C:/Flightgear/scratch-install/include/osgManipulator/Constraint
  966. -- Up-to-date: C:/Flightgear/scratch-install/include/osgManipulator/Dragger
  967. -- Up-to-date: C:/Flightgear/scratch-install/include/osgManipulator/Export
  968. -- Up-to-date: C:/Flightgear/scratch-install/include/osgManipulator/Projector
  969. -- Up-to-date: C:/Flightgear/scratch-install/include/osgManipulator/RotateCylinderDragger
  970. -- Up-to-date: C:/Flightgear/scratch-install/include/osgManipulator/RotateSphereDragger
  971. -- Up-to-date: C:/Flightgear/scratch-install/include/osgManipulator/Scale1DDragger
  972. -- Up-to-date: C:/Flightgear/scratch-install/include/osgManipulator/Scale2DDragger
  973. -- Up-to-date: C:/Flightgear/scratch-install/include/osgManipulator/ScaleAxisDragger
  974. -- Up-to-date: C:/Flightgear/scratch-install/include/osgManipulator/Selection
  975. -- Up-to-date: C:/Flightgear/scratch-install/include/osgManipulator/TabBoxDragger
  976. -- Up-to-date: C:/Flightgear/scratch-install/include/osgManipulator/TabBoxTrackballDragger
  977. -- Up-to-date: C:/Flightgear/scratch-install/include/osgManipulator/TabPlaneDragger
  978. -- Up-to-date: C:/Flightgear/scratch-install/include/osgManipulator/TabPlaneTrackballDragger
  979. -- Up-to-date: C:/Flightgear/scratch-install/include/osgManipulator/TrackballDragger
  980. -- Up-to-date: C:/Flightgear/scratch-install/include/osgManipulator/Translate1DDragger
  981. -- Up-to-date: C:/Flightgear/scratch-install/include/osgManipulator/Translate2DDragger
  982. -- Up-to-date: C:/Flightgear/scratch-install/include/osgManipulator/TranslateAxisDragger
  983. -- Up-to-date: C:/Flightgear/scratch-install/include/osgManipulator/TranslatePlaneDragger
  984. -- Up-to-date: C:/Flightgear/scratch-install/include/osgManipulator/Version
  985. -- Up-to-date: C:/Flightgear/scratch-install/lib/osgParticle.lib
  986. -- Up-to-date: C:/Flightgear/scratch-install/bin/osg161-osgParticle.dll
  987. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/AccelOperator
  988. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/AngularAccelOperator
  989. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/BoxPlacer
  990. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/CenteredPlacer
  991. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/ConnectedParticleSystem
  992. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/ConstantRateCounter
  993. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/Counter
  994. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/Emitter
  995. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/ExplosionDebrisEffect
  996. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/ExplosionEffect
  997. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/Export
  998. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/FireEffect
  999. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/FluidFrictionOperator
  1000. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/FluidProgram
  1001. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/ForceOperator
  1002. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/Interpolator
  1003. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/LinearInterpolator
  1004. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/ModularEmitter
  1005. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/ModularProgram
  1006. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/MultiSegmentPlacer
  1007. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/Operator
  1008. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/Particle
  1009. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/ParticleEffect
  1010. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/ParticleProcessor
  1011. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/ParticleSystem
  1012. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/ParticleSystemUpdater
  1013. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/Placer
  1014. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/PointPlacer
  1015. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/PrecipitationEffect
  1016. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/Program
  1017. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/RadialShooter
  1018. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/RandomRateCounter
  1019. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/range
  1020. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/SectorPlacer
  1021. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/SegmentPlacer
  1022. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/Shooter
  1023. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/SmokeEffect
  1024. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/SmokeTrailEffect
  1025. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/VariableRateCounter
  1026. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/Version
  1027. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/CompositePlacer
  1028. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/AngularDampingOperator
  1029. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/DampingOperator
  1030. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/ExplosionOperator
  1031. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/OrbitOperator
  1032. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/DomainOperator
  1033. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/BounceOperator
  1034. -- Up-to-date: C:/Flightgear/scratch-install/include/osgParticle/SinkOperator
  1035. -- Up-to-date: C:/Flightgear/scratch-install/lib/osgUI.lib
  1036. -- Up-to-date: C:/Flightgear/scratch-install/bin/osg161-osgUI.dll
  1037. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUI/Export
  1038. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUI/ColorPalette
  1039. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUI/Widget
  1040. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUI/Label
  1041. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUI/LineEdit
  1042. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUI/Dialog
  1043. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUI/Popup
  1044. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUI/PushButton
  1045. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUI/ComboBox
  1046. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUI/Callbacks
  1047. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUI/Style
  1048. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUI/AlignmentSettings
  1049. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUI/FrameSettings
  1050. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUI/TabWidget
  1051. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUI/TextSettings
  1052. -- Up-to-date: C:/Flightgear/scratch-install/include/osgUI/Validator
  1053. -- Up-to-date: C:/Flightgear/scratch-install/lib/osgVolume.lib
  1054. -- Up-to-date: C:/Flightgear/scratch-install/bin/osg161-osgVolume.dll
  1055. -- Up-to-date: C:/Flightgear/scratch-install/include/osgVolume/Export
  1056. -- Up-to-date: C:/Flightgear/scratch-install/include/osgVolume/FixedFunctionTechnique
  1057. -- Up-to-date: C:/Flightgear/scratch-install/include/osgVolume/Layer
  1058. -- Up-to-date: C:/Flightgear/scratch-install/include/osgVolume/Locator
  1059. -- Up-to-date: C:/Flightgear/scratch-install/include/osgVolume/MultipassTechnique
  1060. -- Up-to-date: C:/Flightgear/scratch-install/include/osgVolume/Property
  1061. -- Up-to-date: C:/Flightgear/scratch-install/include/osgVolume/RayTracedTechnique
  1062. -- Up-to-date: C:/Flightgear/scratch-install/include/osgVolume/Version
  1063. -- Up-to-date: C:/Flightgear/scratch-install/include/osgVolume/Volume
  1064. -- Up-to-date: C:/Flightgear/scratch-install/include/osgVolume/VolumeScene
  1065. -- Up-to-date: C:/Flightgear/scratch-install/include/osgVolume/VolumeSettings
  1066. -- Up-to-date: C:/Flightgear/scratch-install/include/osgVolume/VolumeTechnique
  1067. -- Up-to-date: C:/Flightgear/scratch-install/include/osgVolume/VolumeTile
  1068. -- Up-to-date: C:/Flightgear/scratch-install/lib/osgShadow.lib
  1069. -- Up-to-date: C:/Flightgear/scratch-install/bin/osg161-osgShadow.dll
  1070. -- Up-to-date: C:/Flightgear/scratch-install/include/osgShadow/Export
  1071. -- Up-to-date: C:/Flightgear/scratch-install/include/osgShadow/ShadowMap
  1072. -- Up-to-date: C:/Flightgear/scratch-install/include/osgShadow/ShadowTechnique
  1073. -- Up-to-date: C:/Flightgear/scratch-install/include/osgShadow/ShadowTexture
  1074. -- Up-to-date: C:/Flightgear/scratch-install/include/osgShadow/ShadowedScene
  1075. -- Up-to-date: C:/Flightgear/scratch-install/include/osgShadow/ShadowSettings
  1076. -- Up-to-date: C:/Flightgear/scratch-install/include/osgShadow/SoftShadowMap
  1077. -- Up-to-date: C:/Flightgear/scratch-install/include/osgShadow/ParallelSplitShadowMap
  1078. -- Up-to-date: C:/Flightgear/scratch-install/include/osgShadow/Version
  1079. -- Up-to-date: C:/Flightgear/scratch-install/include/osgShadow/ConvexPolyhedron
  1080. -- Up-to-date: C:/Flightgear/scratch-install/include/osgShadow/DebugShadowMap
  1081. -- Up-to-date: C:/Flightgear/scratch-install/include/osgShadow/LightSpacePerspectiveShadowMap
  1082. -- Up-to-date: C:/Flightgear/scratch-install/include/osgShadow/MinimalCullBoundsShadowMap
  1083. -- Up-to-date: C:/Flightgear/scratch-install/include/osgShadow/MinimalDrawBoundsShadowMap
  1084. -- Up-to-date: C:/Flightgear/scratch-install/include/osgShadow/MinimalShadowMap
  1085. -- Up-to-date: C:/Flightgear/scratch-install/include/osgShadow/ProjectionShadowMap
  1086. -- Up-to-date: C:/Flightgear/scratch-install/include/osgShadow/StandardShadowMap
  1087. -- Up-to-date: C:/Flightgear/scratch-install/include/osgShadow/ViewDependentShadowTechnique
  1088. -- Up-to-date: C:/Flightgear/scratch-install/include/osgShadow/ViewDependentShadowMap
  1089. -- Up-to-date: C:/Flightgear/scratch-install/lib/osgSim.lib
  1090. -- Up-to-date: C:/Flightgear/scratch-install/bin/osg161-osgSim.dll
  1091. -- Up-to-date: C:/Flightgear/scratch-install/include/osgSim/BlinkSequence
  1092. -- Up-to-date: C:/Flightgear/scratch-install/include/osgSim/ColorRange
  1093. -- Up-to-date: C:/Flightgear/scratch-install/include/osgSim/DOFTransform
  1094. -- Up-to-date: C:/Flightgear/scratch-install/include/osgSim/ElevationSlice
  1095. -- Up-to-date: C:/Flightgear/scratch-install/include/osgSim/HeightAboveTerrain
  1096. -- Up-to-date: C:/Flightgear/scratch-install/include/osgSim/Export
  1097. -- Up-to-date: C:/Flightgear/scratch-install/include/osgSim/GeographicLocation
  1098. -- Up-to-date: C:/Flightgear/scratch-install/include/osgSim/Impostor
  1099. -- Up-to-date: C:/Flightgear/scratch-install/include/osgSim/ImpostorSprite
  1100. -- Up-to-date: C:/Flightgear/scratch-install/include/osgSim/InsertImpostorsVisitor
  1101. -- Up-to-date: C:/Flightgear/scratch-install/include/osgSim/LightPoint
  1102. -- Up-to-date: C:/Flightgear/scratch-install/include/osgSim/LightPointNode
  1103. -- Up-to-date: C:/Flightgear/scratch-install/include/osgSim/LightPointSystem
  1104. -- Up-to-date: C:/Flightgear/scratch-install/include/osgSim/LineOfSight
  1105. -- Up-to-date: C:/Flightgear/scratch-install/include/osgSim/MultiSwitch
  1106. -- Up-to-date: C:/Flightgear/scratch-install/include/osgSim/OverlayNode
  1107. -- Up-to-date: C:/Flightgear/scratch-install/include/osgSim/ObjectRecordData
  1108. -- Up-to-date: C:/Flightgear/scratch-install/include/osgSim/ScalarBar
  1109. -- Up-to-date: C:/Flightgear/scratch-install/include/osgSim/ScalarsToColors
  1110. -- Up-to-date: C:/Flightgear/scratch-install/include/osgSim/Sector
  1111. -- Up-to-date: C:/Flightgear/scratch-install/include/osgSim/ShapeAttribute
  1112. -- Up-to-date: C:/Flightgear/scratch-install/include/osgSim/SphereSegment
  1113. -- Up-to-date: C:/Flightgear/scratch-install/include/osgSim/Version
  1114. -- Up-to-date: C:/Flightgear/scratch-install/include/osgSim/VisibilityGroup
  1115. -- Up-to-date: C:/Flightgear/scratch-install/lib/osgTerrain.lib
  1116. -- Up-to-date: C:/Flightgear/scratch-install/bin/osg161-osgTerrain.dll
  1117. -- Up-to-date: C:/Flightgear/scratch-install/include/osgTerrain/DisplacementMappingTechnique
  1118. -- Up-to-date: C:/Flightgear/scratch-install/include/osgTerrain/Export
  1119. -- Up-to-date: C:/Flightgear/scratch-install/include/osgTerrain/Locator
  1120. -- Up-to-date: C:/Flightgear/scratch-install/include/osgTerrain/Layer
  1121. -- Up-to-date: C:/Flightgear/scratch-install/include/osgTerrain/TerrainTile
  1122. -- Up-to-date: C:/Flightgear/scratch-install/include/osgTerrain/TerrainTechnique
  1123. -- Up-to-date: C:/Flightgear/scratch-install/include/osgTerrain/Terrain
  1124. -- Up-to-date: C:/Flightgear/scratch-install/include/osgTerrain/GeometryTechnique
  1125. -- Up-to-date: C:/Flightgear/scratch-install/include/osgTerrain/GeometryPool
  1126. -- Up-to-date: C:/Flightgear/scratch-install/include/osgTerrain/ValidDataOperator
  1127. -- Up-to-date: C:/Flightgear/scratch-install/include/osgTerrain/Version
  1128. -- Up-to-date: C:/Flightgear/scratch-install/lib/osgWidget.lib
  1129. -- Up-to-date: C:/Flightgear/scratch-install/bin/osg161-osgWidget.dll
  1130. -- Up-to-date: C:/Flightgear/scratch-install/include/osgWidget/Export
  1131. -- Up-to-date: C:/Flightgear/scratch-install/include/osgWidget/Box
  1132. -- Up-to-date: C:/Flightgear/scratch-install/include/osgWidget/Browser
  1133. -- Up-to-date: C:/Flightgear/scratch-install/include/osgWidget/PdfReader
  1134. -- Up-to-date: C:/Flightgear/scratch-install/include/osgWidget/VncClient
  1135. -- Up-to-date: C:/Flightgear/scratch-install/include/osgWidget/Canvas
  1136. -- Up-to-date: C:/Flightgear/scratch-install/include/osgWidget/EventInterface
  1137. -- Up-to-date: C:/Flightgear/scratch-install/include/osgWidget/Frame
  1138. -- Up-to-date: C:/Flightgear/scratch-install/include/osgWidget/Input
  1139. -- Up-to-date: C:/Flightgear/scratch-install/include/osgWidget/Label
  1140. -- Up-to-date: C:/Flightgear/scratch-install/include/osgWidget/Lua
  1141. -- Up-to-date: C:/Flightgear/scratch-install/include/osgWidget/Python
  1142. -- Up-to-date: C:/Flightgear/scratch-install/include/osgWidget/ScriptEngine
  1143. -- Up-to-date: C:/Flightgear/scratch-install/include/osgWidget/StyleInterface
  1144. -- Up-to-date: C:/Flightgear/scratch-install/include/osgWidget/StyleManager
  1145. -- Up-to-date: C:/Flightgear/scratch-install/include/osgWidget/Table
  1146. -- Up-to-date: C:/Flightgear/scratch-install/include/osgWidget/Types
  1147. -- Up-to-date: C:/Flightgear/scratch-install/include/osgWidget/UIObjectParent
  1148. -- Up-to-date: C:/Flightgear/scratch-install/include/osgWidget/Util
  1149. -- Up-to-date: C:/Flightgear/scratch-install/include/osgWidget/Version
  1150. -- Up-to-date: C:/Flightgear/scratch-install/include/osgWidget/ViewerEventHandlers
  1151. -- Up-to-date: C:/Flightgear/scratch-install/include/osgWidget/Widget
  1152. -- Up-to-date: C:/Flightgear/scratch-install/include/osgWidget/Window
  1153. -- Up-to-date: C:/Flightgear/scratch-install/include/osgWidget/WindowManager
  1154. -- Up-to-date: C:/Flightgear/scratch-install/lib/osgPresentation.lib
  1155. -- Up-to-date: C:/Flightgear/scratch-install/bin/osg161-osgPresentation.dll
  1156. -- Up-to-date: C:/Flightgear/scratch-install/include/osgPresentation/Export
  1157. -- Up-to-date: C:/Flightgear/scratch-install/include/osgPresentation/Cursor
  1158. -- Up-to-date: C:/Flightgear/scratch-install/include/osgPresentation/AnimationMaterial
  1159. -- Up-to-date: C:/Flightgear/scratch-install/include/osgPresentation/CompileSlideCallback
  1160. -- Up-to-date: C:/Flightgear/scratch-install/include/osgPresentation/PickEventHandler
  1161. -- Up-to-date: C:/Flightgear/scratch-install/include/osgPresentation/PropertyManager
  1162. -- Up-to-date: C:/Flightgear/scratch-install/include/osgPresentation/KeyEventHandler
  1163. -- Up-to-date: C:/Flightgear/scratch-install/include/osgPresentation/SlideEventHandler
  1164. -- Up-to-date: C:/Flightgear/scratch-install/include/osgPresentation/SlideShowConstructor
  1165. -- Up-to-date: C:/Flightgear/scratch-install/include/osgPresentation/Timeout
  1166. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_serializers_osg.dll
  1167. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_serializers_osgutil.dll
  1168. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_serializers_osganimation.dll
  1169. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_serializers_osgfx.dll
  1170. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_serializers_osgmanipulator.dll
  1171. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_serializers_osgparticle.dll
  1172. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_serializers_osgsim.dll
  1173. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_serializers_osgshadow.dll
  1174. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_serializers_osgga.dll
  1175. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_serializers_osgterrain.dll
  1176. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_serializers_osgtext.dll
  1177. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_serializers_osgvolume.dll
  1178. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_serializers_osgviewer.dll
  1179. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_serializers_osgui.dll
  1180. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_osga.dll
  1181. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_rot.dll
  1182. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_scale.dll
  1183. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_trans.dll
  1184. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_normals.dll
  1185. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_revisions.dll
  1186. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_osgviewer.dll
  1187. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_osgshadow.dll
  1188. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_osgterrain.dll
  1189. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_osg.dll
  1190. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_ive.dll
  1191. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_cfg.dll
  1192. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_glsl.dll
  1193. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_rgb.dll
  1194. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_bmp.dll
  1195. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_pnm.dll
  1196. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_dds.dll
  1197. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_tga.dll
  1198. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_hdr.dll
  1199. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_dot.dll
  1200. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_vtf.dll
  1201. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_ktx.dll
  1202. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_jpeg.dll
  1203. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_jp2.dll
  1204. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_png.dll
  1205. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_tiff.dll
  1206. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_gdal.dll
  1207. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_ogr.dll
  1208. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_3dc.dll
  1209. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_p3d.dll
  1210. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_curl.dll
  1211. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_gz.dll
  1212. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_bvh.dll
  1213. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_x.dll
  1214. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_dxf.dll
  1215. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_openflight.dll
  1216. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_obj.dll
  1217. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_pic.dll
  1218. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_stl.dll
  1219. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_3ds.dll
  1220. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_ac.dll
  1221. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_pov.dll
  1222. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_logo.dll
  1223. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_lws.dll
  1224. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_md2.dll
  1225. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_osgtgz.dll
  1226. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_tgz.dll
  1227. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_shp.dll
  1228. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_txf.dll
  1229. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_bsp.dll
  1230. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_mdl.dll
  1231. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_gles.dll
  1232. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_osgjs.dll
  1233. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_lwo.dll
  1234. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_ply.dll
  1235. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_txp.dll
  1236. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_freetype.dll
  1237. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_zip.dll
  1238. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_pvr.dll
  1239. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_osc.dll
  1240. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_trk.dll
  1241. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_tf.dll
  1242. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_lua.dll
  1243. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_deprecated_osg.dll
  1244. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_deprecated_osgparticle.dll
  1245. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_deprecated_osganimation.dll
  1246. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_deprecated_osgfx.dll
  1247. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_deprecated_osgsim.dll
  1248. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_deprecated_osgtext.dll
  1249. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_deprecated_osgviewer.dll
  1250. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_deprecated_osgshadow.dll
  1251. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_deprecated_osgterrain.dll
  1252. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_deprecated_osgvolume.dll
  1253. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgPlugins-3.6.5/osgdb_deprecated_osgwidget.dll
  1254. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgviewer.exe
  1255. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgarchive.exe
  1256. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgconv.exe
  1257. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgfilecache.exe
  1258. -- Up-to-date: C:/Flightgear/scratch-install/bin/osgversion.exe
  1259. -- Up-to-date: C:/Flightgear/scratch-install/bin/present3D.exe
  1260. Compiling SimGear . . .
  1261. -- CMAKE Build type: Release
  1262. -- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.18363.
  1263. -- version is 2019 dot 2 dot 0
  1264. -- Library installation directory: lib
  1265. -- 3rdparty files located in C:/Flightgear/vcpkg-git/installed/x64-windows
  1266. -- BOOST_INCLUDEDIR is C:/Flightgear/vcpkg-git/installed
  1267. -- SimGear mode: NORMAL
  1268. -- Sound support: OpenAL
  1269. -- Using built-in expat code
  1270. -- RTI: DISABLED
  1271. -- Found OpenMP_C: -openmp
  1272. -- Found OpenMP_CXX: -openmp
  1273. -- Found OpenMP: TRUE
  1274. -- OpenMP: ENABLED
  1275. -- Tests: ENABLED
  1276. -- DNS resolver: ENABLED
  1277. -- Library building mode: STATIC LIBRARIES
  1278. -- Configuring done
  1279. -- Generating done
  1280. -- Build files have been written to: C:/Flightgear/scratch-build/simgear
  1281. Microsoft (R)-Build-Engine, Version 16.5.0+d4cbfca49 fr .NET Framework
  1282. Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.
  1283.  
  1284. Checking Build System
  1285. cl : befehlszeile warning D9002: Unbekannte Option "/arch:SSE2" wird ignoriert. [C:\Flightgear\scratch-build\simgear\simgear\SimGearCore.vcxproj]
  1286. lib.c
  1287. C:\Flightgear\scratch-source\simgear-git\simgear\nasal\lib.c(242,12): warning C4267: "Funktion": Konvertierung von "size_t" nach "int", Datenverlust m”glich [C:\Flightgear\scratch-build\simgear\simgear\SimGearCore.vcxproj]
  1288. C:\Flightgear\scratch-source\simgear-git\simgear\nasal\lib.c(285,16): warning C4267: "Funktion": Konvertierung von "size_t" nach "int", Datenverlust m”glich [C:\Flightgear\scratch-build\simgear\simgear\SimGearCore.vcxproj]
  1289. C:\Flightgear\scratch-source\simgear-git\simgear\nasal\lib.c(289,16): warning C4267: "Funktion": Konvertierung von "size_t" nach "int", Datenverlust m”glich [C:\Flightgear\scratch-build\simgear\simgear\SimGearCore.vcxproj]
  1290. C:\Flightgear\scratch-source\simgear-git\simgear\nasal\lib.c(298,34): warning C4267: "Funktion": Konvertierung von "size_t" nach "int", Datenverlust m”glich [C:\Flightgear\scratch-build\simgear\simgear\SimGearCore.vcxproj]
  1291. C:\Flightgear\scratch-source\simgear-git\simgear\nasal\lib.c(306,21): warning C4267: "Funktion": Konvertierung von "size_t" nach "int", Datenverlust m”glich [C:\Flightgear\scratch-build\simgear\simgear\SimGearCore.vcxproj]
  1292. C:\Flightgear\scratch-source\simgear-git\simgear\nasal\lib.c(351,33): warning C4267: "Funktion": Konvertierung von "size_t" nach "int", Datenverlust m”glich [C:\Flightgear\scratch-build\simgear\simgear\SimGearCore.vcxproj]
  1293. C:\Flightgear\scratch-source\simgear-git\simgear\nasal\lib.c(433,20): warning C4244: "=": Konvertierung von "__int64" in "int", m”glicher Datenverlust [C:\Flightgear\scratch-build\simgear\simgear\SimGearCore.vcxproj]
  1294. C:\Flightgear\scratch-source\simgear-git\simgear\nasal\lib.c(451,9): warning C4244: "Funktion": Konvertierung von "__int64" in "int", m”glicher Datenverlust [C:\Flightgear\scratch-build\simgear\simgear\SimGearCore.vcxproj]
  1295. C:\Flightgear\scratch-source\simgear-git\simgear\nasal\lib.c(479,9): warning C4267: "Funktion": Konvertierung von "size_t" nach "int", Datenverlust m”glich [C:\Flightgear\scratch-build\simgear\simgear\SimGearCore.vcxproj]
  1296. C:\Flightgear\scratch-source\simgear-git\simgear\nasal\lib.c(483,5): warning C4267: "Funktion": Konvertierung von "size_t" nach "int", Datenverlust m”glich [C:\Flightgear\scratch-build\simgear\simgear\SimGearCore.vcxproj]
  1297. C:\Flightgear\scratch-source\simgear-git\simgear\nasal\lib.c(560,34): warning C4244: "Funktion": Konvertierung von "__int64" in "int", m”glicher Datenverlust [C:\Flightgear\scratch-build\simgear\simgear\SimGearCore.vcxproj]
  1298. C:\Flightgear\scratch-source\simgear-git\simgear\nasal\lib.c(565,43): warning C4244: "Funktion": Konvertierung von "__int64" in "int", m”glicher Datenverlust [C:\Flightgear\scratch-build\simgear\simgear\SimGearCore.vcxproj]
  1299. C:\Flightgear\scratch-source\simgear-git\simgear\nasal\lib.c(670,12): warning C4267: "Funktion": Konvertierung von "size_t" nach "int", Datenverlust m”glich [C:\Flightgear\scratch-build\simgear\simgear\SimGearCore.vcxproj]
  1300. cl : befehlszeile warning D9002: Unbekannte Option "/arch:SSE2" wird ignoriert. [C:\Flightgear\scratch-build\simgear\simgear\SimGearCore.vcxproj]
  1301. terrasync.cxx
  1302. SimGearCore.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\Release\SimGearCore.lib
  1303. SimGearScene.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\Release\SimGearScene.lib
  1304. Bibliothek "C:/Flightgear/scratch-build/simgear/simgear/scene/tgdb/Release/BucketBoxTest.lib" und Objekt "C:/Flightgear/scratch-build/simgear/simgear/scene/tgdb/Release/BucketBoxTest.exp" werden erstellt.
  1305. BucketBoxTest.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\scene\tgdb\Release\BucketBoxTest.exe
  1306. bvhtest.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\bvh\Release\bvhtest.exe
  1307. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_global_init" in Funktion ""public: __cdecl simgear::HTTP::Client::Client(void)" (??0Client@HTTP@simgear@@QEAA@XZ)". [C:\Flightgear\scratch-build\simgear\simgear\package\catalog_test.vcxproj]
  1308. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_slist_append" in Funktion ""public: void __cdecl simgear::HTTP::Client::makeRequest(class SGSharedPtr<class simgear::HTTP::Request> const &)" (?makeRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\package\catalog_test.vcxproj]
  1309. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_strerror" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\package\catalog_test.vcxproj]
  1310. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_init" in Funktion ""public: void __cdecl simgear::HTTP::Client::makeRequest(class SGSharedPtr<class simgear::HTTP::Request> const &)" (?makeRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\package\catalog_test.vcxproj]
  1311. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_setopt" in Funktion ""public: void __cdecl simgear::HTTP::Client::cancelRequest(class SGSharedPtr<class simgear::HTTP::Request> const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?cancelRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\package\catalog_test.vcxproj]
  1312. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_cleanup" in Funktion ""public: void __cdecl simgear::HTTP::Client::cancelRequest(class SGSharedPtr<class simgear::HTTP::Request> const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?cancelRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\package\catalog_test.vcxproj]
  1313. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_getinfo" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\package\catalog_test.vcxproj]
  1314. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_init" in Funktion ""public: void __cdecl simgear::HTTP::Client::ClientPrivate::createCurlMulti(void)" (?createCurlMulti@ClientPrivate@Client@HTTP@simgear@@QEAAXXZ)". [C:\Flightgear\scratch-build\simgear\simgear\package\catalog_test.vcxproj]
  1315. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_add_handle" in Funktion ""public: void __cdecl simgear::HTTP::Client::makeRequest(class SGSharedPtr<class simgear::HTTP::Request> const &)" (?makeRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\package\catalog_test.vcxproj]
  1316. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_remove_handle" in Funktion ""public: void __cdecl simgear::HTTP::Client::cancelRequest(class SGSharedPtr<class simgear::HTTP::Request> const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?cancelRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\package\catalog_test.vcxproj]
  1317. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_wait" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\package\catalog_test.vcxproj]
  1318. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_perform" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\package\catalog_test.vcxproj]
  1319. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_cleanup" in Funktion ""public: __cdecl simgear::HTTP::Client::~Client(void)" (??1Client@HTTP@simgear@@QEAA@XZ)". [C:\Flightgear\scratch-build\simgear\simgear\package\catalog_test.vcxproj]
  1320. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_info_read" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\package\catalog_test.vcxproj]
  1321. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_setopt" in Funktion ""public: void __cdecl simgear::HTTP::Client::ClientPrivate::createCurlMulti(void)" (?createCurlMulti@ClientPrivate@Client@HTTP@simgear@@QEAAXXZ)". [C:\Flightgear\scratch-build\simgear\simgear\package\catalog_test.vcxproj]
  1322. C:\Flightgear\scratch-build\simgear\simgear\package\Release\catalog_test.exe : fatal error LNK1120: 15 nicht aufgel”ste Externe [C:\Flightgear\scratch-build\simgear\simgear\package\catalog_test.vcxproj]
  1323. decode_binobj.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\io\Release\decode_binobj.exe
  1324. geometry_test.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\math\Release\geometry_test.exe
  1325. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_global_init" in Funktion ""public: __cdecl simgear::HTTP::Client::Client(void)" (??0Client@HTTP@simgear@@QEAA@XZ)". [C:\Flightgear\scratch-build\simgear\simgear\io\http_repo_sync.vcxproj]
  1326. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_slist_append" in Funktion ""public: void __cdecl simgear::HTTP::Client::makeRequest(class SGSharedPtr<class simgear::HTTP::Request> const &)" (?makeRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\http_repo_sync.vcxproj]
  1327. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_strerror" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\http_repo_sync.vcxproj]
  1328. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_init" in Funktion ""public: void __cdecl simgear::HTTP::Client::makeRequest(class SGSharedPtr<class simgear::HTTP::Request> const &)" (?makeRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\http_repo_sync.vcxproj]
  1329. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_setopt" in Funktion ""public: void __cdecl simgear::HTTP::Client::cancelRequest(class SGSharedPtr<class simgear::HTTP::Request> const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?cancelRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\http_repo_sync.vcxproj]
  1330. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_cleanup" in Funktion ""public: void __cdecl simgear::HTTP::Client::cancelRequest(class SGSharedPtr<class simgear::HTTP::Request> const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?cancelRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\http_repo_sync.vcxproj]
  1331. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_getinfo" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\http_repo_sync.vcxproj]
  1332. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_init" in Funktion ""public: void __cdecl simgear::HTTP::Client::ClientPrivate::createCurlMulti(void)" (?createCurlMulti@ClientPrivate@Client@HTTP@simgear@@QEAAXXZ)". [C:\Flightgear\scratch-build\simgear\simgear\io\http_repo_sync.vcxproj]
  1333. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_add_handle" in Funktion ""public: void __cdecl simgear::HTTP::Client::makeRequest(class SGSharedPtr<class simgear::HTTP::Request> const &)" (?makeRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\http_repo_sync.vcxproj]
  1334. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_remove_handle" in Funktion ""public: void __cdecl simgear::HTTP::Client::cancelRequest(class SGSharedPtr<class simgear::HTTP::Request> const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?cancelRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\http_repo_sync.vcxproj]
  1335. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_wait" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\http_repo_sync.vcxproj]
  1336. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_perform" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\http_repo_sync.vcxproj]
  1337. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_cleanup" in Funktion ""public: __cdecl simgear::HTTP::Client::~Client(void)" (??1Client@HTTP@simgear@@QEAA@XZ)". [C:\Flightgear\scratch-build\simgear\simgear\io\http_repo_sync.vcxproj]
  1338. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_info_read" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\http_repo_sync.vcxproj]
  1339. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_setopt" in Funktion ""public: void __cdecl simgear::HTTP::Client::ClientPrivate::createCurlMulti(void)" (?createCurlMulti@ClientPrivate@Client@HTTP@simgear@@QEAAXXZ)". [C:\Flightgear\scratch-build\simgear\simgear\io\http_repo_sync.vcxproj]
  1340. C:\Flightgear\scratch-build\simgear\simgear\io\Release\http_repo_sync.exe : fatal error LNK1120: 15 nicht aufgel”ste Externe [C:\Flightgear\scratch-build\simgear\simgear\io\http_repo_sync.vcxproj]
  1341. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_global_init" in Funktion ""public: __cdecl simgear::HTTP::Client::Client(void)" (??0Client@HTTP@simgear@@QEAA@XZ)". [C:\Flightgear\scratch-build\simgear\simgear\io\httpget.vcxproj]
  1342. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_slist_append" in Funktion ""public: void __cdecl simgear::HTTP::Client::makeRequest(class SGSharedPtr<class simgear::HTTP::Request> const &)" (?makeRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\httpget.vcxproj]
  1343. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_strerror" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\httpget.vcxproj]
  1344. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_init" in Funktion ""public: void __cdecl simgear::HTTP::Client::makeRequest(class SGSharedPtr<class simgear::HTTP::Request> const &)" (?makeRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\httpget.vcxproj]
  1345. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_setopt" in Funktion ""public: void __cdecl simgear::HTTP::Client::cancelRequest(class SGSharedPtr<class simgear::HTTP::Request> const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?cancelRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\httpget.vcxproj]
  1346. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_cleanup" in Funktion ""public: void __cdecl simgear::HTTP::Client::cancelRequest(class SGSharedPtr<class simgear::HTTP::Request> const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?cancelRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\httpget.vcxproj]
  1347. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_getinfo" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\httpget.vcxproj]
  1348. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_init" in Funktion ""public: void __cdecl simgear::HTTP::Client::ClientPrivate::createCurlMulti(void)" (?createCurlMulti@ClientPrivate@Client@HTTP@simgear@@QEAAXXZ)". [C:\Flightgear\scratch-build\simgear\simgear\io\httpget.vcxproj]
  1349. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_add_handle" in Funktion ""public: void __cdecl simgear::HTTP::Client::makeRequest(class SGSharedPtr<class simgear::HTTP::Request> const &)" (?makeRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\httpget.vcxproj]
  1350. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_remove_handle" in Funktion ""public: void __cdecl simgear::HTTP::Client::cancelRequest(class SGSharedPtr<class simgear::HTTP::Request> const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?cancelRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\httpget.vcxproj]
  1351. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_wait" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\httpget.vcxproj]
  1352. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_perform" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\httpget.vcxproj]
  1353. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_cleanup" in Funktion ""public: __cdecl simgear::HTTP::Client::~Client(void)" (??1Client@HTTP@simgear@@QEAA@XZ)". [C:\Flightgear\scratch-build\simgear\simgear\io\httpget.vcxproj]
  1354. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_info_read" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\httpget.vcxproj]
  1355. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_setopt" in Funktion ""public: void __cdecl simgear::HTTP::Client::ClientPrivate::createCurlMulti(void)" (?createCurlMulti@ClientPrivate@Client@HTTP@simgear@@QEAAXXZ)". [C:\Flightgear\scratch-build\simgear\simgear\io\httpget.vcxproj]
  1356. C:\Flightgear\scratch-build\simgear\simgear\io\Release\httpget.exe : fatal error LNK1120: 15 nicht aufgel”ste Externe [C:\Flightgear\scratch-build\simgear\simgear\io\httpget.vcxproj]
  1357. input_event_demo.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\canvas\events\Release\input_event_demo.exe
  1358. math_test.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\math\Release\math_test.exe
  1359. openal_test1.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\sound\Release\openal_test1.exe
  1360. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_global_init" in Funktion ""public: __cdecl simgear::HTTP::Client::Client(void)" (??0Client@HTTP@simgear@@QEAA@XZ)". [C:\Flightgear\scratch-build\simgear\simgear\package\sg_pkgutil.vcxproj]
  1361. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_slist_append" in Funktion ""public: void __cdecl simgear::HTTP::Client::makeRequest(class SGSharedPtr<class simgear::HTTP::Request> const &)" (?makeRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\package\sg_pkgutil.vcxproj]
  1362. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_strerror" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\package\sg_pkgutil.vcxproj]
  1363. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_init" in Funktion ""public: void __cdecl simgear::HTTP::Client::makeRequest(class SGSharedPtr<class simgear::HTTP::Request> const &)" (?makeRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\package\sg_pkgutil.vcxproj]
  1364. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_setopt" in Funktion ""public: void __cdecl simgear::HTTP::Client::cancelRequest(class SGSharedPtr<class simgear::HTTP::Request> const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?cancelRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\package\sg_pkgutil.vcxproj]
  1365. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_cleanup" in Funktion ""public: void __cdecl simgear::HTTP::Client::cancelRequest(class SGSharedPtr<class simgear::HTTP::Request> const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?cancelRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\package\sg_pkgutil.vcxproj]
  1366. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_getinfo" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\package\sg_pkgutil.vcxproj]
  1367. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_init" in Funktion ""public: void __cdecl simgear::HTTP::Client::ClientPrivate::createCurlMulti(void)" (?createCurlMulti@ClientPrivate@Client@HTTP@simgear@@QEAAXXZ)". [C:\Flightgear\scratch-build\simgear\simgear\package\sg_pkgutil.vcxproj]
  1368. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_add_handle" in Funktion ""public: void __cdecl simgear::HTTP::Client::makeRequest(class SGSharedPtr<class simgear::HTTP::Request> const &)" (?makeRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\package\sg_pkgutil.vcxproj]
  1369. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_remove_handle" in Funktion ""public: void __cdecl simgear::HTTP::Client::cancelRequest(class SGSharedPtr<class simgear::HTTP::Request> const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?cancelRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\package\sg_pkgutil.vcxproj]
  1370. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_wait" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\package\sg_pkgutil.vcxproj]
  1371. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_perform" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\package\sg_pkgutil.vcxproj]
  1372. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_cleanup" in Funktion ""public: __cdecl simgear::HTTP::Client::~Client(void)" (??1Client@HTTP@simgear@@QEAA@XZ)". [C:\Flightgear\scratch-build\simgear\simgear\package\sg_pkgutil.vcxproj]
  1373. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_info_read" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\package\sg_pkgutil.vcxproj]
  1374. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_setopt" in Funktion ""public: void __cdecl simgear::HTTP::Client::ClientPrivate::createCurlMulti(void)" (?createCurlMulti@ClientPrivate@Client@HTTP@simgear@@QEAAXXZ)". [C:\Flightgear\scratch-build\simgear\simgear\package\sg_pkgutil.vcxproj]
  1375. C:\Flightgear\scratch-build\simgear\simgear\package\Release\sg_pkgutil.exe : fatal error LNK1120: 15 nicht aufgel”ste Externe [C:\Flightgear\scratch-build\simgear\simgear\package\sg_pkgutil.vcxproj]
  1376. sgvec4_test.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\math\Release\sgvec4_test.exe
  1377. soundmgr_test.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\sound\Release\soundmgr_test.exe
  1378. soundmgr_test2.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\sound\Release\soundmgr_test2.exe
  1379. Bibliothek "C:/Flightgear/scratch-build/simgear/simgear/canvas/elements/Release/test-simgear_canvas_elements-canvas_element.lib" und Objekt "C:/Flightgear/scratch-build/simgear/simgear/canvas/elements/Release/test-simgear_canvas_elements-canvas_element.exp" werden erstellt.
  1380. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_global_init" in Funktion ""public: __cdecl simgear::HTTP::Client::Client(void)" (??0Client@HTTP@simgear@@QEAA@XZ)". [C:\Flightgear\scratch-build\simgear\simgear\canvas\elements\test-simgear_canvas_elements-canvas_element.vcxproj]
  1381. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_slist_append" in Funktion ""public: void __cdecl simgear::HTTP::Client::makeRequest(class SGSharedPtr<class simgear::HTTP::Request> const &)" (?makeRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\canvas\elements\test-simgear_canvas_elements-canvas_element.vcxproj]
  1382. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_strerror" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\canvas\elements\test-simgear_canvas_elements-canvas_element.vcxproj]
  1383. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_init" in Funktion ""public: void __cdecl simgear::HTTP::Client::makeRequest(class SGSharedPtr<class simgear::HTTP::Request> const &)" (?makeRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\canvas\elements\test-simgear_canvas_elements-canvas_element.vcxproj]
  1384. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_setopt" in Funktion ""public: void __cdecl simgear::HTTP::Client::cancelRequest(class SGSharedPtr<class simgear::HTTP::Request> const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?cancelRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\canvas\elements\test-simgear_canvas_elements-canvas_element.vcxproj]
  1385. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_cleanup" in Funktion ""public: void __cdecl simgear::HTTP::Client::cancelRequest(class SGSharedPtr<class simgear::HTTP::Request> const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?cancelRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\canvas\elements\test-simgear_canvas_elements-canvas_element.vcxproj]
  1386. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_getinfo" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\canvas\elements\test-simgear_canvas_elements-canvas_element.vcxproj]
  1387. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_init" in Funktion ""public: void __cdecl simgear::HTTP::Client::ClientPrivate::createCurlMulti(void)" (?createCurlMulti@ClientPrivate@Client@HTTP@simgear@@QEAAXXZ)". [C:\Flightgear\scratch-build\simgear\simgear\canvas\elements\test-simgear_canvas_elements-canvas_element.vcxproj]
  1388. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_add_handle" in Funktion ""public: void __cdecl simgear::HTTP::Client::makeRequest(class SGSharedPtr<class simgear::HTTP::Request> const &)" (?makeRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\canvas\elements\test-simgear_canvas_elements-canvas_element.vcxproj]
  1389. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_remove_handle" in Funktion ""public: void __cdecl simgear::HTTP::Client::cancelRequest(class SGSharedPtr<class simgear::HTTP::Request> const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?cancelRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\canvas\elements\test-simgear_canvas_elements-canvas_element.vcxproj]
  1390. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_wait" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\canvas\elements\test-simgear_canvas_elements-canvas_element.vcxproj]
  1391. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_perform" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\canvas\elements\test-simgear_canvas_elements-canvas_element.vcxproj]
  1392. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_cleanup" in Funktion ""public: __cdecl simgear::HTTP::Client::~Client(void)" (??1Client@HTTP@simgear@@QEAA@XZ)". [C:\Flightgear\scratch-build\simgear\simgear\canvas\elements\test-simgear_canvas_elements-canvas_element.vcxproj]
  1393. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_info_read" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\canvas\elements\test-simgear_canvas_elements-canvas_element.vcxproj]
  1394. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_setopt" in Funktion ""public: void __cdecl simgear::HTTP::Client::ClientPrivate::createCurlMulti(void)" (?createCurlMulti@ClientPrivate@Client@HTTP@simgear@@QEAAXXZ)". [C:\Flightgear\scratch-build\simgear\simgear\canvas\elements\test-simgear_canvas_elements-canvas_element.vcxproj]
  1395. C:\Flightgear\scratch-build\simgear\simgear\canvas\elements\Release\test-simgear_canvas_elements-canvas_element.exe : fatal error LNK1120: 15 nicht aufgel”ste Externe [C:\Flightgear\scratch-build\simgear\simgear\canvas\elements\test-simgear_canvas_elements-canvas_element.vcxproj]
  1396. test-simgear_canvas_events-canvas_event.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\canvas\events\Release\test-simgear_canvas_events-canvas_event.exe
  1397. test-simgear_canvas_layout-canvas_layout.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\canvas\layout\Release\test-simgear_canvas_layout-canvas_layout.exe
  1398. test-simgear_misc-SVGpreserveAspectRatio.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\misc\Release\test-simgear_misc-SVGpreserveAspectRatio.exe
  1399. test-simgear_misc-SimpleMarkdown.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\misc\Release\test-simgear_misc-SimpleMarkdown.exe
  1400. test-simgear_misc-utf8tolatin1.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\misc\Release\test-simgear_misc-utf8tolatin1.exe
  1401. test-simgear_nasal_cppbind-cppbind_ghost.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\nasal\cppbind\Release\test-simgear_nasal_cppbind-cppbind_ghost.exe
  1402. test-simgear_nasal_cppbind-cppbind_misc.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\nasal\cppbind\Release\test-simgear_nasal_cppbind-cppbind_misc.exe
  1403. test-simgear_nasal_cppbind-nasal_gc_test.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\nasal\cppbind\Release\test-simgear_nasal_cppbind-nasal_gc_test.exe
  1404. test-simgear_nasal_cppbind-nasal_num.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\nasal\cppbind\Release\test-simgear_nasal_cppbind-nasal_num.exe
  1405. test-simgear_structure-function_list.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\structure\Release\test-simgear_structure-function_list.exe
  1406. test_CSSBorder.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\misc\Release\test_CSSBorder.exe
  1407. test_CharArrayStream.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\io\iostreams\Release\test_CharArrayStream.exe
  1408. Bibliothek "C:/Flightgear/scratch-build/simgear/simgear/scene/model/Release/test_animations.lib" und Objekt "C:/Flightgear/scratch-build/simgear/simgear/scene/model/Release/test_animations.exp" werden erstellt.
  1409. test_animations.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\scene\model\Release\test_animations.exe
  1410. test_argparse.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\misc\Release\test_argparse.exe
  1411. test_binobj.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\io\Release\test_binobj.exe
  1412. test_bucket.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\bucket\Release\test_bucket.exe
  1413. test_commands.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\structure\Release\test_commands.exe
  1414. test_dns.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\io\Release\test_dns.exe
  1415. test_easing_functions.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\props\Release\test_easing_functions.exe
  1416. test_embedded_resources.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\embedded_resources\Release\test_embedded_resources.exe
  1417. test_emesary.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\emesary\Release\test_emesary.exe
  1418. test_expressions.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\structure\Release\test_expressions.exe
  1419. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_global_init" in Funktion ""public: __cdecl simgear::HTTP::Client::Client(void)" (??0Client@HTTP@simgear@@QEAA@XZ)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_http.vcxproj]
  1420. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_slist_append" in Funktion ""public: void __cdecl simgear::HTTP::Client::makeRequest(class SGSharedPtr<class simgear::HTTP::Request> const &)" (?makeRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_http.vcxproj]
  1421. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_strerror" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_http.vcxproj]
  1422. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_init" in Funktion ""public: void __cdecl simgear::HTTP::Client::makeRequest(class SGSharedPtr<class simgear::HTTP::Request> const &)" (?makeRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_http.vcxproj]
  1423. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_setopt" in Funktion ""public: void __cdecl simgear::HTTP::Client::cancelRequest(class SGSharedPtr<class simgear::HTTP::Request> const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?cancelRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_http.vcxproj]
  1424. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_cleanup" in Funktion ""public: void __cdecl simgear::HTTP::Client::cancelRequest(class SGSharedPtr<class simgear::HTTP::Request> const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?cancelRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_http.vcxproj]
  1425. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_getinfo" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_http.vcxproj]
  1426. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_init" in Funktion ""public: void __cdecl simgear::HTTP::Client::ClientPrivate::createCurlMulti(void)" (?createCurlMulti@ClientPrivate@Client@HTTP@simgear@@QEAAXXZ)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_http.vcxproj]
  1427. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_add_handle" in Funktion ""public: void __cdecl simgear::HTTP::Client::makeRequest(class SGSharedPtr<class simgear::HTTP::Request> const &)" (?makeRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_http.vcxproj]
  1428. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_remove_handle" in Funktion ""public: void __cdecl simgear::HTTP::Client::cancelRequest(class SGSharedPtr<class simgear::HTTP::Request> const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?cancelRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_http.vcxproj]
  1429. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_wait" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_http.vcxproj]
  1430. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_perform" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_http.vcxproj]
  1431. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_cleanup" in Funktion ""public: __cdecl simgear::HTTP::Client::~Client(void)" (??1Client@HTTP@simgear@@QEAA@XZ)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_http.vcxproj]
  1432. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_info_read" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_http.vcxproj]
  1433. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_setopt" in Funktion ""public: void __cdecl simgear::HTTP::Client::ClientPrivate::createCurlMulti(void)" (?createCurlMulti@ClientPrivate@Client@HTTP@simgear@@QEAAXXZ)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_http.vcxproj]
  1434. C:\Flightgear\scratch-build\simgear\simgear\io\Release\test_http.exe : fatal error LNK1120: 15 nicht aufgel”ste Externe [C:\Flightgear\scratch-build\simgear\simgear\io\test_http.vcxproj]
  1435. test_integer_sequence.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\std\Release\test_integer_sequence.exe
  1436. test_magvar.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\magvar\Release\test_magvar.exe
  1437. test_metar.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\environment\Release\test_metar.exe
  1438. Bibliothek "C:/Flightgear/scratch-build/simgear/simgear/scene/material/Release/test_parseBlendFunc.lib" und Objekt "C:/Flightgear/scratch-build/simgear/simgear/scene/material/Release/test_parseBlendFunc.exp" werden erstellt.
  1439. test_parseBlendFunc.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\scene\material\Release\test_parseBlendFunc.exe
  1440. test_parse_color.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\scene\util\Release\test_parse_color.exe
  1441. test_path.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\misc\Release\test_path.exe
  1442. test_precipitation.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\environment\Release\test_precipitation.exe
  1443. test_propertyObject.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\props\Release\test_propertyObject.exe
  1444. test_props.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\props\Release\test_props.exe
  1445. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_global_init" in Funktion ""public: __cdecl simgear::HTTP::Client::Client(void)" (??0Client@HTTP@simgear@@QEAA@XZ)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_repository.vcxproj]
  1446. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_slist_append" in Funktion ""public: void __cdecl simgear::HTTP::Client::makeRequest(class SGSharedPtr<class simgear::HTTP::Request> const &)" (?makeRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_repository.vcxproj]
  1447. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_strerror" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_repository.vcxproj]
  1448. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_init" in Funktion ""public: void __cdecl simgear::HTTP::Client::makeRequest(class SGSharedPtr<class simgear::HTTP::Request> const &)" (?makeRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_repository.vcxproj]
  1449. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_setopt" in Funktion ""public: void __cdecl simgear::HTTP::Client::cancelRequest(class SGSharedPtr<class simgear::HTTP::Request> const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?cancelRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_repository.vcxproj]
  1450. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_cleanup" in Funktion ""public: void __cdecl simgear::HTTP::Client::cancelRequest(class SGSharedPtr<class simgear::HTTP::Request> const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?cancelRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_repository.vcxproj]
  1451. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_easy_getinfo" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_repository.vcxproj]
  1452. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_init" in Funktion ""public: void __cdecl simgear::HTTP::Client::ClientPrivate::createCurlMulti(void)" (?createCurlMulti@ClientPrivate@Client@HTTP@simgear@@QEAAXXZ)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_repository.vcxproj]
  1453. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_add_handle" in Funktion ""public: void __cdecl simgear::HTTP::Client::makeRequest(class SGSharedPtr<class simgear::HTTP::Request> const &)" (?makeRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_repository.vcxproj]
  1454. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_remove_handle" in Funktion ""public: void __cdecl simgear::HTTP::Client::cancelRequest(class SGSharedPtr<class simgear::HTTP::Request> const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?cancelRequest@Client@HTTP@simgear@@QEAAXAEBV?$SGSharedPtr@VRequest@HTTP@simgear@@@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_repository.vcxproj]
  1455. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_wait" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_repository.vcxproj]
  1456. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_perform" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_repository.vcxproj]
  1457. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_cleanup" in Funktion ""public: __cdecl simgear::HTTP::Client::~Client(void)" (??1Client@HTTP@simgear@@QEAA@XZ)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_repository.vcxproj]
  1458. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_info_read" in Funktion ""public: void __cdecl simgear::HTTP::Client::update(int)" (?update@Client@HTTP@simgear@@QEAAXH@Z)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_repository.vcxproj]
  1459. SimGearCore.lib(HTTPClient.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol "__imp_curl_multi_setopt" in Funktion ""public: void __cdecl simgear::HTTP::Client::ClientPrivate::createCurlMulti(void)" (?createCurlMulti@ClientPrivate@Client@HTTP@simgear@@QEAAXXZ)". [C:\Flightgear\scratch-build\simgear\simgear\io\test_repository.vcxproj]
  1460. C:\Flightgear\scratch-build\simgear\simgear\io\Release\test_repository.exe : fatal error LNK1120: 15 nicht aufgel”ste Externe [C:\Flightgear\scratch-build\simgear\simgear\io\test_repository.vcxproj]
  1461. test_sg_dir.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\misc\Release\test_sg_dir.exe
  1462. test_shared_ptr.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\structure\Release\test_shared_ptr.exe
  1463. test_sock.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\io\Release\test_sock.exe
  1464. test_state_machine.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\structure\Release\test_state_machine.exe
  1465. test_streams.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\io\iostreams\Release\test_streams.exe
  1466. test_strutils.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\misc\Release\test_strutils.exe
  1467. test_subsystems.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\structure\Release\test_subsystems.exe
  1468. test_tabbed_values.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\misc\Release\test_tabbed_values.exe
  1469. test_type_traits.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\std\Release\test_type_traits.exe
  1470. test_untar.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\io\Release\test_untar.exe
  1471. test_zlibstream.vcxproj -> C:\Flightgear\scratch-build\simgear\simgear\io\iostreams\Release\test_zlibstream.exe
  1472. Compiling FlightGear . . .
  1473. CMAKE Build type: Release
  1474. -- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.18363.
  1475. -- System is: Windows
  1476. -- Using explicit data directory for base package: C:/Flightgear/scratch-install/lib/FlightGear
  1477. Installing: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Redist/MSVC/14.25.28508/x64/Microsoft.VC142.CRT/msvcp140.dll;C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Redist/MSVC/14.25.28508/x64/Microsoft.VC142.CRT/msvcp140_1.dll;C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Redist/MSVC/14.25.28508/x64/Microsoft.VC142.CRT/msvcp140_2.dll;C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Redist/MSVC/14.25.28508/x64/Microsoft.VC142.CRT/msvcp140_codecvt_ids.dll;C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Redist/MSVC/14.25.28508/x64/Microsoft.VC142.CRT/vcruntime140_1.dll;C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Redist/MSVC/14.25.28508/x64/Microsoft.VC142.CRT/vcruntime140.dll;C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Redist/MSVC/14.25.28508/x64/Microsoft.VC142.CRT/concrt140.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-console-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-console-l1-2-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-datetime-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-debug-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-errorhandling-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-file-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-file-l1-2-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-file-l2-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-handle-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-heap-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-interlocked-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-libraryloader-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-localization-l1-2-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-memory-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-namedpipe-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-processenvironment-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-processthreads-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-processthreads-l1-1-1.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-profile-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-rtlsupport-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-string-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-synch-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-synch-l1-2-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-sysinfo-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-timezone-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-core-util-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-crt-conio-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-crt-convert-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-crt-environment-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-crt-filesystem-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-crt-heap-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-crt-locale-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-crt-math-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-crt-multibyte-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-crt-private-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-crt-process-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-crt-runtime-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-crt-stdio-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-crt-string-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-crt-time-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/api-ms-win-crt-utility-l1-1-0.dll;C:/Program Files (x86)/Windows Kits/10/Redist/10.0.18362.0/ucrt/DLLs/x64/ucrtbase.dll
  1478. -- 3rdparty files located in C:/Flightgear/vcpkg-git/installed/x64-windows
  1479. -- BOOST_INCLUDEDIR is C:/Flightgear/vcpkg-git/installed
  1480. -- Enabling HID-API input
  1481. CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  1482. The package name passed to `find_package_handle_standard_args` (DBUS) does
  1483. not match the name of the calling package (DBus). This can lead to
  1484. problems in calling code that expects `find_package` result variables
  1485. (e.g., `_FOUND`) to follow a certain pattern.
  1486. Call Stack (most recent call first):
  1487. CMakeModules/FindDBus.cmake:31 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  1488. CMakeLists.txt:283 (find_package)
  1489. This warning is for project developers. Use -Wno-dev to suppress it.
  1490.  
  1491. -- Could NOT find DBUS (missing: DBUS_INCLUDE_DIRS DBUS_LIBRARIES)
  1492. CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  1493. The package name passed to `find_package_handle_standard_args` (LIBEVENT)
  1494. does not match the name of the calling package (LibEvent). This can lead
  1495. to problems in calling code that expects `find_package` result variables
  1496. (e.g., `_FOUND`) to follow a certain pattern.
  1497. Call Stack (most recent call first):
  1498. CMakeModules/FindLibEvent.cmake:11 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  1499. CMakeLists.txt:286 (find_package)
  1500. This warning is for project developers. Use -Wno-dev to suppress it.
  1501.  
  1502. -- Could NOT find LIBEVENT (missing: LIBEVENT_INCLUDE_DIR LIBEVENT_LIB)
  1503. CMake Warning at CMakeLists.txt:294 (message):
  1504. SWIFT support disabled, dbus and/or LibEvent not found
  1505.  
  1506.  
  1507. CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  1508. The package name passed to `find_package_handle_standard_args` (CRASHRPT)
  1509. does not match the name of the calling package (CrashRpt). This can lead
  1510. to problems in calling code that expects `find_package` result variables
  1511. (e.g., `_FOUND`) to follow a certain pattern.
  1512. Call Stack (most recent call first):
  1513. CMakeModules/FindCrashRpt.cmake:30 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  1514. CMakeLists.txt:325 (find_package)
  1515. This warning is for project developers. Use -Wno-dev to suppress it.
  1516.  
  1517. -- Could NOT find CRASHRPT (missing: CRASHRPT_LIBRARY CRASHRPT_INCLUDE_DIR)
  1518. -- Qt launcher enabled, checking for Qt >= 5.4 / qmake
  1519. -- Will enable Qt launcher GUI
  1520. -- Couldn't find translations data, will not include translated string in the executable
  1521. -- C:/Flightgear/vcpkg-git/installed/x64-windows/include
  1522. -- Min Simgear version is 2019.2.0
  1523. CMake Error at CMakeLists.txt:401 (find_package):
  1524. Could not find a package configuration file provided by "SimGear"
  1525. (requested version 2019.2.0) with any of the following names:
  1526.  
  1527. SimGearConfig.cmake
  1528. simgear-config.cmake
  1529.  
  1530. Add the installation prefix of "SimGear" to CMAKE_PREFIX_PATH or set
  1531. "SimGear_DIR" to a directory containing one of the above files. If
  1532. "SimGear" provides a separate development package or SDK, be sure it has
  1533. been installed.
  1534.  
  1535.  
  1536. -- Configuring incomplete, errors occurred!
  1537. See also "C:/Flightgear/scratch-build/flightgear/CMakeFiles/CMakeOutput.log".
  1538. Microsoft (R)-Build-Engine, Version 16.5.0+d4cbfca49 fr .NET Framework
  1539. Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.
  1540.  
  1541. MSBUILD : error MSB1009: Die Projektdatei ist nicht vorhanden.
  1542. Schalter: INSTALL.vcxproj
  1543. Compiling TerraGear . . .
  1544. -- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.18363.
  1545. -- 3rdparty files located in
  1546. -- BOOST_ROOT is C:/Flightgear/vcpkg-git/installed/x64-windows/include
  1547. -- Visual Leak Detector (VLD) is not found.
  1548. -- Using header-only CGAL
  1549. -- Targetting Visual Studio 16 2019
  1550. -- Target build enviroment supports auto-linking
  1551. -- Using VC toolset 142.
  1552. -- Generator uses intermediate configuration directory: $(Configuration)
  1553. -- Found Boost: C:/Flightgear/vcpkg-git/installed/x64-windows/include (found suitable version "1.72.0", minimum required is "1.48")
  1554. -- Boost include dirs: C:/Flightgear/vcpkg-git/installed/x64-windows/include
  1555. -- Boost libraries:
  1556. -- Found CGAL 5.00
  1557. -- Multi-configuration CMake generator: cannot display flags
  1558. -- Requested component: Core
  1559. -- Requested component: MPFR
  1560. -- Requested component: GMP
  1561. -- Found Boost: C:/Flightgear/vcpkg-git/installed/x64-windows/include (found version "1.72.0") found components: system thread chrono date_time atomic
  1562. -- SimGear include directory: C:/Flightgear/scratch-install/include
  1563. CMake Error at CMakeModules/FindSimGear.cmake:99 (file):
  1564. file failed to open for reading (No such file or directory):
  1565.  
  1566. C:/Flightgear/scratch-install/include/simgear/version.h
  1567. Call Stack (most recent call first):
  1568. CMakeLists.txt:134 (find_package)
  1569.  
  1570.  
  1571. CMake Error at CMakeModules/FindSimGear.cmake:103 (message):
  1572. Found SimGear, but it does not contain a simgear/version.h include! SimGear
  1573. installation is incomplete or mismatching.
  1574. Call Stack (most recent call first):
  1575. CMakeLists.txt:134 (find_package)
  1576.  
  1577.  
  1578. -- Configuring incomplete, errors occurred!
  1579. See also "C:/Flightgear/scratch-build/terragear/CMakeFiles/CMakeOutput.log".
  1580. See also "C:/Flightgear/scratch-build/terragear/CMakeFiles/CMakeError.log".
  1581. Microsoft (R)-Build-Engine, Version 16.5.0+d4cbfca49 fr .NET Framework
  1582. Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.
  1583.  
  1584. MSBUILD : error MSB1009: Die Projektdatei ist nicht vorhanden.
  1585. Schalter: INSTALL.vcxproj
  1586. 1 Datei(en) kopiert.
  1587. All done!
Add Comment
Please, Sign In to add comment