microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
23.22k stars 6.4k forks source link

ompl[app] build failure #36688

Closed Captain-Freels closed 8 months ago

Captain-Freels commented 9 months ago

Operating system

Windows 11

Compiler

Visual Studio 2019 -Administrator: ROS Noetic (I think, I'm new to this)

Steps to reproduce the behavior

C:\>vcpkg install ompl[app]

Failure logs

C:>vcpkg install ompl[app] Computing installation plan... The following packages will be built and installed:

Call Stack (most recent call first): scripts/cmake/vcpkg_acquire_msys.cmake:78 (vcpkg_download_distfile) scripts/cmake/vcpkg_fixup_pkgconfig.cmake:281 (vcpkg_acquire_msys) ports/zlib/portfile.cmake:46 (vcpkg_fixup_pkgconfig) scripts/ports.cmake:79 (include)

Error: Building package zlib: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: zlib:x64-windows Vcpkg version: 2020.06.15-nohash

Additional context

No response

autoantwort commented 9 months ago

Vcpkg version: 2020.06.15-nohash

This is a very old version. Update your vcpkg version by running git pull

Captain-Freels commented 9 months ago

Vcpkg version: 2020.06.15-nohash

This is a very old version. Update your vcpkg version by running git pull

I tried this and it did change a lot but it still says the version is '2020.06.15-nohash', and I still get the same error with ompl[app]

jimwang118 commented 8 months ago

Please run git pull https://github.com/microsoft/vcpkg.git master and ./bootstrap-vcpkg.bat.

Captain-Freels commented 8 months ago

Thank you for your help, that solved my issue