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: RFT: The remainder of the InetAddress merge


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/





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