Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2004:
[Freeciv-Dev] (PR#7308) MingW compiling error
Home

[Freeciv-Dev] (PR#7308) MingW compiling error

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: swromania21@xxxxxxxxx
Subject: [Freeciv-Dev] (PR#7308) MingW compiling error
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 24 Jan 2004 23:32:10 -0800
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=7308 >

> [swromania21@xxxxxxxxx - Sat Jan 24 22:18:47 2004]:
> 
> 
> Here's the error message that I get when I try to compile Freeciv with
> MingW(I also have MSys installed):
> 
> In function `game_init':
> [...]common/game.c:298: undefined reference to `cm_init'
> ../common/libcivcommon.a(game.o)(.text+0x6ed): In function
> `game_free':
> [...]/common/game.c:333: undefined reference to `cm_free'
> agents/libagents.a(cma_fec.o)(.text+0x185): In function
> `cmafec_get_fe_parameter':
> [...]/client/agents/cma_fec.c:118: undefined reference to
> `cm_copy_parameter'
> agents/libagents.a(cma_fec.o)(.text+0x23b): In function
> `cmafec_preset_add':
> [...]/client/agents/cma_fec.c:154: undefined reference to
> `cm_copy_parameter'
> agents/libagents.a(cma_fec.o)(.text+0x3f9): In function
> `cmafec_preset_get_index_of_parameter':
> [...]/client/agents/cma_fec.c:213: undefined reference to
> `cm_are_parameter_equal'
> agents/libagents.a(cma_core.o)(.text+0x627): In function
> `print_result':
> [...]/client/agents/cma_core.c:234: undefined reference to
> `cm_get_stat_name'
> agents/libagents.a(cma_core.o)(.text+0xc2a): In function
> `apply_result_on_server':
> [...]/client/agents/cma_core.c:458: undefined reference to
> `cm_clear_cache'
> agents/libagents.a(cma_core.o)(.text+0x1117): In function
> `handle_city':
> [...]/client/agents/cma_core.c:537: undefined reference to
> `cm_query_result'
> agents/libagents.a(cma_core.o)(.text+0x126e): In function
> `city_changed':
> [...]/client/agents/cma_core.c:595: undefined reference to
> `cm_clear_cache'

We'll need a bit more information than that.  Perhaps the entire output
of "make".  You should do "make clean" first.

jason



[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#7308) MingW compiling error, Jason Short <=