Closed bzuruce closed 1 year ago
Was able to replicate and I think the core issue is not the architecture or OS version; but, how wxWidgets was compiling on the GitHub runner instance.
It looks like the installation of brew
has libraries which are getting dynamically linked to during the build (based on inspecting it with otool
):
/usr/local/opt/jpeg-turbo/lib/libjpeg.8.dylib (compatibility version 8.0.0, current version 8.2.2)
/usr/local/opt/libtiff/lib/libtiff.5.dylib (compatibility version 14.0.0, current version 14.0.0)
Newly generated dmg file.
When I launch ucblogo on my m1 macbook pro (2020), I see this: