compile success but segfault on fc2

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
Guest

compile success but segfault on fc2

Post by Guest »

sorry for the rant in advance
Well I got hosed using the linux_vegastrike-0.4.2.sh it d/led two source trees one inside the other. then I opened this and the 4.1.sh and came up with this which I executed in my build directory (/usr/src on fc2)

cvs -z9 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/vegastrike checkout -rvegastrike_0_4_2 vegastrike
cvs -z9 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/vegastrike checkout vssetup
cvs -z9 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/vegastrike checkout -rvegastrike_0_4_2 data4.x
cvs -z9 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/vegastrike checkout music

then I put the data and music in /usr/local//share/vegastrike/data
with the following

mkdiir /usr/local/share/vegastrike/data
cp -r /data4.x /usr/src/share/vegastrike/data
cp -r /music /usr/src/share/vegastrike/data/music
cd /vegastrike
aclocal
autoconf
autoheader
automake -a --add-missing
./configure --disable-sdll
make
make install

all went ok, I found this in the topics

PostPosted: Sun Oct 24, 2004 5:40 pm Post subject: Reply with quote
well, you could install manually .... (you won't be able to use the 0.4.1 binary without using regular glut), since you've got 0.4.2 (or so it seems), then you can use that Smile

just copy the vslauncher, vegastrike and soundserver (in src/networking) binaries into the bin directory of your choice (ie /usr/local/bin), copy the data4.x directory to /usr/local/games/vegastrike/data4.x, and then place a copy of soundserver in that dir....

finally, copy the data4.x/.vegastrike folder into your home dir (unless you've got save games you want to keep)....

and then to run, just change into the vegastrike directory (/usr/local/games/vegastrike/data4.x) and run vslauncher...

I tried to run vslauncher and got the following
xyzwxyzwReshaping 800 600xyzwxyzwSegmentation fault

if you notice --disable-sdl in my ./configure line I get a sdl parachute in the same place if i don't disable it
config.log follows
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 --disable-sdl

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

hostname = wirser.net
uname -m = i686
uname -r = 2.6.8-1.521
uname -s = Linux
uname -v = #1 Mon Aug 16 09:01:18 EDT 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/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /home/none/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 20040412 (Red Hat Linux 3.3.3-7)
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/i386-redhat-linux/3.3.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --disable-libunwind-exceptions --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
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 20040412 (Red Hat Linux 3.3.3-7)
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/i386-redhat-linux/3.3.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --disable-libunwind-exceptions --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
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: syntax 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-pc-linux-gnu
configure:3295: checking host system type
configure:3309: result: i686-pc-linux-gnu
configure:3317: checking target system type
configure:3331: result: i686-pc-linux-gnu
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 /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
conftest.cc:80:24: linux/slab.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
| /* 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/slab.h>
configure:5999: result: no
configure:6003: checking linux/slab.h presence
configure:6013: g++ -E conftest.cc
conftest.cc:46:24: linux/slab.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
| /* end confdefs.h. */
| #include <linux/slab.h>
configure:6039: result: no
configure:6074: checking for linux/slab.h
configure:6081: result: no
configure:5958: checking linux/malloc.h usability
configure:5970: g++ -c conftest.cc >&5
conftest.cc:80: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
| /* 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:46: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
| /* 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:70: 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
| /* 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/ccQmjMsR.o(.text+0x16): In function `main':
: undefined reference to `_doprnt'
/tmp/ccQmjMsR.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 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/cc6EeEts.o(.text+0x16): In function `main':
: undefined reference to `clock_gettime'
/tmp/cc6EeEts.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 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/cc0vHtWW.o(.text+0x16): In function `main':
: undefined reference to `_finite'
/tmp/cc0vHtWW.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 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
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

run vegastrike from the data4.x/bin directory
see if it works

if not paste us the console output


vegastrike >&myconsoleoutput.txt
then paste the .txt we'll see where it dies

unfortunately config.log doesn't help us unless compile *fails*
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Guest

Post by Guest »

[quote="hellcatv"]run vegastrike from the data4.x/bin directory
see if it works

no

if not paste us the console output


vegastrike >&myconsoleoutput.txt
then paste the .txt we'll see where it dies

unfortunately config.log doesn't help us unless compile *fails*

I was more interested in glext.h errors which I found the answer to in another forum topis
which patched configure.in
I recomiled with debug on but got no more information when I ran vslauncher in /data4.x/bnin
here's the output which was configured "./configure --enable-boost-128 --enable-debug --disable-sdl"
__________________________
GOT SUBDIR ARG =
Found data in ..
Using /usr/local/games/vegastrike/data4.x as data directory
Vega Strike
See http://www.gnu.org/copyleft/gpl.html for license details.

Found MODDIR = /usr/local/games/vegastrike/data4.x/mods
USING HOMEDIR : /home/none/.vegastrike As the home directory
CONFIGFILE - Found a config file in home directory, using : /home/none/.vegastrike/vegastrike.config
DATADIR - No datadir specified in config file, using ; /usr/local/games/vegastrike/data4.x
SIMULATION_ATOM: 0.12
Adding mod path : /usr/local/games/vegastrike/data4.x/mods/CVS
Unable to spawn music player server
MISSION_NAME is empty using : explore_universe.mission
running import sys
print sys.path
sys.path = [r"/usr/local/games/vegastrike/data4.x/mods/CVS/modules/builtin/",r"/usr/local/games/vegastrike/data4.x/mods/CVS/modules/",r"/usr/local/games/vegastrike/data4.x/mods/CVS/bases/",r"/usr/local/games/vegastrike/data4.x/modules/builtin/",r"/usr/local/games/vegastrike/data4.x/modules/",r"/usr/local/games/vegastrike/data4.x/bases/"]
testing VS randomrunning import sys
print sys.path
['/usr/lib/python23.zip', '/usr/lib/python2.3', '/usr/lib/python2.3/plat-linux2', '/usr/lib/python2.3/lib-tk', '/usr/lib/python2.3/lib-dynload', '/usr/lib/python2.3/site-packages', '/usr/lib/python2.3/site-packages/gtk-2.0']
['/usr/local/games/vegastrike/data4.x/mods/CVS/modules/builtin/', '/usr/local/games/vegastrike/data4.x/mods/CVS/modules/', '/usr/local/games/vegastrike/data4.x/mods/CVS/bases/', '/usr/local/games/vegastrike/data4.x/modules/builtin/', '/usr/local/games/vegastrike/data4.x/modules/', '/usr/local/games/vegastrike/data4.x/bases/']
OpenGL Extensions supported: GL_ARB_imaging GL_ARB_multitexture GL_ARB_point_parameters GL_ARB_texture_env_add GL_ARB_texture_mirrored_repeat GL_ARB_transpose_matrix GL_ARB_vertex_buffer_object GL_ARB_window_pos GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_compiled_vertex_array GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_stencil_wrap GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_lod_bias GL_EXT_texture_object GL_EXT_vertex_array GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KTX_buffer_region GL_NV_blend_square GL_NV_fog_distance GL_NV_packed_depth_stencil GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_SGIS_multitexture GL_SUN_slice_accum
OpenGL::GL_EXT_compiled_vertex_array supported
OpenGL::Accurate Fog Distance supported
OpenGL::Generic Texture Compression unsupported
OpenGL::S3TC Texture Compression unsupported
OpenGL::Multitexture supported
OpenGL::TextureCubeMapExt unsupported
OpenGL::EXTColorTable unsupported
axes: 3 buttons: 15 hats: 0
axes: 3 buttons: 15 hats: 0
FactionXML:LoadXML factions.xml
xyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzw
logos/mechanistSec.png, not found

logos/mechanistPri.png, not found

logos/shmrnSec.png, not found

logos/shmrnPri.png, not found

logos/rlaan_briinSec.png, not found

logos/rlaan_briinPri.png, not found
xyzwxyzwReshaping 800 600xyzwxyzw
Segmentation fault
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

interesting
we'll need to dig deeper
try this

cd data4.x/bin

gdb /path/to/vegastrike
run


then when it dies type
backtrace full

after pasting this compile in debug
./configure --enable-debug
make clean all
...
then repeat the pastage...hopefully either (both) help us diagnose your problem...could be something with libpng incompatability or something even stranger
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Guest

Post by Guest »

the first one is ./configure --enable-debug --disable-sdl
second is ./configure --enable-debug
[none@wirser none]$ rpm -qa libpng*
libpng-1.2.5-8
libpng10-1.0.15-8
libpng10-devel-1.0.15-8
libpng-devel-1.2.5-8


[none@wirser none]$ cd /usr/local/games/vegastrike/data4.x/bin
[none@wirser bin]$ gdb /usr/local/bin/vegastrike
GNU gdb Red Hat Linux (6.0post-0.20040223.19rh)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...run
Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) run
Starting program: /usr/local/bin/vegastrike
[Thread debugging using libthread_db enabled]
[New Thread -151111040 (LWP 19228)]
Vega Strike
See http://www.gnu.org/copyleft/gpl.html for license details.

GOT SUBDIR ARG =
Found data in ..
Using /usr/local/games/vegastrike/data
4.x as data directory
Found MODDIR = /usr/local/games/vegastrike/data4.x/mods
USING HOMEDIR : /home/none/.vegastrike As the home directory
CONFIGFILE - Found a config file in home directory, using : /home/none/.vegastrike/vegastrike.config
DATADIR - No datadir specified in config file, using ; /usr/local/games/vegastrike/data4.x
SIMULATION_ATOM: 0.12
Adding mod path : /usr/local/games/vegastrike/data4.x/mods/CVS
Detaching after fork from child process 19231.
Unable to spawn music player server
MISSION_NAME is empty using : explore_universe.mission
running import sys
print sys.path
sys.path = [r"/usr/local/games/vegastrike/data4.x/mods/CVS/modules/builtin/",r"/usr/local/games/vegastrike/data4.x/mods/CVS/modules/",r"/usr/local/games/vegastrike/data4.x/mods/CVS/bases/",r"/usr/local/games/vegastrike/data4.x/modules/builtin/",r"/usr/local/games/vegastrike/data4.x/modules/",r"/usr/local/games/vegastrike/data4.x/bases/"]
['/usr/lib/python23.zip', '/usr/lib/python2.3', '/usr/lib/python2.3/plat-linux2', '/usr/lib/python2.3/lib-tk', '/usr/lib/python2.3/lib-dynload', '/usr/lib/python2.3/site-packages', '/usr/lib/python2.3/site-packages/gtk-2.0']
testing VS randomrunning import sys
print sys.path
['/usr/local/games/vegastrike/data4.x/mods/CVS/modules/builtin/', '/usr/local/games/vegastrike/data4.x/mods/CVS/modules/', '/usr/local/games/vegastrike/data4.x/mods/CVS/bases/', '/usr/local/games/vegastrike/data4.x/modules/builtin/', '/usr/local/games/vegastrike/data4.x/modules/', '/usr/local/games/vegastrike/data4.x/bases/']
OpenGL Extensions supported: GL_ARB_imaging GL_ARB_multitexture GL_ARB_point_parameters GL_ARB_texture_env_add GL_ARB_texture_mirrored_repeat GL_ARB_transpose_matrix GL_ARB_vertex_buffer_object GL_ARB_window_pos GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_compiled_vertex_array GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_stencil_wrap GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_lod_bias GL_EXT_texture_object GL_EXT_vertex_array GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KTX_buffer_region GL_NV_blend_square GL_NV_fog_distance GL_NV_packed_depth_stencil GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_SGIS_multitexture GL_SUN_slice_accum
OpenGL::GL_EXT_compiled_vertex_array supported
OpenGL::Accurate Fog Distance supported
OpenGL::Generic Texture Compression unsupported
OpenGL::S3TC Texture Compression unsupported
OpenGL::Multitexture supported
OpenGL::TextureCubeMapExt unsupported
OpenGL::EXTColorTable unsupported
axes: 3 buttons: 15 hats: 0
axes: 3 buttons: 15 hats: 0
FactionXML:LoadXML factions.xml
xyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzw
logos/mechanistSec.png, not found

logos/mechanistPri.png, not found

logos/shmrnSec.png, not found

logos/shmrnPri.png, not found

logos/rlaan_briinSec.png, not found

logos/rlaan_briinPri.png, not found
xyzwxyzwReshaping 800 600xyzwxyzw
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -151111040 (LWP 19228)]
0x00000000 in ?? ()

(gdb) backtrace full
#0 0x00000000 in ?? ()
No symbol table info available.
#1 0x012aa348 in _nv000810gl () from /usr/lib/libGLcore.so.1
No symbol table info available.
(gdb) cd /usr/src/vegastrike
Working directory /usr/src/vegastrike.
(gdb) ./configure --enable-debug
Undefined command: "". Try "help"
quit
[none@wirser bin]$ cd /usr/src/vegastrike
[root@wirser vegastrike]# ./configure --enable-debug
checking Checking for C++ compiler.... checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
configure: Using compiler: g++.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
checking for egrep... grep -E
checking for AIX... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for library containing strerror... none required
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for working alloca.h... yes
checking for alloca... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking OS.h usability... no
checking OS.h presence... no
checking for OS.h... no
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking linux/slab.h usability... no
checking linux/slab.h presence... no
checking for linux/slab.h... no
checking linux/malloc.h usability... no
checking linux/malloc.h presence... no
checking for linux/malloc.h... no
checking for vfscanf... no
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for inline... inline
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uid_t in sys/types.h... yes
checking whether closedir returns void... no
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for access... yes
checking for atexit... yes
checking for bzero... yes
checking for clock_gettime... no
checking for floor... yes
checking for getcwd... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for lstat... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for munmap... yes
checking for pow... yes
checking for select... yes
checking for socket... yes
checking for sqrt... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strstr... yes
checking for strtol... yes
checking for finite... yes
checking for _finite... no
checking for isnan... yes
checking for _isnan... no
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
Enabling user-specified flags:
checking for Win32 platform... no
checking for CygWin platform... no
checking for Mingw32 platform... no
checking for Linux platform... yes
checking for FreeBSD platform... no
checking for MacOSX platform... no
checking for python... python Python 2.3.3
/usr/lib/libpython2.3.so no
/usr/local/lib/libpython2.3.so no
/sw/lib/python2.3/config/libpython2.3.so no
/usr/lib/python2.3/libpython2.3.so no
/usr/lib/python2.3/config/libpython2.3.a yes
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.0.1... yes
checking for SDL_JoystickOpen... yes
Using SDL Windowing System
checking for Mix_OpenAudio in -lSDL_mixer... yes
checking for GL library... yes
checking for glXGetProcAddressARB... yes
checking for GLU library... yes
checking for GL/gl.h... yes
checking for GL/gl.h... yes
checking for GL/glext.h... yes
checking whether glext.h is recent enough... yes
checking for glut32 library... no
checking for glut library... yes
checking GL/glut.h usability... yes
checking GL/glut.h presence... yes
checking for GL/glut.h... yes
checking for expat library... yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for png library... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for jpeg library... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for openal library... yes
checking for AL/al.h... yes
checking for al.h... yes
checking AL/alext.h usability... yes
checking AL/alext.h presence... yes
checking for AL/alext.h... yes
Configuring with OpenAL support!
No Crypto++ support
configure: creating ./config.status
config.status: creating Makefile
config.status: creating common/Makefile
config.status: creating launcher/Makefile
config.status: creating mission/Makefile
config.status: creating objconv/Makefile
config.status: creating src/Makefile
config.status: creating src/aldrv/Makefile
config.status: creating src/boost/Makefile
config.status: creating src/boost129/Makefile
config.status: creating src/boost129/converter/Makefile
config.status: creating src/boost129/object/Makefile
config.status: creating src/cmd/Makefile
config.status: creating src/cmd/ai/Makefile
config.status: creating src/cmd/collide/Makefile
config.status: creating src/cmd/collide/csgeom/Makefile
config.status: creating src/cmd/script/Makefile
config.status: creating src/cmd/script/c_alike/Makefile
config.status: creating src/common/Makefile
config.status: creating src/gfx/Makefile
config.status: creating src/gfx/nav/Makefile
config.status: creating src/gldrv/Makefile
config.status: creating src/gui/Makefile
config.status: creating src/networking/Makefile
config.status: creating src/networking/lowlevel/Makefile
config.status: creating src/python/Makefile
config.status: creating objconv/mesher/Makefile
config.status: creating tools/Makefile
config.status: creating config.h
config.status: executing depfiles commands
[root@wirser vegastrike]#


[root@wirser vegastrike]# cd /usr/local/games/vegastrike/data4.x/bin [root@wirser bin]# gdb /usr/local/bin/vegastrike
GNU gdb Red Hat Linux (6.0post-0.20040223.19rh)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...run
Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) run
Starting program: /usr/local/bin/vegastrike
[Thread debugging using libthread_db enabled]
[New Thread -151111712 (LWP 27586)]
Vega Strike
See http://www.gnu.org/copyleft/gpl.html for license details.

GOT SUBDIR ARG =
Found data in ..
Using /usr/local/games/vegastrike/data4.x as data directory
Found MODDIR = /usr/local/games/vegastrike/data4.x/mods
USING HOMEDIR : /root/.vegastrike As the home directory
CONFIGFILE - Found a config file in home directory, using : /root/.vegastrike/vegastrike.config
Panic exit - no configuration

Program exited normally.
(gdb) q
[root@wirser bin]# exit
exit
[none@wirser vegastrike]$ gdb /usr/local/bin/vegastrike
GNU gdb Red Hat Linux (6.0post-0.20040223.19rh)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) run
Starting program: /usr/local/bin/vegastrike
[Thread debugging using libthread_db enabled]
[New Thread -151111712 (LWP 27590)]
Vega Strike
See http://www.gnu.org/copyleft/gpl.html for license details.

GOT SUBDIR ARG =
Found data in /usr/local/share/vegastrike/data
Using /usr/local/share/vegastrike/data as data directory
Found MODDIR = /usr/local/share/vegastrike/data/mods
USING HOMEDIR : /home/none/.vegastrike As the home directory
CONFIGFILE - Found a config file in home directory, using : /home/none/.vegastrike/vegastrike.config
DATADIR - No datadir specified in config file, using ; /usr/local/share/vegastrike/data
SIMULATION_ATOM: 0.12
Detaching after fork from child process 27593.
MISSION_NAME is empty using : explore_universe.mission
Unable to spawn music player server
running import sys
print sys.path
sys.path = [r"/usr/local/share/vegastrike/data/modules/builtin/",r"/usr/local/share/vegastrike/data/modules/",r"/usr/local/share/vegastrike/data/bases/"]
['/usr/lib/python23.zip', '/usr/lib/python2.3', '/usr/lib/python2.3/plat-linux2', '/usr/lib/python2.3/lib-tk', '/usr/lib/python2.3/lib-dynload', '/usr/lib/python2.3/site-packages', '/usr/lib/python2.3/site-packages/gtk-2.0']
testing VS randomrunning import sys
print sys.path
['/usr/local/share/vegastrike/data/modules/builtin/', '/usr/local/share/vegastrike/data/modules/', '/usr/local/share/vegastrike/data/bases/']
Couldn't initialize video: Couldn't find matching GLX visualSetting Screen to w 800 h 600 and pitch of 1600 and 16 bpp 2 bytes per pix mode
OpenGL Extensions supported: GL_ARB_imaging GL_ARB_multitexture GL_ARB_point_parameters GL_ARB_texture_env_add GL_ARB_texture_mirrored_repeat GL_ARB_transpose_matrix GL_ARB_vertex_buffer_object GL_ARB_window_pos GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_compiled_vertex_array GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_stencil_wrap GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_lod_bias GL_EXT_texture_object GL_EXT_vertex_array GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KTX_buffer_region GL_NV_blend_square GL_NV_fog_distance GL_NV_packed_depth_stencil GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_SGIS_multitexture GL_SUN_slice_accum
OpenGL::GL_EXT_compiled_vertex_array unsupported
OpenGL::Accurate Fog Distance unsupported
OpenGL::Generic Texture Compression unsupported
OpenGL::S3TC Texture Compression unsupported
OpenGL::Multitexture unsupported
OpenGL::TextureCubeMapExt unsupported
OpenGL::EXTColorTable unsupported
1 joysticks were found.

The names of the joysticks are:
USB ADAPTOR
axes: 6 buttons: 8 hats: 0
FactionXML:LoadXML factions.xml
xyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzwxyzw
logos/mechanistSec.png, not found

logos/mechanistPri.png, not found

logos/shmrnSec.png, not found

logos/shmrnPri.png, not found

logos/rlaan_briinSec.png, not found

logos/rlaan_briinPri.png, not found
xyzwxyzwxyzwxyzw
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -151111712 (LWP 27590)]
0x00000000 in ?? ()
(gdb)

(gdb) backtrace full
#0 0x00000000 in ?? ()
No symbol table info available.
#1 0x01215348 in _nv000810gl () from /usr/lib/libGLcore.so.1
No symbol table info available.
(gdb)
_______________________
second run
______________________

(gdb) backtrace full
#0 0x00000000 in ?? ()
No symbol table info available.
#1 0x012e4348 in _nv000810gl () from /usr/lib/libGLcore.so.1
No symbol table info available.
(gdb) c
Continuing.
Fatal signal: Segmentation Fault (SDL Parachute Deployed)

Program exited with code 0365.
(gdb) backtrace full
No stack.
(gdb)
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

eek crashed in the nvidia drivers!
what version of nvidia drivers do you have!

type

ls /usr/lib/libGL*

should provide it...I have 6111

if that doesn't work we'll have to try various strategic breakpoints to catch the crash before it happens :-( cus the stack gives usless nvidia-mangled info.... stupid nvidia name-mangling "lets keep the developers outside of our driver' crap
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Guest

Post by Guest »

here is what I have now
/usr/lib/libGLcore.so.1 /usr/lib/libGL.so.1
/usr/lib/libGLcore.so.1.0.6111 /usr/lib/libGL.so.1.0.6111
/usr/lib/libGL.la /usr/lib/libGLU.so
/usr/lib/libGL.so /usr/lib/libGLU.so.1

let me explainjavascript:emoticon(':roll:')

I supposedly had 6111 before but I thought it may be possible my opengl wasn't upgraded
so I donwloaded NVIDIA-Linux-x86-1.0-6111-pkg1 and tried to run it
I had to do a make menuconfig in /lib/modules/2.6.8-1.521 in order to get vital .config file for nvidia to compile and install haven't remake vs yetall gl files seem ok but I recopy them first
just to be sure
I have no idea how I got 6111 working before maybe i got precompiled somehow
I'll post when through
Guest

Post by Guest »

all that wok and nothing, same as before...
logos/rlaan_briinSec.png, not found

logos/rlaan_briinPri.png, not found
xyzwxyzwxyzwxyzw
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -151111712 (LWP 2287)]
0x00000000 in ?? ()
(gdb) backtrace full
#0 0x00000000 in ?? ()
No symbol table info available.
#1 0x0117b348 in _nv000810gl () from /usr/lib/libGLcore.so.1
No symbol table info available.
(gdb) c
Continuing.
Fatal signal: Segmentation Fault (SDL Parachute Deployed)

Program exited with code 0365.
(gdb) h
either I can try another glext.h etc .... not likely to work imho
try to fix this one - here I'm clue impared
quit try to get vegastrike running again

what do you suggest?
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

ugh well start with

./configure --enable-debug
make clean
make
then I'll give you a list of breakpoints to set so we can see how far it makes it

bit busy right now tho--let me know when it's clean/all'd.


Also another thing to please try is to change the options in setup (or in vegastrike.config) and turn off display lists and turn off compiled vertex arrays--perhaps that avoids the bug.
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Guest

Post by Guest »

ok I have just rm-rf /usr/src/vegastrike and copied fresh cvs/tar back into it
this means I no longer have the folowing GL/glext patch

PostPosted: Sun Dec 07, 2003 6:59 pm Post subject: Patch for configure.in Reply with quote
I've had much the same issue. Here's a patch for configure.in which seems to fix the problem. Hope it works for you too.

Code:

--- configure.in.orig 2003-12-07 22:54:58.000000000 +1000
+++ configure.in 2003-12-08 02:55:44.000000000 +1000
@@ -748,7 +748,8 @@
if test "x$is_macosx" = "xyes" ; then
have_glext_h=yes
else
- AC_CHECK_HEADERS(GL/glext.h, have_glext_h=yes, have_glext_h=no )
+ AC_CHECK_HEADERS(GL/gl.h GL/glext.h, have_glext_h=yes, have_glext_h=no,
+ [[#include <GL/gl.h>]])
fi

if test "x$have_glext_h" = "xno" ; then


PostPosted: Sat Jan 17, 2004 5:47 pm Post subject: uata fucka Reply with quote
not only that but also u have to install the latest nvidia drivers with --opengl-headers option, and after applying the patch run autoconf... i know that this sounds a little obviuos but not all people know this


PostPosted: Sun May 02, 2004 11:36 am Post subject: Reply with quote
Save the code above into configure.diff.
You should do
patch configure.in configure.diff

but since it is small, you can edit it yourself and go to the line 748
and remove the line marked with a -
and then add the next two lines with a + (without adding the + of course)

I can put it in or not your call
here's the output without it it crashed in the same place as well

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -151111712 (LWP 16821)]
0x00000000 in ?? ()
(gdb) backtrace full
#0 0x00000000 in ?? ()
No symbol table info available.
#1 0x01238348 in _nv000810gl () from /usr/lib/libGLcore.so.1
No symbol table info available.
(gdb)


right now I compiling without it
I just got home from work
I'll be sleeping soon
Ive got nvidia 1.0.6111 source unpacked also
I tried messing with vssetup it didn't have a turn off display lists and compiled vertex arrays just selecting between the three
/home/blah/.vegastrike/vegastrike.config is strange to me I don't how to manipulate it
properly
no hurry I got time to waste on this
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

try the vertex arrays option

also try without sound--I was gettig some weird sound action today...

hmm I'll think about it some more...

try running in gdb and doing
break main
run
next
next
next
next
till it dies

if you're pateint you can do
break main
run
step
next
step
next
step
next
until it dies
feel free to email me those logs of what happens when you do that--that'll get us the effective stack if nvidia won't let us have it

danielhorn *atsign* mindspring.com
good luck
--daniel
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Post Reply