| On 2/10/25 10:12, kurtz le pirate wrote:
> With ./configure, the compilation goes well but I get this message at 
> the end:
> --------------------
> configure: WARNING: All program feature using the OpenEXR library are 
> disabled
> 
> 
> However, the OpenEXR package is (seems) installed. I don't know if I can 
> continue if I can continue with the rest of the installation.
> 
The missing support only matters if you need to read or write .exr 
images with your scenes.
In a terminal window what do you see with the commands:
   pkg-config --print-errors OpenEXR
     ()
   pkg-config --modversion OpenEXR
     (3.1.5)
   pkg-config --cflags OpenEXR
     (-I/usr/include/OpenEXR -pthread -I/usr/include/Imath)
   pkg-config --libs OpenEXR
     (-lOpenEXR-3_1 -lOpenEXRUtil-3_1 -lOpenEXRCore-3_1
       -lIex-3_1 -lIlmThread-3_1 -lImath-3_1)
What is within the ()s is what I see on my Ubuntu 24.04 machine.
Bill P.
Post a reply to this message
 |