Closed jagrme00 closed 4 years ago
duplicate of #11462 and #11601
If you want it fixed add a bit of upstream pressure to https://github.com/PointCloudLibrary/pcl/pull/4096
Thanks Mr. Neumann. As far as I can see, currently there is no fix available. Is there a possibility to install an older version of pcl, vtk, etc. with vcpkg? I guess not... am I right?
I guess not... am I right?
since this is a git repo you are always free to go back in time. vcpkg also has a a command to show the commit id of version upgrades.
$ ./vcpkg.exe x-history vtk
version date vcpkg commit
9.0-4 2020-06-25 1f0db1f06a77be25ddc9185cca23230d2e60aecb
9.0-3 2020-06-23 03766d0834c1ca8dea25ffafbe4fe1c60786a412
9.0-2 2020-06-11 e1783c68c43bc59f545551071a2775971497c871
9.0-1 2020-06-01 c6414b172a435068a54474136d92578a3e979f12
9.0 2020-05-11 3e2409f47ddd0f737851448faa63067a6816c285
8.2.0-13 2020-04-21 f2e9ef7f259843e116453bbabb7bcc2b13246f13
So you just have to go back to commit f2e9ef7f259843e116453bbabb7bcc2b13246f13
(but you maybe also have to rebuild vcpkg itself with this commit ID if there are some strange errors with vcpkg itself.)
Alternatively you could try to just take the vtk port ot of the commit as a port-overlay
Ok, now I have the visualization folder inside the installation directory of pcl. The integration with Visual Studio 2017 v141 is also working but I get the following errors during the build of my project:
Error (active) E2512 the argument to a feature-test macro must be a simple identifier PointCloudLibTest C:\MySoftware\vcpkg_old\vcpkg\installed\x64-windows\include\vtkSetGet.h 927
Error (active) E2512 the argument to a feature-test macro must be a simple identifier PointCloudLibTest C:\MySoftware\vcpkg_old\vcpkg\installed\x64-windows\include\vtkSetGet.h 929
Error C4996 '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. PointCloudLibTest c:\mysoftware\vcpkg_old\vcpkg\installed\x64-windows\include\pcl\io\low_level_io.h 73
Error C4996 '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. PointCloudLibTest c:\mysoftware\vcpkg_old\vcpkg\installed\x64-windows\include\pcl\io\low_level_io.h 78
Using _CRT_SECURE_NO_WARNINGS makes all errors go away but then I get the following errors in the vtkOuputWindow/Console Window of VS:
'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\PointCloudLibTest.exe'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\advapi32.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\sechost.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\pcl_common_debug.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\pcl_io_debug.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\ws2_32.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\pcl_visualization_debug.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkCommonCore-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\user32.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\win32u.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\gdi32.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\gdi32full.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\msvcp_win.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\ucrtbase.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\msvcp140d.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\vcruntime140d.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\ucrtbased.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\boost_thread-vc141-mt-gd-x64-1_72.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\boost_date_time-vc141-mt-gd-x64-1_72.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\boost_filesystem-vc141-mt-gd-x64-1_72.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\boost_iostreams-vc141-mt-gd-x64-1_72.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\pcl_io_ply_debug.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\Library\bin\libpng16.dll'. Module was built without symbols. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkIOPLY-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkIOGeometry-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkIOLegacy-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkIOImage-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\wsock32.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkImagingCore-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkIOCore-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkCommonExecutionModel-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkCommonDataModel-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\pcl_kdtree_debug.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkRenderingContextOpenGL2-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkRenderingLOD-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkViewsContext2D-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkRenderingGL2PSOpenGL2-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkRenderingOpenGL2-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkChartsCore-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkRenderingContext2D-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkInteractionWidgets-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkImagingSources-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkFiltersModeling-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkInteractionStyle-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkFiltersExtraction-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkRenderingAnnotation-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkRenderingFreeType-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkRenderingCore-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkCommonColor-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkFiltersSources-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkFiltersGeneral-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkFiltersCore-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkCommonTransforms-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkCommonMath-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtksys-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\psapi.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\shell32.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\cfgmgr32.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\SHCore.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\combase.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\bcryptprimitives.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\windows.storage.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\profapi.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\powrprof.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\umpdc.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\shlwapi.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\kernel.appcore.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\cryptsp.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\zlibd1.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\bz2d.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\lzmad.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\zstdd.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\Library\bin\zlib.dll'. Module was built without symbols. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\vcruntime140.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkCommonMisc-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkCommonSystem-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkDICOMParser-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkmetaio-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\jpeg62.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\libpng16d.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\tiffd.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\lz4d.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\glew32d.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\opengl32.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkViewsCore-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkgl2ps-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\dbghelp.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkInfovisCore-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkFiltersHybrid-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkImagingGeneral-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkImagingHybrid-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkCommonComputationalGeometry-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkFiltersStatistics-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkImagingColor-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\freetyped.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkFiltersGeometry-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\glu32.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Users\Jan Philipp\Documents\Visual Studio 2017\Projects\PointCloudLibTest\x64\Debug\vtkImagingFourier-8.2.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\DXCore.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\imm32.dll'. Symbols loaded. The thread 0x2adc has exited with code 0 (0x0). 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\uxtheme.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\msctf.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\oleaut32.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\TextInputFramework.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\CoreUIComponents.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\CoreMessaging.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\ntmarta.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\WinTypes.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\WinTypes.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Unloaded 'C:\Windows\System32\WinTypes.dll' 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\CoreMessaging.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Unloaded 'C:\Windows\System32\CoreMessaging.dll' 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\iertutil.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\oleacc.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\prl_gldd.dll'. Cannot find or open the PDB file. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\System32\version.dll'. Symbols loaded. 'PointCloudLibTest.exe' (Win32): Loaded 'C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.900_none_e6beb9d913147d17\comctl32.dll'. Symbols loaded. Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 131 Error in cache state for GL_MULTISAMPLE
Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 229
at stack loc
at vtkOpenGLState::CheckState in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglstate.cxx line 228
at vtkOpenGLState::vtkglViewport in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglstate.cxx line 510
at vtkOpenGLCamera::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglcamera.cxx line 63
at vtkRenderer::UpdateCamera in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderer.cxx line 482
at vtkOpenGLRenderer::DeviceRender in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglrenderer.cxx line 232
at vtkRenderer::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderer.cxx line 372
at vtkRendererCollection::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderercollection.cxx line 53
at vtkRenderWindow::DoStereoRender in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderwindow.cxx line 333
at vtkRenderWindow::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderwindow.cxx line 292
at vtkOpenGLRenderWindow::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglrenderwindow.cxx line 2565
at pcl::visualization::PCLVisualizer::resetCameraViewpoint in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\pcl\src\pcl-1.9.1-3d424fa2ff\visualization\src\pcl_visualizer.cpp line 2324
at pcl::cloud_show<pcl::PointCloud
Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 517 Error glViewport1 OpenGL errors detected 0 : (1280) Invalid enum
with stack trace of
at anonymous namespace'::reportOpenGLErrors in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglstate.cxx line 256 at vtkOpenGLState::vtkglViewport in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglstate.cxx line 517 at vtkOpenGLCamera::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglcamera.cxx line 63 at vtkRenderer::UpdateCamera in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderer.cxx line 482 at vtkOpenGLRenderer::DeviceRender in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglrenderer.cxx line 232 at vtkRenderer::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderer.cxx line 372 at vtkRendererCollection::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderercollection.cxx line 53 at vtkRenderWindow::DoStereoRender in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderwindow.cxx line 333 at vtkRenderWindow::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderwindow.cxx line 292 at vtkOpenGLRenderWindow::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglrenderwindow.cxx line 2565 at pcl::visualization::PCLVisualizer::resetCameraViewpoint in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\pcl\src\pcl-1.9.1-3d424fa2ff\visualization\src\pcl_visualizer.cpp line 2324 at pcl::cloud_show<pcl::PointCloud<pcl::PointXYZ> >::pop<pcl::visualization::PointCloudGeometryHandlerXYZ<pcl::PointXYZ> > in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\pcl\src\pcl-1.9.1-3d424fa2ff\visualization\src\cloud_viewer.cpp line 74 at pcl::cloud_show<pcl::PointCloud<pcl::PointXYZ> >::pop in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\pcl\src\pcl-1.9.1-3d424fa2ff\visualization\src\cloud_viewer.cpp line 124 at pcl::visualization::CloudViewer::CloudViewer_impl::operator() in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\pcl\src\pcl-1.9.1-3d424fa2ff\visualization\src\cloud_viewer.cpp line 192 at boost::detail::thread_data<boost::reference_wrapper<pcl::visualization::CloudViewer::CloudViewer_impl> >::run in c:\mysoftware\vcpkg_old\vcpkg\installed\x64-windows\include\boost\thread\detail\thread.hpp line 141 at boost::
anonymous namespace'::thread_start_function in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\boost-thread\src\ost-1.72.0-af57bfeb4d\src\win32\thread.cpp line 296
SymGetLineFromAddr64 returned error code 487
at register_onexit_function
SymGetLineFromAddr64 returned error code 487
at register_onexit_function
Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 131 Error in cache state for GL_MULTISAMPLE
Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 229
at stack loc
at vtkOpenGLState::CheckState in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglstate.cxx line 228
at vtkOpenGLState::SetEnumState in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglstate.cxx line 552
at vtkOpenGLState::vtkglEnable in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglstate.cxx line 655
at vtkOpenGLCamera::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglcamera.cxx line 64
at vtkRenderer::UpdateCamera in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderer.cxx line 482
at vtkOpenGLRenderer::DeviceRender in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglrenderer.cxx line 232
at vtkRenderer::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderer.cxx line 372
at vtkRendererCollection::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderercollection.cxx line 53
at vtkRenderWindow::DoStereoRender in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderwindow.cxx line 333
at vtkRenderWindow::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderwindow.cxx line 292
at vtkOpenGLRenderWindow::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglrenderwindow.cxx line 2565
at pcl::visualization::PCLVisualizer::resetCameraViewpoint in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\pcl\src\pcl-1.9.1-3d424fa2ff\visualization\src\pcl_visualizer.cpp line 2324
at pcl::cloud_show<pcl::PointCloud
Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 617 Error glEnable/Disable1 OpenGL errors detected 0 : (1280) Invalid enum
with stack trace of
at anonymous namespace'::reportOpenGLErrors in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglstate.cxx line 256 at vtkOpenGLState::SetEnumState in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglstate.cxx line 617 at vtkOpenGLState::vtkglEnable in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglstate.cxx line 655 at vtkOpenGLCamera::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglcamera.cxx line 64 at vtkRenderer::UpdateCamera in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderer.cxx line 482 at vtkOpenGLRenderer::DeviceRender in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglrenderer.cxx line 232 at vtkRenderer::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderer.cxx line 372 at vtkRendererCollection::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderercollection.cxx line 53 at vtkRenderWindow::DoStereoRender in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderwindow.cxx line 333 at vtkRenderWindow::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderwindow.cxx line 292 at vtkOpenGLRenderWindow::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglrenderwindow.cxx line 2565 at pcl::visualization::PCLVisualizer::resetCameraViewpoint in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\pcl\src\pcl-1.9.1-3d424fa2ff\visualization\src\pcl_visualizer.cpp line 2324 at pcl::cloud_show<pcl::PointCloud<pcl::PointXYZ> >::pop<pcl::visualization::PointCloudGeometryHandlerXYZ<pcl::PointXYZ> > in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\pcl\src\pcl-1.9.1-3d424fa2ff\visualization\src\cloud_viewer.cpp line 74 at pcl::cloud_show<pcl::PointCloud<pcl::PointXYZ> >::pop in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\pcl\src\pcl-1.9.1-3d424fa2ff\visualization\src\cloud_viewer.cpp line 124 at pcl::visualization::CloudViewer::CloudViewer_impl::operator() in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\pcl\src\pcl-1.9.1-3d424fa2ff\visualization\src\cloud_viewer.cpp line 192 at boost::detail::thread_data<boost::reference_wrapper<pcl::visualization::CloudViewer::CloudViewer_impl> >::run in c:\mysoftware\vcpkg_old\vcpkg\installed\x64-windows\include\boost\thread\detail\thread.hpp line 141 at boost::
anonymous namespace'::thread_start_function in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\boost-thread\src\ost-1.72.0-af57bfeb4d\src\win32\thread.cpp line 296
SymGetLineFromAddr64 returned error code 487
at register_onexit_function
SymGetLineFromAddr64 returned error code 487
at register_onexit_function
Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 131 Error in cache state for GL_MULTISAMPLE
Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 229
at stack loc
at vtkOpenGLState::CheckState in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglstate.cxx line 228
at vtkOpenGLState::vtkglScissor in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglstate.cxx line 536
at vtkOpenGLCamera::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglcamera.cxx line 75
at vtkRenderer::UpdateCamera in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderer.cxx line 482
at vtkOpenGLRenderer::DeviceRender in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglrenderer.cxx line 232
at vtkRenderer::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderer.cxx line 372
at vtkRendererCollection::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderercollection.cxx line 53
at vtkRenderWindow::DoStereoRender in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderwindow.cxx line 333
at vtkRenderWindow::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderwindow.cxx line 292
at vtkOpenGLRenderWindow::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglrenderwindow.cxx line 2565
at pcl::visualization::PCLVisualizer::resetCameraViewpoint in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\pcl\src\pcl-1.9.1-3d424fa2ff\visualization\src\pcl_visualizer.cpp line 2324
at pcl::cloud_show<pcl::PointCloud
Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 542 Error glScissor1 OpenGL errors detected 0 : (1280) Invalid enum
with stack trace of
at anonymous namespace'::reportOpenGLErrors in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglstate.cxx line 256 at vtkOpenGLState::vtkglScissor in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglstate.cxx line 542 at vtkOpenGLCamera::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglcamera.cxx line 75 at vtkRenderer::UpdateCamera in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderer.cxx line 482 at vtkOpenGLRenderer::DeviceRender in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglrenderer.cxx line 232 at vtkRenderer::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderer.cxx line 372 at vtkRendererCollection::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderercollection.cxx line 53 at vtkRenderWindow::DoStereoRender in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderwindow.cxx line 333 at vtkRenderWindow::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderwindow.cxx line 292 at vtkOpenGLRenderWindow::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglrenderwindow.cxx line 2565 at pcl::visualization::PCLVisualizer::resetCameraViewpoint in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\pcl\src\pcl-1.9.1-3d424fa2ff\visualization\src\pcl_visualizer.cpp line 2324 at pcl::cloud_show<pcl::PointCloud<pcl::PointXYZ> >::pop<pcl::visualization::PointCloudGeometryHandlerXYZ<pcl::PointXYZ> > in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\pcl\src\pcl-1.9.1-3d424fa2ff\visualization\src\cloud_viewer.cpp line 74 at pcl::cloud_show<pcl::PointCloud<pcl::PointXYZ> >::pop in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\pcl\src\pcl-1.9.1-3d424fa2ff\visualization\src\cloud_viewer.cpp line 124 at pcl::visualization::CloudViewer::CloudViewer_impl::operator() in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\pcl\src\pcl-1.9.1-3d424fa2ff\visualization\src\cloud_viewer.cpp line 192 at boost::detail::thread_data<boost::reference_wrapper<pcl::visualization::CloudViewer::CloudViewer_impl> >::run in c:\mysoftware\vcpkg_old\vcpkg\installed\x64-windows\include\boost\thread\detail\thread.hpp line 141 at boost::
anonymous namespace'::thread_start_function in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\boost-thread\src\ost-1.72.0-af57bfeb4d\src\win32\thread.cpp line 296
SymGetLineFromAddr64 returned error code 487
at register_onexit_function
SymGetLineFromAddr64 returned error code 487
at register_onexit_function
Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 131 Error in cache state for GL_MULTISAMPLE
Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 229
at stack loc
at vtkOpenGLState::CheckState in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglstate.cxx line 228
at vtkOpenGLState::vtkglClearColor in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglstate.cxx line 376
at vtkOpenGLRenderer::Clear in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglrenderer.cxx line 567
at vtkOpenGLCamera::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglcamera.cxx line 80
at vtkRenderer::UpdateCamera in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderer.cxx line 482
at vtkOpenGLRenderer::DeviceRender in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglrenderer.cxx line 232
at vtkRenderer::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderer.cxx line 372
at vtkRendererCollection::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderercollection.cxx line 53
at vtkRenderWindow::DoStereoRender in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderwindow.cxx line 333
at vtkRenderWindow::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderwindow.cxx line 292
at vtkOpenGLRenderWindow::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglrenderwindow.cxx line 2565
at pcl::visualization::PCLVisualizer::resetCameraViewpoint in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\pcl\src\pcl-1.9.1-3d424fa2ff\visualization\src\pcl_visualizer.cpp line 2324
at pcl::cloud_show<pcl::PointCloud
Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 383 Error glClearColor1 OpenGL errors detected 0 : (1280) Invalid enum
with stack trace of
at anonymous namespace'::reportOpenGLErrors in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglstate.cxx line 256 at vtkOpenGLState::vtkglClearColor in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglstate.cxx line 383 at vtkOpenGLRenderer::Clear in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglrenderer.cxx line 567 at vtkOpenGLCamera::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglcamera.cxx line 80 at vtkRenderer::UpdateCamera in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderer.cxx line 482 at vtkOpenGLRenderer::DeviceRender in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglrenderer.cxx line 232 at vtkRenderer::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderer.cxx line 372 at vtkRendererCollection::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderercollection.cxx line 53 at vtkRenderWindow::DoStereoRender in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderwindow.cxx line 333 at vtkRenderWindow::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderwindow.cxx line 292 at vtkOpenGLRenderWindow::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglrenderwindow.cxx line 2565 at pcl::visualization::PCLVisualizer::resetCameraViewpoint in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\pcl\src\pcl-1.9.1-3d424fa2ff\visualization\src\pcl_visualizer.cpp line 2324 at pcl::cloud_show<pcl::PointCloud<pcl::PointXYZ> >::pop<pcl::visualization::PointCloudGeometryHandlerXYZ<pcl::PointXYZ> > in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\pcl\src\pcl-1.9.1-3d424fa2ff\visualization\src\cloud_viewer.cpp line 74 at pcl::cloud_show<pcl::PointCloud<pcl::PointXYZ> >::pop in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\pcl\src\pcl-1.9.1-3d424fa2ff\visualization\src\cloud_viewer.cpp line 124 at pcl::visualization::CloudViewer::CloudViewer_impl::operator() in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\pcl\src\pcl-1.9.1-3d424fa2ff\visualization\src\cloud_viewer.cpp line 192 at boost::detail::thread_data<boost::reference_wrapper<pcl::visualization::CloudViewer::CloudViewer_impl> >::run in c:\mysoftware\vcpkg_old\vcpkg\installed\x64-windows\include\boost\thread\detail\thread.hpp line 141 at boost::
anonymous namespace'::thread_start_function in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\boost-thread\src\ost-1.72.0-af57bfeb4d\src\win32\thread.cpp line 296
SymGetLineFromAddr64 returned error code 487
at register_onexit_function
SymGetLineFromAddr64 returned error code 487
at register_onexit_function
Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 131 Error in cache state for GL_MULTISAMPLE
Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 229
at stack loc
at vtkOpenGLState::CheckState in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglstate.cxx line 228
at vtkOpenGLState::vtkglClearDepth in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglstate.cxx line 394
at vtkOpenGLRenderer::Clear in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglrenderer.cxx line 573
at vtkOpenGLCamera::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglcamera.cxx line 80
at vtkRenderer::UpdateCamera in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderer.cxx line 482
at vtkOpenGLRenderer::DeviceRender in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglrenderer.cxx line 232
at vtkRenderer::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderer.cxx line 372
at vtkRendererCollection::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderercollection.cxx line 53
at vtkRenderWindow::DoStereoRender in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderwindow.cxx line 333
at vtkRenderWindow::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderwindow.cxx line 292
at vtkOpenGLRenderWindow::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglrenderwindow.cxx line 2565
at pcl::visualization::PCLVisualizer::resetCameraViewpoint in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\pcl\src\pcl-1.9.1-3d424fa2ff\visualization\src\pcl_visualizer.cpp line 2324
at pcl::cloud_show<pcl::PointCloud
Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 401 Error glClearDepth1 OpenGL errors detected 0 : (1280) Invalid enum
with stack trace of
at `anonymous namespace'::reportOpenGLErrors in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglstate.cxx line 256
at vtkOpenGLState::vtkglClearDepth in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglstate.cxx line 401
at vtkOpenGLRenderer::Clear in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglrenderer.cxx line 573
at vtkOpenGLCamera::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglcamera.cxx line 80
at vtkRenderer::UpdateCamera in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderer.cxx line 482
at vtkOpenGLRenderer::DeviceRender in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglrenderer.cxx line 232
at vtkRenderer::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderer.cxx line 372
at vtkRendererCollection::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderercollection.cxx line 53
at vtkRenderWindow::DoStereoRender in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderwindow.cxx line 333
at vtkRenderWindow::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\core\vtkrenderwindow.cxx line 292
at vtkOpenGLRenderWindow::Render in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\rendering\opengl2\vtkopenglrenderwindow.cxx line 2565
at pcl::visualization::PCLVisualizer::resetCameraViewpoint in c:\mysoftware\vcpkg_old\vcpkg\buildtrees\pcl\src\pcl-1.9.1-3d424fa2ff\visualization\src\pcl_visualizer.cpp line 2324
at pcl::cloud_show<pcl::PointCloud
Maybe do I have to downgrade my compiler? If so, when I am using Visual Studio 2015 v140 in my project the vcpkg integration seems not to work since it does not find any of the pcl-headers.
Hi @jagrme00
Since it's duplicated with #11601. Let's move the attention there to track this issue.
Hello,
I want to use the visualization features of the point cloud lib but in the installation directory is the visualization-folder with its contents missing. How can I build the package with visualization using vcpkg? The other stuff is all working. I built pcl for x64-windows without any errors.
Please help me guys.
Thanks in advance and regards Jan
=============== Misc. information
OS: Windows 10 Pro 64 Bit IDE: Microsoft Visual Studio 2017 CMAKE: 3.17.1
===============
=============== Installed vcpkg-packages
boost-accumulators:x64-windows 1.73.0 Boost accumulators module boost-accumulators:x86-windows 1.73.0 Boost accumulators module boost-algorithm:x64-windows 1.73.0 Boost algorithm module boost-algorithm:x86-windows 1.73.0 Boost algorithm module boost-align:x64-windows 1.73.0 Boost align module boost-align:x86-windows 1.73.0 Boost align module boost-any:x64-windows 1.73.0 Boost any module boost-any:x86-windows 1.73.0 Boost any module boost-array:x64-windows 1.73.0 Boost array module boost-array:x86-windows 1.73.0 Boost array module boost-asio:x64-windows 1.73.0 Boost asio module boost-asio:x86-windows 1.73.0 Boost asio module boost-assert:x64-windows 1.73.0 Boost assert module boost-assert:x86-windows 1.73.0 Boost assert module boost-assign:x64-windows 1.73.0 Boost assign module boost-assign:x86-windows 1.73.0 Boost assign module boost-atomic:x64-windows 1.73.0 Boost atomic module boost-atomic:x86-windows 1.73.0 Boost atomic module boost-beast:x64-windows 1.73.0 Boost beast module boost-beast:x86-windows 1.73.0 Boost beast module boost-bimap:x64-windows 1.73.0 Boost bimap module boost-bimap:x86-windows 1.73.0 Boost bimap module boost-bind:x64-windows 1.73.0 Boost bind module boost-bind:x86-windows 1.73.0 Boost bind module boost-build:x64-windows 1.73.0 Boost.Build boost-build:x86-windows 1.73.0 Boost.Build boost-callable-traits:x64-windows 1.73.0 Boost callable_traits module boost-callable-traits:x86-windows 1.73.0 Boost callable_traits module boost-chrono:x64-windows 1.73.0 Boost chrono module boost-chrono:x86-windows 1.73.0 Boost chrono module boost-circular-buffer:x64-windows 1.73.0 Boost circular_buffer module boost-circular-buffer:x86-windows 1.73.0 Boost circular_buffer module boost-compatibility:x64-windows 1.73.0 Boost compatibility module boost-compatibility:x86-windows 1.73.0 Boost compatibility module boost-compute:x64-windows 1.73.0 Boost compute module boost-compute:x86-windows 1.73.0 Boost compute module boost-concept-check:x64-windows 1.73.0 Boost concept_check module boost-concept-check:x86-windows 1.73.0 Boost concept_check module boost-config:x64-windows 1.73.0 Boost config module boost-config:x86-windows 1.73.0 Boost config module boost-container-hash:x64-windows 1.73.0 Boost container_hash module boost-container-hash:x86-windows 1.73.0 Boost container_hash module boost-container:x64-windows 1.73.0 Boost container module boost-container:x86-windows 1.73.0 Boost container module boost-context:x64-windows 1.73.0-1 Boost context module boost-context:x86-windows 1.73.0-1 Boost context module boost-contract:x64-windows 1.73.0 Boost contract module boost-contract:x86-windows 1.73.0 Boost contract module boost-conversion:x64-windows 1.73.0 Boost conversion module boost-conversion:x86-windows 1.73.0 Boost conversion module boost-convert:x64-windows 1.73.0 Boost convert module boost-convert:x86-windows 1.73.0 Boost convert module boost-core:x64-windows 1.73.0 Boost core module boost-core:x86-windows 1.73.0 Boost core module boost-coroutine2:x64-windows 1.73.0 Boost coroutine2 module boost-coroutine2:x86-windows 1.73.0 Boost coroutine2 module boost-coroutine:x64-windows 1.73.0 Boost coroutine module boost-coroutine:x86-windows 1.73.0 Boost coroutine module boost-crc:x64-windows 1.73.0 Boost crc module boost-crc:x86-windows 1.73.0 Boost crc module boost-date-time:x64-windows 1.73.0 Boost date_time module boost-date-time:x86-windows 1.73.0 Boost date_time module boost-detail:x64-windows 1.73.0 Boost detail module boost-detail:x86-windows 1.73.0 Boost detail module boost-dll:x64-windows 1.73.0 Boost dll module boost-dll:x86-windows 1.73.0 Boost dll module boost-dynamic-bitset:x64-windows 1.73.0 Boost dynamic_bitset module boost-dynamic-bitset:x86-windows 1.73.0 Boost dynamic_bitset module boost-endian:x64-windows 1.73.0 Boost endian module boost-endian:x86-windows 1.73.0 Boost endian module boost-exception:x64-windows 1.73.0 Boost exception module boost-exception:x86-windows 1.73.0 Boost exception module boost-fiber:x64-windows 1.73.0 Boost fiber module boost-fiber:x86-windows 1.73.0 Boost fiber module boost-filesystem:x64-windows 1.73.0 Boost filesystem module boost-filesystem:x86-windows 1.73.0 Boost filesystem module boost-flyweight:x64-windows 1.73.0 Boost flyweight module boost-flyweight:x86-windows 1.73.0 Boost flyweight module boost-foreach:x64-windows 1.73.0 Boost foreach module boost-foreach:x86-windows 1.73.0 Boost foreach module boost-format:x64-windows 1.73.0 Boost format module boost-format:x86-windows 1.73.0 Boost format module boost-function-types:x64-windows 1.73.0 Boost function_types module boost-function-types:x86-windows 1.73.0 Boost function_types module boost-function:x64-windows 1.73.0 Boost function module boost-function:x86-windows 1.73.0 Boost function module boost-functional:x64-windows 1.73.0 Boost functional module boost-functional:x86-windows 1.73.0 Boost functional module boost-fusion:x64-windows 1.73.0 Boost fusion module boost-fusion:x86-windows 1.73.0 Boost fusion module boost-geometry:x64-windows 1.73.0 Boost geometry module boost-geometry:x86-windows 1.73.0 Boost geometry module boost-gil:x64-windows 1.73.0 Boost gil module boost-gil:x86-windows 1.73.0 Boost gil module boost-graph-parallel:x64-windows 1.73.0 Boost graph_parallel module boost-graph-parallel:x86-windows 1.73.0 Boost graph_parallel module boost-graph:x64-windows 1.73.0 Boost graph module boost-graph:x86-windows 1.73.0 Boost graph module boost-hana:x64-windows 1.73.0 Boost hana module boost-hana:x86-windows 1.73.0 Boost hana module boost-heap:x64-windows 1.73.0 Boost heap module boost-heap:x86-windows 1.73.0 Boost heap module boost-histogram:x64-windows 1.73.0 Boost histogram module boost-histogram:x86-windows 1.73.0 Boost histogram module boost-hof:x64-windows 1.73.0 Boost hof module boost-hof:x86-windows 1.73.0 Boost hof module boost-icl:x64-windows 1.73.0 Boost icl module boost-icl:x86-windows 1.73.0 Boost icl module boost-integer:x64-windows 1.73.0 Boost integer module boost-integer:x86-windows 1.73.0 Boost integer module boost-interprocess:x64-windows 1.73.0 Boost interprocess module boost-interprocess:x86-windows 1.73.0 Boost interprocess module boost-interval:x64-windows 1.73.0 Boost interval module boost-interval:x86-windows 1.73.0 Boost interval module boost-intrusive:x64-windows 1.73.0 Boost intrusive module boost-intrusive:x86-windows 1.73.0 Boost intrusive module boost-io:x64-windows 1.73.0 Boost io module boost-io:x86-windows 1.73.0 Boost io module boost-iostreams:x64-windows 1.73.0 Boost iostreams module boost-iostreams:x86-windows 1.73.0 Boost iostreams module boost-iterator:x64-windows 1.73.0 Boost iterator module boost-iterator:x86-windows 1.73.0 Boost iterator module boost-lambda:x64-windows 1.73.0 Boost lambda module boost-lambda:x86-windows 1.73.0 Boost lambda module boost-lexical-cast:x64-windows 1.73.0 Boost lexical_cast module boost-lexical-cast:x86-windows 1.73.0 Boost lexical_cast module boost-local-function:x64-windows 1.73.0 Boost local_function module boost-local-function:x86-windows 1.73.0 Boost local_function module boost-locale:x64-windows 1.73.0 Boost locale module boost-locale:x86-windows 1.73.0 Boost locale module boost-lockfree:x64-windows 1.73.0 Boost lockfree module boost-lockfree:x86-windows 1.73.0 Boost lockfree module boost-log:x64-windows 1.73.0 Boost log module boost-log:x86-windows 1.73.0 Boost log module boost-logic:x64-windows 1.73.0 Boost logic module boost-logic:x86-windows 1.73.0 Boost logic module boost-math:x64-windows 1.73.0 Boost math module boost-math:x86-windows 1.73.0 Boost math module boost-metaparse:x64-windows 1.73.0 Boost metaparse module boost-metaparse:x86-windows 1.73.0 Boost metaparse module boost-modular-build-helper:x64-windows 1.73.0
boost-modular-build-helper:x86-windows 1.73.0
boost-move:x64-windows 1.73.0 Boost move module boost-move:x86-windows 1.73.0 Boost move module boost-mp11:x64-windows 1.73.0 Boost mp11 module boost-mp11:x86-windows 1.73.0 Boost mp11 module boost-mpl:x64-windows 1.73.0 Boost mpl module boost-mpl:x86-windows 1.73.0 Boost mpl module boost-msm:x64-windows 1.73.0 Boost msm module boost-msm:x86-windows 1.73.0 Boost msm module boost-multi-array:x64-windows 1.73.0 Boost multi_array module boost-multi-array:x86-windows 1.73.0 Boost multi_array module boost-multi-index:x64-windows 1.73.0 Boost multi_index module boost-multi-index:x86-windows 1.73.0 Boost multi_index module boost-multiprecision:x64-windows 1.73.0 Boost multiprecision module boost-multiprecision:x86-windows 1.73.0 Boost multiprecision module boost-nowide:x64-windows 1.73.0 Boost nowide module boost-nowide:x86-windows 1.73.0 Boost nowide module boost-numeric-conversion:x64-windows 1.73.0 Boost numeric_conversion module boost-numeric-conversion:x86-windows 1.73.0 Boost numeric_conversion module boost-odeint:x64-windows 1.73.0 Boost odeint module boost-odeint:x86-windows 1.73.0 Boost odeint module boost-optional:x64-windows 1.73.0 Boost optional module boost-optional:x86-windows 1.73.0 Boost optional module boost-outcome:x64-windows 1.73.0 Boost outcome module boost-outcome:x86-windows 1.73.0 Boost outcome module boost-parameter-python:x64-windows 1.73.0 Boost parameter_python module boost-parameter-python:x86-windows 1.73.0 Boost parameter_python module boost-parameter:x64-windows 1.73.0 Boost parameter module boost-parameter:x86-windows 1.73.0 Boost parameter module boost-phoenix:x64-windows 1.73.0 Boost phoenix module boost-phoenix:x86-windows 1.73.0 Boost phoenix module boost-poly-collection:x64-windows 1.73.0 Boost poly_collection module boost-poly-collection:x86-windows 1.73.0 Boost poly_collection module boost-polygon:x64-windows 1.73.0 Boost polygon module boost-polygon:x86-windows 1.73.0 Boost polygon module boost-pool:x64-windows 1.73.0 Boost pool module boost-pool:x86-windows 1.73.0 Boost pool module boost-predef:x64-windows 1.73.0 Boost predef module boost-predef:x86-windows 1.73.0 Boost predef module boost-preprocessor:x64-windows 1.73.0 Boost preprocessor module boost-preprocessor:x86-windows 1.73.0 Boost preprocessor module boost-process:x64-windows 1.73.0 Boost process module boost-process:x86-windows 1.73.0 Boost process module boost-program-options:x64-windows 1.73.0 Boost program_options module boost-program-options:x86-windows 1.73.0 Boost program_options module boost-property-map:x64-windows 1.73.0 Boost property_map module boost-property-map:x86-windows 1.73.0 Boost property_map module boost-property-tree:x64-windows 1.73.0 Boost property_tree module boost-property-tree:x86-windows 1.73.0 Boost property_tree module boost-proto:x64-windows 1.73.0 Boost proto module boost-proto:x86-windows 1.73.0 Boost proto module boost-ptr-container:x64-windows 1.73.0 Boost ptr_container module boost-ptr-container:x86-windows 1.73.0 Boost ptr_container module boost-python:x64-windows 1.73.0 Boost python module boost-python:x86-windows 1.73.0 Boost python module boost-qvm:x64-windows 1.73.0 Boost qvm module boost-qvm:x86-windows 1.73.0 Boost qvm module boost-random:x64-windows 1.73.0 Boost random module boost-random:x86-windows 1.73.0 Boost random module boost-range:x64-windows 1.73.0 Boost range module boost-range:x86-windows 1.73.0 Boost range module boost-ratio:x64-windows 1.73.0 Boost ratio module boost-ratio:x86-windows 1.73.0 Boost ratio module boost-rational:x64-windows 1.73.0 Boost rational module boost-rational:x86-windows 1.73.0 Boost rational module boost-regex:x64-windows 1.73.0 Boost regex module boost-regex:x86-windows 1.73.0 Boost regex module boost-safe-numerics:x64-windows 1.73.0 Boost safe_numerics module boost-safe-numerics:x86-windows 1.73.0 Boost safe_numerics module boost-scope-exit:x64-windows 1.73.0 Boost scope_exit module boost-scope-exit:x86-windows 1.73.0 Boost scope_exit module boost-serialization:x64-windows 1.73.0 Boost serialization module boost-serialization:x86-windows 1.73.0 Boost serialization module boost-signals2:x64-windows 1.73.0 Boost signals2 module boost-signals2:x86-windows 1.73.0 Boost signals2 module boost-smart-ptr:x64-windows 1.73.0 Boost smart_ptr module boost-smart-ptr:x86-windows 1.73.0 Boost smart_ptr module boost-sort:x64-windows 1.73.0 Boost sort module boost-sort:x86-windows 1.73.0 Boost sort module boost-spirit:x64-windows 1.73.0 Boost spirit module boost-spirit:x86-windows 1.73.0 Boost spirit module boost-stacktrace:x64-windows 1.73.0 Boost stacktrace module boost-stacktrace:x86-windows 1.73.0 Boost stacktrace module boost-statechart:x64-windows 1.73.0 Boost statechart module boost-statechart:x86-windows 1.73.0 Boost statechart module boost-static-assert:x64-windows 1.73.0 Boost static_assert module boost-static-assert:x86-windows 1.73.0 Boost static_assert module boost-static-string:x64-windows 1.73.0 Boost static_string module boost-static-string:x86-windows 1.73.0 Boost static_string module boost-system:x64-windows 1.73.0 Boost system module boost-system:x86-windows 1.73.0 Boost system module boost-test:x64-windows 1.73.0 Boost test module boost-test:x86-windows 1.73.0 Boost test module boost-thread:x64-windows 1.73.0 Boost thread module boost-thread:x86-windows 1.73.0 Boost thread module boost-throw-exception:x64-windows 1.73.0 Boost throw_exception module boost-throw-exception:x86-windows 1.73.0 Boost throw_exception module boost-timer:x64-windows 1.73.0 Boost timer module boost-timer:x86-windows 1.73.0 Boost timer module boost-tokenizer:x64-windows 1.73.0 Boost tokenizer module boost-tokenizer:x86-windows 1.73.0 Boost tokenizer module boost-tti:x64-windows 1.73.0 Boost tti module boost-tti:x86-windows 1.73.0 Boost tti module boost-tuple:x64-windows 1.73.0 Boost tuple module boost-tuple:x86-windows 1.73.0 Boost tuple module boost-type-erasure:x64-windows 1.73.0 Boost type_erasure module boost-type-erasure:x86-windows 1.73.0 Boost type_erasure module boost-type-index:x64-windows 1.73.0 Boost type_index module boost-type-index:x86-windows 1.73.0 Boost type_index module boost-type-traits:x64-windows 1.73.0 Boost type_traits module boost-type-traits:x86-windows 1.73.0 Boost type_traits module boost-typeof:x64-windows 1.73.0 Boost typeof module boost-typeof:x86-windows 1.73.0 Boost typeof module boost-ublas:x64-windows 1.73.0 Boost ublas module boost-ublas:x86-windows 1.73.0 Boost ublas module boost-units:x64-windows 1.73.0 Boost units module boost-units:x86-windows 1.73.0 Boost units module boost-unordered:x64-windows 1.73.0 Boost unordered module boost-unordered:x86-windows 1.73.0 Boost unordered module boost-utility:x64-windows 1.73.0 Boost utility module boost-utility:x86-windows 1.73.0 Boost utility module boost-uuid:x64-windows 1.73.0 Boost uuid module boost-uuid:x86-windows 1.73.0 Boost uuid module boost-variant2:x64-windows 1.73.0 Boost variant2 module boost-variant2:x86-windows 1.73.0 Boost variant2 module boost-variant:x64-windows 1.73.0 Boost variant module boost-variant:x86-windows 1.73.0 Boost variant module boost-vcpkg-helpers:x64-windows 7 a set of vcpkg-internal scripts used to modulari... boost-vcpkg-helpers:x86-windows 7 a set of vcpkg-internal scripts used to modulari... boost-vmd:x64-windows 1.73.0 Boost vmd module boost-vmd:x86-windows 1.73.0 Boost vmd module boost-wave:x64-windows 1.73.0 Boost wave module boost-wave:x86-windows 1.73.0 Boost wave module boost-winapi:x64-windows 1.73.0 Boost winapi module boost-winapi:x86-windows 1.73.0 Boost winapi module boost-xpressive:x64-windows 1.73.0 Boost xpressive module boost-xpressive:x86-windows 1.73.0 Boost xpressive module boost-yap:x64-windows 1.73.0 Boost yap module boost-yap:x86-windows 1.73.0 Boost yap module boost:x64-windows 1.73.0 Peer-reviewed portable C++ source libraries boost:x86-windows 1.73.0 Peer-reviewed portable C++ source libraries bzip2:x64-windows 1.0.6-5 High-quality data compressor. bzip2:x86-windows 1.0.6-5 High-quality data compressor. curl:x64-windows 7.68.0-3 A library for transferring data with URLs curl[non-http]:x64-windows Enables protocols beyond HTTP/HTTPS/HTTP2 curl[ssl]:x64-windows Default SSL backend curl[sspi]:x64-windows SSPI support curl[winssl]:x64-windows SSL support (Secure Channel / "WinSSL") double-conversion:x64-windows 3.1.5 Efficient binary-decimal and decimal-binary conv... egl-registry:x64-windows 2020-02-20 the EGL API and Extension Registry eigen3:x64-windows 3.3.7-5 C++ template library for linear algebra: matrice... expat:x64-windows 2.2.7 XML parser library written in C flann:x64-windows 2019-04-07-1 Fast Library for Approximate Nearest Neighbors freeglut:x64-windows 3.2.1-1 Open source implementation of GLUT with source a... freetype:x64-windows 2.10.1-6 A library to render fonts. freetype[bzip2]:x64-windows Support bzip2 compressed fonts. freetype[png]:x64-windows Support PNG compressed OpenType embedded bitmaps. glew:x64-windows 2.1.0-7 The OpenGL Extension Wrangler Library (GLEW) is ... harfbuzz:x64-windows 2.6.6 HarfBuzz OpenType text shaping engine hdf5:x64-windows 1.10.5-12 HDF5 is a data model, library, and file format f... hdf5[szip]:x64-windows Build with szip hdf5[zlib]:x64-windows Build with zlib icu:x64-windows 67.1 Mature and widely used Unicode and localization ... jasper:x64-windows 2.0.16-3 Open source implementation of the JPEG-2000 Part... jsoncpp:x64-windows 1.9.2 jsoncpp is an implementation of a JSON reader an... kinectsdk1:x64-windows 1.8-2 Kinect for Windows SDK for Kinect v1 sensor. libffi:x64-windows 3.3-2 Portable, high level programming interface to va... libffi:x86-windows 3.3-2 Portable, high level programming interface to va... libharu:x64-windows 2017-08-15-9 libharu - free PDF library libharu[notiffsymbols]:x64-windows disable symbols also defined by the tiff port libiconv:x64-windows 1.16-3 GNU Unicode text conversion libjpeg-turbo:x64-windows 2.0.4 libjpeg-turbo is a JPEG image codec that uses SI... liblzma:x64-windows 5.2.4-5 Compression library with an API similar to that ... liblzma:x86-windows 5.2.4-5 Compression library with an API similar to that ... libogg:x64-windows 1.3.4 Ogg is a multimedia container format, and the na... libpng:x64-windows 1.6.37-9 libpng is a library implementing an interface fo... libpq:x64-windows 12.2-2 The official database access API of postgresql libpq[openssl]:x64-windows support for encrypted client connections and ran... libpq[zlib]:x64-windows Use zlib (else --without-zlib) libtheora:x64-windows 1.2.0alpha1-2... Theora is a free and open video compression form... libwebp:x64-windows 1.1.0 WebP codec: library to encode and decode images ... libwebp[nearlossless]:x64-windows Enable near-lossless encoding libwebp[simd]:x64-windows Enable any SIMD optimization. libwebp[unicode]:x64-windows Build Unicode executables. (Adds definition UNIC... libxml2:x64-windows 2.9.9-6 Libxml2 is the XML C parser and toolkit develope... lz4:x64-windows 1.9.2-2 Lossless compression algorithm, providing compre... matplotlib-cpp:x64-windows 2019-09-24 Extremely simple yet powerful header-only C++ pl... matplotlib-cpp:x86-windows 2019-09-24 Extremely simple yet powerful header-only C++ pl... netcdf-c:x64-windows 4.7.3-1 a set of self-describing, machine-independent da... opencv4:x64-windows 4.1.1-5 computer vision library opencv4[dnn]:x64-windows Enable dnn module opencv4[jpeg]:x64-windows JPEG support for opencv opencv4[opengl]:x64-windows opengl support for opencv opencv4[png]:x64-windows PNG support for opencv opencv4[tiff]:x64-windows TIFF support for opencv opencv4[webp]:x64-windows WebP support for opencv opencv:x64-windows 4.1.1-1 Computer vision library opencv[dnn]:x64-windows Enable dnn module opencv[jpeg]:x64-windows JPEG support for opencv opencv[opengl]:x64-windows opengl support for opencv opencv[png]:x64-windows PNG support for opencv opencv[tiff]:x64-windows TIFF support for opencv opencv[webp]:x64-windows WebP support for opencv opengl:x64-windows 0.0-6 Open Graphics Library (OpenGL)[3][4][5] is a cro... openni2:x64-windows 2.2.0.33-11 OpenNI is open source library for access to Natu... openssl-windows:x64-windows 1.1.1d-2 OpenSSL is an open source project that provides ... openssl-windows:x86-windows 1.1.1d-2 OpenSSL is an open source project that provides ... openssl:x64-windows 1.1.1d OpenSSL is an open source project that provides ... openssl:x86-windows 1.1.1d OpenSSL is an open source project that provides ... pcl:x64-windows 1.9.1-13 Point Cloud Library (PCL) is open source library... pcl[opengl]:x64-windows OpenGL support for PCL pcl[openni2]:x64-windows OpenNI2 support for PCL pcl[pcap]:x64-windows PCAP support for PCL pcl[qt]:x64-windows Qt support for PCL pcl[tools]:x64-windows Build PCL utilities pcre2:x64-windows 10.30-7 PCRE2 is a re-working of the original Perl Compa... pegtl-2:x64-windows 2.8.1-1 The Parsing Expression Grammar Template Library ... plplot:x64-windows 5.13.0-4 PLplot is a cross-platform software package for ... proj4:x64-windows 6.3.1-1 PROJ.4 library for cartographic projections proj4[database]:x64-windows generate database protobuf:x64-windows 3.12.0-1 Protocol Buffers - Google's data interchange format pugixml:x64-windows 1.10-1 C++ XML processing library python3:x64-windows 3.7.3-3 The Python programming language as an embeddable... python3:x86-windows 3.7.3-3 The Python programming language as an embeddable... qhull:x64-windows 7.3.2-2 computes the convex hull, Delaunay triangulation... qt5-activeqt:x64-windows 5.12.8-1 Qt5 ActiveQt Module - ActiveX components qt5-base:x64-windows 5.12.8-4 Qt5 Application Framework Base Module. Includes ... qt5-declarative:x64-windows 5.12.8 Qt5 Declarative (Quick 2) Module. Includes QtQui... qt5-imageformats:x64-windows 5.12.8 Qt5 Image Formats Module - Plugins for additiona... qt5-multimedia:x64-windows 5.12.8 Qt5 Multimedia Module - Classes and widgets for ... qt5-networkauth:x64-windows 5.12.8 Qt5 Network Authorization Module qt5-quickcontrols2:x64-windows 5.12.8 Qt5 QuickControls2 Module. qt5-svg:x64-windows 5.12.8 Qt5 SVG Module - provides classes for displaying... qt5-tools:x64-windows 5.12.8 Qt5 Tools Module; Includes deployment tools and ... qt5-xmlpatterns:x64-windows 5.12.8 Qt5 XML Patterns Module - Support for XPath, XQu... qt5:x64-windows 5.12.8 Qt5 Application Framework qt5[activeqt]:x64-windows Windows Only qt5[declarative]:x64-windows
qt5[essentials]:x64-windows Build the essential qt modules qt5[imageformats]:x64-windows
qt5[multimedia]:x64-windows
qt5[networkauth]:x64-windows
qt5[quickcontrols2]:x64-windows
qt5[svg]:x64-windows
qt5[tools]:x64-windows
ragel:x64-windows 6.10-3 Ragel State Machine Compiler sqlite3:x64-windows 3.32.0-0 SQLite is a software library that implements a s... sqlite3[tool]:x64-windows sqlite3 executable szip:x64-windows 2.1.1-6 Szip compression software, providing lossless co... tiff:x64-windows 4.0.10-9 A library that supports the manipulation of TIFF... utfcpp:x64-windows 3.1.1 UTF-8 with C++ in a Portable Way vtk:x64-windows 9.0-1 Software system for 3D computer graphics, image ... vtk[qt]:x64-windows Qt functionality for VTK winpcap:x64-windows 4.1.3-2 WinPcap is the industry-standard tool for link-l... xxhash:x64-windows 0.7.0 Extremely fast hash algorithm zlib:x64-windows 1.2.11-6 A compression library zlib:x86-windows 1.2.11-6 A compression library zstd:x64-windows 1.4.4-1 Zstandard - Fast real-time compression algorithm zstd:x86-windows 1.4.4-1 Zstandard - Fast real-time compression algorithm
===============