[pypy-dev] Build pypy 1.6 on Windows XP with MinGW: can't find ffi.h

2011-08-19 Thread Caleb Hattingh
Hi This is a really silly thing, but I am hoping someone who has done this before can just give me the one-liner answer. I am trying to build pypy 1.6 on Windows XP using MinGW (in an MSYS environment). The build gets started, and I see a bit of Mandelbrot, but when the time comes for JIT, I

Re: [pypy-dev] Build pypy 1.6 on Windows XP with MinGW: can't find ffi.h

2011-08-19 Thread Caleb Hattingh
On 19 August 2011 18:55, Caleb Hattingh caleb.hatti...@gmail.com wrote: I ran out of memory some time after the JIT had successfully compiled, so now I am trying PYPY_GC_MAX_DELTA=200MB pypy --jit loop_longevity=300 ./translate.py -Ojit as suggested in the help page.  Will post here again if