Password Problems, Grrr...

Posted by Jynxdarkspell on Sun 31 Dec 2006 04:34 PM — 6 posts, 24,766 views.

USA #0
Win XP
Smaug 1.4a
Cygwin Compiler

Hey folks, long time reader, first time poster. I'm getting those ever lovely 'crypt' errors when compiling my smaug. I've seen previous threads where the suggestions are commenting the makefile or including "crypt.h" I don't seem to have a "crypt.h" in my source code, and I was wondering where it is or what it actually says in it, if it could be posted, here, or if someone just had a link to where I could get it. I've already made several other success snippet additions, but I really want to get this crypt problem fixed for security reasons, and I don't want to have to start with a fresh codebase. Any help is appreciated :)
USA #1
I'd highly suggest to use SmaugFUSS.

Anyway, did you make sure to toggle the Makefile flag?
USA #2
I had planned on using FUSS, but the copies I was finding had issues with commands, i.e., no movement, saving, or anything possible. I did toggle the makefile, but that didn't fix anything.
USA #3
http://www.fussproject.org/index.php?a=topic&t=1023

If you post your Makefile there, I'm sure someone could help you out.
USA #4
Here's one thing I had problem with on SmaugFUSS 1.7 but it was easily corrected.

Download smaugfuss17

Delete the # before the Cygwin
Put a # on the ldl thing
make clean
make

if you get a resolver.c error at the end of compiling do this:(This was the problem I had on CYGWIN)

touch resolver.c

make clean
make

That should be the extent of compiling on CYGWIN.
USA #5
I do have a working copy of smaugfuss 1.6. It was the weirdest thing, because I know I've tried this codebase recently within the past few days and the commands were fubared, but this time it is working properly. No password or crypt errors on that, so for the moment, I'm trying to install the snippets I had on 1.4a to the fuss. Thanks all for your suggestions.