Hi,
I just installed vcpkg by running .bat file.
No I would like to install PCL - point cloud library package.
.\vcpkg install pcl:x64-windows-static
I get error:
Error: Building package pcl:x64-windows-static 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: pcl:x64-windows-static
Vcpkg version: 2019.09.12-nohash
Additionally, attach any relevant sections from the log files above.
PS C:\libs\vcpkg> .\vcpkg update
Using local portfile versions. To update the local portfiles, use `git pull`.
No packages need updating.
PS C:\libs\vcpkg>
How can I solve this issue?
Did I miss something in the installation part of VCPKG?
If you read the log file carefully, it said No space left on device. Trying clearing up space in your hard drive and try again.
@petrasvestartas Is this issue solved?
Hi,
Static did not work.
The only way I coukd make it work is by dynamic install:
.\vcpkg install pcl:x64-windows
@petrasvestartas Does your partition C: have free space?
If this issue is still not resolved, please reopen it.
Most helpful comment
If you read the log file carefully, it said
No space left on device. Trying clearing up space in your hard drive and try again.