Hi,

I am thinking about contributing to the JVM backend, and I'm trying to
build the basic translator for a start. I'm trying out the jvm-improvements
branch since there has been some recent work done there, but I can't seem
to get it to build. Here's my setup: 32-bit Ubuntu, OpenJDK 6, building
with `python translate.py --opt=0 --backend=jvm targetpypystandalone.py`.
The translation fails with:

[translation:ERROR]    File
"/mnt/hgfs/jez/src/pypy/pypy/translator/jvm/database.py", line 493, in
lltype_to_cts
[translation:ERROR]     raise AssertionError("Untranslatable type %s!" %
OOT)
[translation:ERROR]  AssertionError: Untranslatable type * Struct timespec
{ c_tv_sec, c_tv_nsec }!

Am I doing something wrong, or is this failure expected?

Jez
_______________________________________________
pypy-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to