Invocation: ./configure --prefix-dir=/usr --binary-dir=bin --data-dir=share/games/openttd --icon-dir=share/pixmaps --doc-dir=share/doc/Packages/openttd --personal-dir=.openttd --install-dir=/var/uhubuild/work/install Detecing awk... Trying: echo "a.c b.c c.c" | tr ' ' \\n | awk ' { ORS = " " } /\.c$/ { gsub(".c$", ".o", $0); print $0; }' 2>/dev/null Result: 'a.o b.o c.o ' checking awk... awk detecting OS... UNIX checking build system type... CC/CXX not set (skipping) executing gcc -dumpmachine returned i686-uhu-linux exit code 0 checking build system type... i686-uhu-linux checking host system type... CC/CXX not set (skipping) executing gcc -dumpmachine returned i686-uhu-linux exit code 0 checking host system type... i686-uhu-linux checking universal build... no checking build cc... gcc checking host cc... gcc checking build c++... CC/CXX not set (skipping) executing g++ -dumpmachine returned i686-uhu-linux exit code 0 checking build c++... g++ checking host c++... CC/CXX not set (skipping) executing g++ -dumpmachine returned i686-uhu-linux exit code 0 checking host c++... g++ checking host strip... CC/CXX not set (skipping) executing strip -V returned GNU strip (GNU Binutils) 2.23.2 Copyright 2012 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at your option) any later version. This program has absolutely no warranty. exit code 0 checking host strip... strip checking builtin depend... yes checking makedepend... disabled executing g++ tmp.64bit.cpp -o tmp.64bit -DTESTING 2>&1 returned In file included from tmp.64bit.cpp:2:0: src/stdafx.h:377:72: error: size of array '__ct_assert__' is negative #define assert_compile(expr) typedef int __ct_assert__[1 - 2 * !(expr)] ^ tmp.64bit.cpp:3:1: note: in expansion of macro 'assert_compile' assert_compile(sizeof(size_t) == 8); ^ exit code 1 detecting cpu-type... 32 bits executing g++ -msse4.1 tmp.sse.cpp -o tmp.sse 2>&1 returned exit code 0 detecting SSE... found checking static... no checking unicode... no using debug level... no using desync debug level... no using link time optimization... no checking OSX sysroot... not OSX, skipping executing allegro-config --version returned exit code 127 checking Allegro... not found executing sdl-config --version returned 1.2.15 exit code 0 checking SDL... found checking COCOA... not OSX, skipping checking GDI video driver... not Windows, skipping checking dedicated... not selected checking console application... not Windows, skipping checking network... found checking squirrel... found checking translator... no checking assert... disabled detecting zlib trying /usr/include/zlib.h... found checking zlib... found detecting liblzma executing pkg-config liblzma --modversion returned 5.1.3alpha exit code 0 checking liblzma... found detecting lzo2 trying /usr/include/lzo/lzo1x.h... found checking lzo2... found detecting libxdg-basedir executing pkg-config libxdg-basedir --modversion returned exit code 1 checking libxdg-basedir... not found detecting libpng executing pkg-config libpng --modversion returned 1.6.10 exit code 0 checking libpng... found executing freetype_config --version returned 17.2.11 exit code 0 checking libfreetype... found detecting fontconfig executing pkg-config fontconfig --modversion returned 2.11.1 exit code 0 checking fontconfig... found executing icu-config --version returned exit code 127 checking libicu... not found checking psp-config... not PSP, skipping detecting libtimidity trying /usr/include/timidity.h... no trying /usr/local/include/timidity.h... no trying /mingw/include/timidity.h... no trying /opt/local/include/timidity.h... no checking libtimidity... not found checking direct-music... not Windows, skipping running echo | sort result was valid checking sort... sort checking endianess... AUTO suppress language errors... no checking stripping... strip -s checking distcc... no (only used when forced) checking ccache... no (only used when forced) executing grfcodec -v returned exit code 0 checking grfcodec... not found executing nforenum -v returned exit code 0 checking nforenum... not found checking OSX application bundle... not OSX, skipping checking revision... source tarball checking iconv... not OSX, skipping personal home directory... .openttd shared data directory... none installation directory... /var/uhubuild/work/install icon theme directory... share/icons/hicolor manual page directory... share/man/man6 menu item directory... share/applications Running configure with following options: ./configure --ignore-extra-parameters --build="" --host="" --cc-build="gcc" --cc-host="gcc" --cxx-build="g++" --cxx-host="g++" --windres="" --strip="strip" --lipo="" --awk="awk" --os="UNIX" --endian="AUTO" --cpu-type="32" --config-log="config.log" --prefix-dir="/usr" --binary-dir="bin" --data-dir="share/games/openttd" --doc-dir="share/doc/Packages/openttd" --icon-dir="share/pixmaps" --icon-theme-dir="share/icons/hicolor" --man-dir="share/man/man6" --menu-dir="share/applications" --personal-dir=".openttd" --shared-dir="" --install-dir="/var/uhubuild/work/install" --menu-group="Game;" --menu-name="OpenTTD" --binary-name="openttd" --enable-debug="0" --enable-desync-debug="0" --enable-profiling="0" --enable-lto="0" --enable-dedicated="0" --enable-network="1" --enable-static="0" --enable-translator="0" --enable-unicode="0" --enable-console="1" --enable-assert="0" --enable-strip="1" --enable-universal="0" --enable-osx-g5="0" --enable-cocoa-quartz="1" --enable-cocoa-quickdraw="1" --with-osx-sysroot="0" --with-application-bundle="0" --with-allegro="1" --with-sdl="1" --with-cocoa="0" --with-zlib="1" --with-lzma="1" --with-lzo2="1" --with-xdg-basedir="1" --with-png="1" --enable-builtin-depend="1" --with-makedepend="0" --with-direct-music="0" --with-sort="1" --with-iconv="0" --with-midi="" --with-midi-arg="" --with-libtimidity="0" --with-freetype="1" --with-fontconfig="1" --with-icu="1" --static-icu="0" --with-psp-config="1" --with-threads="1" --with-distcc="0" --with-ccache="0" --with-grfcodec="1" --with-nforenum="1" --with-sse="1" --CC="" --CXX="" --CFLAGS="" --CXXFLAGS="" --LDFLAGS="" --CFLAGS-BUILD="" --CXXFLAGS-BUILD="" --LDFLAGS-BUILD="" using CFLAGS_BUILD... -Wall -Wno-multichar -Wsign-compare -Wundef -Wwrite-strings -Wpointer-arith -W -Wno-unused-parameter -Wredundant-decls -Wformat=2 -Wformat-security -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -Winit-self -fno-strict-aliasing -Wcast-qual -fno-strict-overflow -Wnon-virtual-dtor -Wno-free-nonheap-object -rdynamic -DUNIX -DNDEBUG using CXXFLAGS_BUILD... -std=gnu++0x -Wno-narrowing using LDFLAGS_BUILD... -rdynamic using CFLAGS... -O2 -fomit-frame-pointer -Wall -Wno-multichar -Wsign-compare -Wundef -Wwrite-strings -Wpointer-arith -W -Wno-unused-parameter -Wredundant-decls -Wformat=2 -Wformat-security -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -Winit-self -fno-strict-aliasing -Wcast-qual -fno-strict-overflow -Wnon-virtual-dtor -Wno-free-nonheap-object -rdynamic -DUNIX -DWITH_SSE -DWITH_SDL -I/usr/include/SDL -D_REENTRANT -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -I/var/uhubuild/work/compile/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/include/libpng16 -DWITH_FONTCONFIG -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -DWITH_FREETYPE -I/usr/include/freetype2 -DENABLE_NETWORK -DNDEBUG -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\".openttd\\" -DGLOBAL_DATA_DIR=\\"/usr/share/games/openttd\\" using CXXFLAGS... -std=gnu++0x -Wno-narrowing using LDFLAGS... -lstdc++ -lpthread -lc -lSDL -lpthread -lz -llzma -llzo2 -lpng16 -lfontconfig -lfreetype -lfreetype -L/lib -lz -lbz2 -lpng16 -rdynamic Generating Makefile... Generating menu item... Generating lang/Makefile... Generating setting/Makefile... Generating grf/Makefile... Generating objs/Makefile...