The message below is what cygwin is giving me i would like to comile an swr, My interest in the code matters not i just seek a code that i can compile rather easily
make swrip
make[1]: Entering directory '/cygdrive/c/Phobos/swrip200/src'
g++ -c -gc -Wall -DMCCP act_info.c
act_info.c: In function 'void do_password<CHAR_DATA*, char*>':
act_info.c: error:3392 'crypt' undeclared <first use this function>
act_info.c: error:3392 <Each undeclared identifier is reported only once for ea
ch make[1]: *** [act_info.o] Error 1
make[1]: Leaving directory '/cygdrive/c/Phobos/swrip200/src'
make: *** [all] Error 2
Ive taken the second # out of the makefile trying to get it to work so if someone can help me in knowing the next step i would apreshiate it
make swrip
make[1]: Entering directory '/cygdrive/c/Phobos/swrip200/src'
g++ -c -gc -Wall -DMCCP act_info.c
act_info.c: In function 'void do_password<CHAR_DATA*, char*>':
act_info.c: error:3392 'crypt' undeclared <first use this function>
act_info.c: error:3392 <Each undeclared identifier is reported only once for ea
ch make[1]: *** [act_info.o] Error 1
make[1]: Leaving directory '/cygdrive/c/Phobos/swrip200/src'
make: *** [all] Error 2
Ive taken the second # out of the makefile trying to get it to work so if someone can help me in knowing the next step i would apreshiate it