Thread: Creating a MUD
View Single Post
Old 03-15-2004, 02:09 AM   #14
Jenred
Member
 
Join Date: Jun 2002
Posts: 55
Jenred is on a distinguished road
As you can see from the bottom of what you posted there is actually only 1 error and that is in comm.o around like 2671. Something to do with strcmp... and I may even be reading it wrong and that's not the error.

All that logf stuff are merely WARNINGS. Cygwin (as I've heard) is a high-babying thing. It gives you warnings that other things wouldn't... trying to correct you. Like "warning you typed this and this here and I think its wrong." when it may or may not be... but chances are it is wrong, but not deadly.

Errors however need to be fixxed.

I suggest looking around strcmp, and if its not a vital function (I've seen several sorta useless functions [only useful to very advanced codebases that allow for like music and graphics and all that] in various codebases.) try commenting it out (not deleting) and trying to make again... if anything just keep track of what you comment out and have a coder look into your problems.
Jenred is offline