Complete.Org: Mailing Lists: Archives: freeciv-dev: September 2004:
[Freeciv-Dev] (PR#9964) Problem compiling manual/
Home

[Freeciv-Dev] (PR#9964) Problem compiling manual/

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#9964) Problem compiling manual/
From: "Mateusz Stefek" <mstefek@xxxxxxxxx>
Date: Mon, 6 Sep 2004 01:08:15 -0700
Reply-to: rt@xxxxxxxxxxx

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

I get following error when I try to compile manual/
make[2]: Entering directory `/home/mateusz/cvs/freeciv/manual'
Makefile:320: *** missing separator. Stop.

Makefile.am uses non-unix newline and my automake is not happy with that
--
mateusz
Index: Makefile.am
===================================================================
RCS file: /home/freeciv/CVS/freeciv/manual/Makefile.am,v
retrieving revision 1.1
diff -u -r1.1 Makefile.am
--- Makefile.am 6 Sep 2004 02:50:50 -0000       1.1
+++ Makefile.am 6 Sep 2004 08:04:55 -0000
@@ -1,25 +1,25 @@
-## Process this file with automake to produce Makefile.in
-
-bin_PROGRAMS = civmanual
-AM_CPPFLAGS = -I$(top_srcdir)/server -I$(top_srcdir)/utility 
-I$(top_srcdir)/common -I$(top_srcdir)/ai -I../intl 
-I$(top_srcdir)/common/aicore -I$(top_srcdir)/server/userdb 
-I$(top_srcdir)/client -I$(top_srcdir)/client/include
-
-## Above, note -I../intl instead of -I$(top_srcdir/intl) is deliberate.
-
-civmanual_SOURCES = \
-               civmanual.c     \
-               civmanual.h
-
-# This is a bit of a hack.  The program links in with the server lib
-# but also uses some files from the client.
-civmanual_DEPENDENCIES = ../utility/libcivutility.a ../common/libcivcommon.a \
-      ../ai/libcivai.a ../utility/libcivutility.a ../server/libcivserver.a \
-      ../utility/libcivutility.a ../common/aicore/libaicore.a \
-      ../server/userdb/libuserdb.a ../client/helpdata.o
-civmanual_LDADD        = ../utility/libcivutility.a ../common/libcivcommon.a \
-      ../ai/libcivai.a ../utility/libcivutility.a ../server/libcivserver.a \
-      @INTLLIBS@ ../client/helpdata.o \
-      ../utility/libcivutility.a ../common/libcivcommon.a ../ai/libcivai.a \
-      ../utility/libcivutility.a ../server/libcivserver.a \
-      ../server/userdb/libuserdb.a \
-      ../utility/libcivutility.a \
-      ../common/aicore/libaicore.a $(SERVER_LIBS)
+## Process this file with automake to produce Makefile.in
+
+bin_PROGRAMS = civmanual
+AM_CPPFLAGS = -I$(top_srcdir)/server -I$(top_srcdir)/utility 
-I$(top_srcdir)/common -I$(top_srcdir)/ai -I../intl 
-I$(top_srcdir)/common/aicore -I$(top_srcdir)/server/userdb 
-I$(top_srcdir)/client -I$(top_srcdir)/client/include
+
+## Above, note -I../intl instead of -I$(top_srcdir/intl) is deliberate.
+
+civmanual_SOURCES = \
+               civmanual.c     \
+               civmanual.h
+
+# This is a bit of a hack.  The program links in with the server lib
+# but also uses some files from the client.
+civmanual_DEPENDENCIES = ../utility/libcivutility.a ../common/libcivcommon.a \
+      ../ai/libcivai.a ../utility/libcivutility.a ../server/libcivserver.a \
+      ../utility/libcivutility.a ../common/aicore/libaicore.a \
+      ../server/userdb/libuserdb.a ../client/helpdata.o
+civmanual_LDADD        = ../utility/libcivutility.a ../common/libcivcommon.a \
+      ../ai/libcivai.a ../utility/libcivutility.a ../server/libcivserver.a \
+      @INTLLIBS@ ../client/helpdata.o \
+      ../utility/libcivutility.a ../common/libcivcommon.a ../ai/libcivai.a \
+      ../utility/libcivutility.a ../server/libcivserver.a \
+      ../server/userdb/libuserdb.a \
+      ../utility/libcivutility.a \
+      ../common/aicore/libaicore.a $(SERVER_LIBS)

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#9964) Problem compiling manual/, Mateusz Stefek <=