public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "bryce at mckinlay dot net dot nz" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libgcj/12388] mingw32 target fails to build libjava
Date: Thu, 25 Sep 2003 05:51:00 -0000	[thread overview]
Message-ID: <20030925030251.9075.qmail@sources.redhat.com> (raw)
In-Reply-To: <20030924093520.12388.brawer@dandelis.ch>

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12388


bryce at mckinlay dot net dot nz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From bryce at mckinlay dot net dot nz  2003-09-25 03:02 -------
Sorry about that. My changes to natPlainSocketImplWin32.cc missed a couple of includes. I'm 
checking in the fix below, let me know if it works.

Index: natPlainSocketImplWin32.cc
============================================================
=======
RCS file: /cvs/gcc/gcc/libjava/gnu/java/net/natPlainSocketImplWin32.cc,v
retrieving revision 1.3
diff -u -r1.3 natPlainSocketImplWin32.cc
--- natPlainSocketImplWin32.cc  24 Sep 2003 05:38:36 -0000      1.3
+++ natPlainSocketImplWin32.cc  25 Sep 2003 03:00:51 -0000
@@ -14,6 +14,8 @@
 #undef MIN_PRIORITY
 
 #include <gnu/java/net/PlainSocketImpl.h>
+#include <gnu/java/net/PlainSocketImpl$SocketInputStream.h>
+#include <gnu/java/net/PlainSocketImpl$SocketOutputStream.h>
 #include <java/io/IOException.h>
 #include <java/io/InterruptedIOException.h>
 #include <java/net/BindException.h>


  parent reply	other threads:[~2003-09-25  3:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-24 13:08 [Bug libgcj/12388] New: " brawer at dandelis dot ch
2003-09-24 13:10 ` [Bug libgcj/12388] " brawer at dandelis dot ch
2003-09-25  5:51 ` bryce at mckinlay dot net dot nz [this message]
2003-09-25  6:26 ` cvs-commit at gcc dot gnu dot org
2003-09-25  8:35 ` brawer at dandelis dot ch
2003-09-25 11:35 ` bryce at mckinlay dot net dot nz
2003-09-25 12:23 ` brawer at dandelis dot ch
2003-09-25 19:43 ` pinskia at gcc dot gnu dot org
2003-10-17 18:17 ` [Bug libgcj/12388] [3.4 Regression] " pinskia at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030925030251.9075.qmail@sources.redhat.com \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).