-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSX m1 v2.5.0 build fail #1430
Comments
@VoidVolker,
and did succeed with adding
winfried |
from my analysis that's a regression from #866, i'm seeing the same failure on OpenBSD when trying to update openjp2 from 2.4.0 to 2.5.0.
cmake now uses pkg-config to detect libtiff even with dynamic linking, but only uses same thing might be needed for LCMS as something similar was done in #867. @rouault ? i've tried adding |
build.ninja ends up with
which doesnt have
dropping |
…atic libraries are not in system directories (fixes uclouvain#1430) Note that the fix might be partial only for static-only builds (cf comments)
Does #1431 f ix things for people having issues ? |
yes #1431 also works for me |
Yes, it works. Thanks! |
Build: fix linking of executables on some systems where TIFF/LCMS2 static libraries are not in system directories (fixes #1430)
Expected behavior and actual behavior.
Expected: build completed.
Actual: build failed.
Error:
Steps to reproduce the problem.
mkdir build cd build cmake .. -DCMAKE_BUILD_TYPE=Release make
Operating system
OSX 12.4 m1
openjpeg version
v2.5.0
Additional info
v2.4.0 - build works ok.
brew info libtiff libtiff: stable 4.4.0 (bottled) TIFF library and utilities https://libtiff.gitlab.io/libtiff/ /opt/homebrew/Cellar/libtiff/4.4.0 (249 files, 4.8MB) *
The text was updated successfully, but these errors were encountered: