Problem compiling Sun XML Parser with gcj
Bryce McKinlay
bryce@albatross.co.nz
Sun Feb 11 14:47:00 GMT 2001
Denis Perchine wrote:
> ./com/sun/xml/parser/Parser.java: In class `com.sun.xml.parser.Parser':
> ./com/sun/xml/parser/Parser.java: In method
> `com.sun.xml.parser.Parser.chooseLocale(java.lang.String[])':
> ./com/sun/xml/parser/Parser.java:199: Can't find method
> `chooseLocale([Ljava/lang/String;)' in type `'. Candidates are:
> `com.sun.xml.parser.Parser.chooseLocale(java.lang.String[])' in
> `com.sun.xml.parser.Parser'
> `com.sun.xml.util.MessageCatalog.chooseLocale(java.lang.String[])' in
> `com.sun.xml.util.MessageCatalog'.
> Locale l = messages.chooseLocale (languages);
> ^
> 1 error
This looks like the bug I discovered yesterday and submitted as PR java/1932:
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=1932&database=gcc
I will try to have a look at this soon if no-one else comes up with a fix.
> ./com/sun/xml/parser/ValidatingParser.java: In class
> `com.sun.xml.parser.ValidatingParser':
> ./com/sun/xml/parser/ValidatingParser.java: In method
> `com.sun.xml.parser.ValidatingParser.newValidator(com.sun.xml.parser.ElementDecl)':
> ./com/sun/xml/parser/ValidatingParser.java:242: Internal error: ïÃÂÃÂÃÂÃÂÃÂ
> ÃÂÃÂ
ÃÂÃÂÃÂ
ÃÂÃÂÃÂÃÂÃÂÃÂ.
> Please submit a full bug report.
Hmm, I havn't seen this one.
regards
[ bryce ]
More information about the Java
mailing list