Re: new error when compiling.
Re: new error when compiling.
Dave wrote:
> I get a new error when i compile my mud now.
> I donwloaded a copy of my mud off of the server
> and im compiling it to use on my comp, well heres
> the error.
>
> act_comm.c: In function `is_profane':
> act_comm.c:3487: warning: implicit declaration of function `re_exec
> make[1]: *** [act_comm.o] Error 1
> make: *** [all] Error 2
>
> How do i go about fixing this one?
>
> Thanks,
> Dave
>
> The Gates of Faerun MUD
> http://alpha.thewolvesden.net/aeumor/
You just need to edit the Makefile and uncomment the line that talks
about that exact warning. You shouldn't have any problem finding it.