This is the mail archive of the java-patches@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]
Other format: [Raw text]

Re: java.net


Michael> I've commited the attached patch.

I now get a build failure:

../../../gcc/libjava/java/net/InetSocketAddress.java: In class `java.net.InetSocketAddress':
../../../gcc/libjava/java/net/InetSocketAddress.java: In constructor `(int)':
../../../gcc/libjava/java/net/InetSocketAddress.java:91: error: Can't find method `getByAddress([B)' in type `java.net.InetAddress'.
   	this.addr = InetAddress.getByAddress (any);
                                  ^
1 error

Sure enough, that method doesn't exist.
I'm guessing you forgot to commit part of the patch.

Tom


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