|
From: Hanspeter N. <fi...@sn...> - 2020-06-05 12:10:58
|
On 5/31/20 12:04 PM, Zhu, Jianxin via Fink-users wrote: > Dear Luigi, > > In your description for iMac, you meant python27_2.7.18-1 or 2, right? > > We are also aware that Xcode and CLT 11.3.1 is supposed to be for MacOSX 10.5 (Catalina) not for 10.4 (Mojave). This is what was installed on my MacBook. > But I hope this is not the root cause of failure to build python27_2.7.18-2. According to this: https://xcodereleases.com/ Xcode 11.3.1 is available for 10.14.4+ Jianxin, according to your original message you have: > Xcode.app: 11.3.1 > Xcode command-line tools: 10.3.0.0.1.1562985497 There's a mismatch there in the versions. What happens if you update the command line tools to 11.3.1 to match Xcode.app ? Or downgrade the Xcode.app to 10.3.0 to match the command line tools? Hanspeter |