First off, I'd like to apologize to anyone who may find it quite irritating that they've seen the same topics over and over. However, I've spent the last 3 hours looking for a solution, and I don't have any progress to show for it. I would like to eventually find a unix host for this smaug, however, I don't have one yet. So, as a preparation I thought it would be nice to try out the codebase, and start editing it that way if I start paying for a host I can immediately let player join instead of going through a building stage. My machine is running windows XP, and I'm running cygwin as well. I have both smaug 1.4, and smaugFUSS just in case. Now, I can't get either of them to compile, even though I edited the makefiles, etc. With 1.4 I'm getting (Is there a way to copy and paste this?):
gcc -c -O -g3 -Wall -Wuninitialized -DREQUESTS -DSMAUG db.c
db.c:675:8: macro names must be identifiers
db.c: In function 'load_resets':
db.c:1579: warning: suggest explicit braces to avoid ambiguous 'else'
make[1]: *** [db.o] Error 1
make[1]: Leaving Directory ''(I don't feel like typing this one out)
make: *** [all] error 2
on FUSS I'm getting "can't find crypt.h" problems even though I edited the makefile. Any help would be greatly appreciated! Once again, I apologize for my incompetence for being unable to help myself with this issue.
gcc -c -O -g3 -Wall -Wuninitialized -DREQUESTS -DSMAUG db.c
db.c:675:8: macro names must be identifiers
db.c: In function 'load_resets':
db.c:1579: warning: suggest explicit braces to avoid ambiguous 'else'
make[1]: *** [db.o] Error 1
make[1]: Leaving Directory ''(I don't feel like typing this one out)
make: *** [all] error 2
on FUSS I'm getting "can't find crypt.h" problems even though I edited the makefile. Any help would be greatly appreciated! Once again, I apologize for my incompetence for being unable to help myself with this issue.