X-Plane / xptools

X-Plane Scenery Tools: WorldEditor (WED) and more
92 stars 35 forks source link

macOS 12.3 no longer ships with EOL python2 #25

Closed rromanchuk closed 1 year ago

rromanchuk commented 2 years ago

current libgeotiff target expects python2, historically shipped as system python for mac. https://github.com/X-Plane/xptools_libs/blob/master/Makefile#L549

Now system python ships with @3, so @2 would be a prerequisite for 12.3 users. 0002-libgeotiff-1.4.2-python2.patch makes this easier to catch at build by forcing the python2, but easy to miss if you aren't tailing stdout closely

meikelm commented 1 year ago

MacOS build have been fixed quite some time ago already, but the changes have not yet been to master. See branch wed_250_release to build working xptools on macOS.