This is the mail archive of the java@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: newlib and the use of fcntl by java


> > This is still broken...  Can you please make sure that you've
> > checked in a consistent set of changes.
> 
> For me it was consistent. See below.
> 
> > /home/rearnsha/gnusrc/egcs-cross/libjava/java/net/natPlainDatagramS
> >ocketImp l.cc:
> >  In
> >    member function `virtual void
> >   
> > java::net::PlainDatagramSocketImpl::connect(java::net::InetAddress*
> >, __java_int)':
> > /home/rearnsha/gnusrc/egcs-cross/libjava/java/net/natPlainDatagramS
> >ocketImp l.cc:
> > 92: error: parse
> >    error before `JvNewStringLatin1'
> > /home/rearnsha/gnusrc/egcs-cross/libjava/java/net/natPlainDatagramS
> >ocketImp l.cc:
> >  In
> >    member function `virtual void
> >    java::net::PlainDatagramSocketImpl::disconnect()':
> > /home/rearnsha/gnusrc/egcs-cross/libjava/java/net/natPlainDatagramS
> >ocketImp l.cc:
> > 99: error: parse
> >    error before `JvNewStringLatin1'
> > gnumake[4]: *** [java/net/natPlainDatagramSocketImpl.lo] Error 1
> 
> This part compiles flawlessly here on my machine. Please supply a 
> patch which fixes it for you.

Well, I'm not a java programmer, I'm just trying to build the compiler so 
I can test and fix other things.  However, first guess would be because

  throw new java::io::SocketException (

Isn't valid because SocketException is part of java::net, not java::io

Have you tested the code with DISABLE_JAVA_NET?

R.


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