[issue41100] Support macOS 11 and Apple Silicon Macs

2021-04-15 Thread Harlan Cheer


Harlan Cheer  added the comment:

@ned.deily sorry about that, will do that in the future. Thanks for replying.

in regard to the extra args, those were all added in an attempt to make things 
work, I should probably have shown an earlier log that excluded them. I wasn't 
sure setup.py would be the right place to look for more, I'll take a look there.

Thanks

--
type:  -> compile error

___
Python tracker 
<https://bugs.python.org/issue41100>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41100] Support macOS 11 and Apple Silicon Macs

2021-04-15 Thread Harlan Cheer


Harlan Cheer  added the comment:

Trying to build from source to Apple M1 Big Sur (macOS 11), and it's failing to 
compile the standard library extension modules. It seems to be that the .c 
files are not being located properly, but looking in Modules/ I can see all the 
required source files are there. attached is a typical build log, have tried a 
variety of options to no avail. Similar build configurations have worked for 
previous MacOS releases, which leads me to believe this is something else. I've 
searched fairly exhaustively for any information related to this and come up 
with nothing.

--
nosy: +harlantc
type:  -> compile error
Added file: https://bugs.python.org/file49962/build.log

___
Python tracker 
<https://bugs.python.org/issue41100>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com