Yes, I know that many people have posted similar topics... I have tried searching for an answer to my problem but I cannot find one. Anyways, I'm using Cygwin 3.3.1 and WinXP Pro SP1, if that matters.
When I try to compile SMAUG 1.4a w/ MXP, I don't have any problems. But when I try to compile SMAUG 1.4a, I get those annoying _crypt errors. So, I tried using the Makefile.Cygwin (renamed to Makefile, of course) that's packaged with the MXP version and I still get these errors. I also tried to add the following to act_info.c to see if it would fix the problem for that file:
#if defined(__CYGWIN__)
#include <crypt.h>
#endif
but it did not work. Crypt.h is in my include directory. Are there other files that I might be missing? I tried to download everything that had 'crypt' or 'devel' in the name/description.
Thanks in advance,
Seifz
When I try to compile SMAUG 1.4a w/ MXP, I don't have any problems. But when I try to compile SMAUG 1.4a, I get those annoying _crypt errors. So, I tried using the Makefile.Cygwin (renamed to Makefile, of course) that's packaged with the MXP version and I still get these errors. I also tried to add the following to act_info.c to see if it would fix the problem for that file:
#if defined(__CYGWIN__)
#include <crypt.h>
#endif
but it did not work. Crypt.h is in my include directory. Are there other files that I might be missing? I tried to download everything that had 'crypt' or 'devel' in the name/description.
Thanks in advance,
Seifz