Re: [pypy-dev] help with translation (error in JIT code)

2011-05-22 Thread wlavrijsen
Hi, replying to myself: it was a pointer of char passed through some rpython code to an external C function that was declared with a pointer of void for the argument list. Fixed now. :) Best regards, Wim -- wlavrij...@lbl.gov--+1 (510) 486 6411--www.lavrijsen.net

[pypy-dev] [freebsd] pypy-1.5.0 fails to compile sandbox

2011-05-22 Thread David Naylor
Hi, I'm trying to compile pypy with the sandbox option however it fails with: cc -pthread -Wl,--export-dynamic,--version-script=../dynamic-symbols-0 -o pypy-c testing_1.o structimpl.o nonfuncnodes.o nonfuncnodes_1.o nonfuncnodes_2.o nonfuncnodes_3.o nonfuncnodes_4.o nonfuncnodes_5.o nonf

Re: [pypy-dev] JVM backend - status and future work possibilities?

2011-05-22 Thread Bo Chen
Anto, Thanks for your patient. I will read the code of RPython first. Bo Chen On Sat, May 21, 2011 at 6:22 PM, Antonio Cuni wrote: > On 16/05/11 17:10, Bo Chen wrote: > > Anto, > > Hello Bo, > (I've CCed pypy-dev again, please click "reply all" to make sure the list > is > included) > > > Is t