Steven Newsom wrote: > > I recently patched in dg scripts pl7 for circlmudbpl14. When I compile it, > it does fine up until it gets to the part where it makes the *.o files then I > get this message. <snip> > dg_scripts.o: In function `script_driver': > /home/nightmare/circle30bpl14/src/dg_scripts.c:2827: undefined reference to > `do_ > dg_cast' > /home/nightmare/circle30bpl14/src/dg_scripts.c:2830: undefined reference to > `do_ > dg_affect' You defined the functions fine otherwise it would've crapped out when making the .o files. The problem is that it can't find the actual functions themselves. This is either because the functions aren't there, or because the file they are in was not added into the Makefile. It is possible that when you patched up to the latest DG Scripts it patched Makefile.in but not Makefile, if this is the case you'll need to rm Makefile and re-run ./configure to recreate the Makefile from Makefile.in. Regards, Peter +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/10/01 PDT