Your colour() function is not actually defined anywhere (either it's in a C file that isn't being compiled with the rest, or that part of the patch didn't make it in when you applied it). If it's the former (you added the color stuff to a new file), you should add it to the Makefile with the other objects. If it's the latter, go back through and make sure all of the code from Lope's was added in, esp. the colour() function.
----- Original Message ----- From: "Matt Johnson" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, April 18, 2003 2:37 PM Subject: classic colour code problems > I am brand new to the rom mailing so please bare with me. Luckily I am not > new to rom nor C/C++ so hopefully I will be able to help out others. My > problem is with Lopes color code V2.0, I'm putting it into Rom2.4b6. I was > getting errors with send_to_char and added the "_bw" in the appropriate > locations and merc.h is being included at the top of act_comm.c However on > line 2368 in comm.c I get the error: > > undefined reference to 'colour' the actually line of code reads: > > skip = colour( *point, ch, point2 ); > > Along with the Rom ML archives I've been able to solve most problems, but I > don't fully understand what is happeneing here. By all means please fill me > in, and thanks for the help everyone. > > _________________________________________________________________ > Protect your PC - get McAfee.com VirusScan Online > http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 > > > -- > ROM mailing list > [email protected] > http://www.rom.org/cgi-bin/mailman/listinfo/rom

