The gcc people say this won't be fixed in 3.4, because the changes are invasive. They'll fix it for 3.5

There are also some internal compiler errors in other files, so I don't know whether a freenet.gccbugs class with the missing functionality would be useful.

Comments welcome

Ruben Garcia wrote:
Ok, next is

OpenConnectionManager.java:1954: error: Can't find method `replaceAll(Ljava/lang
/String;Ljava/lang/String;)' in type `java.lang.String'.


replaceAll does not exist in gcj implementation.
It was added in the 1.3.1 to 1.4.1 transition of java .

We can either create a fallback replaceAll, or wait until ReplaceAll is implemented, which shouldn't be long

_______________________________________________
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Reply via email to