Thread: Creating a MUD
View Single Post
Old 03-17-2004, 10:46 AM   #15
Dre
Member
 
Join Date: Jun 2002
Location: the Netherlands
Posts: 65
Dre is on a distinguished road
I am pretty sure Cygwin or windows don't have a crypt function built in and therefor you have to compile with nocrypt defined (if the codebase is general they'll have checks for it). Just add in the makefile to the lflags -DNOCRYPT.

I don't know what the logf errors/warnings but if it's a standard function from another library it might differ with the one you are using and the one the developers were using.

Btw, if you use gcc compiled under cygwin it's not giving more warnings then on another platform, cause it's the same.

And the error isn't necessarily the last line of output, it might be something else as well. The compiler might just get confused later.

I'd say, get a coder to help you. It's hard to learn it all on yourself.
Dre is offline