This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: RFT: The remainder of the InetAddress merge
- From: Mohan Embar <gnustuff at thisiscool dot com>
- To: Gary Benson <gbenson at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Sat, 23 Sep 2006 09:20:02 -0500
- Subject: Re: RFT: The remainder of the InetAddress merge
- Reply-to: gnustuff at thisiscool dot com
Hi Gary,
>This patch is the second half of the InetAddress merge whose first
>half I committed earlier today. It removes GCJ's custom InetAddress,
>and replaces the glue methods in VMInetAddress with real native code.
I am trying to build on Win32 with the patch you sent me off list on
21 Sep and am getting this. Probably something simple like a conflicting
declaration but I won't be able to look into this more until at least
tonight:
java/net/natVMInetAddress.cc: In static member function 'static java::lang::String* java::net::VMInetAddress::getHostByAddr(JArray<__java_byte>*)':
java/net/natVMInetAddress.cc:64: error: no matching function for call to 'JvSynchronize::JvSynchronize(java::lang::Class&)'
/datal/gcc/gcc/libjava/gcj/cni.h:98: note: candidates are: JvSynchronize::JvSynchronize(java::lang::Object* const&)
/datal/gcc/gcc/libjava/gcj/cni.h:94: note: JvSynchronize::JvSynchronize(const JvSynchronize&)
java/net/natVMInetAddress.cc: In static member function 'static JArray<JArray<__java_byte>*>* java::net::VMInetAddress::getHostByName(java::lang::String*)':
java/net/natVMInetAddress.cc:81: error: no matching function for call to 'JvSynchronize::JvSynchronize(java::lang::Class&)'
/datal/gcc/gcc/libjava/gcj/cni.h:98: note: candidates are: JvSynchronize::JvSynchronize(java::lang::Object* const&)
/datal/gcc/gcc/libjava/gcj/cni.h:94: note: JvSynchronize::JvSynchronize(const JvSynchronize&)
-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/