Linux install problems

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

Linux install problems

Post by guest »

Hi, I'm having trouble compiling vega strike under slack 9.1

this is the config.log

[quote]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 = darkstar
uname -m = i686
uname -r = 2.4.22
uname -s = Linux
uname -v = #6 Tue Sep 2 17:43:01 PDT 2003

/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: /opt/kde/bin
PATH: /usr/lib/qt-3.2.1/bin
PATH: .


## ----------- ##
## 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/cc4Ws1AH.o(.text+0x16): In function `main':
: undefined reference to `_finite'
/tmp/cc4Ws1AH.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/ccKsEDxU.o(.text+0x16): In function `main':
: undefined reference to `_isnan'
/tmp/ccKsEDxU.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/include/GL/glext.h:3206: syntax error before "target"
/usr/include/GL/glext.h:3224: syntax error before "target"
/usr/include/GL/glext.h:3225: syntax error before "target"
/usr/include/GL/glext.h:3226: syntax error before "target"
/usr/include/GL/glext.h:3227: syntax error before "target"
/usr/include/GL/glext.h:3228: syntax error before "target"
/usr/include/GL/glext.h:3229: syntax error before "target"
/usr/include/GL/glext.h:3230: syntax error before "target"
/usr/include/GL/glext.h:3238: syntax error before "mode"
/usr/include/GL/glext.h:3251: syntax error before "pname"
/usr/include/GL/glext.h:3252: syntax error before "pname"
/usr/include/GL/gle
guest

Post by guest »

oh, and when I run ./setup.sh, I get this:
[/quote]
checking GL/glext.h usability... no
checking GL/glext.h presence... yes
configure: WARNING: GL/glext.h: present but cannot be compiled
configure: WARNING: GL/glext.h: check for missing prerequisite headers?
configure: WARNING: GL/glext.h: proceeding with the preprocessor's result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to bug-autoconf@gnu.org. ##
configure: WARNING: ## ------------------------------------ ##
checking for GL/glext.h... yes
checking whether glext.h is recent enough... yes
Maybe this is my problem?
etheral walker
Elite
Elite
Posts: 1516
Joined: Sat May 10, 2003 5:26 pm
Location: into the depths

Post by etheral walker »

you should have to update your video card driver to have a glext.h up to date
I see dead polygons....
guest

Post by guest »

I downloaded, installed and configured the Linux drivers for my video card from the ATI website.
etheral walker
Elite
Elite
Posts: 1516
Joined: Sat May 10, 2003 5:26 pm
Location: into the depths

Post by etheral walker »

a slackware user? so you might have already all headers on your system. That's funny, your errors seems to be mainly in the sound part of VS. What are you using, as a sound server?
I see dead polygons....
guest

Post by guest »

Sound server? Do you mean ALSA? How do I find out which one I'm using?
guest

Post by guest »

OK, I'm using the aRts sound server.
etheral walker
Elite
Elite
Posts: 1516
Joined: Sat May 10, 2003 5:26 pm
Location: into the depths

Post by etheral walker »

alsa or OSS?
I see dead polygons....
guest

Post by guest »

Never mind, I got it to compile, the problem was that "glXGetProcAddressARB" thing. Thanks for replying to my post!
Coladicooka
Star Pilot
Star Pilot
Posts: 5
Joined: Tue Apr 01, 2003 11:35 pm

Post by Coladicooka »

guest wrote:Never mind, I got it to compile, the problem was that "glXGetProcAddressARB" thing. Thanks for replying to my post!
Hi, I seem to have the same problem:

Making all in gldrv
make[3]: Entering directory `/video/src/vegastrike-0.4.1-installer/vegastrike/src/gldrv'
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/boost129 -I/usr/local/include -I/usr/local/include/python2.2 -DHAVE_PYTHON=1 -DUSE_BOOST_129=1 -pipe -O2 -fexpensive-optimizations -fomit-frame-pointer -Wall -ffast-math -pipe -MT gl_init.o -MD -MP -MF ".deps/gl_init.Tpo" \
-c -o gl_init.o `test -f 'gl_init.cpp' || echo './'`gl_init.cpp; \
then mv ".deps/gl_init.Tpo" ".deps/gl_init.Po"; \
else rm -f ".deps/gl_init.Tpo"; exit 1; \
fi
gl_init.cpp: In function `void init_opengl_extensions()':
gl_init.cpp:106: `glXGetProcAddressARB' undeclared (first use this function)
gl_init.cpp:106: (Each undeclared identifier is reported only once for each
function it appears in.)
make[3]: *** [gl_init.o] Error 1
make[3]: Leaving directory `/video/src/vegastrike-0.4.1-installer/vegastrike/src/gldrv'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/video/src/vegastrike-0.4.1-installer/vegastrike/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/video/src/vegastrike-0.4.1-installer/vegastrike'
make: *** [all] Error 2
root@dionyssus:/video/src/vegastrike-0.4.1-installer/vegastrike#

...so What Exactly is the fix for it?
I did the following to get my DRI and GLUT and GL working:

1. followed the instructions on dri.sourceforge.net on getting dri to work
* install the binaries for glut and libglu and their headers in /usr/include/GL
* run the install script for the driver; DRI was working with my X
2. I installed mesa 6.0
3. ran ./configure from within the vegastrike source dir.

If my glext.h is out of date, wich what version where I should get?
I have a matrox G400
Post Reply