>> On an SGI running irix 6.5 I get the warning: >> >> strings.c: In function `scm_make_string': >> strings.c:232: warning: implicit declaration of function `memset' > > Does it help if you insert: > > #ifdef HAVE_STRING_H > #include <string.h> > #endif > > somewhere at the top of strings.c ? yes, that fixed it.
- guile-1.3.5pre1 in sgi irix 6.5 Bill Schottstaedt
- Re: guile-1.3.5pre1 in sgi irix 6.5 Mikael Djurfeldt
- Bill Schottstaedt
