Ошибка OpenSSL при сборке PCL на Windows - PullRequest
0 голосов
/ 26 ноября 2018

Я новичок в ГИС.Я пытаюсь собрать PCL на Windows (MS Visual Studio 2017) с помощью VCPKG Manager с помощью команды: vcpkg install pcl: x64-windows.Сбой сборки со следующей ошибкой OpenSSL:

Building package openssl-windows[core]:x64-windows...
-- Downloading http://strawberryperl.com/download/5.24.1.1/strawberry-perl- 
5.24.1.1-32bit-portable.zip...
-- Downloading http://strawberryperl.com/download/5.24.1.1/strawberry-perl- 
5.24.1.1-32bit-portable.zip... Failed. Status: 22;"HTTP response code said 
error"
CMake Error at scripts/cmake/vcpkg_download_distfile.cmake:156 (message):

  Failed to download file.
  If you use a proxy, please set the HTTPS_PROXY and HTTP_PROXY environment
  variables to "https://user:password@your-proxy-ip-address:port/".
  Otherwise, please submit an issue at 
  https://github.com/Microsoft/vcpkg/issues

  Call Stack (most recent call first):
  scripts/cmake/vcpkg_find_acquire_program.cmake:237 
  (vcpkg_download_distfile)
  ports/openssl-windows/portfile.cmake:9 (vcpkg_find_acquire_program)
  scripts/ports.cmake:71 (include)


  Error: Building package openssl-windows:x64-windows failed with: 
  BUILD_FAILED
  Please ensure you're using the latest portfiles with `.\vcpkg update`, 
  then
  submit an issue at https://github.com/Microsoft/vcpkg/issues including:
  Package: openssl-windows:x64-windows
  Vcpkg version: 2018.10.20-nohash

Похоже, что URL не работает.В качестве альтернативы я попытался установить PCL с помощью менеджера пакетов conda.Он установлен правильно, но можно ли связать внешнее приложение с библиотеками PCL?Если так, то как это сделать?Где я могу найти заголовки и библиотеки?Я также не могу запускать такие приложения, как pclviewer, pcl_visualizer и т.Спасибо!

...