Ok, I compiled after fixing the crypt and rename errors, but this seems to haunt me now and halts the compile.
Not exactly sure how to fix this. the fourm mentions nothing of a solution to it. I uncommented what it said to in Makefile
But the error still comes up. Any ideas from anybody? Also...
I think the top ha;f and bottom half, not the miiddle may have something to do with this.
act_comm.c:36: parse error before '_RE_ARGS_'
act_comm.o: In function 'is _profane':
act_comm.c:3347: undefined reference to 're_exec'
Not exactly sure how to fix this. the fourm mentions nothing of a solution to it. I uncommented what it said to in Makefile
#Uncomment the line below if you are getting undefined re_exec errors
NEED_REG = -lgnuregex
But the error still comes up. Any ideas from anybody? Also...
#ifdef REGEX
#include <regex.h>
#endif
#ifdef FREEBSD
#include <unistd.h>
#include <regex.h>
#endif
#include "mud.h"
#ifdef REGEX
extern int re_exec _RE_ARGS ((const char *));
#endif
I think the top ha;f and bottom half, not the miiddle may have something to do with this.