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
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. There's no $Config{i_syssocket}, though, so it

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