[Freeciv-Dev] Re: Compilation Problems
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Sat, 20 Apr 2002, Reinier Post wrote:
> In general, aclocal pulls many things from m4 macros contributed by
> individual software packages - for Freeciv, GNU gettext, GTK, and Imlib.
Yes, and they should be in /usr/(local/)share/aclocal ... but only if you
install -dev or source versions of these packages.
> Only if users of Freeciv CVS must be able to use aclocal without problems.
Using aclocal is now a requirement for compiling cvs.
> Guess: is a file being included twice?
Yes, look at this section from client/Makefile:
X_PRE_LIBS =
#cond0civclient_OBJECTS = audio_sdl.o attribute.o \
#citydlg_common.o cityrepdata.o civclient.o climisc.o clinet.o \
#control.o goto.o helpdata.o mapview_common.o packhand.o \
#options.o repodlgs_common.o tilespec.o audio.o audio_none.o
cond1civclient_OBJECTS = audio_esd.o attribute.o \
citydlg_common.o cityrepdata.o civclient.o climisc.o clinet.o \
control.o goto.o helpdata.o mapview_common.o packhand.o \
options.o repodlgs_common.o tilespec.o audio.o audio_none.o
cond2civclient_OBJECTS = attribute.o citydlg_common.o \
cityrepdata.o civclient.o climisc.o clinet.o control.o \
goto.o helpdata.o mapview_common.o packhand.o options.o \
repodlgs_common.o tilespec.o audio.o audio_none.o
Both cond1 and cond2 are included. If I comment out either, it works.
Yours,
Per
"Treason doth never prosper: what's the reason?
Why, if it prosper, none dare call it treason."
-- Sir John Harrington (1561-1612)
[Freeciv-Dev] Re: Compilation Problems, Reinier Post, 2002/04/20
|
|