This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Starting with gcj - having problems
>>>>> "Heiko" == Heiko Nardmann <h.nardmann@secunet.de> writes:
Heiko> gcj -I./oracle -C HTMLappData.java
Heiko> HTMLappData.java:33319: Type `HtmlHead' also potentially defined in package
Heiko> `oracle.html'.
This is interesting because the line number seems totally wrong.
Anyway, it is hard to say whether this represents a compiler bug or
something odd in your package, since I don't know enough about your
package. Could you try to reproduce the problem to a small example I
could try?
Tom