Thomas B. schrieb am Mittwoch, 2. November 2022 um 21:58:48 UTC+1: > cd ~/src > git clone https://github.com/ukoethe/vigra.git > cd vigra > > So that I had "recent" Vigra. Mamy a not-so-good idea but worth a try... > But then, later when I `cmake ../hugin.hg [...]` it's failing with: > > -- VIGRA version: 1.11.1 > CMake Error at CMakeModules/FindVIGRA.cmake:78 (MESSAGE): > Libvigraimpex found. But vigraimpex seems to compiled without OpenEXR > support. OpenEXR support is required for Hugin. > Call Stack (most recent call first): > CMakeLists.txt:226 (FIND_PACKAGE)
I thought the error message is clear. You need to build vigra with OpenEXR support (this is disabled by default). To do so add -DWITH_OPENEXR=1 to the CMake command line of vigra. There is also a GUI for CMake which allows to set these options and path inside a GUI. This can be more convenient than adding many switches on the command line. -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/4fec7ddc-7c6e-4131-9aba-8a7b8a74b4cdn%40googlegroups.com.
