[Hugin-devs] [Bug 1940833] Re: ImfRgbaFile.h etc

2021-10-17 Thread tmodes
** Changed in: hugin Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1940833 Title: ImfRgbaFile.h etc Status in Hugin: Fix Released Bug

[Hugin-devs] [Bug 1940833] Re: ImfRgbaFile.h etc

2021-08-28 Thread tmodes
Should be fixed in default branch. (If not, please delete build directory and start again.) ** Changed in: hugin Status: Incomplete => Fix Committed ** Changed in: hugin Milestone: None => 2021.0beta1 -- You received this bug notification because you are a member of Hugin

[Hugin-devs] [Bug 1940833] Re: ImfRgbaFile.h etc

2021-08-23 Thread tmodes
> But I do have > OPENEXR_INCLUDE_DIR:PATH=/usr/include/OpenEXR > in CMakeCache.txt > shouldnt that suffice? Yes, that should be enough. This path is added to the include list include_directories(${OPENEXR_INCLUDE_DIR}) This works nice on my Ubuntu and Fedora distro. So I don't know what goes

Re: [Hugin-devs] [Bug 1940833] Re: ImfRgbaFile.h etc

2021-08-23 Thread jpe
sorry for disturbing you. a complete "make clean" fixed the thing Thanks -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1940833 Title: ImfRgbaFile.h etc Status in Hugin: Incomplete Bug

Re: [Hugin-devs] [Bug 1940833] Re: ImfRgbaFile.h etc

2021-08-23 Thread jpe
Thanks! But I do have OPENEXR_INCLUDE_DIR:PATH=/usr/include/OpenEXR in CMakeCache.txt shouldnt that suffice? On Mon, 23 Aug 2021, tmodes wrote: ->CMake searches explicitly for this files and exits with an error if not found. ->I tested this at the weekend at Ubuntu and also on Fedora. It

[Hugin-devs] [Bug 1940833] Re: ImfRgbaFile.h etc

2021-08-23 Thread tmodes
CMake searches explicitly for this files and exits with an error if not found. I tested this at the weekend at Ubuntu and also on Fedora. It works without intervention. The error can only occur if you override OPENEXR_INCLUDE_DIR. ** Changed in: hugin Status: New => Incomplete -- You