This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: jvmti patch for mingw32
- From: Marco Trudel <mtrudel at gmx dot ch>
- To: gnustuff at thisiscool dot com
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Fri, 22 Sep 2006 22:46:44 +0200
- Subject: Re: jvmti patch for mingw32
- References: <FCFDJI21YYSTO53RMQK511TA7SQ65FC.451445cf@d9300>
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