Nick Porcino

Results 510 comments of Nick Porcino

Amusingly-not-amusingly, cmake outputs the message ``` "New boost version may have incorrect or missing dependencies and imported targets". ``` This is the eternal kitware/boost fist fight I alluded to one...

This looks another case where we need a MINGW check in addition to the WIN32 check. Probably we should grep the whole codebase for other such instances.

Ah that's right, claudeha's issue isn't specific to MinGW, but an issue encountered under their cross compilation set up.

IlmBase has been superceded by Imath for OpenEXR 3.0. Perhaps open an issue at the Neofetch repo, I don't see any related issues there yet. https://github.com/dylanaraps/neofetch/issues

The aforsythe repo, and the ooo-imath repo, seem to be quite old copies of the real repo. I imagine someone made them in order to freeze our libraries in time...

Haha great, welcome :) It would be good to know what the dependency tree is for your project, and how it's built, in order to understand how to move forward....

Here's one place to start: https://github.com/ukoethe/vigra/issues/496 Your project depends directly on vigra, and the Fedora maintainers have updated vigra for OpenEXR3. The vigra project has not yet adopted the change....

Looking at your code, I don't spot that you are importing imath directly, so that would make it just a dependency for the other packages you are using. So my...

That's two problems. Maybe look at the first problem first? It is saying that it can't find autogen or bootstrap. That means flatpak is trying to build OpenEXR using the...