Skip to content
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

Binary package 0.6.5 ARM has dependency on home brew #62

Open
blowekamp opened this issue Jul 16, 2024 · 0 comments
Open

Binary package 0.6.5 ARM has dependency on home brew #62

blowekamp opened this issue Jul 16, 2024 · 0 comments

Comments

@blowekamp
Copy link

$otool -L ~/Downloads/castxml/bin/castxml 
/Users/blowekamp/Downloads/castxml/bin/castxml:
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1336.0.0)
	/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.12)
	/opt/homebrew/opt/zstd/lib/libzstd.1.dylib (compatibility version 1.0.0, current version 1.5.6)
	/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 1600.151.0)
	/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 2048.1.255)

This prevents running of the binary:

$~/scratch/itk-wrap/Wrapping/Generators/CastXML/castxml/bin/castxml
dyld[40655]: Library not loaded: '/opt/homebrew/opt/zstd/lib/libzstd.1.dylib'
  Referenced from: '/Users/blowekamp/scratch/itk-wrap/Wrapping/Generators/CastXML/castxml/bin/castxml'
  Reason: tried: '/opt/homebrew/opt/zstd/lib/libzstd.1.dylib' (no such file), '/usr/local/lib/libzstd.1.dylib' (no such file), '/usr/lib/libzstd.1.dylib' (no such file)
Abort trap: 6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant