compiler crash - vegastrike 0.4.2 linux cvs installer - suse

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
Tobu

compiler crash - vegastrike 0.4.2 linux cvs installer - suse

Post by Tobu »

Hello,
it seems gcc 3.3.3 (suse build 41) is segfaulting here.
First a warning related to python, then a crash.
Log will be in the next post since they are so large.
Tobu

Post by Tobu »

Finally, just ask for the complete logs if you want them.
> g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -I/usr/include/python -DHAVE_PYTHON=1 -DUSE_BOOST_131=1 -I../../../src/boost129 -I../../../src -pipe -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT hard_coded_scripts.o -MD -MP -MF ".deps/hard_coded_scripts.Tpo" -c -o hard_coded_scripts.o hard_coded_scripts.cpp
Dans le fichier inclus à partir de /usr/include/python/Python.h:8,
à partir de ../../../src/python/python_class.h:3,
à partir de hard_coded_scripts.cpp:9:
/usr/include/python/pyconfig.h:847:1: attention : « _POSIX_C_SOURCE » redéfini
Dans le fichier inclus à partir de /usr/include/math.h:27,
à partir de ../../../src/gfx/vec.h:5,
à partir de order.h:32,
à partir de script.h:3,
à partir de hard_coded_scripts.cpp:1:
/usr/include/features.h:131:1: attention : ceci est la localisation d'une précédente définition
../../../src/boost129/boost/python/detail/referent_storage.hpp:72: internal compiler error: Erreur
de segmentation
Veuillez soumettre un rapport complet d'anomalies,
avec le source pré-traité si nécessaire.
Consultez <URL:http://www.suse.de/feedback> pour plus de détail.
Preprocessed source stored into /tmp/ccb6iIZN.out file, please attach this to your bugreport.
Guest

Post by Guest »

I forgot: type the command from ./vegastrike/vegastrike/src/cmd/ai
etheral walker
Elite
Elite
Posts: 1516
Joined: Sat May 10, 2003 5:26 pm
Location: into the depths

Post by etheral walker »

relance un make, ca m'arrive tres souvent sur la mandrake que gcc crash, mais il reprend à la derniere cible compilée ;)
redo the make, I have quite often the problem with my mandrake, the compile will restart to last compiled target
I see dead polygons....
energyman76b
ISO Party Member
ISO Party Member
Posts: 445
Joined: Tue Feb 11, 2003 8:04 am

Post by energyman76b »

hi,

random ICEs are a sign of bad ram ;)

If a ICE occures, and a redo of make cures it, it is a glitch. A warning. But when it happens more frequently, it is time for saving money for a new ram-stick...
Guest

Post by Guest »

Pas du tout, ca marche (ou pas) à tous les coups.

I've done a few make -k, and I always get the same errors.
They look like the one posted before:
An error with _POSIX_C_SOURCES defined both in
/usr/include/python/pyconfig.h:847
/usr/include/features.h:131
(they aren't defined to the same value, too: !?)

So there is something wrong, either with python-devel-2.3.3-85 or glibc-devel-2.3.3-97, who provide these two files. I'll try to upgrade, but I wouldn't want to break the suse rpms...

Then on to the really strange part:
an ice, sometimes in
../../../src/boost129/boost/python/detail/referent_storage.hpp:72
../../../src/boost129/boost/python/object_core.hpp:283
../../../src/boost129/boost/mpl/if.hpp:75
...
I don't see what these lines have in common, appart that they are about defining templates.
So gcc has a bug too.

To fix the first bug, where would _POSIX_C_SOURCES normally be defined?
(producing a precompiled header using the -E switch should do)

As far as the second bug, i'll have a look at the gcc bugzilla.
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

try ./configure --enable-boost-128

and then build that way

or ./configure --enable-debug

or a combo of both

or maybe without either
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Guest

Post by Guest »

hellcatv wrote:try ./configure --enable-boost-128

and then build that way
This worked. Thank you!
Now I am moving on to gl_globals.h problems (previous thread) :roll:
Tobu

Post by Tobu »

On to a new topic: undefined references to boost::python::whatever
energyman76b
ISO Party Member
ISO Party Member
Posts: 445
Joined: Tue Feb 11, 2003 8:04 am

Post by energyman76b »

Hi,

this 'errors': /usr/include/python/pyconfig.h:847:1: attention : « _POSIX_C_SOURCE » redéfini
Dans le fichier inclus à partir de /usr/include/math.h:27

are not critical. I get always a bazillion of it, still vs installes or not, depends on entirely different bugs.

And it does not matter, which warning it spills. gcc must not segfault on code, even the worst one.
phishphiles

suse 9.1 internal compiler error segmentation fault

Post by phishphiles »

tried to run the linux install script.. updates cvs just fine.. configure seems to resolve dependencies fine.. but during the make compiler dies.. any ideas?

here is the config.log file...

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.0, which was
generated by GNU Autoconf 2.59. Invocation command line was

$ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = particle
uname -m = i686
uname -r = 2.6.5-7.108-default
uname -s = Linux
uname -v = #1 Wed Aug 25 13:34:40 UTC 2004

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /bin
PATH: /usr/games
PATH: /opt/gnome/bin
PATH: /opt/kde3/bin
PATH: /usr/lib/java/jre/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1389: checking Checking for C++ compiler.
configure:1438: checking for g++
configure:1454: found /usr/bin/g++
configure:1464: result: g++
configure:1579: checking for C++ compiler version
configure:1582: g++ --version </dev/null >&5
g++ (GCC) 3.3.3 (SuSE Linux)
Copyright (C) 2003 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:1585: $? = 0
configure:1587: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
Thread model: posix
gcc version 3.3.3 (SuSE Linux)
configure:1590: $? = 0
configure:1592: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:1595: $? = 1
configure:1618: checking for C++ compiler default output file name
configure:1621: g++ conftest.cc >&5
configure:1624: $? = 0
configure:1670: result: a.out
configure:1675: checking whether the C++ compiler works
configure:1681: ./a.out
configure:1684: $? = 0
configure:1701: result: yes
configure:1708: checking whether we are cross compiling
configure:1710: result: no
configure:1713: checking for suffix of executables
configure:1715: g++ -o conftest conftest.cc >&5
configure:1718: $? = 0
configure:1743: result:
configure:1749: checking for suffix of object files
configure:1770: g++ -c conftest.cc >&5
configure:1773: $? = 0
configure:1795: result: o
configure:1799: checking whether we are using the GNU C++ compiler
configure:1823: g++ -c conftest.cc >&5
configure:1829: $? = 0
configure:1833: test -z
|| test ! -s conftest.err
configure:1836: $? = 0
configure:1839: test -s conftest.o
configure:1842: $? = 0
configure:1855: result: yes
configure:1861: checking whether g++ accepts -g
configure:1882: g++ -c -g conftest.cc >&5
configure:1888: $? = 0
configure:1892: test -z
|| test ! -s conftest.err
configure:1895: $? = 0
configure:1898: test -s conftest.o
configure:1901: $? = 0
configure:1912: result: yes
configure:1954: g++ -c -g -O2 conftest.cc >&5
configure:1960: $? = 0
configure:1964: test -z
|| test ! -s conftest.err
configure:1967: $? = 0
configure:1970: test -s conftest.o
configure:1973: $? = 0
configure:1999: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:13: error: `exit' undeclared (first use this function)
conftest.cc:13: error: (Each undeclared identifier is reported only once for
each function it appears in.)
configure:2005: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:1954: g++ -c -g -O2 conftest.cc >&5
configure:1960: $? = 0
configure:1964: test -z
|| test ! -s conftest.err
configure:1967: $? = 0
configure:1970: test -s conftest.o
configure:1973: $? = 0
configure:1999: g++ -c -g -O2 conftest.cc >&5
configure:2005: $? = 0
configure:2009: test -z
|| test ! -s conftest.err
configure:2012: $? = 0
configure:2015: test -s conftest.o
configure:2018: $? = 0
configure:2046: checking how to run the C++ preprocessor
configure:2077: g++ -E conftest.cc
configure:2083: $? = 0
configure:2115: g++ -E conftest.cc
conftest.cc:12:28: ac_nonexistent.h: No such file or directory
configure:2121: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2160: result: g++ -E
configure:2184: g++ -E conftest.cc
configure:2190: $? = 0
configure:2222: g++ -E conftest.cc
conftest.cc:12:28: ac_nonexistent.h: No such file or directory
configure:2228: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2317: checking for gcc
configure:2333: found /usr/bin/gcc
configure:2343: result: gcc
configure:2587: checking for C compiler version
configure:2590: gcc --version </dev/null >&5
gcc (GCC) 3.3.3 (SuSE Linux)
Copyright (C) 2003 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:2593: $? = 0
configure:2595: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
Thread model: posix
gcc version 3.3.3 (SuSE Linux)
configure:2598: $? = 0
configure:2600: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2603: $? = 1
configure:2606: checking whether we are using the GNU C compiler
configure:2630: gcc -c conftest.c >&5
configure:2636: $? = 0
configure:2640: test -z
|| test ! -s conftest.err
configure:2643: $? = 0
configure:2646: test -s conftest.o
configure:2649: $? = 0
configure:2662: result: yes
configure:2668: checking whether gcc accepts -g
configure:2689: gcc -c -g conftest.c >&5
configure:2695: $? = 0
configure:2699: test -z
|| test ! -s conftest.err
configure:2702: $? = 0
configure:2705: test -s conftest.o
configure:2708: $? = 0
configure:2719: result: yes
configure:2736: checking for gcc option to accept ANSI C
configure:2806: gcc -c -g -O2 conftest.c >&5
configure:2812: $? = 0
configure:2816: test -z
|| test ! -s conftest.err
configure:2819: $? = 0
configure:2822: test -s conftest.o
configure:2825: $? = 0
configure:2843: result: none needed
configure:2861: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2867: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3005: checking how to run the C preprocessor
configure:3040: gcc -E conftest.c
configure:3046: $? = 0
configure:3078: gcc -E conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:3084: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3123: result: gcc -E
configure:3147: gcc -E conftest.c
configure:3153: $? = 0
configure:3185: gcc -E conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:3191: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3235: Using compiler: g++.
configure:3269: checking build system type
configure:3287: result: i686-suse-linux
configure:3295: checking host system type
configure:3309: result: i686-suse-linux
configure:3317: checking target system type
configure:3331: result: i686-suse-linux
configure:3360: checking for a BSD-compatible install
configure:3415: result: /usr/bin/install -c
configure:3426: checking whether build environment is sane
configure:3469: result: yes
configure:3526: checking for gawk
configure:3542: found /usr/bin/gawk
configure:3552: result: gawk
configure:3562: checking whether make sets $(MAKE)
configure:3582: result: yes
configure:3612: checking for style of include used by make
configure:3640: result: GNU
configure:3812: checking dependency style of gcc
configure:3897: result: gcc3
configure:3916: checking dependency style of g++
configure:4001: result: gcc3
configure:4120: checking for egrep
configure:4130: result: grep -E
configure:4136: checking for AIX
configure:4158: result: no
configure:4164: checking for ANSI C header files
configure:4189: g++ -c conftest.cc >&5
configure:4195: $? = 0
configure:4199: test -z
|| test ! -s conftest.err
configure:4202: $? = 0
configure:4205: test -s conftest.o
configure:4208: $? = 0
configure:4294: g++ -o conftest conftest.cc >&5
configure:4297: $? = 0
configure:4299: ./conftest
configure:4302: $? = 0
configure:4317: result: yes
configure:4341: checking for sys/types.h
configure:4357: g++ -c conftest.cc >&5
configure:4363: $? = 0
configure:4367: test -z
|| test ! -s conftest.err
configure:4370: $? = 0
configure:4373: test -s conftest.o
configure:4376: $? = 0
configure:4387: result: yes
configure:4341: checking for sys/stat.h
configure:4357: g++ -c conftest.cc >&5
configure:4363: $? = 0
configure:4367: test -z
|| test ! -s conftest.err
configure:4370: $? = 0
configure:4373: test -s conftest.o
configure:4376: $? = 0
configure:4387: result: yes
configure:4341: checking for stdlib.h
configure:4357: g++ -c conftest.cc >&5
configure:4363: $? = 0
configure:4367: test -z
|| test ! -s conftest.err
configure:4370: $? = 0
configure:4373: test -s conftest.o
configure:4376: $? = 0
configure:4387: result: yes
configure:4341: checking for string.h
configure:4357: g++ -c conftest.cc >&5
configure:4363: $? = 0
configure:4367: test -z
|| test ! -s conftest.err
configure:4370: $? = 0
configure:4373: test -s conftest.o
configure:4376: $? = 0
configure:4387: result: yes
configure:4341: checking for memory.h
configure:4357: g++ -c conftest.cc >&5
configure:4363: $? = 0
configure:4367: test -z
|| test ! -s conftest.err
configure:4370: $? = 0
configure:4373: test -s conftest.o
configure:4376: $? = 0
configure:4387: result: yes
configure:4341: checking for strings.h
configure:4357: g++ -c conftest.cc >&5
configure:4363: $? = 0
configure:4367: test -z
|| test ! -s conftest.err
configure:4370: $? = 0
configure:4373: test -s conftest.o
configure:4376: $? = 0
configure:4387: result: yes
configure:4341: checking for inttypes.h
configure:4357: g++ -c conftest.cc >&5
configure:4363: $? = 0
configure:4367: test -z
|| test ! -s conftest.err
configure:4370: $? = 0
configure:4373: test -s conftest.o
configure:4376: $? = 0
configure:4387: result: yes
configure:4341: checking for stdint.h
configure:4357: g++ -c conftest.cc >&5
configure:4363: $? = 0
configure:4367: test -z
|| test ! -s conftest.err
configure:4370: $? = 0
configure:4373: test -s conftest.o
configure:4376: $? = 0
configure:4387: result: yes
configure:4341: checking for unistd.h
configure:4357: g++ -c conftest.cc >&5
configure:4363: $? = 0
configure:4367: test -z
|| test ! -s conftest.err
configure:4370: $? = 0
configure:4373: test -s conftest.o
configure:4376: $? = 0
configure:4387: result: yes
configure:4409: checking minix/config.h usability
configure:4421: g++ -c conftest.cc >&5
conftest.cc:61:26: minix/config.h: No such file or directory
configure:4427: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define STDC_HEADERS 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>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4450: result: no
configure:4454: checking minix/config.h presence
configure:4464: g++ -E conftest.cc
conftest.cc:27:26: minix/config.h: No such file or directory
configure:4470: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define STDC_HEADERS 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 <minix/config.h>
configure:4490: result: no
configure:4525: checking for minix/config.h
configure:4532: result: no
configure:4561: checking for library containing strerror
configure:4591: g++ -o conftest conftest.cc >&5
configure:4597: $? = 0
configure:4601: test -z
|| test ! -s conftest.err
configure:4604: $? = 0
configure:4607: test -s conftest
configure:4610: $? = 0
configure:4680: result: none required
configure:4705: g++ -c -falign-loops=4 conftest.cc >&5
configure:4711: $? = 0
configure:4715: test -z
|| test ! -s conftest.err
configure:4718: $? = 0
configure:4721: test -s conftest.o
configure:4724: $? = 0
configure:4751: g++ -c -malign-loops=4 conftest.cc >&5
cc1plus: warning: -malign-loops is obsolete, use -falign-loops
configure:4757: $? = 0
configure:4761: test -z
|| test ! -s conftest.err
configure:4764: $? = 0
configure:4767: test -s conftest.o
configure:4770: $? = 0
configure:4811: g++ -c -Werror -pthread conftest.cc >&5
configure:4817: $? = 0
configure:4821: test -z
|| test ! -s conftest.err
configure:4824: $? = 0
configure:4827: test -s conftest.o
configure:4830: $? = 0
configure:4857: checking for a BSD-compatible install
configure:4912: result: /usr/bin/install -c
configure:4923: checking whether ln -s works
configure:4927: result: yes
configure:4975: checking for ranlib
configure:4991: found /usr/bin/ranlib
configure:5002: result: ranlib
configure:5023: checking for dirent.h that defines DIR
configure:5047: g++ -c conftest.cc >&5
configure:5053: $? = 0
configure:5057: test -z
|| test ! -s conftest.err
configure:5060: $? = 0
configure:5063: test -s conftest.o
configure:5066: $? = 0
configure:5077: result: yes
configure:5090: checking for library containing opendir
configure:5120: g++ -o conftest conftest.cc >&5
configure:5126: $? = 0
configure:5130: test -z
|| test ! -s conftest.err
configure:5133: $? = 0
configure:5136: test -s conftest
configure:5139: $? = 0
configure:5209: result: none required
configure:5347: checking for working alloca.h
configure:5368: g++ -o conftest conftest.cc >&5
configure:5374: $? = 0
configure:5378: test -z
|| test ! -s conftest.err
configure:5381: $? = 0
configure:5384: test -s conftest
configure:5387: $? = 0
configure:5399: result: yes
configure:5409: checking for alloca
configure:5450: g++ -o conftest conftest.cc >&5
configure:5456: $? = 0
configure:5460: test -z
|| test ! -s conftest.err
configure:5463: $? = 0
configure:5466: test -s conftest
configure:5469: $? = 0
configure:5481: result: yes
configure:5704: checking for sys/wait.h that is POSIX.1 compatible
configure:5735: g++ -c conftest.cc >&5
configure:5741: $? = 0
configure:5745: test -z
|| test ! -s conftest.err
configure:5748: $? = 0
configure:5751: test -s conftest.o
configure:5754: $? = 0
configure:5765: result: yes
configure:5805: checking OS.h usability
configure:5817: g++ -c conftest.cc >&5
conftest.cc:65:16: OS.h: No such file or directory
configure:5823: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define STDC_HEADERS 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_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <OS.h>
configure:5846: result: no
configure:5850: checking OS.h presence
configure:5860: g++ -E conftest.cc
conftest.cc:31:16: OS.h: No such file or directory
configure:5866: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define STDC_HEADERS 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_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h. */
| #include <OS.h>
configure:5886: result: no
configure:5921: checking for OS.h
configure:5928: result: no
configure:5805: checking arpa/inet.h usability
configure:5817: g++ -c conftest.cc >&5
configure:5823: $? = 0
configure:5827: test -z
|| test ! -s conftest.err
configure:5830: $? = 0
configure:5833: test -s conftest.o
configure:5836: $? = 0
configure:5846: result: yes
configure:5850: checking arpa/inet.h presence
configure:5860: g++ -E conftest.cc
configure:5866: $? = 0
configure:5886: result: yes
configure:5921: checking for arpa/inet.h
configure:5928: result: yes
configure:5805: checking fcntl.h usability
configure:5817: g++ -c conftest.cc >&5
configure:5823: $? = 0
configure:5827: test -z
|| test ! -s conftest.err
configure:5830: $? = 0
configure:5833: test -s conftest.o
configure:5836: $? = 0
configure:5846: result: yes
configure:5850: checking fcntl.h presence
configure:5860: g++ -E conftest.cc
configure:5866: $? = 0
configure:5886: result: yes
configure:5921: checking for fcntl.h
configure:5928: result: yes
configure:5805: checking float.h usability
configure:5817: g++ -c conftest.cc >&5
configure:5823: $? = 0
configure:5827: test -z
|| test ! -s conftest.err
configure:5830: $? = 0
configure:5833: test -s conftest.o
configure:5836: $? = 0
configure:5846: result: yes
configure:5850: checking float.h presence
configure:5860: g++ -E conftest.cc
configure:5866: $? = 0
configure:5886: result: yes
configure:5921: checking for float.h
configure:5928: result: yes
configure:5805: checking limits.h usability
configure:5817: g++ -c conftest.cc >&5
configure:5823: $? = 0
configure:5827: test -z
|| test ! -s conftest.err
configure:5830: $? = 0
configure:5833: test -s conftest.o
configure:5836: $? = 0
configure:5846: result: yes
configure:5850: checking limits.h presence
configure:5860: g++ -E conftest.cc
configure:5866: $? = 0
configure:5886: result: yes
configure:5921: checking for limits.h
configure:5928: result: yes
configure:5805: checking math.h usability
configure:5817: g++ -c conftest.cc >&5
configure:5823: $? = 0
configure:5827: test -z
|| test ! -s conftest.err
configure:5830: $? = 0
configure:5833: test -s conftest.o
configure:5836: $? = 0
configure:5846: result: yes
configure:5850: checking math.h presence
configure:5860: g++ -E conftest.cc
configure:5866: $? = 0
configure:5886: result: yes
configure:5921: checking for math.h
configure:5928: result: yes
configure:5805: checking netdb.h usability
configure:5817: g++ -c conftest.cc >&5
configure:5823: $? = 0
configure:5827: test -z
|| test ! -s conftest.err
configure:5830: $? = 0
configure:5833: test -s conftest.o
configure:5836: $? = 0
configure:5846: result: yes
configure:5850: checking netdb.h presence
configure:5860: g++ -E conftest.cc
configure:5866: $? = 0
configure:5886: result: yes
configure:5921: checking for netdb.h
configure:5928: result: yes
configure:5805: checking netinet/in.h usability
configure:5817: g++ -c conftest.cc >&5
configure:5823: $? = 0
configure:5827: test -z
|| test ! -s conftest.err
configure:5830: $? = 0
configure:5833: test -s conftest.o
configure:5836: $? = 0
configure:5846: result: yes
configure:5850: checking netinet/in.h presence
configure:5860: g++ -E conftest.cc
configure:5866: $? = 0
configure:5886: result: yes
configure:5921: checking for netinet/in.h
configure:5928: result: yes
configure:5805: checking stddef.h usability
configure:5817: g++ -c conftest.cc >&5
configure:5823: $? = 0
configure:5827: test -z
|| test ! -s conftest.err
configure:5830: $? = 0
configure:5833: test -s conftest.o
configure:5836: $? = 0
configure:5846: result: yes
configure:5850: checking stddef.h presence
configure:5860: g++ -E conftest.cc
configure:5866: $? = 0
configure:5886: result: yes
configure:5921: checking for stddef.h
configure:5928: result: yes
configure:5805: checking sys/ioctl.h usability
configure:5817: g++ -c conftest.cc >&5
configure:5823: $? = 0
configure:5827: test -z
|| test ! -s conftest.err
configure:5830: $? = 0
configure:5833: test -s conftest.o
configure:5836: $? = 0
configure:5846: result: yes
configure:5850: checking sys/ioctl.h presence
configure:5860: g++ -E conftest.cc
configure:5866: $? = 0
configure:5886: result: yes
configure:5921: checking for sys/ioctl.h
configure:5928: result: yes
configure:5805: checking sys/param.h usability
configure:5817: g++ -c conftest.cc >&5
configure:5823: $? = 0
configure:5827: test -z
|| test ! -s conftest.err
configure:5830: $? = 0
configure:5833: test -s conftest.o
configure:5836: $? = 0
configure:5846: result: yes
configure:5850: checking sys/param.h presence
configure:5860: g++ -E conftest.cc
configure:5866: $? = 0
configure:5886: result: yes
configure:5921: checking for sys/param.h
configure:5928: result: yes
configure:5805: checking sys/time.h usability
configure:5817: g++ -c conftest.cc >&5
configure:5823: $? = 0
configure:5827: test -z
|| test ! -s conftest.err
configure:5830: $? = 0
configure:5833: test -s conftest.o
configure:5836: $? = 0
configure:5846: result: yes
configure:5850: checking sys/time.h presence
configure:5860: g++ -E conftest.cc
configure:5866: $? = 0
configure:5886: result: yes
configure:5921: checking for sys/time.h
configure:5928: result: yes
configure:5805: checking sys/timeb.h usability
configure:5817: g++ -c conftest.cc >&5
configure:5823: $? = 0
configure:5827: test -z
|| test ! -s conftest.err
configure:5830: $? = 0
configure:5833: test -s conftest.o
configure:5836: $? = 0
configure:5846: result: yes
configure:5850: checking sys/timeb.h presence
configure:5860: g++ -E conftest.cc
configure:5866: $? = 0
configure:5886: result: yes
configure:5921: checking for sys/timeb.h
configure:5928: result: yes
configure:5805: checking values.h usability
configure:5817: g++ -c conftest.cc >&5
configure:5823: $? = 0
configure:5827: test -z
|| test ! -s conftest.err
configure:5830: $? = 0
configure:5833: test -s conftest.o
configure:5836: $? = 0
configure:5846: result: yes
configure:5850: checking values.h presence
configure:5860: g++ -E conftest.cc
configure:5866: $? = 0
configure:5886: result: yes
configure:5921: checking for values.h
configure:5928: result: yes
configure:5805: checking wchar.h usability
configure:5817: g++ -c conftest.cc >&5
configure:5823: $? = 0
configure:5827: test -z
|| test ! -s conftest.err
configure:5830: $? = 0
configure:5833: test -s conftest.o
configure:5836: $? = 0
configure:5846: result: yes
configure:5850: checking wchar.h presence
configure:5860: g++ -E conftest.cc
configure:5866: $? = 0
configure:5886: result: yes
configure:5921: checking for wchar.h
configure:5928: result: yes
configure:5805: checking wctype.h usability
configure:5817: g++ -c conftest.cc >&5
configure:5823: $? = 0
configure:5827: test -z
|| test ! -s conftest.err
configure:5830: $? = 0
configure:5833: test -s conftest.o
configure:5836: $? = 0
configure:5846: result: yes
configure:5850: checking wctype.h presence
configure:5860: g++ -E conftest.cc
configure:5866: $? = 0
configure:5886: result: yes
configure:5921: checking for wctype.h
configure:5928: result: yes
configure:5958: checking linux/slab.h usability
configure:5970: g++ -c conftest.cc >&5
configure:5976: $? = 0
configure:5980: test -z
|| test ! -s conftest.err
configure:5983: $? = 0
configure:5986: test -s conftest.o
configure:5989: $? = 0
configure:5999: result: yes
configure:6003: checking linux/slab.h presence
configure:6013: g++ -E conftest.cc
configure:6019: $? = 0
configure:6039: result: yes
configure:6074: checking for linux/slab.h
configure:6081: result: yes
configure:5958: checking linux/malloc.h usability
configure:5970: g++ -c conftest.cc >&5
conftest.cc:81:26: linux/malloc.h: No such file or directory
configure:5976: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define STDC_HEADERS 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_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LINUX_SLAB_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/malloc.h>
configure:5999: result: no
configure:6003: checking linux/malloc.h presence
configure:6013: g++ -E conftest.cc
conftest.cc:47:26: linux/malloc.h: No such file or directory
configure:6019: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define STDC_HEADERS 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_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LINUX_SLAB_H 1
| /* end confdefs.h. */
| #include <linux/malloc.h>
configure:6039: result: no
configure:6074: checking for linux/malloc.h
configure:6081: result: no
configure:6251: checking for vfscanf
configure:6308: g++ -o conftest conftest.cc >&5
conftest.cc:71: error: nonnull argument with out-of-range operand number (arg 1
, operand 2)
configure:6314: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define STDC_HEADERS 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_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LINUX_SLAB_H 1
| /* end confdefs.h. */
| /* Define vfscanf to an innocuous variant, in case <limits.h> declares vfscanf.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define vfscanf innocuous_vfscanf
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char vfscanf (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef vfscanf
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char vfscanf ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_vfscanf) || defined (__stub___vfscanf)
| choke me
| #else
| char (*f) () = vfscanf;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != vfscanf;
| ;
| return 0;
| }
configure:6339: result: no
configure:6352: checking for an ANSI C-conforming const
configure:6419: g++ -c conftest.cc >&5
configure:6425: $? = 0
configure:6429: test -z
|| test ! -s conftest.err
configure:6432: $? = 0
configure:6435: test -s conftest.o
configure:6438: $? = 0
configure:6449: result: yes
configure:6459: checking whether time.h and sys/time.h may both be included
configure:6484: g++ -c conftest.cc >&5
configure:6490: $? = 0
configure:6494: test -z
|| test ! -s conftest.err
configure:6497: $? = 0
configure:6500: test -s conftest.o
configure:6503: $? = 0
configure:6514: result: yes
configure:6524: checking for inline
configure:6545: g++ -c conftest.cc >&5
configure:6551: $? = 0
configure:6555: test -z
|| test ! -s conftest.err
configure:6558: $? = 0
configure:6561: test -s conftest.o
configure:6564: $? = 0
configure:6576: result: inline
configure:6595: checking for off_t
configure:6619: g++ -c conftest.cc >&5
configure:6625: $? = 0
configure:6629: test -z
|| test ! -s conftest.err
configure:6632: $? = 0
configure:6635: test -s conftest.o
configure:6638: $? = 0
configure:6649: result: yes
configure:6661: checking for pid_t
configure:6685: g++ -c conftest.cc >&5
configure:6691: $? = 0
configure:6695: test -z
|| test ! -s conftest.err
configure:6698: $? = 0
configure:6701: test -s conftest.o
configure:6704: $? = 0
configure:6715: result: yes
configure:6727: checking for size_t
configure:6751: g++ -c conftest.cc >&5
configure:6757: $? = 0
configure:6761: test -z
|| test ! -s conftest.err
configure:6764: $? = 0
configure:6767: test -s conftest.o
configure:6770: $? = 0
configure:6781: result: yes
configure:6793: checking whether time.h and sys/time.h may both be included
configure:6848: result: yes
configure:6858: checking whether struct tm is in sys/time.h or time.h
configure:6881: g++ -c conftest.cc >&5
configure:6887: $? = 0
configure:6891: test -z
|| test ! -s conftest.err
configure:6894: $? = 0
configure:6897: test -s conftest.o
configure:6900: $? = 0
configure:6911: result: time.h
configure:6921: checking for uid_t in sys/types.h
configure:6944: result: yes
configure:6961: checking whether closedir returns void
configure:6990: g++ -o conftest conftest.cc >&5
configure:6993: $? = 0
configure:6995: ./conftest
configure:6998: $? = 0
configure:7012: result: no
configure:7022: checking for working memcmp
configure:7070: g++ -o conftest conftest.cc >&5
configure:7073: $? = 0
configure:7075: ./conftest
configure:7078: $? = 0
configure:7092: result: yes
configure:7109: checking for stdlib.h
configure:7114: result: yes
configure:7109: checking for unistd.h
configure:7114: result: yes
configure:7258: checking for getpagesize
configure:7315: g++ -o conftest conftest.cc >&5
configure:7321: $? = 0
configure:7325: test -z
|| test ! -s conftest.err
configure:7328: $? = 0
configure:7331: test -s conftest
configure:7334: $? = 0
configure:7346: result: yes
configure:7356: checking for working mmap
configure:7498: g++ -o conftest conftest.cc >&5
configure:7501: $? = 0
configure:7503: ./conftest
configure:7506: $? = 0
configure:7520: result: yes
configure:7546: checking sys/select.h usability
configure:7558: g++ -c conftest.cc >&5
configure:7564: $? = 0
configure:7568: test -z
|| test ! -s conftest.err
configure:7571: $? = 0
configure:7574: test -s conftest.o
configure:7577: $? = 0
configure:7587: result: yes
configure:7591: checking sys/select.h presence
configure:7601: g++ -E conftest.cc
configure:7607: $? = 0
configure:7627: result: yes
configure:7662: checking for sys/select.h
configure:7669: result: yes
configure:7546: checking sys/socket.h usability
configure:7558: g++ -c conftest.cc >&5
configure:7564: $? = 0
configure:7568: test -z
|| test ! -s conftest.err
configure:7571: $? = 0
configure:7574: test -s conftest.o
configure:7577: $? = 0
configure:7587: result: yes
configure:7591: checking sys/socket.h presence
configure:7601: g++ -E conftest.cc
configure:7607: $? = 0
configure:7627: result: yes
configure:7662: checking for sys/socket.h
configure:7669: result: yes
configure:7682: checking types of arguments for select
configure:7715: g++ -c conftest.cc >&5
configure:7721: $? = 0
configure:7725: test -z
|| test ! -s conftest.err
configure:7728: $? = 0
configure:7731: test -s conftest.o
configure:7734: $? = 0
configure:7750: result: int,fd_set *,struct timeval *
configure:7773: checking return type of signal handlers
configure:7804: g++ -c conftest.cc >&5
configure:7810: $? = 0
configure:7814: test -z
|| test ! -s conftest.err
configure:7817: $? = 0
configure:7820: test -s conftest.o
configure:7823: $? = 0
configure:7834: result: void
configure:7846: checking for vprintf
configure:7903: g++ -o conftest conftest.cc >&5
configure:7909: $? = 0
configure:7913: test -z
|| test ! -s conftest.err
configure:7916: $? = 0
configure:7919: test -s conftest
configure:7922: $? = 0
configure:7934: result: yes
configure:7941: checking for _doprnt
configure:7998: g++ -o conftest conftest.cc >&5
/tmp/ccA7rNGf.o(.text+0x16): In function `main':
: undefined reference to `_doprnt'
/tmp/ccA7rNGf.o(.data+0x0): undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:8004: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define STDC_HEADERS 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_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LINUX_SLAB_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _doprnt innocuous__doprnt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _doprnt (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _doprnt
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char _doprnt ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub__doprnt) || defined (__stub____doprnt)
| choke me
| #else
| char (*f) () = _doprnt;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != _doprnt;
| ;
| return 0;
| }
configure:8029: result: no
configure:8074: checking for access
configure:8131: g++ -o conftest conftest.cc >&5
configure:8137: $? = 0
configure:8141: test -z
|| test ! -s conftest.err
configure:8144: $? = 0
configure:8147: test -s conftest
configure:8150: $? = 0
configure:8162: result: yes
configure:8074: checking for atexit
configure:8131: g++ -o conftest conftest.cc >&5
configure:8137: $? = 0
configure:8141: test -z
|| test ! -s conftest.err
configure:8144: $? = 0
configure:8147: test -s conftest
configure:8150: $? = 0
configure:8162: result: yes
configure:8074: checking for bzero
configure:8131: g++ -o conftest conftest.cc >&5
configure:8137: $? = 0
configure:8141: test -z
|| test ! -s conftest.err
configure:8144: $? = 0
configure:8147: test -s conftest
configure:8150: $? = 0
configure:8162: result: yes
configure:8074: checking for clock_gettime
configure:8131: g++ -o conftest conftest.cc >&5
/tmp/ccigM5kd.o(.text+0x16): In function `main':
: undefined reference to `clock_gettime'
/tmp/ccigM5kd.o(.data+0x0): undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
configure:8137: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define STDC_HEADERS 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_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LINUX_SLAB_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_ACCESS 1
| #define HAVE_ATEXIT 1
| #define HAVE_BZERO 1
| /* end confdefs.h. */
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define clock_gettime innocuous_clock_gettime
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char clock_gettime (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef clock_gettime
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char clock_gettime ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_clock_gettime) || defined (__stub___clock_gettime)
| choke me
| #else
| char (*f) () = clock_gettime;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != clock_gettime;
| ;
| return 0;
| }
configure:8162: result: no
configure:8074: checking for floor
configure:8131: g++ -o conftest conftest.cc >&5
configure:8137: $? = 0
configure:8141: test -z
|| test ! -s conftest.err
configure:8144: $? = 0
configure:8147: test -s conftest
configure:8150: $? = 0
configure:8162: result: yes
configure:8074: checking for getcwd
configure:8131: g++ -o conftest conftest.cc >&5
configure:8137: $? = 0
configure:8141: test -z
|| test ! -s conftest.err
configure:8144: $? = 0
configure:8147: test -s conftest
configure:8150: $? = 0
configure:8162: result: yes
configure:8074: checking for gethostbyname
configure:8131: g++ -o conftest conftest.cc >&5
configure:8137: $? = 0
configure:8141: test -z
|| test ! -s conftest.err
configure:8144: $? = 0
configure:8147: test -s conftest
configure:8150: $? = 0
configure:8162: result: yes
configure:8074: checking for gethostname
configure:8131: g++ -o conftest conftest.cc >&5
configure:8137: $? = 0
configure:8141: test -z
|| test ! -s conftest.err
configure:8144: $? = 0
configure:8147: test -s conftest
configure:8150: $? = 0
configure:8162: result: yes
configure:8074: checking for gettimeofday
configure:8131: g++ -o conftest conftest.cc >&5
configure:8137: $? = 0
configure:8141: test -z
|| test ! -s conftest.err
configure:8144: $? = 0
configure:8147: test -s conftest
configure:8150: $? = 0
configure:8162: result: yes
configure:8074: checking for inet_ntoa
configure:8131: g++ -o conftest conftest.cc >&5
configure:8137: $? = 0
configure:8141: test -z
|| test ! -s conftest.err
configure:8144: $? = 0
configure:8147: test -s conftest
configure:8150: $? = 0
configure:8162: result: yes
configure:8074: checking for lstat
configure:8131: g++ -o conftest conftest.cc >&5
configure:8137: $? = 0
configure:8141: test -z
|| test ! -s conftest.err
configure:8144: $? = 0
configure:8147: test -s conftest
configure:8150: $? = 0
configure:8162: result: yes
configure:8074: checking for memmove
configure:8131: g++ -o conftest conftest.cc >&5
configure:8137: $? = 0
configure:8141: test -z
|| test ! -s conftest.err
configure:8144: $? = 0
configure:8147: test -s conftest
configure:8150: $? = 0
configure:8162: result: yes
configure:8074: checking for memset
configure:8131: g++ -o conftest conftest.cc >&5
configure:8137: $? = 0
configure:8141: test -z
|| test ! -s conftest.err
configure:8144: $? = 0
configure:8147: test -s conftest
configure:8150: $? = 0
configure:8162: result: yes
configure:8074: checking for mkdir
configure:8131: g++ -o conftest conftest.cc >&5
configure:8137: $? = 0
configure:8141: test -z
|| test ! -s conftest.err
configure:8144: $? = 0
configure:8147: test -s conftest
configure:8150: $? = 0
configure:8162: result: yes
configure:8074: checking for munmap
configure:8131: g++ -o conftest conftest.cc >&5
configure:8137: $? = 0
configure:8141: test -z
|| test ! -s conftest.err
configure:8144: $? = 0
configure:8147: test -s conftest
configure:8150: $? = 0
configure:8162: result: yes
configure:8074: checking for pow
configure:8131: g++ -o conftest conftest.cc >&5
configure:8137: $? = 0
configure:8141: test -z
|| test ! -s conftest.err
configure:8144: $? = 0
configure:8147: test -s conftest
configure:8150: $? = 0
configure:8162: result: yes
configure:8074: checking for select
configure:8131: g++ -o conftest conftest.cc >&5
configure:8137: $? = 0
configure:8141: test -z
|| test ! -s conftest.err
configure:8144: $? = 0
configure:8147: test -s conftest
configure:8150: $? = 0
configure:8162: result: yes
configure:8074: checking for socket
configure:8131: g++ -o conftest conftest.cc >&5
configure:8137: $? = 0
configure:8141: test -z
|| test ! -s conftest.err
configure:8144: $? = 0
configure:8147: test -s conftest
configure:8150: $? = 0
configure:8162: result: yes
configure:8074: checking for sqrt
configure:8131: g++ -o conftest conftest.cc >&5
configure:8137: $? = 0
configure:8141: test -z
|| test ! -s conftest.err
configure:8144: $? = 0
configure:8147: test -s conftest
configure:8150: $? = 0
configure:8162: result: yes
configure:8074: checking for strcasecmp
configure:8131: g++ -o conftest conftest.cc >&5
configure:8137: $? = 0
configure:8141: test -z
|| test ! -s conftest.err
configure:8144: $? = 0
configure:8147: test -s conftest
configure:8150: $? = 0
configure:8162: result: yes
configure:8074: checking for strchr
configure:8131: g++ -o conftest conftest.cc >&5
configure:8137: $? = 0
configure:8141: test -z
|| test ! -s conftest.err
configure:8144: $? = 0
configure:8147: test -s conftest
configure:8150: $? = 0
configure:8162: result: yes
configure:8074: checking for strdup
configure:8131: g++ -o conftest conftest.cc >&5
configure:8137: $? = 0
configure:8141: test -z
|| test ! -s conftest.err
configure:8144: $? = 0
configure:8147: test -s conftest
configure:8150: $? = 0
configure:8162: result: yes
configure:8074: checking for strerror
configure:8131: g++ -o conftest conftest.cc >&5
configure:8137: $? = 0
configure:8141: test -z
|| test ! -s conftest.err
configure:8144: $? = 0
configure:8147: test -s conftest
configure:8150: $? = 0
configure:8162: result: yes
configure:8074: checking for strstr
configure:8131: g++ -o conftest conftest.cc >&5
configure:8137: $? = 0
configure:8141: test -z
|| test ! -s conftest.err
configure:8144: $? = 0
configure:8147: test -s conftest
configure:8150: $? = 0
configure:8162: result: yes
configure:8074: checking for strtol
configure:8131: g++ -o conftest conftest.cc >&5
configure:8137: $? = 0
configure:8141: test -z
|| test ! -s conftest.err
configure:8144: $? = 0
configure:8147: test -s conftest
configure:8150: $? = 0
configure:8162: result: yes
configure:8181: checking for finite
configure:8238: g++ -o conftest conftest.cc >&5
configure:8244: $? = 0
configure:8248: test -z
|| test ! -s conftest.err
configure:8251: $? = 0
configure:8254: test -s conftest
configure:8257: $? = 0
configure:8269: result: yes
configure:8181: checking for _finite
configure:8238: g++ -o conftest conftest.cc >&5
/tmp/cc401qO3.o(.text+0x16): In function `main':
: undefined reference to `_finite'
/tmp/cc401qO3.o(.data+0x0): undefined reference to `_finite'
collect2: ld returned 1 exit status
configure:8244: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define STDC_HEADERS 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_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LINUX_SLAB_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_ACCESS 1
| #define HAVE_ATEXIT 1
| #define HAVE_BZERO 1
| #define HAVE_FLOOR 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MUNMAP 1
| #define HAVE_POW 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_SQRT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_FINITE 1
| /* end confdefs.h. */
| /* Define _finite to an innocuous variant, in case <limits.h> declares _finite.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _finite innocuous__finite
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _finite (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _finite
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char _finite ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub__finite) || defined (__stub____finite)
| choke me
| #else
| char (*f) () = _finite;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != _finite;
| ;
| return 0;
| }
configure:8269: result: no
configure:8181: checking for isnan
configure:8238: g++ -o conftest conftest.cc >&5
configure:8244: $? = 0
configure:8248: test -z
|| test ! -s conftest.err
configure:8251: $? = 0
configure:8254: test -s conftest
configure:8257: $? = 0
configure:8269: result: yes
configure:8181: checking for _isnan
configure:8238: g++ -o conftest conftest.cc >&5
/tmp/ccIYfmaf.o(.text+0x16): In function `main':
: undefined reference to `_isnan'
/tmp/ccIYfmaf.o(.data+0x0): undefined reference to `_isnan'
collect2: ld returned 1 exit status
configure:8244: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define STDC_HEADERS 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_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LINUX_SLAB_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_ACCESS 1
| #define HAVE_ATEXIT 1
| #define HAVE_BZERO 1
| #define HAVE_FLOOR 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MUNMAP 1
| #define HAVE_POW 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_SQRT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| /* end confdefs.h. */
| /* Define _isnan to an innocuous variant, in case <limits.h> declares _isnan.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _isnan innocuous__isnan
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _isnan (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _isnan
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char _isnan ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub__isnan) || defined (__stub____isnan)
| choke me
| #else
| char (*f) () = _isnan;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != _isnan;
| ;
| return 0;
| }
configure:8269: result: no
configure:8295: checking ieeefp.h usability
configure:8307: g++ -c conftest.cc >&5
conftest.cc:120:20: ieeefp.h: No such file or directory
configure:8313: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
|
energyman76b
ISO Party Member
ISO Party Member
Posts: 445
Joined: Tue Feb 11, 2003 8:04 am

Post by energyman76b »

try a different compiler version.
ace123
Lead Network Developer
Lead Network Developer
Posts: 2560
Joined: Sun Jan 12, 2003 9:13 am
Location: Palo Alto CA
Contact:

Post by ace123 »

If this was a compile error, run make and look at the last pages of output.
Often, the problem is an older compiler, which doesn't work with boost-1.3.1. run:
make distclean
./configure --enable-boost-128
sh linux_install***.sh compile install

If you saw a configure error, where has a bunch of "checking for ..." lines, try installing a package that it says is missing and running the install script again. You need packages marked as "devel" or "dev" to install. Usually the missing packages are named similar to gtk-1.2-devel, python-2.3-devel, glut-devel, openal-devel, etc. After installing these packages, run:
sh linux_installer***.sh reconfigure compile install
phishphiles

Post by phishphiles »

This is the only visibly apparent warning during ./configure --enable-boost-128

configure: WARNING: GL/glext.h: present but cannot be compiled
configure: WARNING: GL/glext.h: check for missing prerequisite headers?
configure: WARNING: GL/glext.h: see the Autoconf documentation
configure: WARNING: GL/glext.h: section "Present But Cannot Be Compiled"
configure: WARNING: GL/glext.h: proceeding with the preprocessor's result
configure: WARNING: GL/glext.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------- ##
configure: WARNING: ## Report this to the vegastrike lists. ##
configure: WARNING: ## ------------------------------------- ##

Then, during a make, I get this:

In file included from /usr/include/math.h:27,
from ../../../src/gfx/vec.h:5,
from order.h:32,
from script.h:3,
from hard_coded_scripts.cpp:1:
/usr/include/features.h:131:1: warning: this is the location of the previous definition
../../../src/boost129/boost/python/detail/referent_storage.hpp:72: internal compiler error: Segmentation
fault

I am using gcc-3.3.3. Should I upragde that? Is there another possibility?

TIA.

phishphiles
ace123
Lead Network Developer
Lead Network Developer
Posts: 2560
Joined: Sun Jan 12, 2003 9:13 am
Location: Palo Alto CA
Contact:

Post by ace123 »

It looks like you're using boost 1.3.1.

Vega Strike also supports Boost 1.2.8 for some older, broken compilers.

I don't know if this will fix it, but try:

Code: Select all

make distclean
./configure --enable-boost-128
sh linux_install***.sh compile install 
If it then gives another different error, you will have to use a different compiler. Some distrobutions allow you to have two compilers installed at once, so try installing a different version (either newer or older) and use that.
phishphiles

Post by phishphiles »

VS 0.4.2 / gcc 3.3.3 / suse 9.1
used --enable-boost-128 and instead of the segfault.. got this..

any ideas?

-------------------

make[3]: Entering directory `/home/jeff/Desktop/vega/vegastrike/vegastrike/src/gldrv'
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -I/usr/include/python -DHAVE_PYTHON=1 -DUSE_BOOST_128=1 -I../../src/boost -I../../src -pipe -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT gl_globals.o -MD -MP -MF ".deps/gl_globals.Tpo" -c -o gl_globals.o gl_globals.cpp; \
then mv -f ".deps/gl_globals.Tpo" ".deps/gl_globals.Po"; else rm -f ".deps/gl_globals.Tpo"; exit 1; fi
In file included from gl_globals.cpp:22:
gl_globals.h:132: error: syntax error before `;' token
gl_globals.h:133: error: syntax error bemake[3]: Entering directory `/home/jeff/Desktop/vega/vegastrike/vegastrike/src/gldrv'
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_AL=1 -I/usr/include/python -DHAVE_PYTHON=1 -DUSE_BOOST_128=1 -I../../src/boost -I../../src -pipe -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT gl_globals.o -MD -MP -MF ".deps/gl_globals.Tpo" -c -o gl_globals.o gl_globals.cpp; \
then mv -f ".deps/gl_globals.Tpo" ".deps/gl_globals.Po"; else rm -f ".deps/gl_globals.Tpo"; exit 1; fi
In file included from gl_globals.cpp:22:
gl_globals.h:132: error: syntax error before `;' token
gl_globals.h:133: error: syntax error before `;' token
gl_globals.h:134: error: syntax error before `;' token
gl_globals.h:135: error: syntax error before `;' token
gl_globals.h:136: error: syntax error before `;' token
gl_globals.h:137: error: syntax error before `;' token
make[3]: *** [gl_globals.o] Error 1
make[3]: Leaving directory `/home/jeff/Desktop/vega/vegastrike/vegastrike/src/gldrv'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jeff/Desktop/vega/vegastrike/vegastrike/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jeff/Desktop/vega/vegastrike/vegastrike'
make: *** [all] Error 2
fore `;' token
gl_globals.h:134: error: syntax error before `;' token
gl_globals.h:135: error: syntax error before `;' token
gl_globals.h:136: error: syntax error before `;' token
gl_globals.h:137: error: syntax error before `;' token
make[3]: *** [gl_globals.o] Error 1
make[3]: Leaving directory `/home/jeff/Desktop/vega/vegastrike/vegastrike/src/gldrv'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jeff/Desktop/vega/vegastrike/vegastrike/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jeff/Desktop/vega/vegastrike/vegastrike'
make: *** [all] Error 2
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

you need a newer glext.h
type glext.h in google to get the latest
your distro always has old glext.h that doesn't support vertex buffer objects for instance
http://oss.sgi.com/projects/ogl-sample/ABI/glext.h
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Post Reply