Re: [CVS] Hellish problems.

From: Mythran (kip_potter@hotmail.com)
Date: 10/30/02


This sounds like a Makefile problem.  The error messages can be duplicated by not
adding the files to Makefile.in but adding them to Makefile.  Makefile is not
checked in like the source code files while Makefile.in is.  Configure will
autmatically generated the correct makefile for you when you checkout, this is
for those peeps who have multiple programmers working on different flavors of
*nix (And others) that can checkout using CVS on the server.  They just run
configure after a checkout so the proper dependancies can be made on there
machine and so they can develop the mud on that specific platform.  Therefore, if
you EVER change Makefile, change Makefile.in also.  Otherwise, you will get yer
errors.

So, the fix for you is to add in the files that are missing from Makefile.in.
You probably have race.c or races.c or similar that define race_names.  In this
case, add this file to Makefile.in under object files (and possibly CXREF if you
use it). Then recompile.  Repeat as desired.

Mythran

--
   +---------------------------------------------------------------+
   | 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