jvmti patch for mingw32
Tom Tromey
tromey@redhat.com
Fri Sep 22 21:15:00 GMT 2006
>>>>> "Marco" == Marco Trudel <mtrudel@gmx.ch> writes:
Marco> natInetAddress.cc uses checkConnect():
Marco> java::lang::SecurityException *ex = checkConnect (host);
Marco> What gives:
Marco> error: 'checkConnect' was not declared in this scope
Marco> But I'm unable to find the defining header... I sent a mail to Gary
Marco> Benson. He desperately searched a win32 tester once he checked that in.
The code is in java/net/natInetAddressWin32.cc.
We make a symlink named natInetAddress.cc during configure.
The headers you want are generated at build time from the .class
files. So look in your build tree for InetAddress.h, etc.
Tom
More information about the Java-patches
mailing list