public inbox for java@gcc.gnu.org
 help / color / mirror / Atom feed
* gcj on apache poi
@ 2008-08-06  2:50 kopikosong
  2008-08-06 11:51 ` Andrew Haley
  0 siblings, 1 reply; 2+ messages in thread
From: kopikosong @ 2008-08-06  2:50 UTC (permalink / raw)
  To: java


I am trying to compile gcj as a shared libaray which I can load from my
applications
I have included xml-apis.jar as I have a compilation error for
javax.xml.parsers.DocumentBuilderFactory

gcj -shared -classpath xml-apis.jar -Lxml-apis.jar.so
poi-3.1-FINAL.jar -o poi-3.1-FINAL.jar.so  -findirect-dispatch
-Bsymbolic

My gcj is 3.4.5

But now I have another problem..

org/apache/poi/hssf/record/formula/functions/XYNumericFunction.java:
In class `org.apache.poi.hssf.record.formula.functions.XYNumericFunction':
org/apache/poi/hssf/record/formula/functions/XYNumericFunction.java:
In method
`org.apache.poi.hssf.record.formula.functions.XYNumericFunction.getValues(org.apache.poi.hssf.record.formula.eval.Eval,org.apache.poi.hssf.record.formula.eval.Eval)':
org/apache/poi/hssf/record/formula/functions/XYNumericFunction.java:135:
error: verification error at PC=106
org/apache/poi/hssf/record/formula/functions/XYNumericFunction.java:135:
error: invalid argument type
org/apache/poi/hssf/record/formula/functions/XYNumericFunction.java:135:
error: expected type 'org.apache.poi.hssf.record.formula.eval.Eval[]'
but stack contains 'java.lang.Object[]'
org/apache/poi/hssf/usermodel/HSSFPicture.java: In class
`org.apache.poi.hssf.usermodel.HSSFPicture':
org/apache/poi/hssf/usermodel/HSSFPicture.java: In method
`org.apache.poi.hssf.usermodel.HSSFPicture.getResolution(javax.imageio.ImageReader)':
org/apache/poi/hssf/usermodel/HSSFPicture.java:198: error: cannot find
file for class javax.imageio.ImageReader
org/apache/poi/hssf/usermodel/HSSFPicture.java:198: error: cannot find
file for class javax.imageio.metadata.IIOMetadata
org/apache/poi/hssf/usermodel/HSSFPicture.java:202: error: cannot find
file for class javax.imageio.ImageReader
org/apache/poi/hssf/usermodel/HSSFPicture.java:202: confused by
earlier errors, bailing out
-- 
View this message in context: http://www.nabble.com/gcj-on-apache-poi-tp18843403p18843403.html
Sent from the gcc - java mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: gcj on apache poi
  2008-08-06  2:50 gcj on apache poi kopikosong
@ 2008-08-06 11:51 ` Andrew Haley
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Haley @ 2008-08-06 11:51 UTC (permalink / raw)
  To: kopikosong; +Cc: java

kopikosong wrote:
> I am trying to compile gcj as a shared libaray which I can load from my
> applications
> I have included xml-apis.jar as I have a compilation error for
> javax.xml.parsers.DocumentBuilderFactory
> 
> gcj -shared -classpath xml-apis.jar -Lxml-apis.jar.so
> poi-3.1-FINAL.jar -o poi-3.1-FINAL.jar.so  -findirect-dispatch
> -Bsymbolic
> 
> My gcj is 3.4.5

Frankly, I'm not interested.  gcj 3.4.x is ancient history, and
I'm not going to fix any bugs in it.

Andrew.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-06 11:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-06  2:50 gcj on apache poi kopikosong
2008-08-06 11:51 ` Andrew Haley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).