Re: [perl #22914] [PATCH] portability problems on FreeBSD

2003-07-13 Thread Leopold Toetsch
Lars Balker Rasmussen <[EMAIL PROTECTED]> wrote: [ patch ] Applied. Thanks. leo

[perl #22914] [PATCH] portability problems on FreeBSD

2003-07-11 Thread via RT
# New Ticket Created by Lars Balker Rasmussen # Please include the string: [perl #22914] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=22914 > Having publically and repeatedly embarrassed myself on perl6-internals today, I

Re: [PATCH] portability problems on FreeBSD

2003-07-11 Thread Lars Balker Rasmussen
Lars Balker Rasmussen <[EMAIL PROTECTED]> writes: > Whoa, that didn't work too well. Let's try again: > > gcc on FreeBSD (and I'd imagine others) complains over an fprintf > in exceptions.c. > > malloc.h is deprecated on FreeBSD 5, and will make various > configuration tests fail. The following p

Re: [PATCH] portability problems on FreeBSD

2003-07-11 Thread Lars Balker Rasmussen
Lars Balker Rasmussen <[EMAIL PROTECTED]> writes: > Whoa, that didn't work too well. Let's try again: > > gcc on FreeBSD (and I'd imagine others) complains over an fprintf > in exceptions.c. > > malloc.h is deprecated on FreeBSD 5, and will make various > configuration tests fail. The following p

Re: [PATCH] portability problems on FreeBSD

2003-07-11 Thread Lars Balker Rasmussen
Index: exceptions.c === RCS file: /cvs/public/parrot/exceptions.c,v retrieving revision 1.17 diff -u -a -r1.17 exceptions.c --- exceptions.c 10 Jul 2003 16:56:46 - 1.17 +++ exceptions.c 11 Jul 2003 13:29:01 - @@ -119,7 +119,7 @

[PATCH] portability problems on FreeBSD

2003-07-11 Thread Lars Balker Rasmussen
exceptions.patch Description: Binary data malloc.patch Description: Binary data Makefile.patch Description: Binary data