[Freeciv-Dev] Re: (PR#6990) Make error: hand_gen.h missing
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=6990 >
Guest wrote:
> <URL: http://rt.freeciv.org/Ticket/Display.html?id=6990 >
>
> Nov 28 cvs. server/diplhand.h tries to include hand_gen.h, but the file
> does not exist. Nov 27 cvs works ok.
Sorry, that would be this patch.
The reason this took so long to catch is that the bug reports (until the
most recent one) didn't make it clear they were building from a tarball.
When you say "Nov 28 cvs" we thought you were getting the code
straight from cvs, and couldn't figure out what the error could be. Say
"Nov 28 cvs tarball" instead.
jason
Index: server/Makefile.am
===================================================================
RCS file: /home/freeciv/CVS/freeciv/server/Makefile.am,v
retrieving revision 1.29
diff -u -r1.29 Makefile.am
--- server/Makefile.am 2003/08/08 16:42:03 1.29
+++ server/Makefile.am 2003/12/04 00:32:43
@@ -41,6 +41,7 @@
gotohand.h \
handchat.c \
handchat.h \
+ hand_gen.h \
mapgen.c \
mapgen.h \
maphand.c \
|
|