openexr icon indicating copy to clipboard operation
openexr copied to clipboard

broken symlink libImath.so in debug build

Open sboehmann opened this issue 4 years ago • 2 comments

When building OpenEXR 3.0.4 in debug mode, a symlink libImath.so is created pointing to libImath-3_0.so (which do not exist). However, this symlink should be called libImath_d.so and should point to libImath-3_0_d.so (similarly to libIlmThread_do.so where it is correct).

sboehmann avatar Jun 06 '21 21:06 sboehmann

Should be fixed by #1052 and https://github.com/AcademySoftwareFoundation/Imath/pull/166

cary-ilm avatar Jun 15 '21 00:06 cary-ilm

I just hit this issue as well.

luke-titley avatar Jun 20 '21 14:06 luke-titley