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: jvmti patch for mingw32


Mohan Embar wrote:
Hi Marco,

Building for mingw32 is currently broken at multiple places. This is the first patch. I'll see if I can fix the others as well...

Are the other broken places similar missing JNICALL declarations or other issues? If they are similar missing declarations, can you combine them into one patch?

It's the only missing JNICALL. The second problem is that


natInetAddress.cc uses checkConnect():
   java::lang::SecurityException *ex = checkConnect (host);
What gives:
   error: 'checkConnect' was not declared in this scope

But I'm unable to find the defining header... I sent a mail to Gary Benson. He desperately searched a win32 tester once he checked that in.

The rest compiled flawless...


Thanks for looking into this. If you
create a proper ChangeLog, I'll check this in if no one else does.

Attached... Thanks...



Marco
--- ChangeLog	2006-09-22 22:40:49.000000000 +0200
+++ ChangeLog	2006-09-22 22:40:18.000000000 +0200
@@ -1,3 +1,7 @@
+2006-09-22 Marco Trudel <mtrudel@gmx.ch>
+
+	* jvmti.cc (_Jv_JVMTI_GetErrorName): Added missing "JNICALL" specifier
+
 2006-09-21  Keith Seitz  <keiths@redhat.com>
 
 	* jvmti.cc (_Jv_JVMTI_DisposeEnvironment): Check for enabled

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