This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/16653] incompatible type on stack
- From: "mwteng at hotmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jul 2004 02:43:26 -0000
- Subject: [Bug java/16653] incompatible type on stack
- References: <20040721062243.16653.mwteng@hotmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From mwteng at hotmail dot com 2004-07-22 02:43 -------
(In reply to comment #8)
> > I have no idea will it run with gij and how I should make it run with it.
> You run "gij" just like you run "java" from the JDK/JRE.
> Run "gij --help" for help on the options (you will just
> need to use the --classpath option).
> Exactly which version of Xerces are you using?
> For this particular case can you please attach the
> output of running:
> jcf-dump -c --classpath xercesImpl.jar
org.apache.xerces.parsers.XML11Configuration
> (redirected, of course, to a file that you can upload)?
Based on my last reply ... I couldn't find the XML11Configuration file.
With the new downloaded copy of xerces-j-2.6.2. I managed to perform the jcf-
dump (file: jcf-dump-xercesImpl-output.txt). However, it failed during
compilation (e.g. gcj -c xercesImpl.jar) and the error can be found in
file 'gcj-xercesImpl-output.txt).
The mentioned two output files will be forwarded to you in separated
email...again I failed to attached them from here...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16653