Hello Everyone- I have a question for anyone who has gotten the ident patch to work properly. I patched the code in with only a few rejections, hand-patched the rejections, and compiled. The compile went flawlessly, but when make got to the linking stage, I got a couple "undefined reference" errors in comm.o. The only thing I could think of was that <ident.h> might not be included in the comm.c file, but it was. Can anyone helop? Here is the log of my make: make ../bin/circle.tst make[1]: Entering directory `/home/dante/circle/src' gcc -o ../bin/circle.tst comm.o act.comm.o color.o act.informative.o act.movement.o act.item.o act.offensive.o act.other.o act.social.o act.wizard.o ban.o boards.o castle.o class.o config.o constants.o db.o fight.o graph.o handler.o house.o interpreter.o limits.o magic.o mail.o mobact.o modify.o objsave.o olc.o shop.o spec_assign.o spec_procs.o spell_parser.o spells.o utils.o weather.o alias.o comm.o: In function `game_loop': /home/dante/circle/src/comm.c:594: undefined reference to `waiting_for_ident' /home/dante/circle/src/comm.c:590: undefined reference to `ident_check' /home/dante/circle/src/comm.c:604: undefined reference to `waiting_for_ident' comm.o: In function `new_descriptor': /home/dante/circle/src/comm.c:1179: undefined reference to `ident_start' make[1]: *** [../bin/circle.tst] Error 1 make[1]: Leaving directory `/home/dante/circle/src' make: *** [default] Error 2 Thanks, -brian +-----------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | +-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/07/00 PST