jcc compile a simple java class with errors, "void" java method translation may be incorrect

2011-08-20 Thread jason_ni
Hi, I used jcc to compile a very simple java class and found this error: - ... build/_ImJava/__wrap__.cpp: In function ‘PyObject* idm::fudan::edu::cn::org::t_ImJava_get__total(idm::fudan::edu::cn::org::t_ImJava*, void*)’: build/_ImJava/__wrap__.cpp:8412: error:

Re: issue with automatic iterable detection?

2011-08-20 Thread jason_ni
Hi, I tried to compile openrdf Sesame api today, and encountered same problems with Andi. First "parameters" issue. Then I found here by google. Then I upgrade my jcc to 2.10. Then found the "t_JArray" problem... The Java code is: -- public class GraphQueryResultIm

Re: jcc compile a simple java class with errors, "void" java method translation may be incorrect

2011-08-20 Thread Andi Vajda
Hi Jason, On Sat, 20 Aug 2011, jason_ni wrote: I used jcc to compile a very simple java class and found this error: - ... build/_ImJava/__wrap__.cpp: In function ?PyObject* idm::fudan::edu::cn::org::t_ImJava_get__total(idm::fudan::edu::cn::org::t_ImJava*, v

Re: issue with automatic iterable detection?

2011-08-20 Thread Andi Vajda
Hi Jason, On Sat, 20 Aug 2011, jason_ni wrote: I tried to compile openrdf Sesame api today, and encountered same problems with Andi. First "parameters" issue. Then I found here by google. Then I upgrade my jcc to 2.10. Then found the "t_JArray" problem... Could you please where I can downlo