We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug "no LC_RPATH's found" error when running cjpegli on macOS after compiling:
$cjpegli dyld[49871]: Library not loaded: @rpath/libjxl_threads.0.12.dylib Referenced from: <648C7C62-F34C-3F02-89A8-4F67857F5167> /usr/local/bin/cjpegli Reason: no LC_RPATH's found zsh: abort cjpegli
To Reproduce Steps to reproduce the behavior:
git clone https://github.com/libjxl/libjxl.git --recursive --shallow-submodules brew install llvm coreutils cmake giflib jpeg-turbo libpng ninja zlib path+=('/opt/homebrew/opt/llvm/bin/') export CMAKE_PREFIX_PATH=`brew --prefix giflib`:`brew --prefix jpeg-turbo`:`brew --prefix libpng`:`brew --prefix zlib` cd libjxl mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF .. cmake --build . -- -j$(nproc) sudo cmake --install .
It does work fine if I run it out of the build/tools/ directory though.
build/tools/
Expected behavior No error when running cjepgli, just the Usage output.
cjepgli
Environment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
"no LC_RPATH's found" error when running cjpegli on macOS after compiling:
To Reproduce
Steps to reproduce the behavior:
It does work fine if I run it out of the
build/tools/
directory though.Expected behavior
No error when running
cjepgli
, just the Usage output.Environment
The text was updated successfully, but these errors were encountered: