Pangolin icon indicating copy to clipboard operation
Pangolin copied to clipboard

image_io_exr.cpp:62:30: error: ‘Imf::Int64’ has not been declared

Open yjcaimeow opened this issue 3 years ago • 1 comments

yjcaimeow avatar Apr 09 '21 11:04 yjcaimeow

The root cause of this is Imath being split out of OpenEXR, a change that is currently propagating through the various distributions.

If you don't need OpenEXR (most likely), just disable it.

cmake -DBUILD_PANGOLIN_LIBOPENEXR=OFF ..

0xfaded avatar May 18 '21 12:05 0xfaded