RFT: The remainder of the InetAddress merge
Mohan Embar
gnustuff@thisiscool.com
Sat Sep 23 14:20:00 GMT 2006
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/
More information about the Java-patches
mailing list