> -----Original Message----- > From: Circle Discussion List [mailto:CIRCLE@post.queensu.ca]On Behalf Of > Chaotichavok > Sent: 04 January 2002 08:14 > To: CIRCLE@post.queensu.ca > Subject: [CIRCLE] Color Code > > -=-=-=-=-=-=-=-=-=- > Makefile > -=-=-=-=-=-=-=-=-=- > > Search for: > > spells.o utils.o weather.o > > Change to: > > spells.o utils.o weather.o color.o > > Search for: > class.o: class.c conf.h sysdep.h structs.h db.h utils.h spells.h > interpreter.h > > $(CC) -c $(CFLAGS) class.c > > Below it, add: > color.o: color.c conf.h > > $(CC) -c $(CFLAGS) color.c > ^^^^^^^^ > ***MAKE SURE THIS IS A <TAB> OR ELSE THE MAKEFILE WILL PRODUCE > ERRORS!!!!! > *** > > and in the makefile I can't find > > class.o: class.c conf.h sysdep.h structs.h db.h utils.h spells.h > interpreter.h > This is now in a file called "depend" which is automatically made by make on the first compile. > > what do I do? > The makefile got changed a while back, all you need to do is delete the file "depend" in your source directory, and type "make" which should make a new "depend" file for you so that you can compile. -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | | Newbie List: http://groups.yahoo.com/group/circle-newbies/ | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/25/03 PDT