[pypy-dev] Failed to translate PyPy Python interpreter on Snow Leopard

Armin Rigo arigo at tunes.org
Sun Dec 13 13:08:53 CET 2009


Hi Olli,

On Sun, Dec 13, 2009 at 02:22:54AM +0800, Olli Wang wrote:
> and tried to translate the PyPy Python interpreter on Snow Leopard. But
> unfortunately it always failed unexpectedly after a long time translating.
> Here's the error messages, any idea? Thanks.

Ah, it's about clock_gettime(), which is a standard POSIX function that
does not exist on Mac OS/X.  Should be fixed now; can you try again?

You can try by compiling a much smaller program than the whole PyPy
interpreter first.  For example:   ./translate.py targetgcbench


A bientot,

Armin.



More information about the Pypy-dev mailing list