alicevision / AliceVision

Photogrammetric Computer Vision Framework
http://alicevision.org
Other
2.96k stars 822 forks source link

Error compilation on Linux #1558

Closed adricostas closed 1 week ago

adricostas commented 1 year ago

Hello,

I have been trying to compile AliceVision on Debian 11 for a while following your instructions (including different methods) but it seems to be not possible. Using the recommended method, that is, Building the project with embedded dependencies (recommended on linux), there exists an error with the compilation of the OpenImageIO library:

/data/libraries/AliceVision/build/openimageio/src/heif.imageio/heifinput.cpp:67:33: error: 'heif_init' was not declared in this scope; did you mean 'heif_avis'?
   67 |     std::call_once(flag, []() { heif_init(nullptr); });

How can I solve this problem?

Thank you in advance

github-actions[bot] commented 2 weeks ago

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.