-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PCL (Point Cloud Lib) pcl_visualization.h not existing #12156
Comments
If you want it fixed add a bit of upstream pressure to PointCloudLibrary/pcl#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? |
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.
So you just have to go back to commit |
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. Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 229 Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 517 with stack trace of Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 131 Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 229 Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 617 with stack trace of Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 131 Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 229 Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 542 with stack trace of Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 131 Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 229 Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 383 with stack trace of Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 131 Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 229 Generic Warning: In C:\MySoftware\vcpkg_old\vcpkg\buildtrees\vtk\src\v8.2.0-713722961b\Rendering\OpenGL2\vtkOpenGLState.cxx, line 401 with stack trace of 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. |
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
===============
The text was updated successfully, but these errors were encountered: