RE: [perl #24188] [PATCH] io/io_unix.c fails on OS X

2003-10-13 Thread Melvin Smith
At 04:15 PM 10/13/2003 -0400, Dan Sugalski wrote: On Mon, 13 Oct 2003, Adam Thomason wrote: > Hmm, this still fails on AIX, since the guard > (PARROT_HAS_HEADER_SYSSOCKIO) and the header (sys/socket.h) don't match. > I don't have sys/sockio.h, but sys/socket.h is required to prevent the > same siz

RE: [perl #24188] [PATCH] io/io_unix.c fails on OS X

2003-10-13 Thread Dan Sugalski
On Mon, 13 Oct 2003, Adam Thomason wrote: > Hmm, this still fails on AIX, since the guard > (PARROT_HAS_HEADER_SYSSOCKIO) and the header (sys/socket.h) don't match. > I don't have sys/sockio.h, but sys/socket.h is required to prevent the > same sizeof(incomplete type) error that Michael reported.

RE: [perl #24188] [PATCH] io/io_unix.c fails on OS X

2003-10-13 Thread Adam Thomason
nt: Saturday, October 11, 2003 3:16 PM > To: [EMAIL PROTECTED] > Subject: [perl #24188] [PATCH] io/io_unix.c fails on OS X > > > # New Ticket Created by Michael Scott > # Please include the string: [perl #24188] > # in the subject line of all future correspondence

Re: [perl #24188] [PATCH] io/io_unix.c fails on OS X

2003-10-11 Thread Melvin Smith
Applied to parrot.h, thanks. -Melvin At 10:15 PM 10/11/2003 +, via RT wrote: # New Ticket Created by Michael Scott # Please include the string: [perl #24188] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=24188 > The file

[perl #24188] [PATCH] io/io_unix.c fails on OS X

2003-10-11 Thread via RT
# New Ticket Created by Michael Scott # Please include the string: [perl #24188] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=24188 > The file io/io_unix.c is failing to compile on OS X 10.2.6 with gcc 3.3 with the follo