This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: jvmti patch for mingw32
- From: Tom Tromey <tromey at redhat dot com>
- To: gnustuff at thisiscool dot com
- Cc: Marco Trudel <mtrudel at gmx dot ch>, Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 22 Sep 2006 15:06:11 -0600
- Subject: Re: jvmti patch for mingw32
- References: <FCFDJI21YYSTO53RMQK511TA7SQ65FC.451445cf@d9300>
- Reply-to: tromey at redhat dot com
>>>>> "Mohan" == Mohan Embar <gnustuff@thisiscool.com> writes:
>> 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...
Mohan> Are the other broken places similar missing JNICALL declarations
Mohan> or other issues? If they are similar missing declarations, can you
Mohan> combine them into one patch? Thanks for looking into this. If you
Mohan> create a proper ChangeLog, I'll check this in if no one else does.
I'm doing a build here with that patch in place. I also made that
function 'static'. I'll commit when the build is done.
Tom