This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problem compiling Sun XML Parser with gcj


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 ]



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]