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


Tom Tromey wrote:
"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.


Actually I checked all header files in the gcc build and gcc source dir. The only header file defining checkConnect() is java/lang/SecurityManager.h and the signature is wrong.
So either I'm blind, used the search tool wrong, or there's more than a missing header... I'll wait what Gary says about it...



Marco



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