On Sat, 14 Jul 2007 11:54:26 -0700 James Keenan (via RT) <[EMAIL PROTECTED]> wrote:
> # New Ticket Created by James Keenan > # Please include the string: [perl #43899] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=43899 > > > > I've gotten 'make' failures twice on Darwin this afternoon, both > after 'make realclean' and 'svn update'. (But 'make' is passing on > my Linux box.) > > Please see attached failure report. Thank you very much. I nopasted this in #parrot, but I figured I'd attach it here too. Looks like there are 4 copies of this function, for different system file formats. And r19674 updated the API, but missed one. Anyway, I think this patch will fix your builds. Please test it? Mark
=== src/exec_save.c ================================================================== --- src/exec_save.c (revision 21453) +++ src/exec_save.c (local) @@ -461,7 +461,7 @@ #ifdef EXEC_MACH_O void -Parrot_exec_save(Parrot_exec_objfile_t *obj, const char *file) +Parrot_exec_save(PARROT_INTERP, Parrot_exec_objfile_t *obj, const char *file) { FILE *fp; int i;