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


>>>>> "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


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