You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building libvips with the option with_jpeg_xl=True the linking of the libvips executables fails, due to a unresolved external symbol JxlGetDefaultCms
So currently my guess is that this is a libjxl issue?
I tested using JxlGetDefaultCms() in the test package for libjxl, which worked. (Maybe the problem is also that libvips uses meson, while the test package uses cmake?)
I tested versions 0.11.1 and 0.6.1 but I think this might be more of a conan recipe issue?
Description
When building libvips with the option
with_jpeg_xl=True
the linking of the libvips executables fails, due to a unresolved external symbolJxlGetDefaultCms
I was first thinking this is a libvips issue, but it seems like that is not the case
So currently my guess is that this is a libjxl issue?
I tested using
JxlGetDefaultCms()
in the test package for libjxl, which worked. (Maybe the problem is also that libvips uses meson, while the test package uses cmake?)I tested versions
0.11.1
and0.6.1
but I think this might be more of a conan recipe issue?Package and Environment Details
Conan profile
[settings]
arch=x86_64
build_type=Release
compiler=msvc
compiler.cppstd=20
compiler.runtime=dynamic
compiler.version=194
os=Windows
Steps to reproduce
conan create all/conanfile.py --version=8.16.0 -o "libvips/*:with_jpeg_xl=True"
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: