AliceVision icon indicating copy to clipboard operation
AliceVision copied to clipboard

Build failures on Linux platforms

Open zeuner opened this issue 2 years ago • 2 comments
trafficstars

The current develop branch has compilation issues at least on Arch Linux and Ubuntu Linux. E.g., cmake fails:

CMake Error at src/CMakeLists.txt:450 (find_package):
  By not providing "FindCoinUtils.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "CoinUtils", but CMake did not find one.

  Could not find a package configuration file provided by "CoinUtils" with
  any of the following names:

    CoinUtilsConfig.cmake
    coinutils-config.cmake

  Add the installation prefix of "CoinUtils" to CMAKE_PREFIX_PATH or set
  "CoinUtils_DIR" to a directory containing one of the above files.  If
  "CoinUtils" provides a separate development package or SDK, be sure it has
  been installed.

(of course, CoinUtils are installed)

zeuner avatar Jul 30 '23 08:07 zeuner

We are using Coins libraries from our repository in which CMake exports the targets in modern cmake. You can build and install those, see here https://github.com/alicevision/AliceVision/blob/develop/INSTALL.md#dependencies

simogasp avatar Jul 30 '23 09:07 simogasp

Is there any perspective for your customized libraries going into Coins mainline? These seem to be active projects, and it doesn't seem favourable having to install multiple versions of the same library, thereby sacrificing the benefit of shared libraries.

zeuner avatar Jul 30 '23 10:07 zeuner

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Jul 25 '24 00:07 github-actions[bot]