unit_xml provoqies a g++ internel error

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

unit_xml provoqies a g++ internel error

Post by Guest »

first of all, I've already searched the forums, so I've --enable-boost-128, and have also correct the gl problem which I ran into earlier, but now, no mater what I do, I run into this:
unit_xml.cpp: In member function `void Unit::LoadXML(const char*, const char*,
std::string*)':
unit_xml.cpp:1982: warning: unused variable `csRapidCollider*colTree'
{standard input}: Assembler messages:
{standard input}:28616: Warning: end of file not at end of a line; newline inserted
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[4]: *** [unit_xml.o] Error 1
here's my config.log:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.57. Invocation command line was

$ ./configure --enable-boost-128

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

hostname = Betelgieuse
uname -m = i686
uname -r = 2.4.22
uname -s = Linux
uname -v = #1 Thu Mar 11 13:57:47 CET 2004

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

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

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /opt/www/htdig/bin
PATH: /usr/lib/java/bin
PATH: /usr/lib/java/jre/bin
PATH: /usr/lib/qt-3.2.1/bin
PATH: /usr/share/texmf/bin
PATH: .
PATH: /opt/kde/bin


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

configure:1369: checking build system type
configure:1387: result: i686-pc-linux-gnu
configure:1395: checking host system type
configure:1409: result: i686-pc-linux-gnu
configure:1417: checking target system type
configure:1431: result: i686-pc-linux-gnu
configure:1461: checking for a BSD-compatible install
configure:1515: result: /usr/bin/ginstall -c
configure:1526: checking whether build environment is sane
configure:1569: result: yes
configure:1602: checking for gawk
configure:1618: found /usr/bin/gawk
configure:1628: result: gawk
configure:1638: checking whether make sets $(MAKE)
configure:1658: result: yes
configure:1873: checking for gcc
configure:1889: found /usr/bin/gcc
configure:1899: result: gcc
configure:2143: checking for C compiler version
configure:2146: gcc --version </dev/null >&5
gcc (GCC) 3.2.3
Copyright (C) 2002 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:2149: $? = 0
configure:2151: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/specs
Configured with: ../gcc-3.2.3/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 3.2.3
configure:2154: $? = 0
configure:2156: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2159: $? = 1
configure:2183: checking for C compiler default output
configure:2186: gcc conftest.c >&5
configure:2189: $? = 0
configure:2235: result: a.out
configure:2240: checking whether the C compiler works
configure:2246: ./a.out
configure:2249: $? = 0
configure:2266: result: yes
configure:2273: checking whether we are cross compiling
configure:2275: result: no
configure:2278: checking for suffix of executables
configure:2280: gcc -o conftest conftest.c >&5
configure:2283: $? = 0
configure:2308: result:
configure:2314: checking for suffix of object files
configure:2336: gcc -c conftest.c >&5
configure:2339: $? = 0
configure:2361: result: o
configure:2365: checking whether we are using the GNU C compiler
configure:2390: gcc -c conftest.c >&5
configure:2393: $? = 0
configure:2396: test -s conftest.o
configure:2399: $? = 0
configure:2412: result: yes
configure:2418: checking whether gcc accepts -g
configure:2440: gcc -c -g conftest.c >&5
configure:2443: $? = 0
configure:2446: test -s conftest.o
configure:2449: $? = 0
configure:2460: result: yes
configure:2477: checking for gcc option to accept ANSI C
configure:2538: gcc -c conftest.c >&5
configure:2541: $? = 0
configure:2544: test -s conftest.o
configure:2547: $? = 0
configure:2565: result: none needed
configure:2583: gcc -c conftest.c >&5
conftest.c:2: syntax error before "me"
configure:2586: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2706: checking for style of include used by make
configure:2734: result: GNU
configure:2762: checking dependency style of gcc
configure:2845: result: gcc3
configure:2883: gcc -c -falign-loops=4 conftest.c >&5
configure:2886: $? = 0
configure:2889: test -s conftest.o
configure:2892: $? = 0
configure:2960: checking for g++
configure:2976: found /usr/bin/g++
configure:2986: result: g++
configure:3002: checking for C++ compiler version
configure:3005: g++ --version </dev/null >&5
g++ (GCC) 3.2.3
Copyright (C) 2002 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:3008: $? = 0
configure:3010: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/specs
Configured with: ../gcc-3.2.3/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 3.2.3
configure:3013: $? = 0
configure:3015: g++ -V </dev/null >&5
g++: argument to `-V' missing

configure:3018: $? = 1
configure:3021: checking whether we are using the GNU C++ compiler
configure:3046: g++ -c conftest.cc >&5
configure:3049: $? = 0
configure:3052: test -s conftest.o
configure:3055: $? = 0
configure:3068: result: yes
configure:3074: checking whether g++ accepts -g
configure:3096: g++ -c -g conftest.cc >&5
configure:3099: $? = 0
configure:3102: test -s conftest.o
configure:3105: $? = 0
configure:3116: result: yes
configure:3160: g++ -c conftest.cc >&5
configure:3163: $? = 0
configure:3166: test -s conftest.o
configure:3169: $? = 0
configure:3196: g++ -c conftest.cc >&5
configure: In function `int main()':
configure:3193: `exit' undeclared (first use this function)
configure:3193: (Each undeclared identifier is reported only once for each
function it appears in.)
configure:3199: $? = 1
configure: failed program was:
| #line 3179 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3160: g++ -c conftest.cc >&5
configure:3163: $? = 0
configure:3166: test -s conftest.o
configure:3169: $? = 0
configure:3196: g++ -c conftest.cc >&5
configure:3199: $? = 0
configure:3202: test -s conftest.o
configure:3205: $? = 0
configure:3230: checking dependency style of g++
configure:3313: result: gcc3
configure:3335: checking how to run the C++ preprocessor
configure:3367: g++ -E conftest.cc
configure:3373: $? = 0
configure:3405: g++ -E conftest.cc
configure:3409:28: ac_nonexistent.h: No such file or directory
configure:3411: $? = 1
configure: failed program was:
| #line 3396 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3449: result: g++ -E
configure:3474: g++ -E conftest.cc
configure:3480: $? = 0
configure:3512: g++ -E conftest.cc
configure:3516:28: ac_nonexistent.h: No such file or directory
configure:3518: $? = 1
configure: failed program was:
| #line 3503 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3574: checking for a BSD-compatible install
configure:3628: result: /usr/bin/ginstall -c
configure:3639: checking whether ln -s works
configure:3643: result: yes
configure:3691: checking for ranlib
configure:3707: found /usr/bin/ranlib
configure:3718: result: ranlib
configure:3736: checking how to run the C preprocessor
configure:3772: gcc -E conftest.c
configure:3778: $? = 0
configure:3810: gcc -E conftest.c
configure:3814:28: ac_nonexistent.h: No such file or directory
configure:3816: $? = 1
configure: failed program was:
| #line 3801 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3854: result: gcc -E
configure:3879: gcc -E conftest.c
configure:3885: $? = 0
configure:3917: gcc -E conftest.c
configure:3921:28: ac_nonexistent.h: No such file or directory
configure:3923: $? = 1
configure: failed program was:
| #line 3908 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3966: checking for egrep
configure:3976: result: grep -E
configure:3981: checking for ANSI C header files
configure:4007: gcc -c conftest.c >&5
configure:4010: $? = 0
configure:4013: test -s conftest.o
configure:4016: $? = 0
configure:4105: gcc -o conftest conftest.c >&5
configure:4108: $? = 0
configure:4110: ./conftest
configure:4113: $? = 0
configure:4128: result: yes
configure:4146: checking for dirent.h that defines DIR
configure:4171: gcc -c conftest.c >&5
configure:4174: $? = 0
configure:4177: test -s conftest.o
configure:4180: $? = 0
configure:4191: result: yes
configure:4204: checking for library containing opendir
configure:4235: gcc -o conftest conftest.c >&5
configure:4238: $? = 0
configure:4241: test -s conftest
configure:4244: $? = 0
configure:4303: result: none required
configure:4433: checking for sys/types.h
configure:4450: gcc -c conftest.c >&5
configure:4453: $? = 0
configure:4456: test -s conftest.o
configure:4459: $? = 0
configure:4470: result: yes
configure:4433: checking for sys/stat.h
configure:4450: gcc -c conftest.c >&5
configure:4453: $? = 0
configure:4456: test -s conftest.o
configure:4459: $? = 0
configure:4470: result: yes
configure:4433: checking for stdlib.h
configure:4450: gcc -c conftest.c >&5
configure:4453: $? = 0
configure:4456: test -s conftest.o
configure:4459: $? = 0
configure:4470: result: yes
configure:4433: checking for string.h
configure:4450: gcc -c conftest.c >&5
configure:4453: $? = 0
configure:4456: test -s conftest.o
configure:4459: $? = 0
configure:4470: result: yes
configure:4433: checking for memory.h
configure:4450: gcc -c conftest.c >&5
configure:4453: $? = 0
configure:4456: test -s conftest.o
configure:4459: $? = 0
configure:4470: result: yes
configure:4433: checking for strings.h
configure:4450: gcc -c conftest.c >&5
configure:4453: $? = 0
configure:4456: test -s conftest.o
configure:4459: $? = 0
configure:4470: result: yes
configure:4433: checking for inttypes.h
configure:4450: gcc -c conftest.c >&5
configure:4453: $? = 0
configure:4456: test -s conftest.o
configure:4459: $? = 0
configure:4470: result: yes
configure:4433: checking for stdint.h
configure:4450: gcc -c conftest.c >&5
configure:4453: $? = 0
configure:4456: test -s conftest.o
configure:4459: $? = 0
configure:4470: result: yes
configure:4433: checking for unistd.h
configure:4450: gcc -c conftest.c >&5
configure:4453: $? = 0
configure:4456: test -s conftest.o
configure:4459: $? = 0
configure:4470: result: yes
configure:4501: checking fcntl.h usability
configure:4514: gcc -c conftest.c >&5
configure:4517: $? = 0
configure:4520: test -s conftest.o
configure:4523: $? = 0
configure:4533: result: yes
configure:4537: checking fcntl.h presence
configure:4548: gcc -E conftest.c
configure:4554: $? = 0
configure:4573: result: yes
configure:4609: checking for fcntl.h
configure:4616: result: yes
configure:4501: checking limits.h usability
configure:4514: gcc -c conftest.c >&5
configure:4517: $? = 0
configure:4520: test -s conftest.o
configure:4523: $? = 0
configure:4533: result: yes
configure:4537: checking limits.h presence
configure:4548: gcc -E conftest.c
configure:4554: $? = 0
configure:4573: result: yes
configure:4609: checking for limits.h
configure:4616: result: yes
configure:4501: checking malloc.h usability
configure:4514: gcc -c conftest.c >&5
configure:4517: $? = 0
configure:4520: test -s conftest.o
configure:4523: $? = 0
configure:4533: result: yes
configure:4537: checking malloc.h presence
configure:4548: gcc -E conftest.c
configure:4554: $? = 0
configure:4573: result: yes
configure:4609: checking for malloc.h
configure:4616: result: yes
configure:4501: checking sys/ioctl.h usability
configure:4514: gcc -c conftest.c >&5
configure:4517: $? = 0
configure:4520: test -s conftest.o
configure:4523: $? = 0
configure:4533: result: yes
configure:4537: checking sys/ioctl.h presence
configure:4548: gcc -E conftest.c
configure:4554: $? = 0
configure:4573: result: yes
configure:4609: checking for sys/ioctl.h
configure:4616: result: yes
configure:4501: checking sys/time.h usability
configure:4514: gcc -c conftest.c >&5
configure:4517: $? = 0
configure:4520: test -s conftest.o
configure:4523: $? = 0
configure:4533: result: yes
configure:4537: checking sys/time.h presence
configure:4548: gcc -E conftest.c
configure:4554: $? = 0
configure:4573: result: yes
configure:4609: checking for sys/time.h
configure:4616: result: yes
configure:4492: checking for unistd.h
configure:4497: result: yes
configure:4632: checking for an ANSI C-conforming const
configure:4700: gcc -c conftest.c >&5
configure:4703: $? = 0
configure:4706: test -s conftest.o
configure:4709: $? = 0
configure:4720: result: yes
configure:4730: checking whether time.h and sys/time.h may both be included
configure:4756: gcc -c conftest.c >&5
configure:4759: $? = 0
configure:4762: test -s conftest.o
configure:4765: $? = 0
configure:4776: result: yes
configure:4786: checking for inline
configure:4808: gcc -c conftest.c >&5
configure:4811: $? = 0
configure:4814: test -s conftest.o
configure:4817: $? = 0
configure:4829: result: inline
configure:4844: checking for size_t
configure:4869: gcc -c conftest.c >&5
configure:4872: $? = 0
configure:4875: test -s conftest.o
configure:4878: $? = 0
configure:4889: result: yes
configure:4914: checking for getcwd
configure:4964: gcc -o conftest conftest.c >&5
configure:4967: $? = 0
configure:4970: test -s conftest
configure:4973: $? = 0
configure:4984: result: yes
configure:4914: checking for gettimeofday
configure:4964: gcc -o conftest conftest.c >&5
configure:4967: $? = 0
configure:4970: test -s conftest
configure:4973: $? = 0
configure:4984: result: yes
configure:4914: checking for strdup
configure:4964: gcc -o conftest conftest.c >&5
configure:4967: $? = 0
configure:4970: test -s conftest
configure:4973: $? = 0
configure:4984: result: yes
configure:4914: checking for select
configure:4964: gcc -o conftest conftest.c >&5
configure:4967: $? = 0
configure:4970: test -s conftest
configure:4973: $? = 0
configure:4984: result: yes
configure:4914: checking for socket
configure:4964: gcc -o conftest conftest.c >&5
configure:4967: $? = 0
configure:4970: test -s conftest
configure:4973: $? = 0
configure:4984: result: yes
configure:4914: checking for strstr
configure:4964: gcc -o conftest conftest.c >&5
configure:4971: warning: conflicting types for built-in function `strstr'
configure:4967: $? = 0
configure:4970: test -s conftest
configure:4973: $? = 0
configure:4984: result: yes
configure:4914: checking for access
configure:4964: gcc -o conftest conftest.c >&5
configure:4967: $? = 0
configure:4970: test -s conftest
configure:4973: $? = 0
configure:4984: result: yes
configure:4914: checking for lstat
configure:4964: gcc -o conftest conftest.c >&5
configure:4967: $? = 0
configure:4970: test -s conftest
configure:4973: $? = 0
configure:4984: result: yes
configure:5000: checking for finite
configure:5050: gcc -o conftest conftest.c >&5
configure:5053: $? = 0
configure:5056: test -s conftest
configure:5059: $? = 0
configure:5070: result: yes
configure:5000: checking for isnan
configure:5050: gcc -o conftest conftest.c >&5
configure:5053: $? = 0
configure:5056: test -s conftest
configure:5059: $? = 0
configure:5070: result: yes
configure:5085: checking for _finite
configure:5135: gcc -o conftest conftest.c >&5
/tmp/ccEFDSNq.o(.text+0x16): In function `main':
: undefined reference to `_finite'
/tmp/ccEFDSNq.o(.data+0x0): undefined reference to `_finite'
collect2: ld returned 1 exit status
configure:5138: $? = 1
configure: failed program was:
| #line 5090 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STRDUP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRSTR 1
| #define HAVE_ACCESS 1
| #define HAVE_LSTAT 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| /* end confdefs.h. */
| /* 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
| /* 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:5155: result: no
configure:5085: checking for _isnan
configure:5135: gcc -o conftest conftest.c >&5
/tmp/ccUCr2Jo.o(.text+0x16): In function `main':
: undefined reference to `_isnan'
/tmp/ccUCr2Jo.o(.data+0x0): undefined reference to `_isnan'
collect2: ld returned 1 exit status
configure:5138: $? = 1
configure: failed program was:
| #line 5090 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STRDUP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRSTR 1
| #define HAVE_ACCESS 1
| #define HAVE_LSTAT 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| /* end confdefs.h. */
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _isnan (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char _isnan ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub__isnan) || defined (__stub____isnan)
| choke me
| #else
| char (*f) () = _isnan;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != _isnan;
| ;
| return 0;
| }
configure:5155: result: no
configure:5180: checking ieeefp.h usability
configure:5193: gcc -c conftest.c >&5
configure:5257:20: ieeefp.h: No such file or directory
configure:5196: $? = 1
configure: failed program was:
| #line 5182 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STRDUP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRSTR 1
| #define HAVE_ACCESS 1
| #define HAVE_LSTAT 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 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 <ieeefp.h>
configure:5212: result: no
configure:5216: checking ieeefp.h presence
configure:5227: gcc -E conftest.c
configure:5259:20: ieeefp.h: No such file or directory
configure:5233: $? = 1
configure: failed program was:
| #line 5218 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STRDUP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRSTR 1
| #define HAVE_ACCESS 1
| #define HAVE_LSTAT 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| /* end confdefs.h. */
| #include <ieeefp.h>
configure:5252: result: no
configure:5288: checking for ieeefp.h
configure:5295: result: no
configure:5180: checking zlib.h usability
configure:5193: gcc -c conftest.c >&5
configure:5196: $? = 0
configure:5199: test -s conftest.o
configure:5202: $? = 0
configure:5212: result: yes
configure:5216: checking zlib.h presence
configure:5227: gcc -E conftest.c
configure:5233: $? = 0
configure:5252: result: yes
configure:5288: checking for zlib.h
configure:5295: result: yes
configure:5309: checking for pid_t
configure:5334: gcc -c conftest.c >&5
configure:5337: $? = 0
configure:5340: test -s conftest.o
configure:5343: $? = 0
configure:5354: result: yes
configure:5372: checking for unistd.h
configure:5377: result: yes
configure:5381: checking vfork.h usability
configure:5394: gcc -c conftest.c >&5
configure:5460:19: vfork.h: No such file or directory
configure:5397: $? = 1
configure: failed program was:
| #line 5383 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STRDUP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRSTR 1
| #define HAVE_ACCESS 1
| #define HAVE_LSTAT 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ZLIB_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 <vfork.h>
configure:5413: result: no
configure:5417: checking vfork.h presence
configure:5428: gcc -E conftest.c
configure:5462:19: vfork.h: No such file or directory
configure:5434: $? = 1
configure: failed program was:
| #line 5419 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STRDUP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRSTR 1
| #define HAVE_ACCESS 1
| #define HAVE_LSTAT 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ZLIB_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <vfork.h>
configure:5453: result: no
configure:5489: checking for vfork.h
configure:5496: result: no
configure:5514: checking for fork
configure:5564: gcc -o conftest conftest.c >&5
configure:5567: $? = 0
configure:5570: test -s conftest
configure:5573: $? = 0
configure:5584: result: yes
configure:5514: checking for vfork
configure:5564: gcc -o conftest conftest.c >&5
configure:5567: $? = 0
configure:5570: test -s conftest
configure:5573: $? = 0
configure:5584: result: yes
configure:5595: checking for working fork
configure:5618: gcc -o conftest conftest.c >&5
configure:5621: $? = 0
configure:5623: ./conftest
configure:5626: $? = 0
configure:5640: result: yes
configure:5661: checking for working vfork
configure:5795: result: yes
configure:5832: checking for stdlib.h
configure:5837: result: yes
configure:5832: checking for unistd.h
configure:5837: result: yes
configure:5973: checking for getpagesize
configure:6023: gcc -o conftest conftest.c >&5
configure:6026: $? = 0
configure:6029: test -s conftest
configure:6032: $? = 0
configure:6043: result: yes
configure:6053: checking for working mmap
configure:6196: gcc -o conftest conftest.c >&5
configure:6199: $? = 0
configure:6201: ./conftest
configure:6204: $? = 0
configure:6218: result: yes
configure:6229: checking for working memcmp
configure:6278: gcc -o conftest conftest.c >&5
configure:6281: $? = 0
configure:6283: ./conftest
configure:6286: $? = 0
configure:6300: result: yes
configure:6345: gcc -c conftest.c >&5
configure:6348: $? = 0
configure:6351: test -s conftest.o
configure:6354: $? = 0
configure:6393: gcc -c -gdwarf-2 -g3 conftest.c >&5
configure:6396: $? = 0
configure:6399: test -s conftest.o
configure:6402: $? = 0
configure:6514: checking for Win32 platform
configure:6537: result: no
configure:6548: checking for Linux platform
configure:6571: result: yes
configure:6579: checking for MacOSX platform
configure:6602: result: no
configure:6626: checking for python
configure:6689: result: python 2.3.1
configure:6804: checking for sdl-config
configure:6822: found /usr/bin/sdl-config
configure:6835: result: /usr/bin/sdl-config
configure:6843: checking for SDL - version >= 1.0.1
configure:6934: gcc -o conftest -I/usr/include/SDL -D_REENTRANT conftest.c -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread >&5
configure:6937: $? = 0
configure:6939: ./conftest
configure:6942: $? = 0
configure:6960: result: yes
configure:7054: checking for SDL_JoystickOpen
configure:7104: gcc -o conftest conftest.c -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread >&5
configure:7107: $? = 0
configure:7110: test -s conftest
configure:7113: $? = 0
configure:7124: result: yes
configure:7153: checking for Mix_OpenAudio in -lSDL_mixer
configure:7184: gcc -o conftest conftest.c -lSDL_mixer -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread >&5
configure:7187: $? = 0
configure:7190: test -s conftest
configure:7193: $? = 0
configure:7205: result: yes
configure:7262: checking for GL library
configure:7282: gcc -o conftest conftest.c -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer -lGL >&5
configure:7285: $? = 0
configure:7288: test -s conftest
configure:7291: $? = 0
configure:7301: result: yes
configure:7701: checking for glXGetProcAddressARB
configure:7751: gcc -o conftest conftest.c -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer -lGL >&5
configure:7754: $? = 0
configure:7757: test -s conftest
configure:7760: $? = 0
configure:7771: result: yes
configure:7829: checking for GLU library
configure:7849: gcc -o conftest conftest.c -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer -lGL -lGLU >&5
/usr/lib/gcc-lib/i486-slackware-linux/3.2.3/../../../../i486-slackware-linux/bin/ld: cannot find -lGLU
collect2: ld returned 1 exit status
configure:7852: $? = 1
configure: failed program was:
| #line 7832 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STRDUP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRSTR 1
| #define HAVE_ACCESS 1
| #define HAVE_LSTAT 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ZLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SDL_JOYSTICKOPEN 1
| #define HAVE_GLXGETPROCADDRESSARB 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7868: result: no
configure:7876: checking for GLU library (with pthreads)
configure:7896: gcc -o conftest conftest.c -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer -lGL -lGLU -lpthread >&5
/usr/lib/gcc-lib/i486-slackware-linux/3.2.3/../../../../i486-slackware-linux/bin/ld: cannot find -lGLU
collect2: ld returned 1 exit status
configure:7899: $? = 1
configure: failed program was:
| #line 7879 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STRDUP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRSTR 1
| #define HAVE_ACCESS 1
| #define HAVE_LSTAT 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ZLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SDL_JOYSTICKOPEN 1
| #define HAVE_GLXGETPROCADDRESSARB 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7915: result: no
configure:7934: checking for MesaGLU library
configure:7954: gcc -o conftest conftest.c -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer -lGL -lMesaGLU >&5
/usr/lib/gcc-lib/i486-slackware-linux/3.2.3/../../../../i486-slackware-linux/bin/ld: cannot find -lMesaGLU
collect2: ld returned 1 exit status
configure:7957: $? = 1
configure: failed program was:
| #line 7937 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STRDUP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRSTR 1
| #define HAVE_ACCESS 1
| #define HAVE_LSTAT 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ZLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SDL_JOYSTICKOPEN 1
| #define HAVE_GLXGETPROCADDRESSARB 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7973: result: no
configure:7981: checking for MesaGLU library (with pthreads)
configure:8001: gcc -o conftest conftest.c -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer -lGL -lMesaGLU -lpthread >&5
/usr/lib/gcc-lib/i486-slackware-linux/3.2.3/../../../../i486-slackware-linux/bin/ld: cannot find -lMesaGLU
collect2: ld returned 1 exit status
configure:8004: $? = 1
configure: failed program was:
| #line 7984 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STRDUP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRSTR 1
| #define HAVE_ACCESS 1
| #define HAVE_LSTAT 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ZLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SDL_JOYSTICKOPEN 1
| #define HAVE_GLXGETPROCADDRESSARB 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:8020: result: no
configure:7934: checking for openglu32 library
configure:7954: gcc -o conftest conftest.c -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer -lGL -lopenglu32 >&5
/usr/lib/gcc-lib/i486-slackware-linux/3.2.3/../../../../i486-slackware-linux/bin/ld: cannot find -lopenglu32
collect2: ld returned 1 exit status
configure:7957: $? = 1
configure: failed program was:
| #line 7937 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STRDUP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRSTR 1
| #define HAVE_ACCESS 1
| #define HAVE_LSTAT 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ZLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SDL_JOYSTICKOPEN 1
| #define HAVE_GLXGETPROCADDRESSARB 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7973: result: no
configure:7981: checking for openglu32 library (with pthreads)
configure:8001: gcc -o conftest conftest.c -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer -lGL -lopenglu32 -lpthread >&5
/usr/lib/gcc-lib/i486-slackware-linux/3.2.3/../../../../i486-slackware-linux/bin/ld: cannot find -lopenglu32
collect2: ld returned 1 exit status
configure:8004: $? = 1
configure: failed program was:
| #line 7984 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STRDUP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRSTR 1
| #define HAVE_ACCESS 1
| #define HAVE_LSTAT 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ZLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SDL_JOYSTICKOPEN 1
| #define HAVE_GLXGETPROCADDRESSARB 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:8020: result: no
configure:8049: checking for GLU library
configure:8069: gcc -o conftest conftest.c -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer -lGL -L/usr/X11R6/lib -lGLU >&5
configure:8072: $? = 0
configure:8075: test -s conftest
configure:8078: $? = 0
configure:8088: result: yes
configure:8289: checking for GL/gl.h
configure:8303: gcc -E -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c
configure:8309: $? = 0
configure:8329: result: yes
configure:8409: checking GL/glext.h usability
configure:8422: gcc -c -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c >&5
In file included from configure:8498:
/usr/include/GL/glext.h:2471: syntax error before "red"
/usr/include/GL/glext.h:2472: syntax error before "mode"
/usr/include/GL/glext.h:2473: syntax error before "mode"
/usr/include/GL/glext.h:2474: syntax error before "target"
/usr/include/GL/glext.h:2475: syntax error before "target"
/usr/include/GL/glext.h:2476: syntax error before "target"
/usr/include/GL/glext.h:2477: syntax error before "target"
/usr/include/GL/glext.h:2478: syntax error before "target"
/usr/include/GL/glext.h:2479: syntax error before "target"
/usr/include/GL/glext.h:2480: syntax error before "target"
/usr/include/GL/glext.h:2481: syntax error before "target"
/usr/include/GL/glext.h:2482: syntax error before "target"
/usr/include/GL/glext.h:2483: syntax error before "target"
/usr/include/GL/glext.h:2484: syntax error before "target"
/usr/include/GL/glext.h:2485: syntax error before "target"
/usr/include/GL/glext.h:2486: syntax error before "target"
/usr/include/GL/glext.h:2487: syntax error before "target"
/usr/include/GL/glext.h:2488: syntax error before "target"
/usr/include/GL/glext.h:2489: syntax error before "target"
/usr/include/GL/glext.h:2490: syntax error before "target"
/usr/include/GL/glext.h:2491: syntax error before "target"
/usr/include/GL/glext.h:2492: syntax error before "target"
/usr/include/GL/glext.h:2493: syntax error before "target"
/usr/include/GL/glext.h:2494: syntax error before "target"
/usr/include/GL/glext.h:2495: syntax error before "target"
/usr/include/GL/glext.h:2496: syntax error before "target"
/usr/include/GL/glext.h:2497: syntax error before "target"
/usr/include/GL/glext.h:2498: syntax error before "target"
/usr/include/GL/glext.h:2499: syntax error before "target"
/usr/include/GL/glext.h:2500: syntax error before "target"
/usr/include/GL/glext.h:2501: syntax error before "target"
/usr/include/GL/glext.h:2502: syntax error before "target"
/usr/include/GL/glext.h:2503: syntax error before "target"
/usr/include/GL/glext.h:2504: syntax error before "target"
/usr/include/GL/glext.h:2505: syntax error before "target"
/usr/include/GL/glext.h:2506: syntax error before "target"
/usr/include/GL/glext.h:2507: syntax error before "target"
/usr/include/GL/glext.h:2508: syntax error before "target"
/usr/include/GL/glext.h:2561: syntax error before "texture"
/usr/include/GL/glext.h:2562: syntax error before "texture"
/usr/include/GL/glext.h:2563: syntax error before "target"
/usr/include/GL/glext.h:2564: syntax error before "target"
/usr/include/GL/glext.h:2565: syntax error before "target"
/usr/include/GL/glext.h:2566: syntax error before "target"
/usr/include/GL/glext.h:2567: syntax error before "target"
/usr/include/GL/glext.h:2568: syntax error before "target"
/usr/include/GL/glext.h:2569: syntax error before "target"
/usr/include/GL/glext.h:2570: syntax error before "target"
/usr/include/GL/glext.h:2571: syntax error before "target"
/usr/include/GL/glext.h:2572: syntax error before "target"
/usr/include/GL/glext.h:2573: syntax error before "target"
/usr/include/GL/glext.h:2574: syntax error before "target"
/usr/include/GL/glext.h:2575: syntax error before "target"
/usr/include/GL/glext.h:2576: syntax error before "target"
/usr/include/GL/glext.h:2577: syntax error before "target"
/usr/include/GL/glext.h:2578: syntax error before "target"
/usr/include/GL/glext.h:2579: syntax error before "target"
/usr/include/GL/glext.h:2580: syntax error before "target"
/usr/include/GL/glext.h:2581: syntax error before "target"
/usr/include/GL/glext.h:2582: syntax error before "target"
/usr/include/GL/glext.h:2583: syntax error before "target"
/usr/include/GL/glext.h:2584: syntax error before "target"
/usr/include/GL/glext.h:2585: syntax error before "target"
/usr/include/GL/glext.h:2586: syntax error before "target"
/usr/include/GL/glext.h:2587: syntax error before "target"
/usr/include/GL/glext.h:2588: syntax error before "target"
/usr/include/GL/glext.h:2589: syntax error before "target"
/usr/include/GL/glext.h:2590: syntax error before "target"
/usr/include/GL/glext.h:2591: syntax error before "target"
/usr/include/GL/glext.h:2592: syntax error before "target"
/usr/include/GL/glext.h:2593: syntax error before "target"
/usr/include/GL/glext.h:2594: syntax error before "target"
/usr/include/GL/glext.h:2595: syntax error before '*' token
/usr/include/GL/glext.h:2596: syntax error before '*' token
/usr/include/GL/glext.h:2597: syntax error before '*' token
/usr/include/GL/glext.h:2598: syntax error before '*' token
/usr/include/GL/glext.h:2599: syntax error before "value"
/usr/include/GL/glext.h:2600: syntax error before "target"
/usr/include/GL/glext.h:2601: syntax error before "target"
/usr/include/GL/glext.h:2602: syntax error before "target"
/usr/include/GL/glext.h:2603: syntax error before "target"
/usr/include/GL/glext.h:2604: syntax error before "target"
/usr/include/GL/glext.h:2605: syntax error before "target"
/usr/include/GL/glext.h:2606: syntax error before "target"
/usr/include/GL/glext.h:2658: syntax error before "sfactorRGB"
/usr/include/GL/glext.h:2659: syntax error before "coord"
/usr/include/GL/glext.h:2660: syntax error before '*' token
/usr/include/GL/glext.h:2661: syntax error before "coord"
/usr/include/GL/glext.h:2662: syntax error before '*' token
/usr/include/GL/glext.h:2663: syntax error before "type"
/usr/include/GL/glext.h:2664: syntax error before "mode"
/usr/include/GL/glext.h:2665: syntax error before "mode"
/usr/include/GL/glext.h:2666: syntax error before "pname"
/usr/include/GL/glext.h:2667: syntax error before "pname"
/usr/include/GL/glext.h:2668: syntax error before "pname"
/usr/include/GL/glext.h:2669: syntax error before "pname"
/usr/include/GL/glext.h:2670: syntax error before "red"
/usr/include/GL/glext.h:2671: syntax error before '*' token
/usr/include/GL/glext.h:2672: syntax error before "red"
/usr/include/GL/glext.h:2673: syntax error before '*' token
/usr/include/GL/glext.h:2674: syntax error before "red"
/usr/include/GL/glext.h:2675: syntax error before '*' token
/usr/include/GL/glext.h:2676: syntax error before "red"
/usr/include/GL/glext.h:2677: syntax error before '*' token
/usr/include/GL/glext.h:2678: syntax error before "red"
/usr/include/GL/glext.h:2679: syntax error before '*' token
/usr/include/GL/glext.h:2680: syntax error before "red"
/usr/include/GL/glext.h:2681: syntax error before '*' token
/usr/include/GL/glext.h:2682: syntax error before "red"
/usr/include/GL/glext.h:2683: syntax error before '*' token
/usr/include/GL/glext.h:2684: syntax error before "red"
/usr/include/GL/glext.h:2685: syntax error before '*' token
/usr/include/GL/glext.h:2686: syntax error before "size"
/usr/include/GL/glext.h:2687: syntax error before "x"
/usr/include/GL/glext.h:2688: syntax error before '*' token
/usr/include/GL/glext.h:2689: syntax error before "x"
/usr/include/GL/glext.h:2690: syntax error before '*' token
/usr/include/GL/glext.h:2691: syntax error before "x"
/usr/include/GL/glext.h:2692: syntax error before '*' token
/usr/include/GL/glext.h:2693: syntax error before "x"
/usr/include/GL/glext.h:2694: syntax error before '*' token
/usr/include/GL/glext.h:2695: syntax error before "x"
/usr/include/GL/glext.h:2696: syntax error before '*' token
/usr/include/GL/glext.h:2697: syntax error before "x"
/usr/include/GL/glext.h:2698: syntax error before '*' token
/usr/include/GL/glext.h:2699: syntax error before "x"
/usr/include/GL/glext.h:2700: syntax error before '*' token
/usr/include/GL/glext.h:2701: syntax error before "x"
/usr/include/GL/glext.h:2702: syntax error before '*' token
/usr/include/GL/glext.h:2743: syntax error before "texture"
/usr/include/GL/glext.h:2744: syntax error before "texture"
/usr/include/GL/glext.h:2745: syntax error before "target"
/usr/include/GL/glext.h:2746: syntax error before "target"
/usr/include/GL/glext.h:2747: syntax error before "target"
/usr/include/GL/glext.h:2748: syntax error before "target"
/usr/include/GL/glext.h:2749: syntax error before "target"
/usr/include/GL/glext.h:2750: syntax error before "target"
/usr/include/GL/glext.h:2751: syntax error before "target"
/usr/include/GL/glext.h:2752: syntax error before "target"
/usr/include/GL/glext.h:2753: syntax error before "target"
/usr/include/GL/glext.h:2754: syntax error before "target"
/usr/include/GL/glext.h:2755: syntax error before "target"
/usr/include/GL/glext.h:2756: syntax error before "target"
/usr/include/GL/glext.h:2757: syntax error before "target"
/usr/include/GL/glext.h:2758: syntax error before "target"
/usr/include/GL/glext.h:2759: syntax error before "target"
/usr/include/GL/glext.h:2760: syntax error before "target"
/usr/include/GL/glext.h:2761: syntax error before "target"
/usr/include/GL/glext.h:2762: syntax error before "target"
/usr/include/GL/glext.h:2763: syntax error before "target"
/usr/include/GL/glext.h:2764: syntax error before "target"
/usr/include/GL/glext.h:2765: syntax error before "target"
/usr/include/GL/glext.h:2766: syntax error before "target"
/usr/include/GL/glext.h:2767: syntax error before "target"
/usr/include/GL/glext.h:2768: syntax error before "target"
/usr/include/GL/glext.h:2769: syntax error before "target"
/usr/include/GL/glext.h:2770: syntax error before "target"
/usr/include/GL/glext.h:2771: syntax error before "target"
/usr/include/GL/glext.h:2772: syntax error before "target"
/usr/include/GL/glext.h:2773: syntax error before "target"
/usr/include/GL/glext.h:2774: syntax error before "target"
/usr/include/GL/glext.h:2775: syntax error before "target"
/usr/include/GL/glext.h:2776: syntax error before "target"
/usr/include/GL/glext.h:2787: syntax error before '*' token
/usr/include/GL/glext.h:2788: syntax error before '*' token
/usr/include/GL/glext.h:2789: syntax error before '*' token
/usr/include/GL/glext.h:2790: syntax error before '*' token
/usr/include/GL/glext.h:2798: syntax error before "value"
/usr/include/GL/glext.h:2820: syntax error before "target"
/usr/include/GL/glext.h:2821: syntax error before "target"
/usr/include/GL/glext.h:2822: syntax error before "target"
/usr/include/GL/glext.h:2823: syntax error before "target"
/usr/include/GL/glext.h:2824: syntax error before "target"
/usr/include/GL/glext.h:2825: syntax error before "target"
/usr/include/GL/glext.h:2826: syntax error before "target"
/usr/include/GL/glext.h:2839: syntax error before "pname"
/usr/include/GL/glext.h:2840: syntax error before "pname"
/usr/include/GL/glext.h:2857: syntax error before "size"
/usr/include/GL/glext.h:2858: syntax error before "size"
/usr/include/GL/glext.h:2859: syntax error before "size"
/usr/include/GL/glext.h:2860: syntax error before "size"
/usr/include/GL/glext.h:2861: syntax error before "size"
/usr/include/GL/glext.h:2862: syntax error before "size"
/usr/include/GL/glext.h:2863: syntax error before "size"
/usr/include/GL/glext.h:2864: syntax error before "size"
/usr/include/GL/glext.h:2865: syntax error before "size"
/usr/include/GL/glext.h:2866: syntax error before "count"
/usr/include/GL/glext.h:2878: syntax error before "index"
/usr/include/GL/glext.h:2879: syntax error before "size"
/usr/include/GL/glext.h:2880: syntax error before "size"
/usr/include/GL/glext.h:2881: syntax error before "size"
/usr/include/GL/glext.h:2882: syntax error before "size"
/usr/include/GL/glext.h:2933: syntax error before "x"
/usr/include/GL/glext.h:2934: syntax error before '*' token
/usr/include/GL/glext.h:2935: syntax error before "x"
/usr/include/GL/glext.h:2936: syntax error before '*' token
/usr/include/GL/glext.h:2937: syntax error before "x"
/usr/include/GL/glext.h:2938: syntax error before '*' token
/usr/include/GL/glext.h:2939: syntax error before "x"
/usr/include/GL/glext.h:2940: syntax error before '*' token
/usr/include/GL/glext.h:2941: syntax error before "x"
/usr/include/GL/glext.h:2942: syntax error before '*' token
/usr/include/GL/glext.h:2943: syntax error before "x"
/usr/include/GL/glext.h:2944: syntax error before '*' token
/usr/include/GL/glext.h:2945: syntax error before "x"
/usr/include/GL/glext.h:2946: syntax error before '*' token
/usr/include/GL/glext.h:2947: syntax error before "x"
/usr/include/GL/glext.h:2948: syntax error before '*' token
/usr/include/GL/glext.h:3017: syntax error before "index"
/usr/include/GL/glext.h:3018: syntax error before "index"
/usr/include/GL/glext.h:3019: syntax error before "index"
/usr/include/GL/glext.h:3020: syntax error before "index"
/usr/include/GL/glext.h:3021: syntax error before "index"
/usr/include/GL/glext.h:3022: syntax error before "index"
/usr/include/GL/glext.h:3023: syntax error before "index"
/usr/include/GL/glext.h:3024: syntax error before "index"
/usr/include/GL/glext.h:3025: syntax error before "index"
/usr/include/GL/glext.h:3026: syntax error before "index"
/usr/include/GL/glext.h:3027: syntax error before "index"
/usr/include/GL/glext.h:3028: syntax error before "index"
/usr/include/GL/glext.h:3029: syntax error before "index"
/usr/include/GL/glext.h:3030: syntax error before "index"
/usr/include/GL/glext.h:3031: syntax error before "index"
/usr/include/GL/glext.h:3032: syntax error before "index"
/usr/include/GL/glext.h:3033: syntax error before "index"
/usr/include/GL/glext.h:3034: syntax error before "index"
/usr/include/GL/glext.h:3035: syntax error before "index"
/usr/include/GL/glext.h:3036: syntax error before "index"
/usr/include/GL/glext.h:3037: syntax error before "index"
/usr/include/GL/glext.h:3038: syntax error before "index"
/usr/include/GL/glext.h:3039: syntax error before "index"
/usr/include/GL/glext.h:3040: syntax error before "index"
/usr/include/GL/glext.h:3041: syntax error before "index"
/usr/include/GL/glext.h:3042: syntax error before "index"
/usr/include/GL/glext.h:3043: syntax error before "index"
/usr/include/GL/glext.h:3044: syntax error before "index"
/usr/include/GL/glext.h:3045: syntax error before "index"
/usr/include/GL/glext.h:3046: syntax error before "index"
/usr/include/GL/glext.h:3047: syntax error before "index"
/usr/include/GL/glext.h:3048: syntax error before "index"
/usr/include/GL/glext.h:3049: syntax error before "index"
/usr/include/GL/glext.h:3050: syntax error before "index"
/usr/include/GL/glext.h:3051: syntax error before "index"
/usr/include/GL/glext.h:3052: syntax error before "index"
/usr/include/GL/glext.h:3053: syntax error before "index"
/usr/include/GL/glext.h:3054: syntax error before "index"
/usr/include/GL/glext.h:3055: syntax error before "index"
/usr/include/GL/glext.h:3056: syntax error before "target"
/usr/include/GL/glext.h:3057: syntax error before "target"
/usr/include/GL/glext.h:3058: syntax error before "n"
/usr/include/GL/glext.h:3059: syntax error before "n"
/usr/include/GL/glext.h:3060: syntax error before "target"
/usr/include/GL/glext.h:3061: syntax error before "target"
/usr/include/GL/glext.h:3062: syntax error before "target"
/usr/include/GL/glext.h:3063: syntax error before "target"
/usr/include/GL/glext.h:3064: syntax error before "target"
/usr/include/GL/glext.h:3065: syntax error before "target"
/usr/include/GL/glext.h:3066: syntax error before "target"
/usr/include/GL/glext.h:3067: syntax error before "target"
/usr/include/GL/glext.h:3068: syntax error before "target"
/usr/include/GL/glext.h:3069: syntax error before "target"
/usr/include/GL/glext.h:3070: syntax error before "target"
/usr/include/GL/glext.h:3071: syntax error before "target"
/usr/include/GL/glext.h:3072: syntax error before "target"
/usr/include/GL/glext.h:3073: syntax error before "target"
/usr/include/GL/glext.h:3074: syntax error before "index"
/usr/include/GL/glext.h:3075: syntax error before "index"
/usr/include/GL/glext.h:3076: syntax error before "index"
/usr/include/GL/glext.h:3077: syntax error before "index"
/usr/include/GL/glext.h:3078: syntax error before '*' token
/usr/include/GL/glext.h:3078: syntax error before "program"
/usr/include/GL/glext.h:3078: `GLboolean' declared as function returning a function
/usr/include/GL/glext.h:3090: syntax error before "red"
/usr/include/GL/glext.h:3098: syntax error before "factor"
/usr/include/GL/glext.h:3111: syntax error before "target"
/usr/include/GL/glext.h:3112: syntax error before "target"
/usr/include/GL/glext.h:3121: syntax error before "target"
/usr/include/GL/glext.h:3122: syntax error before "target"
/usr/include/GL/glext.h:3131: syntax error before "target"
/usr/include/GL/glext.h:3132: syntax error before "target"
/usr/include/GL/glext.h:3144: syntax error before "target"
/usr/include/GL/glext.h:3145: syntax error before "target"
/usr/include/GL/glext.h:3146: syntax error before "target"
/usr/include/GL/glext.h:3147: syntax error before "target"
/usr/include/GL/glext.h:3148: syntax error before "target"
/usr/include/GL/glext.h:3165: syntax error before "target"
/usr/include/GL/glext.h:3166: syntax error before "target"
/usr/include/GL/glext.h:3167: syntax error before "target"
/usr/include/GL/glext.h:3168: syntax error before "target"
/usr/include/GL/glext.h:3169: syntax error before "target"
/usr/include/GL/glext.h:3170: syntax error before "target"
/usr/include/GL/glext.h:3171: syntax error before "target"
/usr/include/GL/glext.h:3172: syntax error before "target"
/usr/include/GL/glext.h:3173: syntax error before "target"
/usr/include/GL/glext.h:3174: syntax error before "target"
/usr/include/GL/glext.h:3194: syntax error before "target"
/usr/include/GL/glext.h:3195: syntax error before "target"
/usr/include/GL/glext.h:3196: syntax error before "target"
/usr/include/GL/glext.h:3197: syntax error before "target"
/usr/include/GL/glext.h:3198: syntax error before "target"
/usr/include/GL/glext.h:3199: syntax error before "target"
/usr/include/GL/glext.h:3200: syntax error before "target"
/usr/include/GL/glext.h:3201: syntax error before "target"
/usr/include/GL/glext.h:3202: syntax error before "target"
/usr/include/GL/glext.h:3203: syntax error before "target"
/usr/include/GL/glext.h:3204: syntax error before "target"
/usr/include/GL/glext.h:3205: syntax error before "target"
/usr/i
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

try
./configure --enable-debug --enable-boost-128

that will build everything with debug symbols and without optimizations
your compiler is stuck in some sort of funk doing optimiizations

another option is to paste the last command that fails beginning with g++
and replace -O2 with -g

that'll fix it fer sure

course you won't get optimized XML loading- but aalas most of it is in expat lib

:-)
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Guest

Post by Guest »

Thanks, that's got me past that hurdel, I've also got past another couple of GL problems thanks to the forum archives, but now I'm getting problems with standerd GL calls (the same problems exhibited at the end of this thread: http://vegastrike.sourceforge.net/forum ... php?t=1344). Is there a workaround? or should I start looking out for Slackware packages?

I know I'm being a pain, but I'd really like to try this game out as I'm an old elite fan, and this looks really interesting.

David
TWD

Post by TWD »

Hi, this is just to say that I've got all the problems licked, so I'm just posting how I did it so that others don't have to ask again.

First of all this is for compiling vegastrike on a Slackware 9.1 systeme (9.0/8.1 should be the same) with the NVIDIA GLX drivers installed.

First of all, for the glXGetProcAddressARB problem, the solution (stated in the wiki) is to past:

#define GLX_GLXEXT_PROTOTYPES
#include <GL/glx.h>

at the begining of the file (defining glXGetProcAddressARB to glXGetProcAddress produces problems when linking).

The other major problem I encountered was with gl_state.cpp, which wouldn't compile due to all the glext.h defines being missing, the complication being that just including glext.h at the top of the file produces duplicate declarations for all the typedefs which grinds g++ to a halt.

The solution here is to copy said declarations over from glext.h, but only the declarations.

Apart from that, the game is well worth the effort, and if possible I'll be making packages available soon.

David
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

thanks so much :-) preciate it!
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Post Reply