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
$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
The text was updated successfully, but these errors were encountered:
This prevents running of the binary:
The text was updated successfully, but these errors were encountered: