Hi,
I just backed out one small part of this patch because it broke the
build using MS VC++ on Win32.
Steve Peters (via RT) wrote:
ndex: src/exec_save.c
===================================================================
--- src/exec_save.c (revision 18179)
+++ src/exec_save.c (working copy)
@@ -21,6 +21,7 @@
#include <parrot/parrot.h>
#include "parrot/exec.h"
#include "exec_save.h"
+#include <strings.h>
static void save_zero(FILE *fp);
static void save_int(FILE *fp, int i);
It appears that we do not have strings.h - I get the standard "file not
found" error in relation to that line. Hopefully another way can be
found to clear up the warning - I'm happy to test any of them on Windows.
Thanks,
Jonathan