This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/16658] errors compiling saxon xslt library
- From: "jbarnett at 2wire dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jul 2004 17:57:28 -0000
- Subject: [Bug java/16658] errors compiling saxon xslt library
- References: <20040721172610.16658.jbarnett@2wire.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From jbarnett at 2wire dot com 2004-07-21 17:57 -------
Clarification: for the AbstractNode.java problem, it's not actually all the
classes in the com.icl.saxon.om package that fail, just the ones that implement
the "Node, NodeInfo, SourceLocator, DOMLocator" interfaces.
The common class definition that fails is:
public abstract class XXX implements Node, NodeInfo, SourceLocator, DOMLocator {
...
}
files that succeed either do not inherit or implement classes, or are classes
taht extend Exception, or interfaces that exetend NodeInfo
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16658