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
% cmake -DCMAKE_INSTALL_PREFIX=/sw .
% make
% make install DESTDIR=/tmp/staging
% otool -L /tmp/staging/sw/lib/libopenjp2.2.1.0.dylib
/tmp/staging/sw/lib/libopenjp2.2.1.0.dylib:
libopenjp2.7.dylib (compatibility version 7.0.0, current version 2.1.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1226.10.1)
That is, it's still not setting install_name to the runtime location of /sw/lib/libopenjp2.7.dylib
The text was updated successfully, but these errors were encountered:
Building version.2.1.tar.gz on OS X 10.11 using cmake-3.4.0, with b9a247b applied that claims to fix https://code.google.com/p/openjpeg/issues/detail?id=367
That is, it's still not setting install_name to the runtime location of /sw/lib/libopenjp2.7.dylib
The text was updated successfully, but these errors were encountered: