Closed cissou8 closed 1 year ago
Thanks for reporting. This already fixed. Please use development sources or wait until 2.16. Development source, the code in github, is fine anyway.
Oops, I did not find it in the closed tickets. I'll devise smthg to build from the sources untill your next release. Thanks for the prompt reply!
Hi,
We are trying to include your wonderful library in our astromony package (siril.org) to handle correctly color profiles, including the fastfloat plugin. Currenly, our build for windows through msys2/mingw64 fails (https://gitlab.com/free-astro/siril/-/jobs/4351273352#L989) fails.
I've tried to investigate a bit, starting from the last recipe on mingw repo (https://github.com/msys2/MINGW-packages/blob/b9a5c1785f48d6a6c1d41c8df2b9a2ba216a7ffb/mingw-w64-lcms2/PKGBUILD). Tried patching the meson files in many different ways to no avail. Finally figured I should just try to rebuild the package with the fastfloat plugin enabled (adding -Dfastfloat=true to meson setup), but it fails with the same errors as in our own build:
If I install the previous package (2.14-2) directly from mingw archive, that was build with
make
, it works. So I guess it has to do with the recently introducedmeson
build. I hear it is still experimental, but anything I can try to help fix this?Cheers,
Cecile