Getting errors also with 'make dist':

make[2]: ../../dependencies/tolua-5.1/src/bin/tolua: No such file or directory
make[2]: *** [api_gen.c] Error 1
make[1]: *** [distdir] Error 1
make: *** [distdir] Error 1

(full log attached)

Related to the changes to bootstrap in bug #18263?

Anyhow, it's getting late over here so I'll call it a day and
investigate further tomorrow.

Daniel

On Sun, Jul 3, 2011 at 6:11 PM, Daniel Markstedt <markst...@gmail.com> wrote:
> Running 'make distcheck' on the most recent S2_2 on this MacBook
> running Snow Leopard results in...
>
> configure: error: Iconv is missing. You can get libiconv from
> http://gnu.org/, or try using --with-libiconv-prefix.
> make: *** [distcheck] Error 1
>
> (full log attached)
>
> Tried to play around with "--with-libiconv-prefix" but it's not a
> recognized argument for distcheck (so I guess this suggestion should
> not appear when running 'make distcheck'.)
>
> OTOH, a straight './configure' on the same code does not trigger the error:
>
> checking for iconv... yes
> checking for working iconv... yes
> checking how to link with libiconv... -L/usr/local/lib -liconv
> checking for iconv declaration... install-shextern size_t iconv
> (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf,
> size_t *outbytesleft);
>
> I'm at a loss at to how to keep debugging
>
> Daniel
>
$ ./autogen.sh && make dist
+ checking for autoconf >= 2.55 ... found 2.64, ok.
+ checking for autoheader >= 2.55 ... found 2.64, ok.
+ checking for automake >= 1.6 ... found 1.11, ok.
+ checking for aclocal >= 1.6 ... found 1.11, ok.
+ checking for libtoolize >= 1.4.3 ... found 2.2.6, ok.
+ checking for xgettext >= 0.10.36 ... found 0.17, ok.
+ checking for msgfmt >= 0.10.36 ... found 0.17, ok.
+ running aclocal ...
/opt/local/share/aclocal/autotrace.m4:7: warning: underquoted definition of 
AM_PATH_AUTOTRACE
/opt/local/share/aclocal/autotrace.m4:7:   run info '(automake)Extending 
aclocal'
/opt/local/share/aclocal/autotrace.m4:7:   or see 
http://sources.redhat.com/automake/automake.html#Extending-aclocal
+ running autoheader ... 
+ running autoconf ... 
+ running libtoolize ... 
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `bootstrap'.
libtoolize: linking file `bootstrap/ltmain.sh'
libtoolize: putting macros in `m4'.
libtoolize: linking file `m4/libtool.m4'
libtoolize: linking file `m4/ltoptions.m4'
libtoolize: linking file `m4/ltsugar.m4'
libtoolize: linking file `m4/ltversion.m4'
libtoolize: linking file `m4/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
+ running automake ... 
configure.ac:10: installing `bootstrap/config.guess'
configure.ac:10: installing `bootstrap/config.sub'
configure.ac:57: installing `bootstrap/install-sh'
configure.ac:57: installing `bootstrap/missing'
ai/Makefile.am: installing `bootstrap/depcomp'
common/Makefile.am:98: `%'-style pattern rules are a GNU make extension
utility/Makefile.am:62: `%'-style pattern rules are a GNU make extension
+ removing config.cache ... 
+ running configure ... 

I am going to run ./configure with no arguments - if you wish 
to pass any to it, please specify them on the ./autogen.sh command line.

checking build system type... i386-apple-darwin10.7.0
checking host system type... i386-apple-darwin10.7.0
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 ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... bootstrap/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gethostbyname2... yes
checking for inet_pton... yes
checking for inet_ntop... yes
checking for getnameinfo... yes
checking for AF_INET6... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for gawk... (cached) awk
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether the C++ compiler works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU 
ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload 
object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from gcc object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) 
supports shared libraries... yes
checking dynamic linker characteristics... darwin10.7.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU 
ld... no
checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) 
supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common -DPIC
checking if g++ PIC flag -fno-common -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) 
supports shared libraries... yes
checking dynamic linker characteristics... darwin10.7.0 dyld
checking how to hardcode library paths into programs... immediate
checking for ar... (cached) ar
checking for uname... uname
checking for ld used by GCC... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU 
ld... no
checking for shared library run path origin... done
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -L/usr/local/lib -liconv
checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, 
char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for libcharset... no
checking for nl_langinfo and CODESET... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... no
checking for bindtextdomain in -lintl... yes
checking for ngettext in -lintl... yes
checking for dgettext in -lintl... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /opt/local/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /opt/local/bin/msgfmt
checking for xgettext... /opt/local/bin/xgettext
checking for catalogs to be installed...  ar cs ca da de el en_GB eo es et fa 
fi fr he hu it ja ko lt nl nb no pl pt pt_BR ro ru sv tr uk zh_CN
checking for ngettext in -lc... no
checking for ngettext in -lintl... (cached) yes
checking whether libintl's ngettext works at runtime... yes
checking for C99 variadic macros... yes
checking for C99 variable arrays... yes
checking for C99 initializers... yes
checking for stdint.h... (cached) yes
checking for C99 stdint.h... yes
checking for gzgets in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzip... /usr/bin/gzip
checking for BZ2_bzReadOpen in -lbz2... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
configure: checking for which client to compile:...
checking for pkg-config... /opt/local/bin/pkg-config
checking for GTK+ - version >= 2.6.0... yes (version 2.18.2)
checking for X... libraries /usr/X11/lib, headers 
checking whether -R must be followed by a space... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking whether Xfuncproto was supplied... no
checking for compilable FUNCPROTO definition... yes, determined: 15
checking for workable NARROWPROTO definition... yes, determined: 
checking whether Xfuncproto was determined... yes:  FUNCPROTO=15 NARROWPROTO=
checking for sdl-config... /opt/local/bin/sdl-config
checking for SDL - version >= 1.0.0... yes
checking SDL_mixer.h usability... yes
checking SDL_mixer.h presence... yes
checking for SDL_mixer.h... yes
checking for Mix_OpenAudio in -lSDL_mixer... yes
checking building SDL_mixer support... yes
checking for GGZ library: libggz... no
checking for GGZ library: libggz... (cached) 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 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 sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for libintl.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for strings.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... 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... 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 for socklen_t... yes
checking return type of signal handlers... void
checking for pid_t... 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 vsnprintf... yes
checking for bind... yes
checking for connect... (cached) yes
checking for fileno... yes
checking for flock... yes
checking for ftime... yes
checking for gethostbyname... (cached) yes
checking for gethostname... yes
checking for getpwuid... yes
checking for inet_aton... yes
checking for select... yes
checking for snooze... no
checking for strcasecmp... yes
checking for strcasestr... yes
checking for strerror... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for strncasecmp... yes
checking for strstr... yes
checking for uname... yes
checking for usleep... yes
checking for getline... no
checking for working gettimeofday... yes
checking for fdopen... yes
checking for fcntl... yes
checking for SIGPIPE... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for working mkstemp... yes
checking for isatty... yes
checking for popen... yes
checking for _longjmp... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating data/Makefile
config.status: creating data/civclient.dsc
config.status: creating data/civserver.dsc
config.status: creating data/civserver.room
config.status: creating data/hex2t/Makefile
config.status: creating data/amplio/Makefile
config.status: creating data/buildings/Makefile
config.status: creating data/flags/Makefile
config.status: creating data/misc/Makefile
config.status: creating data/trident/Makefile
config.status: creating data/isophex/Makefile
config.status: creating data/isotrident/Makefile
config.status: creating data/stdsounds/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/themes/Makefile
config.status: creating data/themes/gui-gtk-2.0/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons/Makefile
config.status: creating 
data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo/Makefile
config.status: creating 
data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Frame-Gap/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Handles/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Lines/Makefile
config.status: creating 
data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ListHeaders/Makefile
config.status: creating 
data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Others/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel/Makefile
config.status: creating 
data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range/Makefile
config.status: creating 
data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs/Makefile
config.status: creating data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar/Makefile
config.status: creating data/themes/gui-sdl/Makefile
config.status: creating data/themes/gui-sdl/human/Makefile
config.status: creating data/wonders/Makefile
config.status: creating data/icons/Makefile
config.status: creating utility/Makefile
config.status: creating utility/ftwl/Makefile
config.status: creating dependencies/Makefile
config.status: creating dependencies/lua-5.1/Makefile
config.status: creating dependencies/lua-5.1/src/Makefile
config.status: creating dependencies/tolua-5.1/Makefile
config.status: creating dependencies/tolua-5.1/src/Makefile
config.status: creating dependencies/tolua-5.1/src/lib/Makefile
config.status: creating dependencies/tolua-5.1/src/bin/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 win32/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-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/scripting/Makefile
config.status: creating manual/Makefile
config.status: creating po/Makefile.in
config.status: creating doc/Makefile
config.status: creating doc/man/Makefile
config.status: creating doc/ca/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 server/freeciv-server.desktop
config.status: creating civ
config.status: creating ser
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
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
configure:
****************** Configuration Summary ******************

  Build freeciv client: yes
    Debugging support:  some

  Client frontends:
    Gtk-2.0: yes
    SDL:     no
    Xaw:     no
    Win32:   no
    FTWL:    no
    Stub:    no

  Build freeciv server:    yes
    Debugging support:     some
    Auth database support: no


Now type 'make' to compile freeciv.
{ test ! -d "freeciv-2.2.6" || { find "freeciv-2.2.6" -type d ! -perm -200 
-exec chmod u+w {} ';' && rm -fr "freeciv-2.2.6"; }; }
test -d "freeciv-2.2.6" || mkdir "freeciv-2.2.6"
 (cd data && make  top_distdir=../freeciv-2.2.6 distdir=../freeciv-2.2.6/data \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd icons && make  top_distdir=../../freeciv-2.2.6 
distdir=../../freeciv-2.2.6/data/icons \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd amplio && make  top_distdir=../../freeciv-2.2.6 
distdir=../../freeciv-2.2.6/data/amplio \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd misc && make  top_distdir=../../freeciv-2.2.6 
distdir=../../freeciv-2.2.6/data/misc \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd flags && make  top_distdir=../../freeciv-2.2.6 
distdir=../../freeciv-2.2.6/data/flags \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd buildings && make  top_distdir=../../freeciv-2.2.6 
distdir=../../freeciv-2.2.6/data/buildings \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd isotrident && make  top_distdir=../../freeciv-2.2.6 
distdir=../../freeciv-2.2.6/data/isotrident \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd trident && make  top_distdir=../../freeciv-2.2.6 
distdir=../../freeciv-2.2.6/data/trident \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd isophex && make  top_distdir=../../freeciv-2.2.6 
distdir=../../freeciv-2.2.6/data/isophex \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd hex2t && make  top_distdir=../../freeciv-2.2.6 
distdir=../../freeciv-2.2.6/data/hex2t \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd stdsounds && make  top_distdir=../../freeciv-2.2.6 
distdir=../../freeciv-2.2.6/data/stdsounds \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd themes && make  top_distdir=../../freeciv-2.2.6 
distdir=../../freeciv-2.2.6/data/themes \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd gui-gtk-2.0 && make  top_distdir=../../../freeciv-2.2.6 
distdir=../../../freeciv-2.2.6/data/themes/gui-gtk-2.0 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd Freeciv && make  top_distdir=../../../../freeciv-2.2.6 
distdir=../../../../freeciv-2.2.6/data/themes/gui-gtk-2.0/Freeciv \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd gtk-2.0 && make  top_distdir=../../../../../freeciv-2.2.6 
distdir=../../../../../freeciv-2.2.6/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd Arrows && make  top_distdir=../../../../../../freeciv-2.2.6 
distdir=../../../../../../freeciv-2.2.6/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Arrows
 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd Buttons && make  top_distdir=../../../../../../freeciv-2.2.6 
distdir=../../../../../../freeciv-2.2.6/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Buttons
 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd Check-Radio && make  top_distdir=../../../../../../freeciv-2.2.6 
distdir=../../../../../../freeciv-2.2.6/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Check-Radio
 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd Combo && make  top_distdir=../../../../../../freeciv-2.2.6 
distdir=../../../../../../freeciv-2.2.6/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Combo
 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd Frame-Gap && make  top_distdir=../../../../../../freeciv-2.2.6 
distdir=../../../../../../freeciv-2.2.6/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Frame-Gap
 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd Handles && make  top_distdir=../../../../../../freeciv-2.2.6 
distdir=../../../../../../freeciv-2.2.6/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Handles
 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd Lines && make  top_distdir=../../../../../../freeciv-2.2.6 
distdir=../../../../../../freeciv-2.2.6/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Lines
 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd ListHeaders && make  top_distdir=../../../../../../freeciv-2.2.6 
distdir=../../../../../../freeciv-2.2.6/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ListHeaders
 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd Menu-Menubar && make  top_distdir=../../../../../../freeciv-2.2.6 
distdir=../../../../../../freeciv-2.2.6/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Menu-Menubar
 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd Others && make  top_distdir=../../../../../../freeciv-2.2.6 
distdir=../../../../../../freeciv-2.2.6/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Others
 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd Panel && make  top_distdir=../../../../../../freeciv-2.2.6 
distdir=../../../../../../freeciv-2.2.6/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Panel
 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd ProgressBar && make  top_distdir=../../../../../../freeciv-2.2.6 
distdir=../../../../../../freeciv-2.2.6/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/ProgressBar
 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd Range && make  top_distdir=../../../../../../freeciv-2.2.6 
distdir=../../../../../../freeciv-2.2.6/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Range
 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd Scrollbars && make  top_distdir=../../../../../../freeciv-2.2.6 
distdir=../../../../../../freeciv-2.2.6/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Scrollbars
 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd Shadows && make  top_distdir=../../../../../../freeciv-2.2.6 
distdir=../../../../../../freeciv-2.2.6/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Shadows
 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd Spin && make  top_distdir=../../../../../../freeciv-2.2.6 
distdir=../../../../../../freeciv-2.2.6/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Spin
 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd Tabs && make  top_distdir=../../../../../../freeciv-2.2.6 
distdir=../../../../../../freeciv-2.2.6/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Tabs
 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd Toolbar && make  top_distdir=../../../../../../freeciv-2.2.6 
distdir=../../../../../../freeciv-2.2.6/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/Toolbar
 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd gui-sdl && make  top_distdir=../../../freeciv-2.2.6 
distdir=../../../freeciv-2.2.6/data/themes/gui-sdl \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd human && make  top_distdir=../../../../freeciv-2.2.6 
distdir=../../../../freeciv-2.2.6/data/themes/gui-sdl/human \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd wonders && make  top_distdir=../../freeciv-2.2.6 
distdir=../../freeciv-2.2.6/data/wonders \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd default && make  top_distdir=../../freeciv-2.2.6 
distdir=../../freeciv-2.2.6/data/default \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd civ1 && make  top_distdir=../../freeciv-2.2.6 
distdir=../../freeciv-2.2.6/data/civ1 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd civ2 && make  top_distdir=../../freeciv-2.2.6 
distdir=../../freeciv-2.2.6/data/civ2 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd scenario && make  top_distdir=../../freeciv-2.2.6 
distdir=../../freeciv-2.2.6/data/scenario \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd nation && make  top_distdir=../../freeciv-2.2.6 
distdir=../../freeciv-2.2.6/data/nation \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd utility && make  top_distdir=../freeciv-2.2.6 
distdir=../freeciv-2.2.6/utility \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
cd . && ./generate_specenum.py
touch specenum_generate
 (cd ftwl && make  top_distdir=../../freeciv-2.2.6 
distdir=../../freeciv-2.2.6/utility/ftwl \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
rm specenum_generate
 (cd common && make  top_distdir=../freeciv-2.2.6 
distdir=../freeciv-2.2.6/common \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
cd . && ./generate_packets.py
touch packets_generate
 (cd aicore && make  top_distdir=../../freeciv-2.2.6 
distdir=../../freeciv-2.2.6/common/aicore \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
rm packets_generate
 (cd tests && make  top_distdir=../freeciv-2.2.6 distdir=../freeciv-2.2.6/tests 
\
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd win32 && make  top_distdir=../freeciv-2.2.6 distdir=../freeciv-2.2.6/win32 
\
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd ai && make  top_distdir=../freeciv-2.2.6 distdir=../freeciv-2.2.6/ai \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd dependencies && make  top_distdir=../freeciv-2.2.6 
distdir=../freeciv-2.2.6/dependencies \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd lua-5.1 && make  top_distdir=../../freeciv-2.2.6 
distdir=../../freeciv-2.2.6/dependencies/lua-5.1 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd src && make  top_distdir=../../../freeciv-2.2.6 
distdir=../../../freeciv-2.2.6/dependencies/lua-5.1/src \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd tolua-5.1 && make  top_distdir=../../freeciv-2.2.6 
distdir=../../freeciv-2.2.6/dependencies/tolua-5.1 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd src && make  top_distdir=../../../freeciv-2.2.6 
distdir=../../../freeciv-2.2.6/dependencies/tolua-5.1/src \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd lib && make  top_distdir=../../../../freeciv-2.2.6 
distdir=../../../../freeciv-2.2.6/dependencies/tolua-5.1/src/lib \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd bin && make  top_distdir=../../../../freeciv-2.2.6 
distdir=../../../../freeciv-2.2.6/dependencies/tolua-5.1/src/bin \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd server && make  top_distdir=../freeciv-2.2.6 
distdir=../freeciv-2.2.6/server \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd generator && make  top_distdir=../../freeciv-2.2.6 
distdir=../../freeciv-2.2.6/server/generator \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
 (cd scripting && make  top_distdir=../../freeciv-2.2.6 
distdir=../../freeciv-2.2.6/server/scripting \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
../../dependencies/tolua-5.1/src/bin/tolua -n api -o ./api_gen.c -H ./api_gen.h 
./api.pkg
make[2]: ../../dependencies/tolua-5.1/src/bin/tolua: No such file or directory
make[2]: *** [api_gen.c] Error 1
make[1]: *** [distdir] Error 1
make: *** [distdir] Error 1
_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to