On Mon, 18 Mar 2013, Farshid Mossaiby wrote: > Hi, > ? > Can this help? > ? > https://bitbucket.org/monaka/msys-python
nope - for one it appears to be abandoned by author >>>>>> Masaki Muranaka stopped following monaka/msys-python 2012-04-02 Masaki Muranaka pushed to monaka/msys-python 2012-04-02 a67c153 - For MinGW support. It is similar to http://bugs.python.org/issue9098 . 7e559e8 - Quick hack for msys support. This should be reverted and fixed later. f2aec16 - For msys support. 31e0d15 - From Python-2.7.2.tar.bz2 . 31e0d15 - From Python-2.7.2.tar.bz2 . Masaki Muranaka created monaka/msys-python 2012-04-02 <<<<<< And neither the tarball nor the git repo compiles. I still don't understand why this stuff is prefered over cygwin. Satish ----------- balay at Win7-KVM ~/soft/build/monaka-msys-python-a67c153588ec $ make gcc -pthread -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstri ct-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE \ -DSVNVERSION="\"`LC_ALL=C echo Unversioned directory`\"" \ -DHGVERSION="\"`LC_ALL=C `\"" \ -DHGTAG="\"`LC_ALL=C `\"" \ -DHGBRANCH="\"`LC_ALL=C `\"" \ -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c rm -f libpython2.7.a ar rc libpython2.7.a Modules/getbuildinfo.o ar rc libpython2.7.a Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser /node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o P arser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/toke nizer.o ar rc libpython2.7.a Objects/abstract.o Objects/boolobject.o Objects/bufferobjec t.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/capsule.o Objects/ cellobject.o Objects/classobject.o Objects/cobject.o Objects/codeobject.o Object s/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions. o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameob ject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/lis tobject.o Objects/longobject.o Objects/dictobject.o Objects/memoryobject.o Objec ts/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Obj ects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/stringobjec t.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakr efobject.o Objects/unicodeobject.o Objects/unicodectype.o ar rc libpython2.7.a Python/_warnings.o Python/Python-ast.o Python/asdl.o Python /ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Pyth on/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversi on.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python /modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/py arena.o Python/pyctype.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/ pythonrun.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/tr aceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/dtoa.o Pyth on/formatter_unicode.o Python/formatter_string.o Python/dynload_stub.o Python/fi leblocks.o Python/thread.o C:\MinGW\bin\ar.exe: Python/fileblocks.o: No such file or directory make: *** [libpython2.7.a] Error 1 balay at Win7-KVM ~/soft/build/monaka-msys-python-a67c153588ec $ balay at Win7-KVM ~/soft/build/msys-python $ make ./Parser/asdl_c.py -h ./Include ./Parser/Python.asdl /usr/bin/env: python: No such file or directory make: *** [Include/Python-ast.h] Error 127
