Okay Guys- I was adding the color.c file that was posted here to my src and I got most everything working...I found all the updates that Three Point posted with his corrections and whatnot. Now when I try to compile I get a Makefile error: make ../bin/circle.tst make[1]: Entering directory `/home/dante/circle/src' make[1]: *** No rule to make target `gcc', needed by `color.o'. Stop. make[1]: Leaving directory `/home/dante/circle/src' make: *** [default] Error 2 Now I don't want to post my entre makefile, but I did add the file "color.c" to the object file list and I added the lines for it's dependencies in the indicated place. I don't know what the problem could be...am I missing something small? Something large? Here's the lines containing and surrounding the dependencies: class.o: class.c conf.h sysdep.h structs.h db.h utils.h spells.h interpreter.h $(CC) -c $(CFLAGS) class.c comm.o: comm.c conf.h sysdep.h structs.h utils.h comm.h interpreter.h handler.h$ db.h house.h color.c $(CC) -c $(CFLAGS) comm.c color.o: color.c \ $(CC) -c $(CFLAGS) color.c config.o: config.c conf.h sysdep.h structs.h $(CC) -c $(CFLAGS) config.c constants.o: constants.c conf.h sysdep.h structs.h $(CC) -c $(CFLAGS) constants.c If anyone needs to see more than taht to help me out I will be glad to post, but no sense wasting bandwidth if I don't need to :-) Thanks, -Brian -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Brian Guilbault - GMI Engineering Institute E-mail: guil9964@gmi.edu, dante@i-55.com WWW: http://www.gmi.edu/~guil9964 QuarantineMUD: Telnet to exit1.i-55.com 4000 -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
This archive was generated by hypermail 2b30 : 12/07/00 PST