Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2004:
[Freeciv-Dev] (PR#10552) Bug in FreeCiv 2 beta1
Home

[Freeciv-Dev] (PR#10552) Bug in FreeCiv 2 beta1

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#10552) Bug in FreeCiv 2 beta1
From: "Jonathan Glaschke" <mail@xxxxxxxxxxxxxxxxxxxx>
Date: Sat, 16 Oct 2004 05:53:43 -0700
Reply-to: rt@xxxxxxxxxxx

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

Hello!

I just downloaded the freeciv-2.0.0-beta1.tar.bz2 file and installed it.
Then i started cviclient and started a game. After this the game crashes
and i get a core dumped file and a core dumped error message.

"Speicherschutzverletzung (core dumped)"

This still happends after deleteting and recompiling freeciv2 every time
I start a game.

I attached the full ouput of configure, make and make install. 

You can download the "civclient.core"-file at
http://jonathan-glaschke.de/misc/civclient.core, its about 9.2 MB

If you have any questions please mail back.
I hope I helped you.

Best wished from Germany,
Jonathan Glaschke

%./configure
checking build system type... i386-unknown-freebsd5.2.1
checking host system type... i386-unknown-freebsd5.2.1
checking target system type... i386-unknown-freebsd5.2.1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gawk... (cached) nawk
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for ar... ar
checking for uname... uname
checking for strerror in -lcposix... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... no
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... no
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... no
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking libintl.h usability... no
checking libintl.h presence... no
checking for libintl.h... no
checking for msgfmt... /usr/local/bin/msgfmt
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for bison... bison
checking version of bison... 1.875, ok
checking for catalogs to be installed...  ca da de en_GB es et fi fr he_IL hu 
it ja nl no pl pt pt_BR ro ru sv uk
checking for ngettext in -lc... no
checking for ngettext in -lintl... no
configure: error: I haven't found a working ngettext function in your system.
Try --with-included-gettext or --disable-nls. Read ABOUT-NLS.




%./configure --with-included-gettext
checking build system type... i386-unknown-freebsd5.2.1
checking host system type... i386-unknown-freebsd5.2.1
checking target system type... i386-unknown-freebsd5.2.1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gawk... (cached) nawk
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for ar... ar
checking for uname... uname
checking for strerror in -lcposix... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... no
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... no
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... no
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... yes
checking for msgfmt... /usr/local/bin/msgfmt
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for bison... bison
checking version of bison... 1.875, ok
checking for catalogs to be installed...  ca da de en_GB es et fi fr he_IL hu 
it ja nl no pl pt pt_BR ro ru sv uk
checking for GNU xgettext version >= 0.10.36... yes
checking for GNU msgfmt version >= 0.10.35... yes
checking for C99 variadic macros... yes
checking for C99 variable arrays... yes
checking for gzgets in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for iconv... (cached) no, consider installing GNU libiconv
configure: checking for which client to compile:...
checking for pkg-config... /usr/local/bin/pkg-config
checking for GTK+ - version >= 2.2.1... yes (version 2.2.4)
checking whether Xfuncproto was supplied... no, found:  FUNCPROTO=15 
NARROWPROTOchecking for esd-config... /usr/local/bin/esd-config
checking for ESD - version >= 0.0.20... yes
checking building ESOUND support... yes
checking for sdl-config... no
checking for SDL - version >= 1.0.0... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
checking for ALSA version... no
checking for gethostbyaddr in -lbind... no
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking for completion_matches in -lreadline... yes
checking for rl_completion_matches in -lreadline... yes
checking whether readline works at runtime... _ yes
checking for pow... no
checking for pow in -lm... yes
checking for main in -lnls... no
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/termio.h usability... no
checking sys/termio.h presence... no
checking for sys/termio.h... no
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for an ANSI C-conforming const... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for pid_t... yes
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for working strcoll... yes
checking for vprintf... yes
checking for _doprnt... no
checking for working vsnprintf... yes
checking for fileno... yes
checking for ftime... no
checking for gethostname... yes
checking for getpwuid... yes
checking for inet_aton... yes
checking for select... yes
checking for snooze... no
checking for strerror... yes
checking for strcasecmp... (cached) yes
checking for strncasecmp... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for strstr... yes
checking for usleep... yes
checking for vsnprintf... yes
checking for uname... yes
checking for flock... yes
checking for gethostbyname... yes
checking for connect... yes
checking for bind... yes
checking for working gettimeofday... yes
checking for fdopen... yes
checking for fcntl... yes
checking for SIGPIPE... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating data/Makefile
config.status: creating data/flags/Makefile
config.status: creating data/misc/Makefile
config.status: creating data/trident/Makefile
config.status: creating data/isotrident/Makefile
config.status: creating data/default/Makefile
config.status: creating data/civ1/Makefile
config.status: creating data/civ2/Makefile
config.status: creating data/scenario/Makefile
config.status: creating data/nation/Makefile
config.status: creating data/history/Makefile
config.status: creating utility/Makefile
config.status: creating utility/ftwl/Makefile
config.status: creating common/Makefile
config.status: creating common/aicore/Makefile
config.status: creating ai/Makefile
config.status: creating tests/Makefile
config.status: creating client/Makefile
config.status: creating client/agents/Makefile
config.status: creating client/include/Makefile
config.status: creating client/gui-sdl/Makefile
config.status: creating client/gui-gtk/Makefile
config.status: creating client/gui-gtk-2.0/Makefile
config.status: creating client/gui-xaw/Makefile
config.status: creating client/gui-win32/Makefile
config.status: creating client/gui-ftwl/Makefile
config.status: creating client/gui-stub/Makefile
config.status: creating server/Makefile
config.status: creating server/generator/Makefile
config.status: creating server/userdb/Makefile
config.status: creating manual/Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: creating doc/Makefile
config.status: creating doc/man/Makefile
config.status: creating doc/de/Makefile
config.status: creating doc/fr/Makefile
config.status: creating doc/it/Makefile
config.status: creating doc/ja/Makefile
config.status: creating doc/nl/Makefile
config.status: creating doc/sv/Makefile
config.status: creating freeciv.spec
config.status: creating bootstrap/undep.sh
config.status: creating data/Freeciv
config.status: creating client/freeciv.desktop
config.status: creating civ
config.status: creating ser
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing fc_default-1 commands
extending po/Makefile
config.status: executing fc_default-2 commands
silencing po/Makefile
config.status: executing fc_default-4 commands
modifying po/Makefile add-comments/escape
config.status: executing fc_default-5 commands
config.status: executing default commands

#################################################
#################################################
# Now the gmake output
%gmake
gmake  all-recursive
gmake[1]: Entering directory `/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1'
Making all in data
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data'
Making all in misc
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/misc'
gmake[3]: Für das Ziel »all« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/misc'
Making all in flags
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/flags'
gmake[3]: Für das Ziel »all« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/flags'
Making all in isotrident
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/isotrident'
gmake[3]: Für das Ziel »all« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/isotrident'
Making all in trident
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/trident'
gmake[3]: Für das Ziel »all« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/trident'
Making all in default
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/default'
gmake[3]: Für das Ziel »all« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/default'
Making all in civ1
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/civ1'
gmake[3]: Für das Ziel »all« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/civ1'
Making all in civ2
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/civ2'
gmake[3]: Für das Ziel »all« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/civ2'
Making all in scenario
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/scenario'
gmake[3]: Für das Ziel »all« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/scenario'
Making all in nation
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/nation'
gmake[3]: Für das Ziel »all« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/nation'
Making all in history
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/history'
gmake[3]: Für das Ziel »all« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/history'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data'
gmake[3]: Für das Ziel »all-am« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data'
Making all in intl
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/intl'
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" 
-DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations  intl-compat.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" 
-DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations  bindtextdom.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" 
-DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations  dcgettext.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" 
-DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations  dgettext.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" 
-DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations  gettext.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" 
-DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations  finddomain.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" 
-DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations  loadmsgcat.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" 
-DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations  localealias.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" 
-DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations  textdomain.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" 
-DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations  l10nflist.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" 
-DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations  explodename.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" 
-DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations  dcigettext.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" 
-DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations  dcngettext.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" 
-DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations  dngettext.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" 
-DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations  ngettext.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" 
-DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations  plural.c
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" 
-DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations  localcharset.c
rm -f libintl.a
ar cru libintl.a intl-compat.o bindtextdom.o dcgettext.o dgettext.o gettext.o 
finddomain.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o 
dcigettext.o dcngettext.o dngettext.o ngettext.o plural.o localcharset.o
ranlib libintl.a
cp ./libgnuintl.h libintl.h
/bin/sh ./config.charset 'i386-unknown-freebsd5.2.1' > t-charset.alias
mv t-charset.alias charset.alias
sed -e '/^#/d' -e 's/@''PACKAGE''@/freeciv/g' ref-add.sin > t-ref-add.sed
mv t-ref-add.sed ref-add.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@/freeciv/g' ref-del.sin > t-ref-del.sed
mv t-ref-del.sed ref-del.sed
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/intl'
Making all in utility
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/utility'
Making all in ftwl
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/utility/ftwl'
gmake[3]: Für das Ziel »all« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/utility/ftwl'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/utility'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -Wall -Wpointer-arith 
-Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT astring.o -MD -MP 
-MF ".deps/astring.Tpo" -c -o astring.o astring.c; \
then mv -f ".deps/astring.Tpo" ".deps/astring.Po"; else rm -f 
".deps/astring.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -Wall -Wpointer-arith 
-Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT capability.o -MD 
-MP -MF ".deps/capability.Tpo" -c -o capability.o capability.c; \
then mv -f ".deps/capability.Tpo" ".deps/capability.Po"; else rm -f 
".deps/capability.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -Wall -Wpointer-arith 
-Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT fciconv.o -MD -MP 
-MF ".deps/fciconv.Tpo" -c -o fciconv.o fciconv.c; \
then mv -f ".deps/fciconv.Tpo" ".deps/fciconv.Po"; else rm -f 
".deps/fciconv.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -Wall -Wpointer-arith 
-Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT distribute.o -MD 
-MP -MF ".deps/distribute.Tpo" -c -o distribute.o distribute.c; \
then mv -f ".deps/distribute.Tpo" ".deps/distribute.Po"; else rm -f 
".deps/distribute.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -Wall -Wpointer-arith 
-Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT fcintl.o -MD -MP 
-MF ".deps/fcintl.Tpo" -c -o fcintl.o fcintl.c; \
then mv -f ".deps/fcintl.Tpo" ".deps/fcintl.Po"; else rm -f ".deps/fcintl.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -Wall -Wpointer-arith 
-Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT genlist.o -MD -MP 
-MF ".deps/genlist.Tpo" -c -o genlist.o genlist.c; \
then mv -f ".deps/genlist.Tpo" ".deps/genlist.Po"; else rm -f 
".deps/genlist.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -Wall -Wpointer-arith 
-Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT hash.o -MD -MP -MF 
".deps/hash.Tpo" -c -o hash.o hash.c; \
then mv -f ".deps/hash.Tpo" ".deps/hash.Po"; else rm -f ".deps/hash.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -Wall -Wpointer-arith 
-Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT inputfile.o -MD 
-MP -MF ".deps/inputfile.Tpo" -c -o inputfile.o inputfile.c; \
then mv -f ".deps/inputfile.Tpo" ".deps/inputfile.Po"; else rm -f 
".deps/inputfile.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -Wall -Wpointer-arith 
-Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT ioz.o -MD -MP -MF 
".deps/ioz.Tpo" -c -o ioz.o ioz.c; \
then mv -f ".deps/ioz.Tpo" ".deps/ioz.Po"; else rm -f ".deps/ioz.Tpo"; exit 1; 
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -Wall -Wpointer-arith 
-Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT log.o -MD -MP -MF 
".deps/log.Tpo" -c -o log.o log.c; \
then mv -f ".deps/log.Tpo" ".deps/log.Po"; else rm -f ".deps/log.Tpo"; exit 1; 
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -Wall -Wpointer-arith 
-Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT netintf.o -MD -MP 
-MF ".deps/netintf.Tpo" -c -o netintf.o netintf.c; \
then mv -f ".deps/netintf.Tpo" ".deps/netintf.Po"; else rm -f 
".deps/netintf.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -Wall -Wpointer-arith 
-Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT pqueue.o -MD -MP 
-MF ".deps/pqueue.Tpo" -c -o pqueue.o pqueue.c; \
then mv -f ".deps/pqueue.Tpo" ".deps/pqueue.Po"; else rm -f ".deps/pqueue.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -Wall -Wpointer-arith 
-Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT mem.o -MD -MP -MF 
".deps/mem.Tpo" -c -o mem.o mem.c; \
then mv -f ".deps/mem.Tpo" ".deps/mem.Po"; else rm -f ".deps/mem.Tpo"; exit 1; 
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -Wall -Wpointer-arith 
-Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT rand.o -MD -MP -MF 
".deps/rand.Tpo" -c -o rand.o rand.c; \
then mv -f ".deps/rand.Tpo" ".deps/rand.Po"; else rm -f ".deps/rand.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -Wall -Wpointer-arith 
-Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT registry.o -MD -MP 
-MF ".deps/registry.Tpo" -c -o registry.o registry.c; \
then mv -f ".deps/registry.Tpo" ".deps/registry.Po"; else rm -f 
".deps/registry.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -Wall -Wpointer-arith 
-Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT sbuffer.o -MD -MP 
-MF ".deps/sbuffer.Tpo" -c -o sbuffer.o sbuffer.c; \
then mv -f ".deps/sbuffer.Tpo" ".deps/sbuffer.Po"; else rm -f 
".deps/sbuffer.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -Wall -Wpointer-arith 
-Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT shared.o -MD -MP 
-MF ".deps/shared.Tpo" -c -o shared.o shared.c; \
then mv -f ".deps/shared.Tpo" ".deps/shared.Po"; else rm -f ".deps/shared.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -Wall -Wpointer-arith 
-Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT support.o -MD -MP 
-MF ".deps/support.Tpo" -c -o support.o support.c; \
then mv -f ".deps/support.Tpo" ".deps/support.Po"; else rm -f 
".deps/support.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl   -g -O2 -Wall -Wpointer-arith 
-Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT timing.o -MD -MP 
-MF ".deps/timing.Tpo" -c -o timing.o timing.c; \
then mv -f ".deps/timing.Tpo" ".deps/timing.Po"; else rm -f ".deps/timing.Tpo"; 
exit 1; fi
rm -f libcivutility.a
ar cru libcivutility.a astring.o capability.o fciconv.o distribute.o fcintl.o 
genlist.o hash.o inputfile.o ioz.o log.o netintf.o pqueue.o mem.o rand.o 
registry.o sbuffer.o shared.o support.o timing.o 
ranlib libcivutility.a
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/utility'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/utility'
Making all in common
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/common'
gmake  all-recursive
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/common'
Making all in aicore
gmake[4]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/common/aicore'
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../utility -I.. -I../../common 
-I../../intl   -g -O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT aisupport.o -MD -MP -MF ".deps/aisupport.Tpo" -c -o 
aisupport.o aisupport.c; \
then mv -f ".deps/aisupport.Tpo" ".deps/aisupport.Po"; else rm -f 
".deps/aisupport.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../utility -I.. -I../../common 
-I../../intl   -g -O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT path_finding.o -MD -MP -MF ".deps/path_finding.Tpo" 
-c -o path_finding.o path_finding.c; \
then mv -f ".deps/path_finding.Tpo" ".deps/path_finding.Po"; else rm -f 
".deps/path_finding.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../utility -I.. -I../../common 
-I../../intl   -g -O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT pf_tools.o -MD -MP -MF ".deps/pf_tools.Tpo" -c -o 
pf_tools.o pf_tools.c; \
then mv -f ".deps/pf_tools.Tpo" ".deps/pf_tools.Po"; else rm -f 
".deps/pf_tools.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../utility -I.. -I../../common 
-I../../intl   -g -O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT cm.o -MD -MP -MF ".deps/cm.Tpo" -c -o cm.o cm.c; \
then mv -f ".deps/cm.Tpo" ".deps/cm.Po"; else rm -f ".deps/cm.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../utility -I.. -I../../common 
-I../../intl   -g -O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT citymap.o -MD -MP -MF ".deps/citymap.Tpo" -c -o 
citymap.o citymap.c; \
then mv -f ".deps/citymap.Tpo" ".deps/citymap.Po"; else rm -f 
".deps/citymap.Tpo"; exit 1; fi
rm -f libaicore.a
ar cru libaicore.a aisupport.o path_finding.o pf_tools.o cm.o citymap.o 
ranlib libaicore.a
gmake[4]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/common/aicore'
gmake[4]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/common'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl -I../utility -I./aicore   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT capstr.o -MD -MP -MF ".deps/capstr.Tpo" -c -o capstr.o capstr.c; \
then mv -f ".deps/capstr.Tpo" ".deps/capstr.Po"; else rm -f ".deps/capstr.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl -I../utility -I./aicore   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT city.o -MD -MP -MF ".deps/city.Tpo" -c -o city.o city.c; \
then mv -f ".deps/city.Tpo" ".deps/city.Po"; else rm -f ".deps/city.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl -I../utility -I./aicore   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT combat.o -MD -MP -MF ".deps/combat.Tpo" -c -o combat.o combat.c; \
then mv -f ".deps/combat.Tpo" ".deps/combat.Po"; else rm -f ".deps/combat.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl -I../utility -I./aicore   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT connection.o -MD -MP -MF ".deps/connection.Tpo" -c -o connection.o 
connection.c; \
then mv -f ".deps/connection.Tpo" ".deps/connection.Po"; else rm -f 
".deps/connection.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl -I../utility -I./aicore   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT dataio.o -MD -MP -MF ".deps/dataio.Tpo" -c -o dataio.o dataio.c; \
then mv -f ".deps/dataio.Tpo" ".deps/dataio.Po"; else rm -f ".deps/dataio.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl -I../utility -I./aicore   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT diptreaty.o -MD -MP -MF ".deps/diptreaty.Tpo" -c -o diptreaty.o 
diptreaty.c; \
then mv -f ".deps/diptreaty.Tpo" ".deps/diptreaty.Po"; else rm -f 
".deps/diptreaty.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl -I../utility -I./aicore   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT effects.o -MD -MP -MF ".deps/effects.Tpo" -c -o effects.o effects.c; \
then mv -f ".deps/effects.Tpo" ".deps/effects.Po"; else rm -f 
".deps/effects.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl -I../utility -I./aicore   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT game.o -MD -MP -MF ".deps/game.Tpo" -c -o game.o game.c; \
then mv -f ".deps/game.Tpo" ".deps/game.Po"; else rm -f ".deps/game.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl -I../utility -I./aicore   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT government.o -MD -MP -MF ".deps/government.Tpo" -c -o government.o 
government.c; \
then mv -f ".deps/government.Tpo" ".deps/government.Po"; else rm -f 
".deps/government.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl -I../utility -I./aicore   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT idex.o -MD -MP -MF ".deps/idex.Tpo" -c -o idex.o idex.c; \
then mv -f ".deps/idex.Tpo" ".deps/idex.Po"; else rm -f ".deps/idex.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl -I../utility -I./aicore   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT improvement.o -MD -MP -MF ".deps/improvement.Tpo" -c -o improvement.o 
improvement.c; \
then mv -f ".deps/improvement.Tpo" ".deps/improvement.Po"; else rm -f 
".deps/improvement.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl -I../utility -I./aicore   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT map.o -MD -MP -MF ".deps/map.Tpo" -c -o map.o map.c; \
then mv -f ".deps/map.Tpo" ".deps/map.Po"; else rm -f ".deps/map.Tpo"; exit 1; 
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl -I../utility -I./aicore   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT nation.o -MD -MP -MF ".deps/nation.Tpo" -c -o nation.o nation.c; \
then mv -f ".deps/nation.Tpo" ".deps/nation.Po"; else rm -f ".deps/nation.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl -I../utility -I./aicore   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT packets.o -MD -MP -MF ".deps/packets.Tpo" -c -o packets.o packets.c; \
then mv -f ".deps/packets.Tpo" ".deps/packets.Po"; else rm -f 
".deps/packets.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl -I../utility -I./aicore   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT packets_gen.o -MD -MP -MF ".deps/packets_gen.Tpo" -c -o packets_gen.o 
packets_gen.c; \
then mv -f ".deps/packets_gen.Tpo" ".deps/packets_gen.Po"; else rm -f 
".deps/packets_gen.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl -I../utility -I./aicore   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT player.o -MD -MP -MF ".deps/player.Tpo" -c -o player.o player.c; \
then mv -f ".deps/player.Tpo" ".deps/player.Po"; else rm -f ".deps/player.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl -I../utility -I./aicore   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT spaceship.o -MD -MP -MF ".deps/spaceship.Tpo" -c -o spaceship.o 
spaceship.c; \
then mv -f ".deps/spaceship.Tpo" ".deps/spaceship.Po"; else rm -f 
".deps/spaceship.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl -I../utility -I./aicore   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT tech.o -MD -MP -MF ".deps/tech.Tpo" -c -o tech.o tech.c; \
then mv -f ".deps/tech.Tpo" ".deps/tech.Po"; else rm -f ".deps/tech.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl -I../utility -I./aicore   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT terrain.o -MD -MP -MF ".deps/terrain.Tpo" -c -o terrain.o terrain.c; \
then mv -f ".deps/terrain.Tpo" ".deps/terrain.Po"; else rm -f 
".deps/terrain.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl -I../utility -I./aicore   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT unit.o -MD -MP -MF ".deps/unit.Tpo" -c -o unit.o unit.c; \
then mv -f ".deps/unit.Tpo" ".deps/unit.Po"; else rm -f ".deps/unit.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl -I../utility -I./aicore   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT unittype.o -MD -MP -MF ".deps/unittype.Tpo" -c -o unittype.o unittype.c; \
then mv -f ".deps/unittype.Tpo" ".deps/unittype.Po"; else rm -f 
".deps/unittype.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl -I../utility -I./aicore   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT worklist.o -MD -MP -MF ".deps/worklist.Tpo" -c -o worklist.o worklist.c; \
then mv -f ".deps/worklist.Tpo" ".deps/worklist.Po"; else rm -f 
".deps/worklist.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../intl -I../utility -I./aicore   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT version.o -MD -MP -MF ".deps/version.Tpo" -c -o version.o version.c; \
then mv -f ".deps/version.Tpo" ".deps/version.Po"; else rm -f 
".deps/version.Tpo"; exit 1; fi
rm -f libcivcommon.a
ar cru libcivcommon.a capstr.o city.o combat.o connection.o dataio.o 
diptreaty.o effects.o game.o government.o idex.o improvement.o map.o nation.o 
packets.o packets_gen.o player.o spaceship.o tech.o terrain.o unit.o unittype.o 
worklist.o version.o 
ranlib libcivcommon.a
gmake[4]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/common'
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/common'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/common'
Making all in tests
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/tests'
gmake[2]: Für das Ziel »all« ist nichts zu tun.
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/tests'
Making all in ai
gmake[2]: Entering directory `/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/ai'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../server 
-I../intl -I../common/aicore   -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations -MT advdomestic.o -MD -MP -MF 
".deps/advdomestic.Tpo" -c -o advdomestic.o advdomestic.c; \
then mv -f ".deps/advdomestic.Tpo" ".deps/advdomestic.Po"; else rm -f 
".deps/advdomestic.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../server 
-I../intl -I../common/aicore   -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations -MT advmilitary.o -MD -MP -MF 
".deps/advmilitary.Tpo" -c -o advmilitary.o advmilitary.c; \
then mv -f ".deps/advmilitary.Tpo" ".deps/advmilitary.Po"; else rm -f 
".deps/advmilitary.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../server 
-I../intl -I../common/aicore   -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations -MT advdiplomacy.o -MD -MP -MF 
".deps/advdiplomacy.Tpo" -c -o advdiplomacy.o advdiplomacy.c; \
then mv -f ".deps/advdiplomacy.Tpo" ".deps/advdiplomacy.Po"; else rm -f 
".deps/advdiplomacy.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../server 
-I../intl -I../common/aicore   -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations -MT advspace.o -MD -MP -MF 
".deps/advspace.Tpo" -c -o advspace.o advspace.c; \
then mv -f ".deps/advspace.Tpo" ".deps/advspace.Po"; else rm -f 
".deps/advspace.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../server 
-I../intl -I../common/aicore   -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations -MT aiair.o -MD -MP -MF 
".deps/aiair.Tpo" -c -o aiair.o aiair.c; \
then mv -f ".deps/aiair.Tpo" ".deps/aiair.Po"; else rm -f ".deps/aiair.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../server 
-I../intl -I../common/aicore   -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations -MT aicity.o -MD -MP -MF 
".deps/aicity.Tpo" -c -o aicity.o aicity.c; \
then mv -f ".deps/aicity.Tpo" ".deps/aicity.Po"; else rm -f ".deps/aicity.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../server 
-I../intl -I../common/aicore   -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations -MT aidata.o -MD -MP -MF 
".deps/aidata.Tpo" -c -o aidata.o aidata.c; \
then mv -f ".deps/aidata.Tpo" ".deps/aidata.Po"; else rm -f ".deps/aidata.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../server 
-I../intl -I../common/aicore   -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations -MT aiexplorer.o -MD -MP -MF 
".deps/aiexplorer.Tpo" -c -o aiexplorer.o aiexplorer.c; \
then mv -f ".deps/aiexplorer.Tpo" ".deps/aiexplorer.Po"; else rm -f 
".deps/aiexplorer.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../server 
-I../intl -I../common/aicore   -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations -MT aiferry.o -MD -MP -MF 
".deps/aiferry.Tpo" -c -o aiferry.o aiferry.c; \
then mv -f ".deps/aiferry.Tpo" ".deps/aiferry.Po"; else rm -f 
".deps/aiferry.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../server 
-I../intl -I../common/aicore   -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations -MT aihand.o -MD -MP -MF 
".deps/aihand.Tpo" -c -o aihand.o aihand.c; \
then mv -f ".deps/aihand.Tpo" ".deps/aihand.Po"; else rm -f ".deps/aihand.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../server 
-I../intl -I../common/aicore   -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations -MT aihunt.o -MD -MP -MF 
".deps/aihunt.Tpo" -c -o aihunt.o aihunt.c; \
then mv -f ".deps/aihunt.Tpo" ".deps/aihunt.Po"; else rm -f ".deps/aihunt.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../server 
-I../intl -I../common/aicore   -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations -MT ailog.o -MD -MP -MF 
".deps/ailog.Tpo" -c -o ailog.o ailog.c; \
then mv -f ".deps/ailog.Tpo" ".deps/ailog.Po"; else rm -f ".deps/ailog.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../server 
-I../intl -I../common/aicore   -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations -MT aisettler.o -MD -MP -MF 
".deps/aisettler.Tpo" -c -o aisettler.o aisettler.c; \
then mv -f ".deps/aisettler.Tpo" ".deps/aisettler.Po"; else rm -f 
".deps/aisettler.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../server 
-I../intl -I../common/aicore   -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations -MT aitech.o -MD -MP -MF 
".deps/aitech.Tpo" -c -o aitech.o aitech.c; \
then mv -f ".deps/aitech.Tpo" ".deps/aitech.Po"; else rm -f ".deps/aitech.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../server 
-I../intl -I../common/aicore   -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations -MT aitools.o -MD -MP -MF 
".deps/aitools.Tpo" -c -o aitools.o aitools.c; \
then mv -f ".deps/aitools.Tpo" ".deps/aitools.Po"; else rm -f 
".deps/aitools.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../server 
-I../intl -I../common/aicore   -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations -MT aiunit.o -MD -MP -MF 
".deps/aiunit.Tpo" -c -o aiunit.o aiunit.c; \
then mv -f ".deps/aiunit.Tpo" ".deps/aiunit.Po"; else rm -f ".deps/aiunit.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../server 
-I../intl -I../common/aicore   -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations -MT aidiplomat.o -MD -MP -MF 
".deps/aidiplomat.Tpo" -c -o aidiplomat.o aidiplomat.c; \
then mv -f ".deps/aidiplomat.Tpo" ".deps/aidiplomat.Po"; else rm -f 
".deps/aidiplomat.Tpo"; exit 1; fi
rm -f libcivai.a
ar cru libcivai.a advdomestic.o advmilitary.o advdiplomacy.o advspace.o aiair.o 
aicity.o aidata.o aiexplorer.o aiferry.o aihand.o aihunt.o ailog.o aisettler.o 
aitech.o aitools.o aiunit.o aidiplomat.o 
ranlib libcivai.a
gmake[2]: Leaving directory `/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/ai'
Making all in server
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/server'
Making all in userdb
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/server/userdb'
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../utility -I../../common   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT lockfile.o -MD -MP -MF ".deps/lockfile.Tpo" -c -o lockfile.o lockfile.c; \
then mv -f ".deps/lockfile.Tpo" ".deps/lockfile.Po"; else rm -f 
".deps/lockfile.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../utility -I../../common   -g -O2 
-Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations 
-MT user_db.o -MD -MP -MF ".deps/user_db.Tpo" -c -o user_db.o user_db.c; \
then mv -f ".deps/user_db.Tpo" ".deps/user_db.Po"; else rm -f 
".deps/user_db.Tpo"; exit 1; fi
rm -f libuserdb.a
ar cru libuserdb.a lockfile.o user_db.o 
ranlib libuserdb.a
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/server/userdb'
Making all in generator
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/server/generator'
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../utility -I../../common 
-I../../server -I../../intl -I../../server/generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
mapgen.o -MD -MP -MF ".deps/mapgen.Tpo" -c -o mapgen.o mapgen.c; \
then mv -f ".deps/mapgen.Tpo" ".deps/mapgen.Po"; else rm -f ".deps/mapgen.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../utility -I../../common 
-I../../server -I../../intl -I../../server/generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
mapgen_topology.o -MD -MP -MF ".deps/mapgen_topology.Tpo" -c -o 
mapgen_topology.o mapgen_topology.c; \
then mv -f ".deps/mapgen_topology.Tpo" ".deps/mapgen_topology.Po"; else rm -f 
".deps/mapgen_topology.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../utility -I../../common 
-I../../server -I../../intl -I../../server/generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
utilities.o -MD -MP -MF ".deps/utilities.Tpo" -c -o utilities.o utilities.c; \
then mv -f ".deps/utilities.Tpo" ".deps/utilities.Po"; else rm -f 
".deps/utilities.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../utility -I../../common 
-I../../server -I../../intl -I../../server/generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
height_map.o -MD -MP -MF ".deps/height_map.Tpo" -c -o height_map.o 
height_map.c; \
then mv -f ".deps/height_map.Tpo" ".deps/height_map.Po"; else rm -f 
".deps/height_map.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../utility -I../../common 
-I../../server -I../../intl -I../../server/generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
startpos.o -MD -MP -MF ".deps/startpos.Tpo" -c -o startpos.o startpos.c; \
then mv -f ".deps/startpos.Tpo" ".deps/startpos.Po"; else rm -f 
".deps/startpos.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../../utility -I../../common 
-I../../server -I../../intl -I../../server/generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
temperature_map.o -MD -MP -MF ".deps/temperature_map.Tpo" -c -o 
temperature_map.o temperature_map.c; \
then mv -f ".deps/temperature_map.Tpo" ".deps/temperature_map.Po"; else rm -f 
".deps/temperature_map.Tpo"; exit 1; fi
rm -f libgenerator.a
ar cru libgenerator.a mapgen.o mapgen_topology.o utilities.o height_map.o 
startpos.o temperature_map.o 
ranlib libgenerator.a
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/server/generator'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/server'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
airgoto.o -MD -MP -MF ".deps/airgoto.Tpo" -c -o airgoto.o airgoto.c; \
then mv -f ".deps/airgoto.Tpo" ".deps/airgoto.Po"; else rm -f 
".deps/airgoto.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
autoattack.o -MD -MP -MF ".deps/autoattack.Tpo" -c -o autoattack.o 
autoattack.c; \
then mv -f ".deps/autoattack.Tpo" ".deps/autoattack.Po"; else rm -f 
".deps/autoattack.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
barbarian.o -MD -MP -MF ".deps/barbarian.Tpo" -c -o barbarian.o barbarian.c; \
then mv -f ".deps/barbarian.Tpo" ".deps/barbarian.Po"; else rm -f 
".deps/barbarian.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
cityhand.o -MD -MP -MF ".deps/cityhand.Tpo" -c -o cityhand.o cityhand.c; \
then mv -f ".deps/cityhand.Tpo" ".deps/cityhand.Po"; else rm -f 
".deps/cityhand.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
citytools.o -MD -MP -MF ".deps/citytools.Tpo" -c -o citytools.o citytools.c; \
then mv -f ".deps/citytools.Tpo" ".deps/citytools.Po"; else rm -f 
".deps/citytools.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
cityturn.o -MD -MP -MF ".deps/cityturn.Tpo" -c -o cityturn.o cityturn.c; \
then mv -f ".deps/cityturn.Tpo" ".deps/cityturn.Po"; else rm -f 
".deps/cityturn.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
commands.o -MD -MP -MF ".deps/commands.Tpo" -c -o commands.o commands.c; \
then mv -f ".deps/commands.Tpo" ".deps/commands.Po"; else rm -f 
".deps/commands.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
connecthand.o -MD -MP -MF ".deps/connecthand.Tpo" -c -o connecthand.o 
connecthand.c; \
then mv -f ".deps/connecthand.Tpo" ".deps/connecthand.Po"; else rm -f 
".deps/connecthand.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
console.o -MD -MP -MF ".deps/console.Tpo" -c -o console.o console.c; \
then mv -f ".deps/console.Tpo" ".deps/console.Po"; else rm -f 
".deps/console.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
diplhand.o -MD -MP -MF ".deps/diplhand.Tpo" -c -o diplhand.o diplhand.c; \
then mv -f ".deps/diplhand.Tpo" ".deps/diplhand.Po"; else rm -f 
".deps/diplhand.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
diplomats.o -MD -MP -MF ".deps/diplomats.Tpo" -c -o diplomats.o diplomats.c; \
then mv -f ".deps/diplomats.Tpo" ".deps/diplomats.Po"; else rm -f 
".deps/diplomats.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
gamehand.o -MD -MP -MF ".deps/gamehand.Tpo" -c -o gamehand.o gamehand.c; \
then mv -f ".deps/gamehand.Tpo" ".deps/gamehand.Po"; else rm -f 
".deps/gamehand.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
gamelog.o -MD -MP -MF ".deps/gamelog.Tpo" -c -o gamelog.o gamelog.c; \
then mv -f ".deps/gamelog.Tpo" ".deps/gamelog.Po"; else rm -f 
".deps/gamelog.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
gotohand.o -MD -MP -MF ".deps/gotohand.Tpo" -c -o gotohand.o gotohand.c; \
then mv -f ".deps/gotohand.Tpo" ".deps/gotohand.Po"; else rm -f 
".deps/gotohand.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
handchat.o -MD -MP -MF ".deps/handchat.Tpo" -c -o handchat.o handchat.c; \
then mv -f ".deps/handchat.Tpo" ".deps/handchat.Po"; else rm -f 
".deps/handchat.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
hand_gen.o -MD -MP -MF ".deps/hand_gen.Tpo" -c -o hand_gen.o hand_gen.c; \
then mv -f ".deps/hand_gen.Tpo" ".deps/hand_gen.Po"; else rm -f 
".deps/hand_gen.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
maphand.o -MD -MP -MF ".deps/maphand.Tpo" -c -o maphand.o maphand.c; \
then mv -f ".deps/maphand.Tpo" ".deps/maphand.Po"; else rm -f 
".deps/maphand.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
meta.o -MD -MP -MF ".deps/meta.Tpo" -c -o meta.o meta.c; \
then mv -f ".deps/meta.Tpo" ".deps/meta.Po"; else rm -f ".deps/meta.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
plrhand.o -MD -MP -MF ".deps/plrhand.Tpo" -c -o plrhand.o plrhand.c; \
then mv -f ".deps/plrhand.Tpo" ".deps/plrhand.Po"; else rm -f 
".deps/plrhand.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
report.o -MD -MP -MF ".deps/report.Tpo" -c -o report.o report.c; \
then mv -f ".deps/report.Tpo" ".deps/report.Po"; else rm -f ".deps/report.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
ruleset.o -MD -MP -MF ".deps/ruleset.Tpo" -c -o ruleset.o ruleset.c; \
then mv -f ".deps/ruleset.Tpo" ".deps/ruleset.Po"; else rm -f 
".deps/ruleset.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
sanitycheck.o -MD -MP -MF ".deps/sanitycheck.Tpo" -c -o sanitycheck.o 
sanitycheck.c; \
then mv -f ".deps/sanitycheck.Tpo" ".deps/sanitycheck.Po"; else rm -f 
".deps/sanitycheck.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
savegame.o -MD -MP -MF ".deps/savegame.Tpo" -c -o savegame.o savegame.c; \
then mv -f ".deps/savegame.Tpo" ".deps/savegame.Po"; else rm -f 
".deps/savegame.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
score.o -MD -MP -MF ".deps/score.Tpo" -c -o score.o score.c; \
then mv -f ".deps/score.Tpo" ".deps/score.Po"; else rm -f ".deps/score.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
sernet.o -MD -MP -MF ".deps/sernet.Tpo" -c -o sernet.o sernet.c; \
then mv -f ".deps/sernet.Tpo" ".deps/sernet.Po"; else rm -f ".deps/sernet.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
settings.o -MD -MP -MF ".deps/settings.Tpo" -c -o settings.o settings.c; \
then mv -f ".deps/settings.Tpo" ".deps/settings.Po"; else rm -f 
".deps/settings.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
settlers.o -MD -MP -MF ".deps/settlers.Tpo" -c -o settlers.o settlers.c; \
then mv -f ".deps/settlers.Tpo" ".deps/settlers.Po"; else rm -f 
".deps/settlers.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
spacerace.o -MD -MP -MF ".deps/spacerace.Tpo" -c -o spacerace.o spacerace.c; \
then mv -f ".deps/spacerace.Tpo" ".deps/spacerace.Po"; else rm -f 
".deps/spacerace.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
srv_main.o -MD -MP -MF ".deps/srv_main.Tpo" -c -o srv_main.o srv_main.c; \
then mv -f ".deps/srv_main.Tpo" ".deps/srv_main.Po"; else rm -f 
".deps/srv_main.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
stdinhand.o -MD -MP -MF ".deps/stdinhand.Tpo" -c -o stdinhand.o stdinhand.c; \
then mv -f ".deps/stdinhand.Tpo" ".deps/stdinhand.Po"; else rm -f 
".deps/stdinhand.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
unithand.o -MD -MP -MF ".deps/unithand.Tpo" -c -o unithand.o unithand.c; \
then mv -f ".deps/unithand.Tpo" ".deps/unithand.Po"; else rm -f 
".deps/unithand.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
unittools.o -MD -MP -MF ".deps/unittools.Tpo" -c -o unittools.o unittools.c; \
then mv -f ".deps/unittools.Tpo" ".deps/unittools.Po"; else rm -f 
".deps/unittools.Tpo"; exit 1; fi
rm -f libcivserver.a
ar cru libcivserver.a airgoto.o autoattack.o barbarian.o cityhand.o citytools.o 
cityturn.o commands.o connecthand.o console.o diplhand.o diplomats.o gamehand.o 
gamelog.o gotohand.o handchat.o hand_gen.o maphand.o meta.o plrhand.o report.o 
ruleset.o sanitycheck.o savegame.o score.o sernet.o settings.o settlers.o 
spacerace.o srv_main.o stdinhand.o unithand.o unittools.o 
ranlib libcivserver.a
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./../common -I./../ai 
-I../intl -I../common/aicore -I./userdb -I./generator   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
civserver.o -MD -MP -MF ".deps/civserver.Tpo" -c -o civserver.o civserver.c; \
then mv -f ".deps/civserver.Tpo" ".deps/civserver.Po"; else rm -f 
".deps/civserver.Tpo"; exit 1; fi
gcc  -g -O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations   -o civserver  civserver.o ../utility/libcivutility.a 
../common/libcivcommon.a ../ai/libcivai.a ../utility/libcivutility.a 
./libcivserver.a ../intl/libintl.a ../utility/libcivutility.a 
../common/libcivcommon.a ../ai/libcivai.a ../utility/libcivutility.a 
./libcivserver.a ../utility/libcivutility.a ../common/aicore/libaicore.a 
./generator/libgenerator.a userdb/libuserdb.a -lreadline   -lm -lz  
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/server'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/server'
Making all in client
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client'
Making all in gui-gtk-2.0
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client/gui-gtk-2.0'
echo '/*********************************************************/' > Freeciv.h
echo '/* DO NOT EDIT THIS FILE, EDIT ../../data/freeciv.rc-2.0 */' >> Freeciv.h
echo '/*********************************************************/' >> Freeciv.h
./rc2c ../../data/freeciv.rc-2.0 >> Freeciv.h
gmake  all-am
gmake[4]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client/gui-gtk-2.0'
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT chatline.o -MD -MP -MF ".deps/chatline.Tpo" -c -o 
chatline.o chatline.c; \
then mv -f ".deps/chatline.Tpo" ".deps/chatline.Po"; else rm -f 
".deps/chatline.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT citydlg.o -MD -MP -MF ".deps/citydlg.Tpo" -c -o 
citydlg.o citydlg.c; \
then mv -f ".deps/citydlg.Tpo" ".deps/citydlg.Po"; else rm -f 
".deps/citydlg.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT cityrep.o -MD -MP -MF ".deps/cityrep.Tpo" -c -o 
cityrep.o cityrep.c; \
then mv -f ".deps/cityrep.Tpo" ".deps/cityrep.Po"; else rm -f 
".deps/cityrep.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT cma_fe.o -MD -MP -MF ".deps/cma_fe.Tpo" -c -o 
cma_fe.o cma_fe.c; \
then mv -f ".deps/cma_fe.Tpo" ".deps/cma_fe.Po"; else rm -f ".deps/cma_fe.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT colors.o -MD -MP -MF ".deps/colors.Tpo" -c -o 
colors.o colors.c; \
then mv -f ".deps/colors.Tpo" ".deps/colors.Po"; else rm -f ".deps/colors.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT connectdlg.o -MD -MP -MF ".deps/connectdlg.Tpo" -c 
-o connectdlg.o connectdlg.c; \
then mv -f ".deps/connectdlg.Tpo" ".deps/connectdlg.Po"; else rm -f 
".deps/connectdlg.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT dialogs.o -MD -MP -MF ".deps/dialogs.Tpo" -c -o 
dialogs.o dialogs.c; \
then mv -f ".deps/dialogs.Tpo" ".deps/dialogs.Po"; else rm -f 
".deps/dialogs.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT diplodlg.o -MD -MP -MF ".deps/diplodlg.Tpo" -c -o 
diplodlg.o diplodlg.c; \
then mv -f ".deps/diplodlg.Tpo" ".deps/diplodlg.Po"; else rm -f 
".deps/diplodlg.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT finddlg.o -MD -MP -MF ".deps/finddlg.Tpo" -c -o 
finddlg.o finddlg.c; \
then mv -f ".deps/finddlg.Tpo" ".deps/finddlg.Po"; else rm -f 
".deps/finddlg.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT gamedlgs.o -MD -MP -MF ".deps/gamedlgs.Tpo" -c -o 
gamedlgs.o gamedlgs.c; \
then mv -f ".deps/gamedlgs.Tpo" ".deps/gamedlgs.Po"; else rm -f 
".deps/gamedlgs.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT gotodlg.o -MD -MP -MF ".deps/gotodlg.Tpo" -c -o 
gotodlg.o gotodlg.c; \
then mv -f ".deps/gotodlg.Tpo" ".deps/gotodlg.Po"; else rm -f 
".deps/gotodlg.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT graphics.o -MD -MP -MF ".deps/graphics.Tpo" -c -o 
graphics.o graphics.c; \
then mv -f ".deps/graphics.Tpo" ".deps/graphics.Po"; else rm -f 
".deps/graphics.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT gtkpixcomm.o -MD -MP -MF ".deps/gtkpixcomm.Tpo" -c 
-o gtkpixcomm.o gtkpixcomm.c; \
then mv -f ".deps/gtkpixcomm.Tpo" ".deps/gtkpixcomm.Po"; else rm -f 
".deps/gtkpixcomm.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT gui_main.o -MD -MP -MF ".deps/gui_main.Tpo" -c -o 
gui_main.o gui_main.c; \
then mv -f ".deps/gui_main.Tpo" ".deps/gui_main.Po"; else rm -f 
".deps/gui_main.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT gui_stuff.o -MD -MP -MF ".deps/gui_stuff.Tpo" -c -o 
gui_stuff.o gui_stuff.c; \
then mv -f ".deps/gui_stuff.Tpo" ".deps/gui_stuff.Po"; else rm -f 
".deps/gui_stuff.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT happiness.o -MD -MP -MF ".deps/happiness.Tpo" -c -o 
happiness.o happiness.c; \
then mv -f ".deps/happiness.Tpo" ".deps/happiness.Po"; else rm -f 
".deps/happiness.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT helpdlg.o -MD -MP -MF ".deps/helpdlg.Tpo" -c -o 
helpdlg.o helpdlg.c; \
then mv -f ".deps/helpdlg.Tpo" ".deps/helpdlg.Po"; else rm -f 
".deps/helpdlg.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT inputdlg.o -MD -MP -MF ".deps/inputdlg.Tpo" -c -o 
inputdlg.o inputdlg.c; \
then mv -f ".deps/inputdlg.Tpo" ".deps/inputdlg.Po"; else rm -f 
".deps/inputdlg.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT inteldlg.o -MD -MP -MF ".deps/inteldlg.Tpo" -c -o 
inteldlg.o inteldlg.c; \
then mv -f ".deps/inteldlg.Tpo" ".deps/inteldlg.Po"; else rm -f 
".deps/inteldlg.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT mapctrl.o -MD -MP -MF ".deps/mapctrl.Tpo" -c -o 
mapctrl.o mapctrl.c; \
then mv -f ".deps/mapctrl.Tpo" ".deps/mapctrl.Po"; else rm -f 
".deps/mapctrl.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT mapview.o -MD -MP -MF ".deps/mapview.Tpo" -c -o 
mapview.o mapview.c; \
then mv -f ".deps/mapview.Tpo" ".deps/mapview.Po"; else rm -f 
".deps/mapview.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT menu.o -MD -MP -MF ".deps/menu.Tpo" -c -o menu.o 
menu.c; \
then mv -f ".deps/menu.Tpo" ".deps/menu.Po"; else rm -f ".deps/menu.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT messagedlg.o -MD -MP -MF ".deps/messagedlg.Tpo" -c 
-o messagedlg.o messagedlg.c; \
then mv -f ".deps/messagedlg.Tpo" ".deps/messagedlg.Po"; else rm -f 
".deps/messagedlg.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT messagewin.o -MD -MP -MF ".deps/messagewin.Tpo" -c 
-o messagewin.o messagewin.c; \
then mv -f ".deps/messagewin.Tpo" ".deps/messagewin.Po"; else rm -f 
".deps/messagewin.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT plrdlg.o -MD -MP -MF ".deps/plrdlg.Tpo" -c -o 
plrdlg.o plrdlg.c; \
then mv -f ".deps/plrdlg.Tpo" ".deps/plrdlg.Po"; else rm -f ".deps/plrdlg.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT repodlgs.o -MD -MP -MF ".deps/repodlgs.Tpo" -c -o 
repodlgs.o repodlgs.c; \
then mv -f ".deps/repodlgs.Tpo" ".deps/repodlgs.Po"; else rm -f 
".deps/repodlgs.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT resources.o -MD -MP -MF ".deps/resources.Tpo" -c -o 
resources.o resources.c; \
then mv -f ".deps/resources.Tpo" ".deps/resources.Po"; else rm -f 
".deps/resources.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT spaceshipdlg.o -MD -MP -MF ".deps/spaceshipdlg.Tpo" 
-c -o spaceshipdlg.o spaceshipdlg.c; \
then mv -f ".deps/spaceshipdlg.Tpo" ".deps/spaceshipdlg.Po"; else rm -f 
".deps/spaceshipdlg.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I./../include 
-I../../utility -I../../common -I../../common/aicore -I../../intl -I./../agents 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT wldlg.o -MD -MP -MF ".deps/wldlg.Tpo" -c -o wldlg.o 
wldlg.c; \
then mv -f ".deps/wldlg.Tpo" ".deps/wldlg.Po"; else rm -f ".deps/wldlg.Tpo"; 
exit 1; fi
rm -f libguiclient.a
ar cru libguiclient.a chatline.o citydlg.o cityrep.o cma_fe.o colors.o 
connectdlg.o dialogs.o diplodlg.o finddlg.o gamedlgs.o gotodlg.o graphics.o 
gtkpixcomm.o gui_main.o gui_stuff.o happiness.o helpdlg.o inputdlg.o inteldlg.o 
mapctrl.o mapview.o menu.o messagedlg.o messagewin.o plrdlg.o repodlgs.o 
resources.o spaceshipdlg.o wldlg.o 
ranlib libguiclient.a
gmake[4]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client/gui-gtk-2.0'
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client/gui-gtk-2.0'
Making all in agents
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client/agents'
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I../../common/aicore 
-I./../include -I../../utility -I../../common -I../../intl -I./../gui-gtk 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT agents.o -MD -MP -MF ".deps/agents.Tpo" -c -o 
agents.o agents.c; \
then mv -f ".deps/agents.Tpo" ".deps/agents.Po"; else rm -f ".deps/agents.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I../../common/aicore 
-I./../include -I../../utility -I../../common -I../../intl -I./../gui-gtk 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT cma_core.o -MD -MP -MF ".deps/cma_core.Tpo" -c -o 
cma_core.o cma_core.c; \
then mv -f ".deps/cma_core.Tpo" ".deps/cma_core.Po"; else rm -f 
".deps/cma_core.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I../../common/aicore 
-I./../include -I../../utility -I../../common -I../../intl -I./../gui-gtk 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT cma_fec.o -MD -MP -MF ".deps/cma_fec.Tpo" -c -o 
cma_fec.o cma_fec.c; \
then mv -f ".deps/cma_fec.Tpo" ".deps/cma_fec.Po"; else rm -f 
".deps/cma_fec.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I. -I./.. -I../../common/aicore 
-I./../include -I../../utility -I../../common -I../../intl -I./../gui-gtk 
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include     -g 
-O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations -MT sha.o -MD -MP -MF ".deps/sha.Tpo" -c -o sha.o sha.c; 
\
then mv -f ".deps/sha.Tpo" ".deps/sha.Po"; else rm -f ".deps/sha.Tpo"; exit 1; 
fi
rm -f libagents.a
ar cru libagents.a agents.o cma_core.o cma_fec.o sha.o 
ranlib libagents.a
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client/agents'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
audio_esd.o -MD -MP -MF ".deps/audio_esd.Tpo" -c -o audio_esd.o audio_esd.c; \
then mv -f ".deps/audio_esd.Tpo" ".deps/audio_esd.Po"; else rm -f 
".deps/audio_esd.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
attribute.o -MD -MP -MF ".deps/attribute.Tpo" -c -o attribute.o attribute.c; \
then mv -f ".deps/attribute.Tpo" ".deps/attribute.Po"; else rm -f 
".deps/attribute.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
citydlg_common.o -MD -MP -MF ".deps/citydlg_common.Tpo" -c -o citydlg_common.o 
citydlg_common.c; \
then mv -f ".deps/citydlg_common.Tpo" ".deps/citydlg_common.Po"; else rm -f 
".deps/citydlg_common.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
cityrepdata.o -MD -MP -MF ".deps/cityrepdata.Tpo" -c -o cityrepdata.o 
cityrepdata.c; \
then mv -f ".deps/cityrepdata.Tpo" ".deps/cityrepdata.Po"; else rm -f 
".deps/cityrepdata.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
civclient.o -MD -MP -MF ".deps/civclient.Tpo" -c -o civclient.o civclient.c; \
then mv -f ".deps/civclient.Tpo" ".deps/civclient.Po"; else rm -f 
".deps/civclient.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
chatline_common.o -MD -MP -MF ".deps/chatline_common.Tpo" -c -o 
chatline_common.o chatline_common.c; \
then mv -f ".deps/chatline_common.Tpo" ".deps/chatline_common.Po"; else rm -f 
".deps/chatline_common.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
connectdlg_common.o -MD -MP -MF ".deps/connectdlg_common.Tpo" -c -o 
connectdlg_common.o connectdlg_common.c; \
then mv -f ".deps/connectdlg_common.Tpo" ".deps/connectdlg_common.Po"; else rm 
-f ".deps/connectdlg_common.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
climisc.o -MD -MP -MF ".deps/climisc.Tpo" -c -o climisc.o climisc.c; \
then mv -f ".deps/climisc.Tpo" ".deps/climisc.Po"; else rm -f 
".deps/climisc.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
climap.o -MD -MP -MF ".deps/climap.Tpo" -c -o climap.o climap.c; \
then mv -f ".deps/climap.Tpo" ".deps/climap.Po"; else rm -f ".deps/climap.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
clinet.o -MD -MP -MF ".deps/clinet.Tpo" -c -o clinet.o clinet.c; \
then mv -f ".deps/clinet.Tpo" ".deps/clinet.Po"; else rm -f ".deps/clinet.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
control.o -MD -MP -MF ".deps/control.Tpo" -c -o control.o control.c; \
then mv -f ".deps/control.Tpo" ".deps/control.Po"; else rm -f 
".deps/control.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
goto.o -MD -MP -MF ".deps/goto.Tpo" -c -o goto.o goto.c; \
then mv -f ".deps/goto.Tpo" ".deps/goto.Po"; else rm -f ".deps/goto.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
helpdata.o -MD -MP -MF ".deps/helpdata.Tpo" -c -o helpdata.o helpdata.c; \
then mv -f ".deps/helpdata.Tpo" ".deps/helpdata.Po"; else rm -f 
".deps/helpdata.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
mapctrl_common.o -MD -MP -MF ".deps/mapctrl_common.Tpo" -c -o mapctrl_common.o 
mapctrl_common.c; \
then mv -f ".deps/mapctrl_common.Tpo" ".deps/mapctrl_common.Po"; else rm -f 
".deps/mapctrl_common.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
mapview_common.o -MD -MP -MF ".deps/mapview_common.Tpo" -c -o mapview_common.o 
mapview_common.c; \
then mv -f ".deps/mapview_common.Tpo" ".deps/mapview_common.Po"; else rm -f 
".deps/mapview_common.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
messagewin_common.o -MD -MP -MF ".deps/messagewin_common.Tpo" -c -o 
messagewin_common.o messagewin_common.c; \
then mv -f ".deps/messagewin_common.Tpo" ".deps/messagewin_common.Po"; else rm 
-f ".deps/messagewin_common.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
packhand.o -MD -MP -MF ".deps/packhand.Tpo" -c -o packhand.o packhand.c; \
then mv -f ".deps/packhand.Tpo" ".deps/packhand.Po"; else rm -f 
".deps/packhand.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
packhand_gen.o -MD -MP -MF ".deps/packhand_gen.Tpo" -c -o packhand_gen.o 
packhand_gen.c; \
then mv -f ".deps/packhand_gen.Tpo" ".deps/packhand_gen.Po"; else rm -f 
".deps/packhand_gen.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
plrdlg_common.o -MD -MP -MF ".deps/plrdlg_common.Tpo" -c -o plrdlg_common.o 
plrdlg_common.c; \
then mv -f ".deps/plrdlg_common.Tpo" ".deps/plrdlg_common.Po"; else rm -f 
".deps/plrdlg_common.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
options.o -MD -MP -MF ".deps/options.Tpo" -c -o options.o options.c; \
then mv -f ".deps/options.Tpo" ".deps/options.Po"; else rm -f 
".deps/options.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
repodlgs_common.o -MD -MP -MF ".deps/repodlgs_common.Tpo" -c -o 
repodlgs_common.o repodlgs_common.c; \
then mv -f ".deps/repodlgs_common.Tpo" ".deps/repodlgs_common.Po"; else rm -f 
".deps/repodlgs_common.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
text.o -MD -MP -MF ".deps/text.Tpo" -c -o text.o text.c; \
then mv -f ".deps/text.Tpo" ".deps/text.Po"; else rm -f ".deps/text.Tpo"; exit 
1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
tilespec.o -MD -MP -MF ".deps/tilespec.Tpo" -c -o tilespec.o tilespec.c; \
then mv -f ".deps/tilespec.Tpo" ".deps/tilespec.Po"; else rm -f 
".deps/tilespec.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
audio.o -MD -MP -MF ".deps/audio.Tpo" -c -o audio.o audio.c; \
then mv -f ".deps/audio.Tpo" ".deps/audio.Po"; else rm -f ".deps/audio.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../utility -I./include -I../common 
-I../common/aicore -I../intl -I./agents  -I/usr/local/include   -g -O2 -Wall 
-Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -MT 
audio_none.o -MD -MP -MF ".deps/audio_none.Tpo" -c -o audio_none.o 
audio_none.c; \
then mv -f ".deps/audio_none.Tpo" ".deps/audio_none.Po"; else rm -f 
".deps/audio_none.Tpo"; exit 1; fi
gcc  -g -O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations   -o civclient  audio_esd.o    attribute.o 
citydlg_common.o cityrepdata.o civclient.o chatline_common.o 
connectdlg_common.o climisc.o climap.o clinet.o control.o goto.o helpdata.o 
mapctrl_common.o mapview_common.o messagewin_common.o packhand.o packhand_gen.o 
plrdlg_common.o options.o repodlgs_common.o text.o tilespec.o audio.o 
audio_none.o ../utility/libcivutility.a  ../common/libcivcommon.a 
../common/aicore/libaicore.a agents/libagents.a gui-gtk-2.0/libguiclient.a 
../utility/libcivutility.a  ../common/libcivcommon.a 
../common/aicore/libaicore.a agents/libagents.a gui-gtk-2.0/libguiclient.a 
../intl/libintl.a  -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib 
-lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 
-lm -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig 
-lpangox-1.0 -lX11 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv   
 -L/usr/local/lib -lesd -laudiofile -lm -lz  
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client'
Making all in po
gmake[2]: Entering directory `/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/po'
gmake[2]: Für das Ziel »all« ist nichts zu tun.
gmake[2]: Leaving directory `/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/po'
Making all in doc
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc'
Making all in man
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/man'
gmake[3]: Für das Ziel »all« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/man'
Making all in de
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/de'
gmake[3]: Für das Ziel »all« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/de'
Making all in fr
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/fr'
gmake[3]: Für das Ziel »all« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/fr'
Making all in it
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/it'
gmake[3]: Für das Ziel »all« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/it'
Making all in ja
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/ja'
gmake[3]: Für das Ziel »all« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/ja'
Making all in nl
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/nl'
gmake[3]: Für das Ziel »all« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/nl'
Making all in sv
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/sv'
gmake[3]: Für das Ziel »all« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/sv'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc'
gmake[3]: Für das Ziel »all-am« ist nichts zu tun.
gmake[3]: Leaving directory `/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc'
gmake[2]: Leaving directory `/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc'
Making all in manual
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/manual'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../server -I../utility -I../common 
-I../ai -I../intl -I../common/aicore -I../server/userdb -I../server/generator 
-I../client -I../client/include   -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations -MT civmanual.o -MD -MP -MF 
".deps/civmanual.Tpo" -c -o civmanual.o civmanual.c; \
then mv -f ".deps/civmanual.Tpo" ".deps/civmanual.Po"; else rm -f 
".deps/civmanual.Tpo"; exit 1; fi
gcc  -g -O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes 
-Wmissing-declarations   -o civmanual  civmanual.o ../utility/libcivutility.a 
../common/libcivcommon.a ../ai/libcivai.a ../utility/libcivutility.a 
../server/libcivserver.a ../intl/libintl.a  ../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/generator/libgenerator.a -lreadline   
-lm -lz  
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/manual'
gmake[2]: Entering directory `/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1'
gmake[2]: Leaving directory `/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1'
gmake[1]: Leaving directory `/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1'


#####################################
#####################################
#the installation

%gmake install 

Making install in data
gmake[1]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data'
Making install in misc
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/misc'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/misc'
gmake[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
test -z "/usr/local/share/freeciv/misc" || mkdir -p -- 
"/usr/local/share/freeciv/misc"
 /usr/bin/install -c -m 644 'buildings.png' 
'/usr/local/share/freeciv/misc/buildings.png'
 /usr/bin/install -c -m 644 'buildings.spec' 
'/usr/local/share/freeciv/misc/buildings.spec'
 /usr/bin/install -c -m 644 'chiefs.png' 
'/usr/local/share/freeciv/misc/chiefs.png'
 /usr/bin/install -c -m 644 'chiefs.spec' 
'/usr/local/share/freeciv/misc/chiefs.spec'
 /usr/bin/install -c -m 644 'flags.spec' 
'/usr/local/share/freeciv/misc/flags.spec'
 /usr/bin/install -c -m 644 'intro.png' 
'/usr/local/share/freeciv/misc/intro.png'
 /usr/bin/install -c -m 644 'radar.png' 
'/usr/local/share/freeciv/misc/radar.png'
 /usr/bin/install -c -m 644 'shields.png' 
'/usr/local/share/freeciv/misc/shields.png'
 /usr/bin/install -c -m 644 'shields.spec' 
'/usr/local/share/freeciv/misc/shields.spec'
 /usr/bin/install -c -m 644 'small.png' 
'/usr/local/share/freeciv/misc/small.png'
 /usr/bin/install -c -m 644 'small.spec' 
'/usr/local/share/freeciv/misc/small.spec'
 /usr/bin/install -c -m 644 'space.png' 
'/usr/local/share/freeciv/misc/space.png'
 /usr/bin/install -c -m 644 'space.spec' 
'/usr/local/share/freeciv/misc/space.spec'
 /usr/bin/install -c -m 644 'treaty.png' 
'/usr/local/share/freeciv/misc/treaty.png'
 /usr/bin/install -c -m 644 'treaty.spec' 
'/usr/local/share/freeciv/misc/treaty.spec'
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/misc'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/misc'
Making install in flags
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/flags'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/flags'
gmake[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
test -z "/usr/local/share/freeciv/flags" || mkdir -p -- 
"/usr/local/share/freeciv/flags"
 /usr/bin/install -c -m 644 'afghanistan.png' 
'/usr/local/share/freeciv/flags/afghanistan.png'
 /usr/bin/install -c -m 644 'arab.png' '/usr/local/share/freeciv/flags/arab.png'
 /usr/bin/install -c -m 644 'argentina.png' 
'/usr/local/share/freeciv/flags/argentina.png'
 /usr/bin/install -c -m 644 'armenia.png' 
'/usr/local/share/freeciv/flags/armenia.png'
 /usr/bin/install -c -m 644 'assyria.png' 
'/usr/local/share/freeciv/flags/assyria.png'
 /usr/bin/install -c -m 644 'australia.png' 
'/usr/local/share/freeciv/flags/australia.png'
 /usr/bin/install -c -m 644 'austria.png' 
'/usr/local/share/freeciv/flags/austria.png'
 /usr/bin/install -c -m 644 'azerbaijan.png' 
'/usr/local/share/freeciv/flags/azerbaijan.png'
 /usr/bin/install -c -m 644 'barbarian.png' 
'/usr/local/share/freeciv/flags/barbarian.png'
 /usr/bin/install -c -m 644 'bavarian.png' 
'/usr/local/share/freeciv/flags/bavarian.png'
 /usr/bin/install -c -m 644 'belgium.png' 
'/usr/local/share/freeciv/flags/belgium.png'
 /usr/bin/install -c -m 644 'boer.png' '/usr/local/share/freeciv/flags/boer.png'
 /usr/bin/install -c -m 644 'brasil.png' 
'/usr/local/share/freeciv/flags/brasil.png'
 /usr/bin/install -c -m 644 'bulgaria.png' 
'/usr/local/share/freeciv/flags/bulgaria.png'
 /usr/bin/install -c -m 644 'canada.png' 
'/usr/local/share/freeciv/flags/canada.png'
 /usr/bin/install -c -m 644 'catalan.png' 
'/usr/local/share/freeciv/flags/catalan.png'
 /usr/bin/install -c -m 644 'cheyenne.png' 
'/usr/local/share/freeciv/flags/cheyenne.png'
 /usr/bin/install -c -m 644 'chile.png' 
'/usr/local/share/freeciv/flags/chile.png'
 /usr/bin/install -c -m 644 'china.png' 
'/usr/local/share/freeciv/flags/china.png'
 /usr/bin/install -c -m 644 'columbia.png' 
'/usr/local/share/freeciv/flags/columbia.png'
 /usr/bin/install -c -m 644 'cornwall.png' 
'/usr/local/share/freeciv/flags/cornwall.png'
 /usr/bin/install -c -m 644 'croatia.png' 
'/usr/local/share/freeciv/flags/croatia.png'
 /usr/bin/install -c -m 644 'cuba.png' '/usr/local/share/freeciv/flags/cuba.png'
 /usr/bin/install -c -m 644 'czech.png' 
'/usr/local/share/freeciv/flags/czech.png'
 /usr/bin/install -c -m 644 'denmark.png' 
'/usr/local/share/freeciv/flags/denmark.png'
 /usr/bin/install -c -m 644 'dunedain.png' 
'/usr/local/share/freeciv/flags/dunedain.png'
 /usr/bin/install -c -m 644 'elves.png' 
'/usr/local/share/freeciv/flags/elves.png'
 /usr/bin/install -c -m 644 'egypt.png' 
'/usr/local/share/freeciv/flags/egypt.png'
 /usr/bin/install -c -m 644 'england.png' 
'/usr/local/share/freeciv/flags/england.png'
 /usr/bin/install -c -m 644 'estonia.png' 
'/usr/local/share/freeciv/flags/estonia.png'
 /usr/bin/install -c -m 644 'ethiopia.png' 
'/usr/local/share/freeciv/flags/ethiopia.png'
 /usr/bin/install -c -m 644 'europe.png' 
'/usr/local/share/freeciv/flags/europe.png'
 /usr/bin/install -c -m 644 'finland.png' 
'/usr/local/share/freeciv/flags/finland.png'
 /usr/bin/install -c -m 644 'france.png' 
'/usr/local/share/freeciv/flags/france.png'
 /usr/bin/install -c -m 644 'galicia.png' 
'/usr/local/share/freeciv/flags/galicia.png'
 /usr/bin/install -c -m 644 'germany.png' 
'/usr/local/share/freeciv/flags/germany.png'
 /usr/bin/install -c -m 644 'greece.png' 
'/usr/local/share/freeciv/flags/greece.png'
 /usr/bin/install -c -m 644 'greenland.png' 
'/usr/local/share/freeciv/flags/greenland.png'
 /usr/bin/install -c -m 644 'hobbits.png' 
'/usr/local/share/freeciv/flags/hobbits.png'
 /usr/bin/install -c -m 644 'hungary.png' 
'/usr/local/share/freeciv/flags/hungary.png'
 /usr/bin/install -c -m 644 'iceland.png' 
'/usr/local/share/freeciv/flags/iceland.png'
 /usr/bin/install -c -m 644 'india.png' 
'/usr/local/share/freeciv/flags/india.png'
 /usr/bin/install -c -m 644 'indonesia.png' 
'/usr/local/share/freeciv/flags/indonesia.png'
 /usr/bin/install -c -m 644 'iran.png' '/usr/local/share/freeciv/flags/iran.png'
 /usr/bin/install -c -m 644 'iraq_old.png' 
'/usr/local/share/freeciv/flags/iraq_old.png'
 /usr/bin/install -c -m 644 'ireland.png' 
'/usr/local/share/freeciv/flags/ireland.png'
 /usr/bin/install -c -m 644 'israel.png' 
'/usr/local/share/freeciv/flags/israel.png'
 /usr/bin/install -c -m 644 'italy.png' 
'/usr/local/share/freeciv/flags/italy.png'
 /usr/bin/install -c -m 644 'japan.png' 
'/usr/local/share/freeciv/flags/japan.png'
 /usr/bin/install -c -m 644 'kampuchea.png' 
'/usr/local/share/freeciv/flags/kampuchea.png'
 /usr/bin/install -c -m 644 'kenya.png' 
'/usr/local/share/freeciv/flags/kenya.png'
 /usr/bin/install -c -m 644 'korea.png' 
'/usr/local/share/freeciv/flags/korea.png'
 /usr/bin/install -c -m 644 'krev.png' '/usr/local/share/freeciv/flags/krev.png'
 /usr/bin/install -c -m 644 'latvia.png' 
'/usr/local/share/freeciv/flags/latvia.png'
 /usr/bin/install -c -m 644 'lithuania.png' 
'/usr/local/share/freeciv/flags/lithuania.png'
 /usr/bin/install -c -m 644 'malaysia.png' 
'/usr/local/share/freeciv/flags/malaysia.png'
 /usr/bin/install -c -m 644 'macedonia.png' 
'/usr/local/share/freeciv/flags/macedonia.png'
 /usr/bin/install -c -m 644 'mars.png' '/usr/local/share/freeciv/flags/mars.png'
 /usr/bin/install -c -m 644 'mexico.png' 
'/usr/local/share/freeciv/flags/mexico.png'
 /usr/bin/install -c -m 644 'mongolia.png' 
'/usr/local/share/freeciv/flags/mongolia.png'
 /usr/bin/install -c -m 644 'mordor.png' 
'/usr/local/share/freeciv/flags/mordor.png'
 /usr/bin/install -c -m 644 'nato.png' '/usr/local/share/freeciv/flags/nato.png'
 /usr/bin/install -c -m 644 'netherlands.png' 
'/usr/local/share/freeciv/flags/netherlands.png'
 /usr/bin/install -c -m 644 'nigeria.png' 
'/usr/local/share/freeciv/flags/nigeria.png'
 /usr/bin/install -c -m 644 'norway.png' 
'/usr/local/share/freeciv/flags/norway.png'
 /usr/bin/install -c -m 644 'observer.png' 
'/usr/local/share/freeciv/flags/observer.png'
 /usr/bin/install -c -m 644 'olympic.png' 
'/usr/local/share/freeciv/flags/olympic.png'
 /usr/bin/install -c -m 644 'pakistan.png' 
'/usr/local/share/freeciv/flags/pakistan.png'
 /usr/bin/install -c -m 644 'peru.png' '/usr/local/share/freeciv/flags/peru.png'
 /usr/bin/install -c -m 644 'philippines.png' 
'/usr/local/share/freeciv/flags/philippines.png'
 /usr/bin/install -c -m 644 'phoenicia.png' 
'/usr/local/share/freeciv/flags/phoenicia.png'
 /usr/bin/install -c -m 644 'poland.png' 
'/usr/local/share/freeciv/flags/poland.png'
 /usr/bin/install -c -m 644 'portugal.png' 
'/usr/local/share/freeciv/flags/portugal.png'
 /usr/bin/install -c -m 644 'quebec.png' 
'/usr/local/share/freeciv/flags/quebec.png'
 /usr/bin/install -c -m 644 'rome.png' '/usr/local/share/freeciv/flags/rome.png'
 /usr/bin/install -c -m 644 'russia.png' 
'/usr/local/share/freeciv/flags/russia.png'
 /usr/bin/install -c -m 644 'rwanda.png' 
'/usr/local/share/freeciv/flags/rwanda.png'
 /usr/bin/install -c -m 644 'scotland.png' 
'/usr/local/share/freeciv/flags/scotland.png'
 /usr/bin/install -c -m 644 'serbia.png' 
'/usr/local/share/freeciv/flags/serbia.png'
 /usr/bin/install -c -m 644 'silesia.png' 
'/usr/local/share/freeciv/flags/silesia.png'
 /usr/bin/install -c -m 644 'singapore.png' 
'/usr/local/share/freeciv/flags/singapore.png'
 /usr/bin/install -c -m 644 'slovenia.png' 
'/usr/local/share/freeciv/flags/slovenia.png'
 /usr/bin/install -c -m 644 'south_africa.png' 
'/usr/local/share/freeciv/flags/south_africa.png'
 /usr/bin/install -c -m 644 'soviet.png' 
'/usr/local/share/freeciv/flags/soviet.png'
 /usr/bin/install -c -m 644 'spain.png' 
'/usr/local/share/freeciv/flags/spain.png'
 /usr/bin/install -c -m 644 'stpatrick.png' 
'/usr/local/share/freeciv/flags/stpatrick.png'
 /usr/bin/install -c -m 644 'sumeria.png' 
'/usr/local/share/freeciv/flags/sumeria.png'
 /usr/bin/install -c -m 644 'sweden.png' 
'/usr/local/share/freeciv/flags/sweden.png'
 /usr/bin/install -c -m 644 'swiss.png' 
'/usr/local/share/freeciv/flags/swiss.png'
 /usr/bin/install -c -m 644 'syria.png' 
'/usr/local/share/freeciv/flags/syria.png'
 /usr/bin/install -c -m 644 'taiwan.png' 
'/usr/local/share/freeciv/flags/taiwan.png'
 /usr/bin/install -c -m 644 'thailand.png' 
'/usr/local/share/freeciv/flags/thailand.png'
 /usr/bin/install -c -m 644 'tunisia.png' 
'/usr/local/share/freeciv/flags/tunisia.png'
 /usr/bin/install -c -m 644 'turkey.png' 
'/usr/local/share/freeciv/flags/turkey.png'
 /usr/bin/install -c -m 644 'ukraine.png' 
'/usr/local/share/freeciv/flags/ukraine.png'
 /usr/bin/install -c -m 644 'united_kingdom.png' 
'/usr/local/share/freeciv/flags/united_kingdom.png'
 /usr/bin/install -c -m 644 'united_nations.png' 
'/usr/local/share/freeciv/flags/united_nations.png'
 /usr/bin/install -c -m 644 'unknown.png' 
'/usr/local/share/freeciv/flags/unknown.png'
 /usr/bin/install -c -m 644 'usa.png' '/usr/local/share/freeciv/flags/usa.png'
 /usr/bin/install -c -m 644 'vietnam.png' 
'/usr/local/share/freeciv/flags/vietnam.png'
 /usr/bin/install -c -m 644 'wales.png' 
'/usr/local/share/freeciv/flags/wales.png'
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/flags'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/flags'
Making install in isotrident
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/isotrident'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/isotrident'
gmake[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
test -z "/usr/local/share/freeciv/isotrident" || mkdir -p -- 
"/usr/local/share/freeciv/isotrident"
 /usr/bin/install -c -m 644 'cities.png' 
'/usr/local/share/freeciv/isotrident/cities.png'
 /usr/bin/install -c -m 644 'cities.spec' 
'/usr/local/share/freeciv/isotrident/cities.spec'
 /usr/bin/install -c -m 644 'morecities.png' 
'/usr/local/share/freeciv/isotrident/morecities.png'
 /usr/bin/install -c -m 644 'morecities.spec' 
'/usr/local/share/freeciv/isotrident/morecities.spec'
 /usr/bin/install -c -m 644 'nuke.spec' 
'/usr/local/share/freeciv/isotrident/nuke.spec'
 /usr/bin/install -c -m 644 'nuke.png' 
'/usr/local/share/freeciv/isotrident/nuke.png'
 /usr/bin/install -c -m 644 'terrain1.spec' 
'/usr/local/share/freeciv/isotrident/terrain1.spec'
 /usr/bin/install -c -m 644 'terrain1.png' 
'/usr/local/share/freeciv/isotrident/terrain1.png'
 /usr/bin/install -c -m 644 'terrain2.spec' 
'/usr/local/share/freeciv/isotrident/terrain2.spec'
 /usr/bin/install -c -m 644 'terrain2.png' 
'/usr/local/share/freeciv/isotrident/terrain2.png'
 /usr/bin/install -c -m 644 'tiles.png' 
'/usr/local/share/freeciv/isotrident/tiles.png'
 /usr/bin/install -c -m 644 'tiles.spec' 
'/usr/local/share/freeciv/isotrident/tiles.spec'
 /usr/bin/install -c -m 644 'units.png' 
'/usr/local/share/freeciv/isotrident/units.png'
 /usr/bin/install -c -m 644 'units.spec' 
'/usr/local/share/freeciv/isotrident/units.spec'
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/isotrident'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/isotrident'
Making install in trident
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/trident'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/trident'
gmake[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
test -z "/usr/local/share/freeciv/trident" || mkdir -p -- 
"/usr/local/share/freeciv/trident"
 /usr/bin/install -c -m 644 'auto_ll.spec' 
'/usr/local/share/freeciv/trident/auto_ll.spec'
 /usr/bin/install -c -m 644 'cities.png' 
'/usr/local/share/freeciv/trident/cities.png'
 /usr/bin/install -c -m 644 'cities.spec' 
'/usr/local/share/freeciv/trident/cities.spec'
 /usr/bin/install -c -m 644 'explosions.png' 
'/usr/local/share/freeciv/trident/explosions.png'
 /usr/bin/install -c -m 644 'explosions.spec' 
'/usr/local/share/freeciv/trident/explosions.spec'
 /usr/bin/install -c -m 644 'roads.png' 
'/usr/local/share/freeciv/trident/roads.png'
 /usr/bin/install -c -m 644 'roads.spec' 
'/usr/local/share/freeciv/trident/roads.spec'
 /usr/bin/install -c -m 644 'tiles.png' 
'/usr/local/share/freeciv/trident/tiles.png'
 /usr/bin/install -c -m 644 'tiles.spec' 
'/usr/local/share/freeciv/trident/tiles.spec'
 /usr/bin/install -c -m 644 'units.png' 
'/usr/local/share/freeciv/trident/units.png'
 /usr/bin/install -c -m 644 'units.spec' 
'/usr/local/share/freeciv/trident/units.spec'
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/trident'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/trident'
Making install in default
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/default'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/default'
gmake[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
test -z "/usr/local/share/freeciv/default" || mkdir -p -- 
"/usr/local/share/freeciv/default"
 /usr/bin/install -c -m 644 'buildings.ruleset' 
'/usr/local/share/freeciv/default/buildings.ruleset'
 /usr/bin/install -c -m 644 'cities.ruleset' 
'/usr/local/share/freeciv/default/cities.ruleset'
 /usr/bin/install -c -m 644 'game.ruleset' 
'/usr/local/share/freeciv/default/game.ruleset'
 /usr/bin/install -c -m 644 'governments.ruleset' 
'/usr/local/share/freeciv/default/governments.ruleset'
 /usr/bin/install -c -m 644 'nations.ruleset' 
'/usr/local/share/freeciv/default/nations.ruleset'
 /usr/bin/install -c -m 644 'techs.ruleset' 
'/usr/local/share/freeciv/default/techs.ruleset'
 /usr/bin/install -c -m 644 'terrain.ruleset' 
'/usr/local/share/freeciv/default/terrain.ruleset'
 /usr/bin/install -c -m 644 'units.ruleset' 
'/usr/local/share/freeciv/default/units.ruleset'
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/default'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/default'
Making install in civ1
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/civ1'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/civ1'
gmake[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
test -z "/usr/local/share/freeciv/civ1" || mkdir -p -- 
"/usr/local/share/freeciv/civ1"
 /usr/bin/install -c -m 644 'buildings.ruleset' 
'/usr/local/share/freeciv/civ1/buildings.ruleset'
 /usr/bin/install -c -m 644 'game.ruleset' 
'/usr/local/share/freeciv/civ1/game.ruleset'
 /usr/bin/install -c -m 644 'governments.ruleset' 
'/usr/local/share/freeciv/civ1/governments.ruleset'
 /usr/bin/install -c -m 644 'nations.ruleset' 
'/usr/local/share/freeciv/civ1/nations.ruleset'
 /usr/bin/install -c -m 644 'techs.ruleset' 
'/usr/local/share/freeciv/civ1/techs.ruleset'
 /usr/bin/install -c -m 644 'terrain.ruleset' 
'/usr/local/share/freeciv/civ1/terrain.ruleset'
 /usr/bin/install -c -m 644 'units.ruleset' 
'/usr/local/share/freeciv/civ1/units.ruleset'
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/civ1'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/civ1'
Making install in civ2
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/civ2'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/civ2'
gmake[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
test -z "/usr/local/share/freeciv/civ2" || mkdir -p -- 
"/usr/local/share/freeciv/civ2"
 /usr/bin/install -c -m 644 'buildings.ruleset' 
'/usr/local/share/freeciv/civ2/buildings.ruleset'
 /usr/bin/install -c -m 644 'game.ruleset' 
'/usr/local/share/freeciv/civ2/game.ruleset'
 /usr/bin/install -c -m 644 'governments.ruleset' 
'/usr/local/share/freeciv/civ2/governments.ruleset'
 /usr/bin/install -c -m 644 'techs.ruleset' 
'/usr/local/share/freeciv/civ2/techs.ruleset'
 /usr/bin/install -c -m 644 'terrain.ruleset' 
'/usr/local/share/freeciv/civ2/terrain.ruleset'
 /usr/bin/install -c -m 644 'units.ruleset' 
'/usr/local/share/freeciv/civ2/units.ruleset'
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/civ2'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/civ2'
Making install in scenario
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/scenario'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/scenario'
gmake[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
test -z "/usr/local/share/freeciv/scenario" || mkdir -p -- 
"/usr/local/share/freeciv/scenario"
 /usr/bin/install -c -m 644 'british-isles-85x80-v2.80.sav' 
'/usr/local/share/freeciv/scenario/british-isles-85x80-v2.80.sav'
 /usr/bin/install -c -m 644 'earth-160x90-v2.sav' 
'/usr/local/share/freeciv/scenario/earth-160x90-v2.sav'
 /usr/bin/install -c -m 644 'earth-80x50-v2.sav' 
'/usr/local/share/freeciv/scenario/earth-80x50-v2.sav'
 /usr/bin/install -c -m 644 'europe-200x100-v2.sav' 
'/usr/local/share/freeciv/scenario/europe-200x100-v2.sav'
 /usr/bin/install -c -m 644 'hagworld-120x60-v1.2.sav' 
'/usr/local/share/freeciv/scenario/hagworld-120x60-v1.2.sav'
 /usr/bin/install -c -m 644 'iberian-peninsula-136x100-v1.0.sav' 
'/usr/local/share/freeciv/scenario/iberian-peninsula-136x100-v1.0.sav'
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/scenario'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/scenario'
Making install in nation
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/nation'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/nation'
gmake[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
test -z "/usr/local/share/freeciv/nation" || mkdir -p -- 
"/usr/local/share/freeciv/nation"
 /usr/bin/install -c -m 644 'afghani.ruleset' 
'/usr/local/share/freeciv/nation/afghani.ruleset'
 /usr/bin/install -c -m 644 'american.ruleset' 
'/usr/local/share/freeciv/nation/american.ruleset'
 /usr/bin/install -c -m 644 'arab.ruleset' 
'/usr/local/share/freeciv/nation/arab.ruleset'
 /usr/bin/install -c -m 644 'argentine.ruleset' 
'/usr/local/share/freeciv/nation/argentine.ruleset'
 /usr/bin/install -c -m 644 'assyrian.ruleset' 
'/usr/local/share/freeciv/nation/assyrian.ruleset'
 /usr/bin/install -c -m 644 'australian.ruleset' 
'/usr/local/share/freeciv/nation/australian.ruleset'
 /usr/bin/install -c -m 644 'austrian.ruleset' 
'/usr/local/share/freeciv/nation/austrian.ruleset'
 /usr/bin/install -c -m 644 'aztec.ruleset' 
'/usr/local/share/freeciv/nation/aztec.ruleset'
 /usr/bin/install -c -m 644 'babylonian.ruleset' 
'/usr/local/share/freeciv/nation/babylonian.ruleset'
 /usr/bin/install -c -m 644 'barbarian.ruleset' 
'/usr/local/share/freeciv/nation/barbarian.ruleset'
 /usr/bin/install -c -m 644 'bavarian.ruleset' 
'/usr/local/share/freeciv/nation/bavarian.ruleset'
 /usr/bin/install -c -m 644 'belgian.ruleset' 
'/usr/local/share/freeciv/nation/belgian.ruleset'
 /usr/bin/install -c -m 644 'boer.ruleset' 
'/usr/local/share/freeciv/nation/boer.ruleset'
 /usr/bin/install -c -m 644 'brazilian.ruleset' 
'/usr/local/share/freeciv/nation/brazilian.ruleset'
 /usr/bin/install -c -m 644 'canadian.ruleset' 
'/usr/local/share/freeciv/nation/canadian.ruleset'
 /usr/bin/install -c -m 644 'carthaginian.ruleset' 
'/usr/local/share/freeciv/nation/carthaginian.ruleset'
 /usr/bin/install -c -m 644 'catalan.ruleset' 
'/usr/local/share/freeciv/nation/catalan.ruleset'
 /usr/bin/install -c -m 644 'chilean.ruleset' 
'/usr/local/share/freeciv/nation/chilean.ruleset'
 /usr/bin/install -c -m 644 'chinese.ruleset' 
'/usr/local/share/freeciv/nation/chinese.ruleset'
 /usr/bin/install -c -m 644 'columbian.ruleset' 
'/usr/local/share/freeciv/nation/columbian.ruleset'
 /usr/bin/install -c -m 644 'cornish.ruleset' 
'/usr/local/share/freeciv/nation/cornish.ruleset'
 /usr/bin/install -c -m 644 'croatian.ruleset' 
'/usr/local/share/freeciv/nation/croatian.ruleset'
 /usr/bin/install -c -m 644 'czech.ruleset' 
'/usr/local/share/freeciv/nation/czech.ruleset'
 /usr/bin/install -c -m 644 'danish.ruleset' 
'/usr/local/share/freeciv/nation/danish.ruleset'
 /usr/bin/install -c -m 644 'dunedain.ruleset' 
'/usr/local/share/freeciv/nation/dunedain.ruleset'
 /usr/bin/install -c -m 644 'dutch.ruleset' 
'/usr/local/share/freeciv/nation/dutch.ruleset'
 /usr/bin/install -c -m 644 'egyptian.ruleset' 
'/usr/local/share/freeciv/nation/egyptian.ruleset'
 /usr/bin/install -c -m 644 'elvish.ruleset' 
'/usr/local/share/freeciv/nation/elvish.ruleset'
 /usr/bin/install -c -m 644 'english.ruleset' 
'/usr/local/share/freeciv/nation/english.ruleset'
 /usr/bin/install -c -m 644 'estonian.ruleset' 
'/usr/local/share/freeciv/nation/estonian.ruleset'
 /usr/bin/install -c -m 644 'ethiopian.ruleset' 
'/usr/local/share/freeciv/nation/ethiopian.ruleset'
 /usr/bin/install -c -m 644 'filipino.ruleset' 
'/usr/local/share/freeciv/nation/filipino.ruleset'
 /usr/bin/install -c -m 644 'finnish.ruleset' 
'/usr/local/share/freeciv/nation/finnish.ruleset'
 /usr/bin/install -c -m 644 'french.ruleset' 
'/usr/local/share/freeciv/nation/french.ruleset'
 /usr/bin/install -c -m 644 'galician.ruleset' 
'/usr/local/share/freeciv/nation/galician.ruleset'
 /usr/bin/install -c -m 644 'german.ruleset' 
'/usr/local/share/freeciv/nation/german.ruleset'
 /usr/bin/install -c -m 644 'greek.ruleset' 
'/usr/local/share/freeciv/nation/greek.ruleset'
 /usr/bin/install -c -m 644 'hobbits.ruleset' 
'/usr/local/share/freeciv/nation/hobbits.ruleset'
 /usr/bin/install -c -m 644 'hungarian.ruleset' 
'/usr/local/share/freeciv/nation/hungarian.ruleset'
 /usr/bin/install -c -m 644 'icelandic.ruleset' 
'/usr/local/share/freeciv/nation/icelandic.ruleset'
 /usr/bin/install -c -m 644 'inca.ruleset' 
'/usr/local/share/freeciv/nation/inca.ruleset'
 /usr/bin/install -c -m 644 'indian.ruleset' 
'/usr/local/share/freeciv/nation/indian.ruleset'
 /usr/bin/install -c -m 644 'indonesian.ruleset' 
'/usr/local/share/freeciv/nation/indonesian.ruleset'
 /usr/bin/install -c -m 644 'irish.ruleset' 
'/usr/local/share/freeciv/nation/irish.ruleset'
 /usr/bin/install -c -m 644 'israeli.ruleset' 
'/usr/local/share/freeciv/nation/israeli.ruleset'
 /usr/bin/install -c -m 644 'italian.ruleset' 
'/usr/local/share/freeciv/nation/italian.ruleset'
 /usr/bin/install -c -m 644 'japanese.ruleset' 
'/usr/local/share/freeciv/nation/japanese.ruleset'
 /usr/bin/install -c -m 644 'kampuchean.ruleset' 
'/usr/local/share/freeciv/nation/kampuchean.ruleset'
 /usr/bin/install -c -m 644 'kenyan.ruleset' 
'/usr/local/share/freeciv/nation/kenyan.ruleset'
 /usr/bin/install -c -m 644 'korean.ruleset' 
'/usr/local/share/freeciv/nation/korean.ruleset'
 /usr/bin/install -c -m 644 'latvian.ruleset' 
'/usr/local/share/freeciv/nation/latvian.ruleset'
 /usr/bin/install -c -m 644 'lithuanian.ruleset' 
'/usr/local/share/freeciv/nation/lithuanian.ruleset'
 /usr/bin/install -c -m 644 'malaysian.ruleset' 
'/usr/local/share/freeciv/nation/malaysian.ruleset'
 /usr/bin/install -c -m 644 'martian.ruleset' 
'/usr/local/share/freeciv/nation/martian.ruleset'
 /usr/bin/install -c -m 644 'mexican.ruleset' 
'/usr/local/share/freeciv/nation/mexican.ruleset'
 /usr/bin/install -c -m 644 'mongol.ruleset' 
'/usr/local/share/freeciv/nation/mongol.ruleset'
 /usr/bin/install -c -m 644 'mordor.ruleset' 
'/usr/local/share/freeciv/nation/mordor.ruleset'
 /usr/bin/install -c -m 644 'nigerian.ruleset' 
'/usr/local/share/freeciv/nation/nigerian.ruleset'
 /usr/bin/install -c -m 644 'observer.ruleset' 
'/usr/local/share/freeciv/nation/observer.ruleset'
 /usr/bin/install -c -m 644 'persian.ruleset' 
'/usr/local/share/freeciv/nation/persian.ruleset'
 /usr/bin/install -c -m 644 'phoenician.ruleset' 
'/usr/local/share/freeciv/nation/phoenician.ruleset'
 /usr/bin/install -c -m 644 'polish.ruleset' 
'/usr/local/share/freeciv/nation/polish.ruleset'
 /usr/bin/install -c -m 644 'portuguese.ruleset' 
'/usr/local/share/freeciv/nation/portuguese.ruleset'
 /usr/bin/install -c -m 644 'quebecois.ruleset' 
'/usr/local/share/freeciv/nation/quebecois.ruleset'
 /usr/bin/install -c -m 644 'roman.ruleset' 
'/usr/local/share/freeciv/nation/roman.ruleset'
 /usr/bin/install -c -m 644 'russian.ruleset' 
'/usr/local/share/freeciv/nation/russian.ruleset'
 /usr/bin/install -c -m 644 'scottish.ruleset' 
'/usr/local/share/freeciv/nation/scottish.ruleset'
 /usr/bin/install -c -m 644 'serbian.ruleset' 
'/usr/local/share/freeciv/nation/serbian.ruleset'
 /usr/bin/install -c -m 644 'silesian.ruleset' 
'/usr/local/share/freeciv/nation/silesian.ruleset'
 /usr/bin/install -c -m 644 'singaporean.ruleset' 
'/usr/local/share/freeciv/nation/singaporean.ruleset'
 /usr/bin/install -c -m 644 'sioux.ruleset' 
'/usr/local/share/freeciv/nation/sioux.ruleset'
 /usr/bin/install -c -m 644 'slovenian.ruleset' 
'/usr/local/share/freeciv/nation/slovenian.ruleset'
 /usr/bin/install -c -m 644 'spanish.ruleset' 
'/usr/local/share/freeciv/nation/spanish.ruleset'
 /usr/bin/install -c -m 644 'sumerian.ruleset' 
'/usr/local/share/freeciv/nation/sumerian.ruleset'
 /usr/bin/install -c -m 644 'swedish.ruleset' 
'/usr/local/share/freeciv/nation/swedish.ruleset'
 /usr/bin/install -c -m 644 'swiss.ruleset' 
'/usr/local/share/freeciv/nation/swiss.ruleset'
 /usr/bin/install -c -m 644 'taiwanese.ruleset' 
'/usr/local/share/freeciv/nation/taiwanese.ruleset'
 /usr/bin/install -c -m 644 'thai.ruleset' 
'/usr/local/share/freeciv/nation/thai.ruleset'
 /usr/bin/install -c -m 644 'turk.ruleset' 
'/usr/local/share/freeciv/nation/turk.ruleset'
 /usr/bin/install -c -m 644 'ukrainian.ruleset' 
'/usr/local/share/freeciv/nation/ukrainian.ruleset'
 /usr/bin/install -c -m 644 'vietnamese.ruleset' 
'/usr/local/share/freeciv/nation/vietnamese.ruleset'
 /usr/bin/install -c -m 644 'viking.ruleset' 
'/usr/local/share/freeciv/nation/viking.ruleset'
 /usr/bin/install -c -m 644 'welsh.ruleset' 
'/usr/local/share/freeciv/nation/welsh.ruleset'
 /usr/bin/install -c -m 644 'zulu.ruleset' 
'/usr/local/share/freeciv/nation/zulu.ruleset'
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/nation'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/nation'
Making install in history
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/history'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/history'
gmake[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
test -z "/usr/local/share/freeciv/history" || mkdir -p -- 
"/usr/local/share/freeciv/history"
 /usr/bin/install -c -m 644 'buildings.ruleset' 
'/usr/local/share/freeciv/history/buildings.ruleset'
 /usr/bin/install -c -m 644 'game.ruleset' 
'/usr/local/share/freeciv/history/game.ruleset'
 /usr/bin/install -c -m 644 'governments.ruleset' 
'/usr/local/share/freeciv/history/governments.ruleset'
 /usr/bin/install -c -m 644 'techs.ruleset' 
'/usr/local/share/freeciv/history/techs.ruleset'
 /usr/bin/install -c -m 644 'terrain.ruleset' 
'/usr/local/share/freeciv/history/terrain.ruleset'
 /usr/bin/install -c -m 644 'units.ruleset' 
'/usr/local/share/freeciv/history/units.ruleset'
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/history'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data/history'
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data'
gmake[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
test -z "/usr/local/share/freeciv" || mkdir -p -- "/usr/local/share/freeciv"
 /usr/bin/install -c -m 644 'civ1.serv' '/usr/local/share/freeciv/civ1.serv'
 /usr/bin/install -c -m 644 'civ2.serv' '/usr/local/share/freeciv/civ2.serv'
 /usr/bin/install -c -m 644 'history.serv' 
'/usr/local/share/freeciv/history.serv'
 /usr/bin/install -c -m 644 'isotrident.tilespec' 
'/usr/local/share/freeciv/isotrident.tilespec'
 /usr/bin/install -c -m 644 'trident.tilespec' 
'/usr/local/share/freeciv/trident.tilespec'
 /usr/bin/install -c -m 644 'trident_shields.tilespec' 
'/usr/local/share/freeciv/trident_shields.tilespec'
 /usr/bin/install -c -m 644 'helpdata.txt' 
'/usr/local/share/freeciv/helpdata.txt'
 /usr/bin/install -c -m 644 'freeciv.rc-2.0' 
'/usr/local/share/freeciv/freeciv.rc-2.0'
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data'
gmake[1]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/data'
Making install in intl
gmake[1]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/intl'
if test "freeciv" = "gettext" \
   && test 'intl-compat.o' = 'intl-compat.o'; then \
  /bin/sh `case "bootstrap/mkinstalldirs" in /*) echo "bootstrap/mkinstalldirs" 
;; *) echo "../bootstrap/mkinstalldirs" ;; esac` /usr/local/lib 
/usr/local/include; \
  /usr/bin/install -c -m 644 libintl.h /usr/local/include/libintl.h; \
  @LIBTOOL@ --mode=install \
    /usr/bin/install -c -m 644 libintl.a /usr/local/lib/libintl.a; \
else \
  : ; \
fi
if test 'yes' = yes; then \
  /bin/sh `case "bootstrap/mkinstalldirs" in /*) echo "bootstrap/mkinstalldirs" 
;; *) echo "../bootstrap/mkinstalldirs" ;; esac` /usr/local/lib; \
  temp=/usr/local/lib/t-charset.alias; \
  dest=/usr/local/lib/charset.alias; \
  if test -f /usr/local/lib/charset.alias; then \
    orig=/usr/local/lib/charset.alias; \
    sed -f ref-add.sed $orig > $temp; \
    /usr/bin/install -c -m 644 $temp $dest; \
    rm -f $temp; \
  else \
    if test no = no; then \
      orig=charset.alias; \
      sed -f ref-add.sed $orig > $temp; \
      /usr/bin/install -c -m 644 $temp $dest; \
      rm -f $temp; \
    fi; \
  fi; \
  /bin/sh `case "bootstrap/mkinstalldirs" in /*) echo "bootstrap/mkinstalldirs" 
;; *) echo "../bootstrap/mkinstalldirs" ;; esac` /usr/local/share/locale; \
  test -f /usr/local/share/locale/locale.alias \
    && orig=/usr/local/share/locale/locale.alias \
    || orig=./locale.alias; \
  temp=/usr/local/share/locale/t-locale.alias; \
  dest=/usr/local/share/locale/locale.alias; \
  sed -f ref-add.sed $orig > $temp; \
  /usr/bin/install -c -m 644 $temp $dest; \
  rm -f $temp; \
else \
  : ; \
fi
if test "freeciv" = "gettext"; then \
  /bin/sh `case "bootstrap/mkinstalldirs" in /*) echo "bootstrap/mkinstalldirs" 
;; *) echo "../bootstrap/mkinstalldirs" ;; esac` /usr/local/share/gettext/intl; 
\
  /usr/bin/install -c -m 644 VERSION /usr/local/share/gettext/intl/VERSION; \
  /usr/bin/install -c -m 644 ChangeLog.inst 
/usr/local/share/gettext/intl/ChangeLog; \
  dists="Makefile.in config.charset locale.alias ref-add.sin ref-del.sin 
gettext.h gettextP.h hash-string.h libgnuintl.h libgettext.h loadinfo.h 
bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c 
localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c 
dngettext.c ngettext.c plural.y localcharset.c intl-compat.c"; \
  for file in $dists; do \
    /usr/bin/install -c -m 644 ./$file \
                    /usr/local/share/gettext/intl/$file; \
  done; \
  chmod a+x /usr/local/share/gettext/intl/config.charset; \
  dists="plural.c"; \
  for file in $dists; do \
    if test -f $file; then dir=.; else dir=.; fi; \
    /usr/bin/install -c -m 644 $dir/$file \
                    /usr/local/share/gettext/intl/$file; \
  done; \
  dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c"; \
  for file in $dists; do \
    rm -f /usr/local/share/gettext/intl/$file; \
  done; \
else \
  : ; \
fi
gmake[1]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/intl'
Making install in utility
gmake[1]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/utility'
Making install in ftwl
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/utility/ftwl'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/utility/ftwl'
gmake[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
gmake[3]: Für das Ziel »install-data-am« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/utility/ftwl'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/utility/ftwl'
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/utility'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/utility'
gmake[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
gmake[3]: Für das Ziel »install-data-am« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/utility'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/utility'
gmake[1]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/utility'
Making install in common
gmake[1]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/common'
gmake  install-recursive
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/common'
Making install in aicore
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/common/aicore'
gmake[4]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/common/aicore'
gmake[4]: Für das Ziel »install-exec-am« ist nichts zu tun.
gmake[4]: Für das Ziel »install-data-am« ist nichts zu tun.
gmake[4]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/common/aicore'
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/common/aicore'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/common'
gmake[4]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/common'
gmake[4]: Für das Ziel »install-exec-am« ist nichts zu tun.
gmake[4]: Für das Ziel »install-data-am« ist nichts zu tun.
gmake[4]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/common'
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/common'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/common'
gmake[1]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/common'
Making install in tests
gmake[1]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/tests'
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/tests'
gmake[2]: Für das Ziel »install-exec-am« ist nichts zu tun.
gmake[2]: Für das Ziel »install-data-am« ist nichts zu tun.
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/tests'
gmake[1]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/tests'
Making install in ai
gmake[1]: Entering directory `/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/ai'
gmake[2]: Entering directory `/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/ai'
gmake[2]: Für das Ziel »install-exec-am« ist nichts zu tun.
gmake[2]: Für das Ziel »install-data-am« ist nichts zu tun.
gmake[2]: Leaving directory `/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/ai'
gmake[1]: Leaving directory `/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/ai'
Making install in server
gmake[1]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/server'
Making install in userdb
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/server/userdb'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/server/userdb'
gmake[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
gmake[3]: Für das Ziel »install-data-am« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/server/userdb'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/server/userdb'
Making install in generator
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/server/generator'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/server/generator'
gmake[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
gmake[3]: Für das Ziel »install-data-am« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/server/generator'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/server/generator'
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/server'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/server'
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
  /usr/bin/install -c 'civserver' '/usr/local/bin/civserver'
gmake[3]: Für das Ziel »install-data-am« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/server'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/server'
gmake[1]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/server'
Making install in client
gmake[1]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client'
Making install in gui-gtk-2.0
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client/gui-gtk-2.0'
gmake  install-am
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client/gui-gtk-2.0'
gmake[4]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client/gui-gtk-2.0'
gmake[4]: Für das Ziel »install-exec-am« ist nichts zu tun.
gmake[4]: Für das Ziel »install-data-am« ist nichts zu tun.
gmake[4]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client/gui-gtk-2.0'
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client/gui-gtk-2.0'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client/gui-gtk-2.0'
Making install in agents
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client/agents'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client/agents'
gmake[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
gmake[3]: Für das Ziel »install-data-am« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client/agents'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client/agents'
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client'
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
  /usr/bin/install -c 'civclient' '/usr/local/bin/civclient'
test -z "/usr/local/share/applications" || mkdir -p -- 
"/usr/local/share/applications"
 /usr/bin/install -c -m 644 'freeciv.desktop' 
'/usr/local/share/applications/freeciv.desktop'
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client'
gmake[1]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/client'
Making install in po
gmake[1]: Entering directory `/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/po'
/bin/sh `case "bootstrap/mkinstalldirs" in /*) echo "bootstrap/mkinstalldirs" 
;; *) echo "../bootstrap/mkinstalldirs" ;; esac` /usr/local/share
installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/freeciv.mo
installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/freeciv.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/freeciv.mo
installing en_GB.gmo as /usr/local/share/locale/en_GB/LC_MESSAGES/freeciv.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/freeciv.mo
installing et.gmo as /usr/local/share/locale/et/LC_MESSAGES/freeciv.mo
installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/freeciv.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/freeciv.mo
installing he_IL.gmo as /usr/local/share/locale/he_IL/LC_MESSAGES/freeciv.mo
installing hu.gmo as /usr/local/share/locale/hu/LC_MESSAGES/freeciv.mo
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/freeciv.mo
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/freeciv.mo
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/freeciv.mo
installing no.gmo as /usr/local/share/locale/no/LC_MESSAGES/freeciv.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/freeciv.mo
installing pt.gmo as /usr/local/share/locale/pt/LC_MESSAGES/freeciv.mo
installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/freeciv.mo
installing ro.gmo as /usr/local/share/locale/ro/LC_MESSAGES/freeciv.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/freeciv.mo
installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/freeciv.mo
installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/freeciv.mo
if test "freeciv" = "gettext"; then \
  /bin/sh `case "bootstrap/mkinstalldirs" in /*) echo "bootstrap/mkinstalldirs" 
;; *) echo "../bootstrap/mkinstalldirs" ;; esac` /usr/local/share/gettext/po; \
  /usr/bin/install -c -m 644 ./Makefile.in.in \
                  /usr/local/share/gettext/po/Makefile.in.in; \
else \
  : ; \
fi
gmake[1]: Leaving directory `/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/po'
Making install in doc
gmake[1]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc'
Making install in man
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/man'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/man'
gmake[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
test -z "/usr/local/man/man6" || mkdir -p -- "/usr/local/man/man6"
 /usr/bin/install -c -m 644 './civserver.6' '/usr/local/man/man6/civserver.6'
 /usr/bin/install -c -m 644 './civclient.6' '/usr/local/man/man6/civclient.6'
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/man'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/man'
Making install in de
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/de'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/de'
gmake[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
gmake[3]: Für das Ziel »install-data-am« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/de'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/de'
Making install in fr
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/fr'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/fr'
gmake[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
gmake[3]: Für das Ziel »install-data-am« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/fr'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/fr'
Making install in it
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/it'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/it'
gmake[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
gmake[3]: Für das Ziel »install-data-am« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/it'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/it'
Making install in ja
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/ja'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/ja'
gmake[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
gmake[3]: Für das Ziel »install-data-am« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/ja'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/ja'
Making install in nl
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/nl'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/nl'
gmake[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
gmake[3]: Für das Ziel »install-data-am« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/nl'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/nl'
Making install in sv
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/sv'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/sv'
gmake[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
gmake[3]: Für das Ziel »install-data-am« ist nichts zu tun.
gmake[3]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/sv'
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc/sv'
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc'
gmake[3]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc'
gmake[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
gmake[3]: Für das Ziel »install-data-am« ist nichts zu tun.
gmake[3]: Leaving directory `/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc'
gmake[2]: Leaving directory `/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc'
gmake[1]: Leaving directory `/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/doc'
Making install in manual
gmake[1]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/manual'
gmake[2]: Entering directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/manual'
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
  /usr/bin/install -c 'civmanual' '/usr/local/bin/civmanual'
gmake[2]: Für das Ziel »install-data-am« ist nichts zu tun.
gmake[2]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/manual'
gmake[1]: Leaving directory 
`/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1/manual'
gmake[1]: Entering directory `/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1'
gmake[2]: Entering directory `/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1'
gmake[2]: Für das Ziel »install-exec-am« ist nichts zu tun.
gmake[2]: Für das Ziel »install-data-am« ist nichts zu tun.
gmake[2]: Leaving directory `/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1'
gmake[1]: Leaving directory `/usr/home/jonathan/Desktop/freeciv-2.0.0-beta1'


###############################################
###############################################
##The output of cviclient (as user)

%civclient
You are running Freeciv without using iconv.  Unless
you are using the latin1 character set, some characters
may not be displayed properly.  You can download iconv
at http://gnu.org/.
1: Audio .spec-Datei 'stdsounds' nicht gefunden.
1: Für Audio muß ein Soundset heruntergeladen werden!
1: Soundsets gibt es unter <ftp://ftp.freeciv.org/freeciv/contrib/sounds/sets>.
1: Audio abgeschaltet. Weiter.
 
(civclient:36010): Gtk-WARNING **: Invalid input string
 
(civclient:36010): Gtk-WARNING **: Invalid input string
 
(civclient:36010): Gtk-WARNING **: Invalid input string
 
(civclient:36010): Gtk-WARNING **: Invalid input string
 
(civclient:36010): Gtk-WARNING **: Invalid input string
 
(civclient:36010): Gtk-WARNING **: Invalid input string
 
(civclient:36010): Gtk-WARNING **: Invalid input string
 
(civclient:36010): Gtk-WARNING **: Invalid input string
 
(civclient:36010): Gtk-WARNING **: Invalid input string
 
(civclient:36010): Gtk-WARNING **: Invalid input string
 
(civclient:36010): Gtk-WARNING **: Invalid input string
 
(civclient:36010): Gtk-WARNING **: Invalid input string
 
(civclient:36010): Gtk-WARNING **: Invalid input string
 
(civclient:36010): Gtk-WARNING **: Invalid input string
 
(civclient:36010): Gtk-WARNING **: Invalid input string
 
(civclient:36010): Gtk-WARNING **: Invalid input string
 
(civclient:36010): Gtk-WARNING **: Invalid input string
 
(civclient:36010): Gtk-WARNING **: Invalid input string
 
(civclient:36010): Gtk-WARNING **: Invalid input string
 
(civclient:36010): Gtk-WARNING **: Invalid input string
 
(civclient:36010): Gtk-WARNING **: Invalid input string
 
(civclient:36010): Gtk-WARNING **: Invalid input string
 
(civclient:36010): Gtk-WARNING **: Invalid input string
 
(civclient:36010): Gtk-CRITICAL **: file gtktextbuffer.c: line 543 
(gtk_text_buffer_emit_insert): assertion `g_utf8_validate (text, len, NULL)' 
failed
 
** (civclient:36010): WARNING **: Invalid UTF8 string passed to 
pango_layout_set_text()
 
(civclient:36010): Gtk-WARNING **: Invalid input string
 
** (civclient:36010): WARNING **: Invalid UTF8 string passed to 
pango_layout_set_text()
 
** (civclient:36010): WARNING **: Invalid UTF8 string passed to 
pango_layout_set_text()
 
** (civclient:36010): WARNING **: Invalid UTF8 string passed to 
pango_layout_set_text()
 
** (civclient:36010): WARNING **: Invalid UTF8 string passed to 
pango_layout_set_text()
 
(civclient:36010): Gtk-CRITICAL **: file gtktextbuffer.c: line 543 
(gtk_text_buffer_emit_insert): assertion `g_utf8_validate (text, len, NULL)' 
failed
 
(civclient:36010): GLib-CRITICAL **: file gconvert.c: line 498 (g_convert): 
assertion `str != NULL' failed
 
(civclient:36010): GLib-CRITICAL **: file gconvert.c: line 498 (g_convert): 
assertion `str != NULL' failed
 
(civclient:36010): GLib-CRITICAL **: file gconvert.c: line 498 (g_convert): 
assertion `str != NULL' failed
 
(civclient:36010): GLib-CRITICAL **: file gconvert.c: line 498 (g_convert): 
assertion `str != NULL' failed
 
(civclient:36010): GLib-CRITICAL **: file gconvert.c: line 498 (g_convert): 
assertion `str != NULL' failed
 
(civclient:36010): GLib-CRITICAL **: file gconvert.c: line 498 (g_convert): 
assertion `str != NULL' failed
 
(civclient:36010): GLib-CRITICAL **: file gconvert.c: line 498 (g_convert): 
assertion `str != NULL' failed
Speicherschutzverletzung (core dumped)

#############################
#############################



[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#10552) Bug in FreeCiv 2 beta1, Jonathan Glaschke <=