Host Environment
- OS: Xubuntu 20.04
- Compiler: gcc 9.3.0
To Reproduce
Steps to reproduce the behavior:
./vcpkg install pdal:x64-linux
Failure logs
See attachment for a log from a first attempt
install-x64-linux-dbg-out.log
Additional context
I tried quickly fixing it by getting rid of the warnings, by passing -Wno-* flags to the compiler, which eventually made me get rid of the compile issues but then linker issues arose ...
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install pdal:x64-linuxFailure logs
See attachment for a log from a first attempt
install-x64-linux-dbg-out.log
Additional context
I tried quickly fixing it by getting rid of the warnings, by passing -Wno-* flags to the compiler, which eventually made me get rid of the compile issues but then linker issues arose ...