microsoft / vcpkg

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

Build Error undefined reference to `CoinStaticConflictGraph::updatedBounds() const' #37445

Open ahndroo opened 2 months ago

ahndroo commented 2 months ago

Operating system

Ubuntu

Compiler

GCC

Steps to reproduce the behavior

./vcpkg install openmvs

Failure logs

install-x64-linux-dbg-out.log

Additional context

Attempting to install OpenMVS using vcpkg. It consistently fails when building OpenMVG, and seems to be an issue with coin-or or cbc. I installed Cbc from source, but am still running into these issues.

When I run ./vcpkg install openmvg, the package installs without a problem.

MonicaLiu0311 commented 1 month ago

Stumbling because of dependency failure: https://github.com/microsoft/vcpkg/issues/37893.