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. _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
