Re: [pypy-dev] Windows build possibility on Amazon

2011-09-01 Thread Caleb Hattingh
On 02 Sep 2011, at 12:24 AM, Andrew Dalke wrote: > I was talking with Laura and she said there's still no good > way to get pypy builds for Windows. I have also been struggling to build pypy on my own windows box, either with msvc2010 or mingw. I would preferably like to be able to use mingw, be

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 21:29, Amaury Forgeot d'Arc wrote: > Actually it's enough to change the declaration of ssize_t in > multibytecodec.h: long instead of int. Ok, I am going to give that a shot. MSVC also failed (with a very long list of errors). Back to mingw it is. regards Caleb _

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 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

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 16:04, Amaury Forgeot d'Arc wrote: > 2011/8/19 Caleb Hattingh > I had the same issue with a machine where libffi-dev is not available. > The first fix is to modify pypy/jit/metainterp/optimizeopt/fficall.py > and move the line "from pypy.rlib.libffi impor

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 14:48, Caleb Hattingh wrote: > I have tried placing ffi.h (and ffi_common.h and ffitarget.h) in > various strategic places, but to no avail. It seems this particular problem (libffi for mingw) was discussed in IRC by Varriount: http://www.tismer.com/pypy/irc-logs/pyp

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

2011-08-19 Thread Caleb Hattingh
d figure it out on my own eventually, but perhaps someone could save me a little time? In exchange, I would be happy to write a more detailed doc section for building pypy on windows from source using mingw. kind regards Caleb Hattingh ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev

[pypy-dev] pypy 1.5 on Windows: sqlite connection args

2011-06-05 Thread Caleb Hattingh
In lib-pypy/_sqlite3.py, line 239 (in Win 1.5 stable release) in class Connection(object): def __init__(self, database, isolation_level="", detect_types=0, timeout=None, cached_statements=None, factory=None): ...might need to become: def __init__(self, database, isolation_level="", detect_types=