Re: odd error; JCC bug?

2012-11-10 Thread Andi Vajda
On Thu, 1 Nov 2012, Bill Janssen wrote: I was trying to wrap the Java parts of JModelica. So, here's a cookbook to reproduce the problem: % svn checkout https://svn.jmodelica.org/tags/1.8 src % cd src/Compiler/ModelicaCompiler % setenv ANT_OPTS -Xmx1000m % ant % python -m jcc --jar

Re: odd error; JCC bug?

2012-11-01 Thread Andi Vajda
Hi Bill, On Thu, 1 Nov 2012, Bill Janssen wrote: I've installed JCC-2.14 in Python 2.7.3 on OS X Leopard with gcc-4.2, and I'm trying to wrap a library with % python -m jcc --jar ../bin/GoodStuff.jar --jar ../bin/MoreGoodStuff.jar --include ../bin/Prereqs.jar --python goodstuff --files 10

Re: odd error; JCC bug?

2012-11-01 Thread Bill Janssen
Andi Vajda va...@apache.org wrote: Hi Bill, Hi, Andi. On Thu, 1 Nov 2012, Bill Janssen wrote: I've installed JCC-2.14 in Python 2.7.3 on OS X Leopard with gcc-4.2, and I'm trying to wrap a library with % python -m jcc --jar ../bin/GoodStuff.jar --jar ../bin/MoreGoodStuff.jar