Complete.Org: Mailing Lists: Archives: freeciv-dev: August 2004:
[Freeciv-Dev] (PR#9680) autogen.sh fails (automake fails)
Home

[Freeciv-Dev] (PR#9680) autogen.sh fails (automake fails)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#9680) autogen.sh fails (automake fails)
From: "Martin Schröder" <martin@xxxxxxxxxx>
Date: Wed, 11 Aug 2004 15:25:08 -0700
Reply-to: rt@xxxxxxxxxxx

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

Running "./autogen.sh --with-x" on HEAD fails:
+ checking for autoconf >= 2.52 ... found 2.52, ok.
+ checking for automake >= 1.4 ... found 1.5, ok.
+ checking for xgettext >= 0.10.36 ... found 0.10.40, ok.
+ checking for msgfmt >= 0.10.36 ... found 0.10.40, ok.
+ using new autoconf configuration (use --disable-autoconf2.52 to use old)
+ creating acinclude.m4
+ running aclocal ...
+ running autoheader ... 
+ running autoconf ... 
+ generating automake files...
+ running automake ... 
automake: configure.ac: installing `./depcomp'
client/Makefile.am:198: civclient_DEPENDENCIES was already defined in
condition TRUE, which implies condition CLIENT_GUI_FTWL_TRUE
  civclient_DEPENDENCIES (User, where = 198) =
  {
    TRUE => @gui_sources@/libguiclient.a \
        ../utility/libcivutility.a ../common/libcivcommon.a
agents/libagents.a \
        ../common/aicore/libaicore.a $(LIBFTWL)

  }
client/Makefile.am:198: civclient_DEPENDENCIES was already defined in
condition TRUE, which implies condition CLIENT_GUI_FTWL_FALSE
  civclient_DEPENDENCIES (User, where = 198) =
  {
    TRUE => @gui_sources@/libguiclient.a \
        ../utility/libcivutility.a ../common/libcivcommon.a
agents/libagents.a \
        ../common/aicore/libaicore.a $(LIBFTWL)

    CLIENT_GUI_FTWL_TRUE => @gui_sources@/libguiclient.a
../common/aicore/libaicore.a ../utility/libcivutility.a
../common/libcivcommon.a agents/libagents.a ../common/aicore/libaicore.a
../utility/ftwl/libftwl.a
  }

automake failed

System is SuSE 8.0


[Prev in Thread] Current Thread [Next in Thread]