| chuck_starchaser wrote: |
Don't worry about AUDLoadSoundFile; that should take care of itself if you have the requirements installed.
You just need to,
> sudo aptitude install openal
.............
> sudo aptitude install openal-devel
.............
> (etceteras for all the requirements) |
|
I manually did each one using aptitude instead of apt-get. cannot find the following:
openal
openal-devel
expat-devel ( I could find expat and not the devel?)
libjpeg
libjpeg-devel ( Installed libjpeg-dev instead)
opengl (installed libtiff-opengl)
glut (installed libglut3)
glut-devel (installed libglut3-dev instead)
libgtk2.0 (installed libgtk2.0-0)
libgtk-devel (installed libgtk2.0-dev)
Still does not work. Can you provide the exact filename for the Ubuntu repositories?
This is my entire config.log. I hope you can figure it out.
[code:1:ed7df4d182]
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by vegastrike configure 0.4.4, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ ./configure --enable-debug
## --------- ##
## Platform. ##
## --------- ##
hostname = <computer_name>
uname -m = i686
uname -r = 2.6.31-19-generic
uname -s = Linux
uname -v = #56-Ubuntu SMP Thu Jan 28 01:26:53 UTC 2010
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2683: checking for gawk
configure:2699: found /usr/bin/gawk
configure:2710: result: gawk
configure:2721: checking whether ln -s works
configure:2725: result: yes
configure:2790: checking for g++
configure:2806: found /usr/bin/g++
configure:2817: result: g++
configure:2844: checking for C++ compiler version
configure:2853: g++ --version >&5
g++ (Ubuntu 4.4.1-4ubuntu9) 4.4.1
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2864: $? = 0
configure:2853: g++ -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9)
configure:2864: $? = 0
configure:2853: g++ -V >&5
g++: '-V' option must have argument
configure:2864: $? = 1
configure:2853: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:2864: $? = 1
configure:2886: checking for C++ compiler default output file name
configure:2908: g++ conftest.cpp >&5
configure:2912: $? = 0
configure:2949: result: a.out
configure:2965: checking whether the C++ compiler works
configure:2974: ./a.out
configure:2978: $? = 0
configure:2993: result: yes
configure:3000: checking whether we are cross compiling
configure:3002: result: no
configure:3005: checking for suffix of executables
configure:3012: g++ -o conftest conftest.cpp >&5
configure:3016: $? = 0
configure:3038: result:
configure:3044: checking for suffix of object files
configure:3066: g++ -c conftest.cpp >&5
configure:3070: $? = 0
configure:3091: result: o
configure:3095: checking whether we are using the GNU C++ compiler
configure:3114: g++ -c conftest.cpp >&5
configure:3114: $? = 0
configure:3123: result: yes
configure:3132: checking whether g++ accepts -g
configure:3152: g++ -c -g conftest.cpp >&5
configure:3152: $? = 0
configure:3193: result: yes
configure:3221: checking how to run the C++ preprocessor
configure:3248: g++ -E conftest.cpp
configure:3248: $? = 0
configure:3262: g++ -E conftest.cpp
conftest.cpp:9:28: error: ac_nonexistent.h: No such file or directory
configure:3262: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3287: result: g++ -E
configure:3307: g++ -E conftest.cpp
configure:3307: $? = 0
configure:3321: g++ -E conftest.cpp
conftest.cpp:9:28: error: ac_nonexistent.h: No such file or directory
configure:3321: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3386: checking for a BSD-compatible install
configure:3454: result: /usr/bin/install -c
configure:3512: checking for ranlib
configure:3528: found /usr/bin/ranlib
configure:3539: result: ranlib
configure:3610: checking for gcc
configure:3626: found /usr/bin/gcc
configure:3637: result: gcc
configure:3866: checking for C compiler version
configure:3875: gcc --version >&5
gcc (Ubuntu 4.4.1-4ubuntu9) 4.4.1
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3886: $? = 0
configure:3875: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9)
configure:3886: $? = 0
configure:3875: gcc -V >&5
gcc: '-V' option must have argument
configure:3886: $? = 1
configure:3875: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3886: $? = 1
configure:3890: checking whether we are using the GNU C compiler
configure:3909: gcc -c conftest.c >&5
configure:3909: $? = 0
configure:3918: result: yes
configure:3927: checking whether gcc accepts -g
configure:3947: gcc -c -g conftest.c >&5
configure:3947: $? = 0
configure:3988: result: yes
configure:4005: checking for gcc option to accept ISO C89
configure:4069: gcc -c -g -O2 conftest.c >&5
configure:4069: $? = 0
configure:4082: result: none needed
configure:4107: checking how to run the C preprocessor
configure:4138: gcc -E conftest.c
configure:4138: $? = 0
configure:4152: gcc -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:4152: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4177: result: gcc -E
configure:4197: gcc -E conftest.c
configure:4197: $? = 0
configure:4211: gcc -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:4211: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4240: Using C++ compiler: g++.
configure:4242: Using C compiler: gcc.
configure:4249: checking build system type
configure:4263: result: i686-pc-linux-gnu
configure:4283: checking host system type
configure:4296: result: i686-pc-linux-gnu
configure:4317: checking target system type
configure:4330: result: i686-pc-linux-gnu
configure:4438: checking whether build environment is sane
configure:4488: result: yes
configure:4629: checking for a thread-safe mkdir -p
configure:4668: result: /bin/mkdir -p
configure:4677: checking whether make sets $(MAKE)
configure:4699: result: yes
configure:4729: checking for style of include used by make
configure:4757: result: GNU
configure:4842: checking dependency style of gcc
configure:4952: result: gcc3
configure:4969: checking dependency style of g++
configure:5079: result: gcc3
configure:5122: checking for -pthread
configure:5138: g++ -c -Werror -pthread conftest.cpp >&5
configure:5138: $? = 0
configure:5151: result: yes
configure:5156: checking for libsocket
configure:5171: g++ -o conftest -g -O2 conftest.cpp -lnsl -lresolv -lsocket >&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure:5171: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:5183: result: no
configure:5186: checking for libutil
configure:5201: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:5201: $? = 0
configure:5213: result: yes
configure:5222: checking for dirent.h that defines DIR
configure:5241: g++ -c -g -O2 conftest.cpp >&5
configure:5241: $? = 0
configure:5249: result: yes
configure:5263: checking for library containing opendir
configure:5294: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:5294: $? = 0
configure:5311: result: none required
configure:5379: checking for grep that handles long lines and -e
configure:5437: result: /bin/grep
configure:5442: checking for egrep
configure:5504: result: /bin/grep -E
configure:5509: checking for ANSI C header files
configure:5529: g++ -c -g -O2 conftest.cpp >&5
configure:5529: $? = 0
configure:5602: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:5602: $? = 0
configure:5602: ./conftest
configure:5602: $? = 0
configure:5613: result: yes
configure:5621: checking for sys/wait.h that is POSIX.1 compatible
configure:5647: g++ -c -g -O2 conftest.cpp >&5
configure:5647: $? = 0
configure:5654: result: yes
configure:5667: checking for sys/types.h
configure:5667: g++ -c -g -O2 conftest.cpp >&5
configure:5667: $? = 0
configure:5667: result: yes
configure:5667: checking for sys/stat.h
configure:5667: g++ -c -g -O2 conftest.cpp >&5
configure:5667: $? = 0
configure:5667: result: yes
configure:5667: checking for stdlib.h
configure:5667: g++ -c -g -O2 conftest.cpp >&5
configure:5667: $? = 0
configure:5667: result: yes
configure:5667: checking for string.h
configure:5667: g++ -c -g -O2 conftest.cpp >&5
configure:5667: $? = 0
configure:5667: result: yes
configure:5667: checking for memory.h
configure:5667: g++ -c -g -O2 conftest.cpp >&5
configure:5667: $? = 0
configure:5667: result: yes
configure:5667: checking for strings.h
configure:5667: g++ -c -g -O2 conftest.cpp >&5
configure:5667: $? = 0
configure:5667: result: yes
configure:5667: checking for inttypes.h
configure:5667: g++ -c -g -O2 conftest.cpp >&5
configure:5667: $? = 0
configure:5667: result: yes
configure:5667: checking for stdint.h
configure:5667: g++ -c -g -O2 conftest.cpp >&5
configure:5667: $? = 0
configure:5667: result: yes
configure:5667: checking for unistd.h
configure:5667: g++ -c -g -O2 conftest.cpp >&5
configure:5667: $? = 0
configure:5667: result: yes
configure:5683: checking OS.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp:59:16: error: OS.h: No such file or directory
configure:5683: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <OS.h>
configure:5683: result: no
configure:5683: checking OS.h presence
configure:5683: g++ -E conftest.cpp
conftest.cpp:26:16: error: OS.h: No such file or directory
configure:5683: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <OS.h>
configure:5683: result: no
configure:5683: checking for OS.h
configure:5683: result: no
configure:5683: checking arpa/inet.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking arpa/inet.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for arpa/inet.h
configure:5683: result: yes
configure:5683: checking fcntl.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking fcntl.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for fcntl.h
configure:5683: result: yes
configure:5683: checking fenv.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking fenv.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for fenv.h
configure:5683: result: yes
configure:5683: checking float.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking float.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for float.h
configure:5683: result: yes
configure:5683: checking for inttypes.h
configure:5683: result: yes
configure:5683: checking limits.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking limits.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for limits.h
configure:5683: result: yes
configure:5683: checking malloc.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking malloc.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for malloc.h
configure:5683: result: yes
configure:5683: checking for memory.h
configure:5683: result: yes
configure:5683: checking netdb.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking netdb.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for netdb.h
configure:5683: result: yes
configure:5683: checking netinet/in.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking netinet/in.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for netinet/in.h
configure:5683: result: yes
configure:5683: checking stddef.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking stddef.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for stddef.h
configure:5683: result: yes
configure:5683: checking for stdint.h
configure:5683: result: yes
configure:5683: checking for stdlib.h
configure:5683: result: yes
configure:5683: checking for string.h
configure:5683: result: yes
configure:5683: checking sys/file.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking sys/file.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for sys/file.h
configure:5683: result: yes
configure:5683: checking sys/ioctl.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking sys/ioctl.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for sys/ioctl.h
configure:5683: result: yes
configure:5683: checking sys/param.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking sys/param.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for sys/param.h
configure:5683: result: yes
configure:5683: checking sys/socket.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking sys/socket.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for sys/socket.h
configure:5683: result: yes
configure:5683: checking sys/time.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking sys/time.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for sys/time.h
configure:5683: result: yes
configure:5683: checking for unistd.h
configure:5683: result: yes
configure:5683: checking values.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking values.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for values.h
configure:5683: result: yes
configure:5683: checking wchar.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking wchar.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for wchar.h
configure:5683: result: yes
configure:5683: checking wctype.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking wctype.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for wctype.h
configure:5683: result: yes
configure:5700: checking linux/slab.h usability
configure:5700: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp:82:24: error: linux/slab.h: No such file or directory
configure:5700: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/slab.h>
configure:5700: result: no
configure:5700: checking linux/slab.h presence
configure:5700: g++ -E conftest.cpp
conftest.cpp:49:24: error: linux/slab.h: No such file or directory
configure:5700: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| /* end confdefs.h. */
| #include <linux/slab.h>
configure:5700: result: no
configure:5700: checking for linux/slab.h
configure:5700: result: no
configure:5700: checking linux/malloc.h usability
configure:5700: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp:82:26: error: linux/malloc.h: No such file or directory
configure:5700: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/malloc.h>
configure:5700: result: no
configure:5700: checking linux/malloc.h presence
configure:5700: g++ -E conftest.cpp
conftest.cpp:49:26: error: linux/malloc.h: No such file or directory
configure:5700: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| /* end confdefs.h. */
| #include <linux/malloc.h>
configure:5700: result: no
configure:5700: checking for linux/malloc.h
configure:5700: result: no
configure:5729: checking for vfscanf
configure:5729: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:5729: $? = 0
configure:5729: result: yes
configure:5729: checking for lstat
configure:5729: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:5729: $? = 0
configure:5729: result: yes
configure:5743: checking tr1/unordered_map usability
configure:5743: g++ -c -g -O2 conftest.cpp >&5
configure:5743: $? = 0
configure:5743: result: yes
configure:5743: checking tr1/unordered_map presence
configure:5743: g++ -E conftest.cpp
configure:5743: $? = 0
configure:5743: result: yes
configure:5743: checking for tr1/unordered_map
configure:5743: result: yes
configure:5757: checking for stdbool.h that conforms to C99
configure:5842: g++ -c -g -O2 conftest.cpp >&5
configure:5842: $? = 0
configure:5849: result: yes
configure:5851: checking for _Bool
configure:5851: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:88: error: '_Bool' was not declared in this scope
configure:5851: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_VFSCANF 1
| #define HAVE_LSTAT 1
| #define HAVE_TR1_UNORDERED_MAP 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof (_Bool))
| return 0;
| ;
| return 0;
| }
configure:5851: result: no
configure:5867: checking for an ANSI C-conforming const
configure:5932: g++ -c -g -O2 conftest.cpp >&5
configure:5932: $? = 0
configure:5939: result: yes
configure:5947: checking for inline
configure:5963: g++ -c -g -O2 conftest.cpp >&5
configure:5963: $? = 0
configure:5971: result: inline
configure:5989: checking for off_t
configure:5989: g++ -c -g -O2 conftest.cpp >&5
configure:5989: $? = 0
configure:5989: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:89: error: expected primary-expression before ')' token
configure:5989: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_VFSCANF 1
| #define HAVE_LSTAT 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
| return 0;
| ;
| return 0;
| }
configure:5989: result: yes
configure:6000: checking for pid_t
configure:6000: g++ -c -g -O2 conftest.cpp >&5
configure:6000: $? = 0
configure:6000: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:89: error: expected primary-expression before ')' token
configure:6000: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_VFSCANF 1
| #define HAVE_LSTAT 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:6000: result: yes
configure:6011: checking for C/C++ restrict keyword
configure:6036: g++ -c -g -O2 conftest.cpp >&5
configure:6036: $? = 0
configure:6044: result: __restrict
configure:6057: checking for size_t
configure:6057: g++ -c -g -O2 conftest.cpp >&5
configure:6057: $? = 0
configure:6057: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:90: error: expected primary-expression before ')' token
configure:6057: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_VFSCANF 1
| #define HAVE_LSTAT 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:6057: result: yes
configure:6068: checking whether time.h and sys/time.h may both be included
configure:6088: g++ -c -g -O2 conftest.cpp >&5
configure:6088: $? = 0
configure:6095: result: yes
configure:6103: checking whether struct tm is in sys/time.h or time.h
configure:6123: g++ -c -g -O2 conftest.cpp >&5
configure:6123: $? = 0
configure:6130: result: time.h
configure:6138: checking for working volatile
configure:6157: g++ -c -g -O2 conftest.cpp >&5
configure:6157: $? = 0
configure:6164: result: yes
configure:6172: checking for ptrdiff_t
configure:6172: g++ -c -g -O2 conftest.cpp >&5
configure:6172: $? = 0
configure:6172: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:91: error: expected primary-expression before ')' token
configure:6172: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_VFSCANF 1
| #define HAVE_LSTAT 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ptrdiff_t)))
| return 0;
| ;
| return 0;
| }
configure:6172: result: yes
configure:6185: checking whether closedir returns void
configure:6209: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:6209: $? = 0
configure:6209: ./conftest
configure:6209: $? = 0
configure:6219: result: no
configure:6227: checking for error_at_line
configure:6243: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:6243: $? = 0
configure:6251: result: yes
configure:6264: checking vfork.h usability
configure:6264: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp:89:19: error: vfork.h: No such file or directory
configure:6264: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_VFSCANF 1
| #define HAVE_LSTAT 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_PTRDIFF_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:6264: result: no
configure:6264: checking vfork.h presence
configure:6264: g++ -E conftest.cpp
conftest.cpp:56:19: error: vfork.h: No such file or directory
configure:6264: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_VFSCANF 1
| #define HAVE_LSTAT 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_PTRDIFF_T 1
| /* end confdefs.h. */
| #include <vfork.h>
configure:6264: result: no
configure:6264: checking for vfork.h
configure:6264: result: no
configure:6277: checking for fork
configure:6277: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:6277: $? = 0
configure:6277: result: yes
configure:6277: checking for vfork
configure:6277: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:6277: $? = 0
configure:6277: result: yes
configure:6288: checking for working fork
configure:6310: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:6310: $? = 0
configure:6310: ./conftest
configure:6310: $? = 0
configure:6320: result: yes
configure:6341: checking for working vfork
configure:6451: result: yes
configure:6477: checking whether gcc needs -traditional
configure:6511: result: no
configure:6518: checking whether lstat dereferences a symlink specified with a trailing slash
configure:6544: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:6544: $? = 0
configure:6544: ./conftest
configure:6544: $? = 0
configure:6561: result: yes
configure:6580: checking whether lstat accepts an empty string
configure:6600: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:6600: $? = 0
configure:6600: ./conftest
configure:6600: $? = 0
configure:6610: result: no
configure:6626: checking whether lstat dereferences a symlink specified with a trailing slash
configure:6669: result: yes
configure:6690: checking for stdlib.h
configure:6690: result: yes
configure:6700: checking for GNU libc compatible malloc
configure:6724: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:6724: $? = 0
configure:6724: ./conftest
configure:6724: $? = 0
configure:6734: result: yes
configure:6755: checking for working memcmp
configure:6798: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:6798: $? = 0
configure:6798: ./conftest
configure:6798: $? = 0
configure:6808: result: yes
configure:6823: checking for sys/time.h
configure:6823: result: yes
configure:6823: checking for unistd.h
configure:6823: result: yes
configure:6845: checking for alarm
configure:6845: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:6845: $? = 0
configure:6845: result: yes
configure:6859: checking for working mktime
configure:7064: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
conftest.cpp:100: warning: deprecated conversion from string constant to 'char*'
conftest.cpp:100: warning: deprecated conversion from string constant to 'char*'
conftest.cpp:100: warning: deprecated conversion from string constant to 'char*'
conftest.cpp: In function 'int spring_forward_gap()':
conftest.cpp:115: warning: deprecated conversion from string constant to 'char*'
conftest.cpp: At global scope:
conftest.cpp:128: error: 'now' was not declared in this scope
conftest.cpp:129: error: expected ',' or ';' before 'time_t'
conftest.cpp:130: error: expected unqualified-id before '{' token
conftest.cpp:136: error: 'now' was not declared in this scope
conftest.cpp:137: error: expected ',' or ';' before 'time_t'
conftest.cpp:138: error: expected unqualified-id before '{' token
conftest.cpp:161: error: 'j' was not declared in this scope
conftest.cpp:162: error: expected ',' or ';' before 'int'
conftest.cpp:163: error: expected unqualified-id before '{' token
configure:7064: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_VFSCANF 1
| #define HAVE_LSTAT 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| /* end confdefs.h. */
| /* Test program from Paul Eggert and Tony Leneis. */
| #ifdef TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # ifdef HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #include <limits.h>
| #include <stdlib.h>
|
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #ifndef HAVE_ALARM
| # define alarm(X) /* empty */
| #endif
|
| /* Work around redefinition to rpl_putenv by other config tests. */
| #undef putenv
|
| static time_t time_t_max;
| static time_t time_t_min;
|
| /* Values we'll use to set the TZ environment variable. */
| static char *tz_strings[] = {
| (char *) 0, "TZ=GMT0", "TZ=JST-9",
| "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
| };
| #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
|
| /* Return 0 if mktime fails to convert a date in the spring-forward gap.
| Based on a problem report from Andreas Jaeger. */
| static int
| spring_forward_gap ()
| {
| /* glibc (up to about 1998-10-07) failed this test. */
| struct tm tm;
|
| /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
| instead of "TZ=America/Vancouver" in order to detect the bug even
| on systems that don't support the Olson extension, or don't have the
| full zoneinfo tables installed. */
| putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
|
| tm.tm_