Changes between Initial Version and Version 1 of Ticket #63492, comment 4


Ignore:
Timestamp:
Sep 16, 2021, 10:01:04 AM (3 years ago)
Author:
DavidBAEpstein
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63492, comment 4

    initial v1  
    22
    33It 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')}}}
    75by
    8 {{{
    9 cdll.LoadLibrary('/opt/local/lib/libopenslide.0.dylib')
    10 }}}
     6{{{cdll.LoadLibrary('/opt/local/lib/libopenslide.0.dylib')}}}
    117I'm concerned that Ryan's rewriting suggestion might take much longer.
    128
    139In 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.
    1410
    15 
     11I ran Ryan's suggested command:
     12{{{otool -L /opt/local/lib/libopenslide.0.dylib | grep openslide}}}
     13and obtained
     14{{{/opt/local/lib/libopenslide.0.dylib (compatibility version 5.0.0, current version 5.1.0)}}}