You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is output,Is there anyone can know what's going wrong?
PS C:\Users\27593\Desktop\vcpkg> .\vcpkg install pcl:x64-windows
Computing installation plan...
A suitable version of cmake was not found (required v3.25.1) Downloading portable cmake 3.25.1...
Extracting cmake...
The following packages will be built and installed:
pcl[core]:x64-windows -> 1.13.0#3
Detecting compiler hash for triplet x64-windows...
-- Automatically setting HTTP(S)_PROXY environment variables to "127.0.0.1:7890".
Restored 0 package(s) from C:\Users\27593\AppData\Local\vcpkg\archives in 594 us. Use --debug to see more details.
Installing 1/1 pcl:x64-windows...
Building pcl[core]:x64-windows...
-- Using cached PointCloudLibrary-pcl-371a8e1373f7b2f66bbb92291be2f3e50dc19856.tar.gz.
-- Cleaning sources at C:/Users/27593/Desktop/vcpkg/buildtrees/pcl/src/e50dc19856-02604d3cdb.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/Users/27593/Desktop/vcpkg/downloads/PointCloudLibrary-pcl-371a8e1373f7b2f66bbb92291be2f3e50dc19856.tar.gz
-- Applying patch add-gcc-version-check.patch
-- Applying patch fix-check-sse.patch
-- Applying patch fix-numeric-literals-flag.patch
-- Applying patch pcl_config.patch
-- Applying patch pcl_utils.patch
-- Applying patch install-examples.patch
-- Applying patch no-absolute.patch
-- Applying patch add_bigobj_option.patch
-- Applying patch outofcore_viewer_remove_include.patch
-- Applying patch fix_opennurbs_win32.patch
-- Applying patch disable_kinfu_for_cuda12.patch
-- Applying patch devendor-zlib.patch
-- Using source at C:/Users/27593/Desktop/vcpkg/buildtrees/pcl/src/e50dc19856-02604d3cdb.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
Command failed: C:/Users/27593/Desktop/vcpkg/downloads/tools/cmake-3.25.1-windows/cmake-3.25.1-windows-i386/bin/cmake.exe --build . --config Debug --target install -- -v -j9
Working Directory: C:/Users/27593/Desktop/vcpkg/buildtrees/pcl/x64-windows-dbg
See logs for more information:
C:\Users\27593\Desktop\vcpkg\buildtrees\pcl\install-x64-windows-dbg-out.log
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
This is output,Is there anyone can know what's going wrong?
PS C:\Users\27593\Desktop\vcpkg> .\vcpkg install pcl:x64-windows
Computing installation plan...
A suitable version of cmake was not found (required v3.25.1) Downloading portable cmake 3.25.1...
Extracting cmake...
The following packages will be built and installed:
pcl[core]:x64-windows -> 1.13.0#3
Detecting compiler hash for triplet x64-windows...
-- Automatically setting HTTP(S)_PROXY environment variables to "127.0.0.1:7890".
Restored 0 package(s) from C:\Users\27593\AppData\Local\vcpkg\archives in 594 us. Use --debug to see more details.
Installing 1/1 pcl:x64-windows...
Building pcl[core]:x64-windows...
-- Using cached PointCloudLibrary-pcl-371a8e1373f7b2f66bbb92291be2f3e50dc19856.tar.gz.
-- Cleaning sources at C:/Users/27593/Desktop/vcpkg/buildtrees/pcl/src/e50dc19856-02604d3cdb.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/Users/27593/Desktop/vcpkg/downloads/PointCloudLibrary-pcl-371a8e1373f7b2f66bbb92291be2f3e50dc19856.tar.gz
-- Applying patch add-gcc-version-check.patch
-- Applying patch fix-check-sse.patch
-- Applying patch fix-numeric-literals-flag.patch
-- Applying patch pcl_config.patch
-- Applying patch pcl_utils.patch
-- Applying patch install-examples.patch
-- Applying patch no-absolute.patch
-- Applying patch add_bigobj_option.patch
-- Applying patch outofcore_viewer_remove_include.patch
-- Applying patch fix_opennurbs_win32.patch
-- Applying patch disable_kinfu_for_cuda12.patch
-- Applying patch devendor-zlib.patch
-- Using source at C:/Users/27593/Desktop/vcpkg/buildtrees/pcl/src/e50dc19856-02604d3cdb.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
Command failed: C:/Users/27593/Desktop/vcpkg/downloads/tools/cmake-3.25.1-windows/cmake-3.25.1-windows-i386/bin/cmake.exe --build . --config Debug --target install -- -v -j9
Working Directory: C:/Users/27593/Desktop/vcpkg/buildtrees/pcl/x64-windows-dbg
See logs for more information:
C:\Users\27593\Desktop\vcpkg\buildtrees\pcl\install-x64-windows-dbg-out.log
Call Stack (most recent call first):
installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process)
installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build)
ports/pcl/portfile.cmake:77 (vcpkg_cmake_install)
scripts/ports.cmake:147 (include)
error: building pcl:x64-windows failed with: BUILD_FAILED
Please ensure you're using the latest port files with
git pull
andvcpkg update
.Then check for known issues at:
https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+pcl
You can submit a new issue at:
https://github.com/microsoft/vcpkg/issues/new?title=[pcl]+Build+error&body=Copy+issue+body+from+C%3A%2FUsers%2F27593%2FDesktop%2Fvcpkg%2Finstalled%2Fvcpkg%2Fissue_body.md
Beta Was this translation helpful? Give feedback.
All reactions