Changes between Initial Version and Version 1 of Ticket #63492, comment 4
- Timestamp:
- Sep 16, 2021, 10:01:04 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63492, comment 4
initial v1 2 2 3 3 It would be great if Ryan Schmidt's suggestion works, perhaps as a strictly temporary fix, namely to replace 4 {{{ 5 cdll.LoadLibrary('libopenslide.0.dylib') 6 }}} 4 {{{cdll.LoadLibrary('libopenslide.0.dylib')}}} 7 5 by 8 {{{ 9 cdll.LoadLibrary('/opt/local/lib/libopenslide.0.dylib') 10 }}} 6 {{{cdll.LoadLibrary('/opt/local/lib/libopenslide.0.dylib')}}} 11 7 I'm concerned that Ryan's rewriting suggestion might take much longer. 12 8 13 9 In my original ticket, I forgot to say that my Xcode is version 12.5.1, though I can't be sure that I ported py-openslide using that version. In any case the version of Xcode doesn't now seem to be relevant. 14 10 15 11 I ran Ryan's suggested command: 12 {{{otool -L /opt/local/lib/libopenslide.0.dylib | grep openslide}}} 13 and obtained 14 {{{/opt/local/lib/libopenslide.0.dylib (compatibility version 5.0.0, current version 5.1.0)}}}