On 12/04/2009, James Supancic <[email protected]> wrote: > I have recently updated my local copy of the freeciv trunk. I have > noticed that the following: > GAME_DEFAULT_GOLD_UPKEEP_STYLE > GAME_MAX_GOLD_UPKEEP_STYLE > GAME_MIN_GOLD_UPKEEP_STYLE > Are used in ruleset.c but not #defined anywhere. > > I suspect someone commited ruelset.c but failed to commit ruleset.h?
I think your svn update was somehow incomplete, since the defines are clearly made in common/game.h and this file is included in ruleset.c. Check inside your common/game.h and make sure that they exist there, otherwise re-checkout the sources. ----------------------------------------------------------------------- パソコンを信頼してはいけないよ。 _______________________________________________ Freeciv-dev mailing list [email protected] https://mail.gna.org/listinfo/freeciv-dev
