Nick Porcino

Results 510 comments of Nick Porcino

That last message, about FindImath.cmake means that ImathConfig.cmake was not installed, or that if it was installed, it's not in a place that cmake knows how to look. Unfortunately I...

I was mistaken when I said that sourceforget.net/projects/ooo-imath is an old fork of imath. It is a completely unrelated project with the same name, and coincidentally similar version numbers. The...

> Imath/OpenEXR compiles That's awesome, congrats on the crossing the first hurdle. Now that you have that working, perhaps it's time to try the vigra patch from the fedora website...

The vigra CMakeLists.txt file DOES have a top level project() command, and the minimum required line, as do Imath, and OpenEXR. I wonder why it's emitting that message. Maybe the...

A good idea would probably be to build vigra directly first as an experiment in the way the vigra project is built natively without flatpak. If you can build it...

Maybe the thing to do is to explicitly test copy constructors by invoking them directly, and to test move via std::move?

I think the resolution should be either that the tests run in Release mode, or that the test be ifdef'd for _MSC_VER and DEBUG.

That's typical for ASWF libraries and ASWF adjacent libraries. Like OIIO for example, uses angle brackets. If you're noticing an issue with OpenEXR in particular, is it because other libraries...