Re: GCJ Native Library Success

2002-11-17 Thread Andrew C. Oliver
Check up with nicola ken. he's working on the build as well. TJ Mather wrote: Hi, My next steps are: 1. Submit gcj PRs for the bugs I encountered, checking against the latest GCJ CVS HEAD. I'll also check the PRs you cc'ed to me to make sure I don't submit duplicate bug reports. 2. Clean up

Re: GCJ Native Library Success

2002-11-17 Thread Martin Aliger
> 1. Submit gcj PRs for the bugs I encountered, checking against the latest > GCJ CVS HEAD. I'll also check the PRs you cc'ed to me to make sure > I don't submit duplicate bug reports. I already subscribe [EMAIL PROTECTED] maling list as well. There is not very high traffic so is followable. Te

Re: GCJ Native Library Success

2002-11-17 Thread TJ Mather
Hi, My next steps are: 1. Submit gcj PRs for the bugs I encountered, checking against the latest GCJ CVS HEAD. I'll also check the PRs you cc'ed to me to make sure I don't submit duplicate bug reports. 2. Clean up the build somewhat. (low priority) 3. Write an Excel export filter for KSpread.

Re: GCJ Native Library Success

2002-11-17 Thread Martin Aliger
Hi, Excelent work! I was trying the same but stopped by some bug in gcj runtime for now. I tried to compile directly from .java into native code. It works now but resulting code does not work yet. That patch I made before was meant more as suggestion to recode to mine purist style, but gcj see

Re: GCJ Native Library Success

2002-11-16 Thread TJ Mather
Ok, http://tjmather.com/poifilter/gcjpoi.patch now includes a patch for TestLittleEndian.java so that ./build.sh now produces no new failures compared to what's in CVS. Thanks, -TJ PS. Current POI in CVS currently produces the following failure: test: Created dir: /home/tjmather/poicvs.orig/b

Re: GCJ Native Library Success

2002-11-16 Thread TJ Mather
Hi, I forgot to patch the test cases, I'll go ahead and do that and upload a new patch to http://tjmather.com/poifilter/gcjpoi.patch in a few minutes, so that build.sh test runs successfully. TJ P.s. Thanks to Martin Aliger for providing the initial patch a while back, it solved a runtime erro

Re: GCJ Native Library Success

2002-11-16 Thread Andrew C. Oliver
Excellent! TJ Mather wrote: Hi, Sounds good. I'd like to donate the work/assign the copyright to the ASF. Thanks, -TJ On Sat, 16 Nov 2002, Andrew C. Oliver wrote: Cool. I plan to apply this patch when I get back from the Apachecon + catchup time if no one else beats me to it! I assum

Re: GCJ Native Library Success

2002-11-16 Thread TJ Mather
Hi, Sounds good. I'd like to donate the work/assign the copyright to the ASF. Thanks, -TJ On Sat, 16 Nov 2002, Andrew C. Oliver wrote: > Cool. I plan to apply this patch when I get back from the Apachecon + > catchup time if no one else beats me to it! > > I assume you're willing to donate

Re: GCJ Native Library Success

2002-11-16 Thread Andrew C. Oliver
Cool. I plan to apply this patch when I get back from the Apachecon + catchup time if no one else beats me to it! I assume you're willing to donate your work to the project? -Andy TJ Mather wrote: Hi, I was able to get Apache POI to compile down to a shared library by compiling *.java -> *.c

Re: GCJ Native Library Success

2002-11-16 Thread Nicola Ken Barozzi
Cool! :-) I'll see if I can add this to our build process in the near future. Thanks! TJ Mather wrote: Hi, I was able to get Apache POI to compile down to a shared library by compiling *.java -> *.class using Ant with Sun JDK, then running gcj -shared -o poi.so `cat classlist.txt` where the cl

GCJ Native Library Success

2002-11-16 Thread TJ Mather
Hi, I was able to get Apache POI to compile down to a shared library by compiling *.java -> *.class using Ant with Sun JDK, then running gcj -shared -o poi.so `cat classlist.txt` where the classlist contained the core HSSF files (not the ones that used Swing, etc)[1]. I had to compile FormulaPa