swr 2.0 rise in power, Needing help compiling getting errors

Posted by Phobos on Mon 29 Oct 2007 03:12 AM — 2 posts, 14,334 views.

#0
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
USA #1
Do a search for the crypt error, there are plenty of solutions for that error.
http://www.gammon.com.au/forum/bbshowpost.php?id=6203