On Sunday 19 August 2007 06:49:46 James Keenan wrote:

> After many months of successful 'make'-ing on my iBook, Parrot has
> started to fail in the past couple of days.
>
> For the first version of the failure, see http://nopaste.snit.ch:
> 8001/10934
>
> For the latest failure, see attachments.

Does this patch help?

-- c

=== src/exec.c
==================================================================
--- src/exec.c	(revision 5388)
+++ src/exec.c	(local)
@@ -60,6 +60,8 @@
  */
 
 int Parrot_exec_run = 0;
+extern PARROT_API char **Parrot_exec_rel_addr;
+extern PARROT_API int Parrot_exec_rel_count;
 
 /*
 

Reply via email to