Can't find method 'access1ドル(I)'
Andrew Haley
aph@redhat.com
Thu Mar 16 11:05:00 GMT 2006
Shaun Jackman writes:
> In attempting to compile Azureus 2.4.0.0 with gcj 4.1, I ran into the error
>
> Can't find method 'access1ドル(I)'
>
> This seems to me to be a compiler error. The line numbers mentioned in
> the errors are the last line of the source file, line 1890, and the
> first line of the source file, which seems unusual (unlikely) to me.
We hope to abandon our own parser and move to using ecj as the
front-end for gcj. Because of this, you may not find many people
prepared to work on finicky details such as this one.
I suggest that you try to compile the sources with ecj rather than
gcj. If you want native compilation, you can then use gcj's
bytecode->native compiler. I accept that this is a little
inconvenient, but it will get around your current difficulties.
Andrew.
More information about the Java
mailing list