(In reply to comment #15) > I send a patch to add support for lcms2 with a fallback to lcms v1: > http://source.winehq.org/patches/data/96110
BUG: The patch was still using the includes for lcms v1 To fix compilation while using lcms2.h, add a #include <icc34.h> after the #include <lcms2.h> (icc34.h comes with the liblcms v1 dev package)
I prepare a better patch in the near future.
-- By by .. Detlef
(In reply to comment #15) source. winehq. org/patches/ data/96110
> I send a patch to add support for lcms2 with a fallback to lcms v1:
> http://
BUG: The patch was still using the includes for lcms v1
To fix compilation while using lcms2.h,
add a #include <icc34.h> after the #include <lcms2.h>
(icc34.h comes with the liblcms v1 dev package)
I prepare a better patch in the near future.
--
By by .. Detlef