[issue38014] Python 3.7 does not compile

2019-10-10 Thread Matej Cepl
Change by Matej Cepl : -- nosy: -mcepl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38014] Python 3.7 does not compile

2019-10-10 Thread Teddy Thomas
Change by Teddy Thomas : -- nosy: +tthoma24 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38014] Python 3.7 does not compile

2019-10-10 Thread Chih-Hsuan Yen
Change by Chih-Hsuan Yen : -- nosy: +yan12125 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38014] Python 3.7 does not compile

2019-10-02 Thread Matej Cepl
Matej Cepl added the comment: Sorry, got confused. My openSUSE bug has nothing to do with it. -- ___ Python tracker ___ ___

[issue38014] Python 3.7 does not compile

2019-10-02 Thread Matej Cepl
Matej Cepl added the comment: Isn’t https://bugzilla.suse.com/1152793 (removal of stropts.h from glibc) cause of this? -- nosy: +mcepl ___ Python tracker ___

[issue38014] Python 3.7 does not compile

2019-09-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: #38295 gives error reports for test_py_compile with 3.8, which implies that Python was compiled well enough to run and fail a test. -- nosy: +terry.reedy ___ Python tracker

[issue38014] Python 3.7 does not compile

2019-09-07 Thread Bill Minasian
Bill Minasian added the comment: Under OSX 10.15 beta and Xcode 11.0 beta the following does not work: ./configure --enable-framework DYLD_FRAMEWORK_PATH=/Users/bill/cpython ./python.exe -E -S -m sysconfig --generate-posix-vars ;\ if test $? -ne 0 ; then \ echo

[issue38014] Python 3.7 does not compile

2019-09-04 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- nosy: +barry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38014] Python 3.7 does not compile

2019-09-02 Thread Ned Deily
Ned Deily added the comment: When building a default 64-bit-only Python on current MacOS systems, don't use the --enable-universalsdk (and --with-universal-arch) options to ./configure since system header files are no longer installed in /usr/include. Be aware that you may have to supply

[issue38014] Python 3.7 does not compile

2019-09-02 Thread Daniel
New submission from Daniel : Hi, I use macOS Catalina 10.15. I use Xcode 10 and Xcode 11, but with that configuration, compiling Python 3.7.14 does not work for me. Any idea whats causing this issue? user@Users-MacBook-Pro Python-3.7.4 % ./configure --with-framework-name=python36