[Python-Dev] python build failed on mac (original) (raw)
Vijay N. Majagaonkar vijaymajagaonkar at gmail.com
Fri Jan 20 00:56:25 CET 2012
- Previous message: [Python-Dev] [Python-checkins] cpython (2.7): Issue #13605: add documentation for nargs=argparse.REMAINDER
- Next message: [Python-Dev] python build failed on mac
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all,
I am trying to build python 3 on mac and build failing with following error can somebody help me with this
$ hg clone http://hg.python.org/cpython
$ ./configure $ make
gcc -framework CoreFoundation -o python.exe Modules/python.o libpython3.3m.a -ldl -framework CoreFoundation ./python.exe -SE -m sysconfig --generate-posix-vars Could not find platform dependent libraries Consider setting $PYTHONHOME to [:] python.exe(43296) malloc: *** mmap(size=7310873954244194304) failed (error code=12) *** error: can't allocate region *** set a breakpoint in malloc_error_break to debug make: *** [Lib/_sysconfigdata.py] Segmentation fault: 11 make: *** Deleting file `Lib/_sysconfigdata.py'
;) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20120119/a5ec9c42/attachment.html>
- Previous message: [Python-Dev] [Python-checkins] cpython (2.7): Issue #13605: add documentation for nargs=argparse.REMAINDER
- Next message: [Python-Dev] python build failed on mac
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]