"cannot find -lopenal"

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
Alessandro

"cannot find -lopenal"

Post by Alessandro »

Hello, and sorry if my English is not good.
I downloaded the linux installer and tried running the setup.sh, I had the "glXGetProcAddressARB" problem and fixed it (I believe) following the instructions I found in this forum but now I have another problem.
The last part of the output of the script says:

Code: Select all

soundserver.cpp: In function `Mix_Music* PlayMusic(const char*, Mix_Music*)':
soundserver.cpp:133: warning: initialization to `int' from `float'
soundserver.cpp:133: warning: argument to `int' from `float'
soundserver.cpp: In function `int main(int, char**)':
soundserver.cpp:308: warning: initialization to `int' from `float'
soundserver.cpp:308: warning: argument to `int' from `float'
g++  -pipe -O2 -fexpensive-optimizations -fomit-frame-pointer -Wall -ffast-math   -I/usr/include/SDL -D_REENTRANT -pipe   -L/usr/X11R6/lib -L/usr/X11R6/lib  -o soundserver  inet.o soundserver.o -L/usr/local/lib -lSDL -lSDL_mixer -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer  -lGL  -lGLU  -lglut  -lXi -lXmu  -lexpat  -lpng  -ljpeg  -lopenal /usr/lib/python2.2/config/libpython2.2.a  -Xlinker -export-dynamic
/usr/bin/ld: cannot find -lopenal
collect2: ld returned 1 exit status
make[4]: *** [soundserver] Error 1
Thank you in advance if you can help me. The config.log reads as follows:

Code: Select all

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 = localhost.localdomain
uname -m = i686
uname -r = 2.4.22-1.2115.nptl
uname -s = Linux
uname -v = #1 Wed Oct 29 15:42:51 EST 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/kerberos/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /home/alex/bin
PATH: /home/alex/app/batch
PATH: /usr/local/games/


## ----------- ##
## 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/install -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.3.2 20031022 (Red Hat Linux 3.3.2-1)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2149: $? = 0
configure:2151: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.3.2 20031022 (Red Hat Linux 3.3.2-1)
configure:2154: $? = 0
configure:2156: gcc -V </dev/null >&5
gcc: `-V' option must have argument
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: error: 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.3.2 20031022 (Red Hat Linux 3.3.2-1)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3008: $? = 0
configure:3010: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.3.2 20031022 (Red Hat Linux 3.3.2-1)
configure:3013: $? = 0
configure:3015: g++ -V </dev/null >&5
g++: `-V' option must have argument
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: error: `exit' undeclared (first use this function)
configure:3193: error: (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/install -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/cctuicPl.o(.text+0x16): In function `main':
: undefined reference to `_finite'
/tmp/cctuicPl.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/cccDnrpn.o(.text+0x16): In function `main':
: undefined reference to `_isnan'
/tmp/cccDnrpn.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.2.3
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
configure:7852: $? = 0
configure:7855: test -s conftest
configure:7858: $? = 0
configure:7868: 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: error: syntax error before "red"
/usr/include/GL/glext.h:2472: error: syntax error before "mode"
/usr/include/GL/glext.h:2473: error: syntax error before "mode"
/usr/include/GL/glext.h:2474: error: syntax error before "target"
/usr/include/GL/glext.h:2475: error: syntax error before "target"
/usr/include/GL/glext.h:2476: error: syntax error before "target"
/usr/include/GL/glext.h:2477: error: syntax error before "target"
/usr/include/GL/glext.h:2478: error: syntax error before "target"
/usr/include/GL/glext.h:2479: error: syntax error before "target"
/usr/include/GL/glext.h:2480: error: syntax error before "target"
/usr/include/GL/glext.h:2481: error: syntax error before "target"
/usr/include/GL/glext.h:2482: error: syntax error before "target"
/usr/include/GL/glext.h:2483: error: syntax error before "target"
/usr/include/GL/glext.h:2484: error: syntax error before "target"
/usr/include/GL/glext.h:2485: error: syntax error before "target"
/usr/include/GL/glext.h:2486: error: syntax error before "target"
/usr/include/GL/glext.h:2487: error: syntax error before "target"
/usr/include/GL/glext.h:2488: error: syntax error before "target"
/usr/include/GL/glext.h:2489: error: syntax error before "target"
/usr/include/GL/glext.h:2490: error: syntax error before "target"
/usr/include/GL/glext.h:2491: error: syntax error before "target"
/usr/include/GL/glext.h:2492: error: syntax error before "target"
/usr/include/GL/glext.h:2493: error: syntax error before "target"
/usr/include/GL/glext.h:2494: error: syntax error before "target"
/usr/include/GL/glext.h:2495: error: syntax error before "target"
/usr/include/GL/glext.h:2496: error: syntax error before "target"
/usr/include/GL/glext.h:2497: error: syntax error before "target"
/usr/include/GL/glext.h:2498: error: syntax error before "target"
/usr/include/GL/glext.h:2499: error: syntax error before "target"
/usr/include/GL/glext.h:2500: error: syntax error before "target"
/usr/include/GL/glext.h:2501: error: syntax error before "target"
/usr/include/GL/glext.h:2502: error: syntax error before "target"
/usr/include/GL/glext.h:2503: error: syntax error before "target"
/usr/include/GL/glext.h:2504: error: syntax error before "target"
/usr/include/GL/glext.h:2505: error: syntax error before "target"
/usr/include/GL/glext.h:2506: error: syntax error before "target"
/usr/include/GL/glext.h:2507: error: syntax error before "target"
/usr/include/GL/glext.h:2508: error: syntax error before "target"
/usr/include/GL/glext.h:2561: error: syntax error before "texture"
/usr/include/GL/glext.h:2562: error: syntax error before "texture"
/usr/include/GL/glext.h:2563: error: syntax error before "target"
/usr/include/GL/glext.h:2564: error: syntax error before "target"
/usr/include/GL/glext.h:2565: error: syntax error before "target"
/usr/include/GL/glext.h:2566: error: syntax error before "target"
/usr/include/GL/glext.h:2567: error: syntax error before "target"
/usr/include/GL/glext.h:2568: error: syntax error before "target"
/usr/include/GL/glext.h:2569: error: syntax error before "target"
/usr/include/GL/glext.h:2570: error: syntax error before "target"
/usr/include/GL/glext.h:2571: error: syntax error before "target"
/usr/include/GL/glext.h:2572: error: syntax error before "target"
/usr/include/GL/glext.h:2573: error: syntax error before "target"
/usr/include/GL/glext.h:2574: error: syntax error before "target"
/usr/include/GL/glext.h:2575: error: syntax error before "target"
/usr/include/GL/glext.h:2576: error: syntax error before "target"
/usr/include/GL/glext.h:2577: error: syntax error before "target"
/usr/include/GL/glext.h:2578: error: syntax error before "target"
/usr/include/GL/glext.h:2579: error: syntax error before "target"
/usr/include/GL/glext.h:2580: error: syntax error before "target"
/usr/include/GL/glext.h:2581: error: syntax error before "target"
/usr/include/GL/glext.h:2582: error: syntax error before "target"
/usr/include/GL/glext.h:2583: error: syntax error before "target"
/usr/include/GL/glext.h:2584: error: syntax error before "target"
/usr/include/GL/glext.h:2585: error: syntax error before "target"
/usr/include/GL/glext.h:2586: error: syntax error before "target"
/usr/include/GL/glext.h:2587: error: syntax error before "target"
/usr/include/GL/glext.h:2588: error: syntax error before "target"
/usr/include/GL/glext.h:2589: error: syntax error before "target"
/usr/include/GL/glext.h:2590: error: syntax error before "target"
/usr/include/GL/glext.h:2591: error: syntax error before "target"
/usr/include/GL/glext.h:2592: error: syntax error before "target"
/usr/include/GL/glext.h:2593: error: syntax error before "target"
/usr/include/GL/glext.h:2594: error: syntax error before "target"
/usr/include/GL/glext.h:2595: error: syntax error before '*' token
/usr/include/GL/glext.h:2596: error: syntax error before '*' token
/usr/include/GL/glext.h:2597: error: syntax error before '*' token
/usr/include/GL/glext.h:2598: error: syntax error before '*' token
/usr/include/GL/glext.h:2599: error: syntax error before "value"
/usr/include/GL/glext.h:2600: error: syntax error before "target"
/usr/include/GL/glext.h:2601: error: syntax error before "target"
/usr/include/GL/glext.h:2602: error: syntax error before "target"
/usr/include/GL/glext.h:2603: error: syntax error before "target"
/usr/include/GL/glext.h:2604: error: syntax error before "target"
/usr/include/GL/glext.h:2605: error: syntax error before "target"
/usr/include/GL/glext.h:2606: error: syntax error before "target"
/usr/include/GL/glext.h:2658: error: syntax error before "sfactorRGB"
/usr/include/GL/glext.h:2659: error: syntax error before "coord"
/usr/include/GL/glext.h:2660: error: syntax error before '*' token
/usr/include/GL/glext.h:2661: error: syntax error before "coord"
/usr/include/GL/glext.h:2662: error: syntax error before '*' token
/usr/include/GL/glext.h:2663: error: syntax error before "type"
/usr/include/GL/glext.h:2664: error: syntax error before "mode"
/usr/include/GL/glext.h:2665: error: syntax error before "mode"
/usr/include/GL/glext.h:2666: error: syntax error before "pname"
/usr/include/GL/glext.h:2667: error: syntax error before "pname"
/usr/include/GL/glext.h:2668: error: syntax error before "pname"
/usr/include/GL/glext.h:2669: error: syntax error before "pname"
/usr/include/GL/glext.h:2670: error: syntax error before "red"
/usr/include/GL/glext.h:2671: error: syntax error before '*' token
/usr/include/GL/glext.h:2672: error: syntax error before "red"
/usr/include/GL/glext.h:2673: error: syntax error before '*' token
/usr/include/GL/glext.h:2674: error: syntax error before "red"
/usr/include/GL/glext.h:2675: error: syntax error before '*' token
/usr/include/GL/glext.h:2676: error: syntax error before "red"
/usr/include/GL/glext.h:2677: error: syntax error before '*' token
/usr/include/GL/glext.h:2678: error: syntax error before "red"
/usr/include/GL/glext.h:2679: error: syntax error before '*' token
/usr/include/GL/glext.h:2680: error: syntax error before "red"
/usr/include/GL/glext.h:2681: error: syntax error before '*' token
/usr/include/GL/glext.h:2682: error: syntax error before "red"
/usr/include/GL/glext.h:2683: error: syntax error before '*' token
/usr/include/GL/glext.h:2684: error: syntax error before "red"
/usr/include/GL/glext.h:2685: error: syntax error before '*' token
/usr/include/GL/glext.h:2686: error: syntax error before "size"
/usr/include/GL/glext.h:2687: error: syntax error before "x"
/usr/include/GL/glext.h:2688: error: syntax error before '*' token
/usr/include/GL/glext.h:2689: error: syntax error before "x"
/usr/include/GL/glext.h:2690: error: syntax error before '*' token
/usr/include/GL/glext.h:2691: error: syntax error before "x"
/usr/include/GL/glext.h:2692: error: syntax error before '*' token
/usr/include/GL/glext.h:2693: error: syntax error before "x"
/usr/include/GL/glext.h:2694: error: syntax error before '*' token
/usr/include/GL/glext.h:2695: error: syntax error before "x"
/usr/include/GL/glext.h:2696: error: syntax error before '*' token
/usr/include/GL/glext.h:2697: error: syntax error before "x"
/usr/include/GL/glext.h:2698: error: syntax error before '*' token
/usr/include/GL/glext.h:2699: error: syntax error before "x"
/usr/include/GL/glext.h:2700: error: syntax error before '*' token
/usr/include/GL/glext.h:2701: error: syntax error before "x"
/usr/include/GL/glext.h:2702: error: syntax error before '*' token
/usr/include/GL/glext.h:2743: error: syntax error before "texture"
/usr/include/GL/glext.h:2744: error: syntax error before "texture"
/usr/include/GL/glext.h:2745: error: syntax error before "target"
/usr/include/GL/glext.h:2746: error: syntax error before "target"
/usr/include/GL/glext.h:2747: error: syntax error before "target"
/usr/include/GL/glext.h:2748: error: syntax error before "target"
/usr/include/GL/glext.h:2749: error: syntax error before "target"
/usr/include/GL/glext.h:2750: error: syntax error before "target"
/usr/include/GL/glext.h:2751: error: syntax error before "target"
/usr/include/GL/glext.h:2752: error: syntax error before "target"
/usr/include/GL/glext.h:2753: error: syntax error before "target"
/usr/include/GL/glext.h:2754: error: syntax error before "target"
/usr/include/GL/glext.h:2755: error: syntax error before "target"
/usr/include/GL/glext.h:2756: error: syntax error before "target"
/usr/include/GL/glext.h:2757: error: syntax error before "target"
/usr/include/GL/glext.h:2758: error: syntax error before "target"
/usr/include/GL/glext.h:2759: error: syntax error before "target"
/usr/include/GL/glext.h:2760: error: syntax error before "target"
/usr/include/GL/glext.h:2761: error: syntax error before "target"
/usr/include/GL/glext.h:2762: error: syntax error before "target"
/usr/include/GL/glext.h:2763: error: syntax error before "target"
/usr/include/GL/glext.h:2764: error: syntax error before "target"
/usr/include/GL/glext.h:2765: error: syntax error before "target"
/usr/include/GL/glext.h:2766: error: syntax error before "target"
/usr/include/GL/glext.h:2767: error: syntax error before "target"
/usr/include/GL/glext.h:2768: error: syntax error before "target"
/usr/include/GL/glext.h:2769: error: syntax error before "target"
/usr/include/GL/glext.h:2770: error: syntax error before "target"
/usr/include/GL/glext.h:2771: error: syntax error before "target"
/usr/include/GL/glext.h:2772: error: syntax error before "target"
/usr/include/GL/glext.h:2773: error: syntax error before "target"
/usr/include/GL/glext.h:2774: error: syntax error before "target"
/usr/include/GL/glext.h:2775: error: syntax error before "target"
/usr/include/GL/glext.h:2776: error: syntax error before "target"
/usr/include/GL/glext.h:2787: error: syntax error before '*' token
/usr/include/GL/glext.h:2788: error: syntax error before '*' token
/usr/include/GL/glext.h:2789: error: syntax error before '*' token
/usr/include/GL/glext.h:2790: error: syntax error before '*' token
/usr/include/GL/glext.h:2798: error: syntax error before "value"
/usr/include/GL/glext.h:2820: error: syntax error before "target"
/usr/include/GL/glext.h:2821: error: syntax error before "target"
/usr/include/GL/glext.h:2822: error: syntax error before "target"
/usr/include/GL/glext.h:2823: error: syntax error before "target"
/usr/include/GL/glext.h:2824: error: syntax error before "target"
/usr/include/GL/glext.h:2825: error: syntax error before "target"
/usr/include/GL/glext.h:2826: error: syntax error before "target"
/usr/include/GL/glext.h:2839: error: syntax error before "pname"
/usr/include/GL/glext.h:2840: error: syntax error before "pname"
/usr/include/GL/glext.h:2857: error: syntax error before "size"
/usr/include/GL/glext.h:2858: error: syntax error before "size"
/usr/include/GL/glext.h:2859: error: syntax error before "size"
/usr/include/GL/glext.h:2860: error: syntax error before "size"
/usr/include/GL/glext.h:2861: error: syntax error before "size"
/usr/include/GL/glext.h:2862: error: syntax error before "size"
/usr/include/GL/glext.h:2863: error: syntax error before "size"
/usr/include/GL/glext.h:2864: error: syntax error before "size"
/usr/include/GL/glext.h:2865: error: syntax error before "size"
/usr/include/GL/glext.h:2866: error: syntax error before "count"
/usr/include/GL/glext.h:2878: error: syntax error before "index"
/usr/include/GL/glext.h:2879: error: syntax error before "size"
/usr/include/GL/glext.h:2880: error: syntax error before "size"
/usr/include/GL/glext.h:2881: error: syntax error before "size"
/usr/include/GL/glext.h:2882: error: syntax error before "size"
/usr/include/GL/glext.h:2933: error: syntax error before "x"
/usr/include/GL/glext.h:2934: error: syntax error before '*' token
/usr/include/GL/glext.h:2935: error: syntax error before "x"
/usr/include/GL/glext.h:2936: error: syntax error before '*' token
/usr/include/GL/glext.h:2937: error: syntax error before "x"
/usr/include/GL/glext.h:2938: error: syntax error before '*' token
/usr/include/GL/glext.h:2939: error: syntax error before "x"
/usr/include/GL/glext.h:2940: error: syntax error before '*' token
/usr/include/GL/glext.h:2941: error: syntax error before "x"
/usr/include/GL/glext.h:2942: error: syntax error before '*' token
/usr/include/GL/glext.h:2943: error: syntax error before "x"
/usr/include/GL/glext.h:2944: error: syntax error before '*' token
/usr/include/GL/glext.h:2945: error: syntax error before "x"
/usr/include/GL/glext.h:2946: error: syntax error before '*' token
/usr/include/GL/glext.h:2947: error: syntax error before "x"
/usr/include/GL/glext.h:2948: error: syntax error before '*' token
/usr/include/GL/glext.h:3017: error: syntax error before "index"
/usr/include/GL/glext.h:3018: error: syntax error before "index"
/usr/include/GL/glext.h:3019: error: syntax error before "index"
/usr/include/GL/glext.h:3020: error: syntax error before "index"
/usr/include/GL/glext.h:3021: error: syntax error before "index"
/usr/include/GL/glext.h:3022: error: syntax error before "index"
/usr/include/GL/glext.h:3023: error: syntax error before "index"
/usr/include/GL/glext.h:3024: error: syntax error before "index"
/usr/include/GL/glext.h:3025: error: syntax error before "index"
/usr/include/GL/glext.h:3026: error: syntax error before "index"
/usr/include/GL/glext.h:3027: error: syntax error before "index"
/usr/include/GL/glext.h:3028: error: syntax error before "index"
/usr/include/GL/glext.h:3029: error: syntax error before "index"
/usr/include/GL/glext.h:3030: error: syntax error before "index"
/usr/include/GL/glext.h:3031: error: syntax error before "index"
/usr/include/GL/glext.h:3032: error: syntax error before "index"
/usr/include/GL/glext.h:3033: error: syntax error before "index"
/usr/include/GL/glext.h:3034: error: syntax error before "index"
/usr/include/GL/glext.h:3035: error: syntax error before "index"
/usr/include/GL/glext.h:3036: error: syntax error before "index"
/usr/include/GL/glext.h:3037: error: syntax error before "index"
/usr/include/GL/glext.h:3038: error: syntax error before "index"
/usr/include/GL/glext.h:3039: error: syntax error before "index"
/usr/include/GL/glext.h:3040: error: syntax error before "index"
/usr/include/GL/glext.h:3041: error: syntax error before "index"
/usr/include/GL/glext.h:3042: error: syntax error before "index"
/usr/include/GL/glext.h:3043: error: syntax error before "index"
/usr/include/GL/glext.h:3044: error: syntax error before "index"
/usr/include/GL/glext.h:3045: error: syntax error before "index"
/usr/include/GL/glext.h:3046: error: syntax error before "index"
/usr/include/GL/glext.h:3047: error: syntax error before "index"
/usr/include/GL/glext.h:3048: error: syntax error before "index"
/usr/include/GL/glext.h:3049: error: syntax error before "index"
/usr/include/GL/glext.h:3050: error: syntax error before "index"
/usr/include/GL/glext.h:3051: error: syntax error before "index"
/usr/include/GL/glext.h:3052: error: syntax error before "index"
/usr/include/GL/glext.h:3053: error: syntax error before "index"
/usr/include/GL/glext.h:3054: error: syntax error before "index"
/usr/include/GL/glext.h:3055: error: syntax error before "index"
/usr/include/GL/glext.h:3056: error: syntax error before "target"
/usr/include/GL/glext.h:3057: error: syntax error before "target"
/usr/include/GL/glext.h:3058: error: syntax error before "n"
/usr/include/GL/glext.h:3059: error: syntax error before "n"
/usr/include/GL/glext.h:3060: error: syntax error before "target"
/usr/include/GL/glext.h:3061: error: syntax error before "target"
/usr/include/GL/glext.h:3062: error: syntax error before "target"
/usr/include/GL/glext.h:3063: error: syntax error before "target"
/usr/include/GL/glext.h:3064: error: syntax error before "target"
/usr/include/GL/glext.h:3065: error: syntax error before "target"
/usr/include/GL/glext.h:3066: error: syntax error before "target"
/usr/include/GL/glext.h:3067: error: syntax error before "target"
/usr/include/GL/glext.h:3068: error: syntax error before "target"
/usr/include/GL/glext.h:3069: error: syntax error before "target"
/usr/include/GL/glext.h:3070: error: syntax error before "target"
/usr/include/GL/glext.h:3071: error: syntax error before "target"
/usr/include/GL/glext.h:3072:
Alessandro

Post by Alessandro »

Um, something went wrong, I re-paste the last part of config.log


/usr/include/GL/glext.h:3047: error: syntax error before "index"
/usr/include/GL/glext.h:3048: error: syntax error before "index"
/usr/include/GL/glext.h:3049: error: syntax error before "index"
/usr/include/GL/glext.h:3050: error: syntax error before "index"
/usr/include/GL/glext.h:3051: error: syntax error before "index"
/usr/include/GL/glext.h:3052: error: syntax error before "index"
/usr/include/GL/glext.h:3053: error: syntax error before "index"
/usr/include/GL/glext.h:3054: error: syntax error before "index"
/usr/include/GL/glext.h:3055: error: syntax error before "index"
/usr/include/GL/glext.h:3056: error: syntax error before "target"
/usr/include/GL/glext.h:3057: error: syntax error before "target"
/usr/include/GL/glext.h:3058: error: syntax error before "n"
/usr/include/GL/glext.h:3059: error: syntax error before "n"
/usr/include/GL/glext.h:3060: error: syntax error before "target"
/usr/include/GL/glext.h:3061: error: syntax error before "target"
/usr/include/GL/glext.h:3062: error: syntax error before "target"
/usr/include/GL/glext.h:3063: error: syntax error before "target"
/usr/include/GL/glext.h:3064: error: syntax error before "target"
/usr/include/GL/glext.h:3065: error: syntax error before "target"
/usr/include/GL/glext.h:3066: error: syntax error before "target"
/usr/include/GL/glext.h:3067: error: syntax error before "target"
/usr/include/GL/glext.h:3068: error: syntax error before "target"
/usr/include/GL/glext.h:3069: error: syntax error before "target"
/usr/include/GL/glext.h:3070: error: syntax error before "target"
/usr/include/GL/glext.h:3071: error: syntax error before "target"
/usr/include/GL/glext.h:3072: error: syntax error before "target"
/usr/include/GL/glext.h:3073: error: syntax error before "target"
/usr/include/GL/glext.h:3074: error: syntax error before "index"
/usr/include/GL/glext.h:3075: error: syntax error before "index"
/usr/include/GL/glext.h:3076: error: syntax error before "index"
/usr/include/GL/glext.h:3077: error: syntax error before "index"
/usr/include/GL/glext.h:3078: error: syntax error before '*' token
/usr/include/GL/glext.h:3078: error: syntax error before "program"
/usr/include/GL/glext.h:3078: error: `GLboolean' declared as function returning a function
/usr/include/GL/glext.h:3090: error: syntax error before "red"
/usr/include/GL/glext.h:3098: error: syntax error before "factor"
/usr/include/GL/glext.h:3111: error: syntax error before "target"
/usr/include/GL/glext.h:3112: error: syntax error before "target"
/usr/include/GL/glext.h:3121: error: syntax error before "target"
/usr/include/GL/glext.h:3122: error: syntax error before "target"
/usr/include/GL/glext.h:3131: error: syntax error before "target"
/usr/include/GL/glext.h:3132: error: syntax error before "target"
/usr/include/GL/glext.h:3144: error: syntax error before "target"
/usr/include/GL/glext.h:3145: error: syntax error before "target"
/usr/include/GL/glext.h:3146: error: syntax error before "target"
/usr/include/GL/glext.h:3147: error: syntax error before "target"
/usr/include/GL/glext.h:3148: error: syntax error before "target"
/usr/include/GL/glext.h:3165: error: syntax error before "target"
/usr/include/GL/glext.h:3166: error: syntax error before "target"
/usr/include/GL/glext.h:3167: error: syntax error before "target"
/usr/include/GL/glext.h:3168: error: syntax error before "target"
/usr/include/GL/glext.h:3169: error: syntax error before "target"
/usr/include/GL/glext.h:3170: error: syntax error before "target"
/usr/include/GL/glext.h:3171: error: syntax error before "target"
/usr/include/GL/glext.h:3172: error: syntax error before "target"
/usr/include/GL/glext.h:3173: error: syntax error before "target"
/usr/include/GL/glext.h:3174: error: syntax error before "target"
/usr/include/GL/glext.h:3194: error: syntax error before "target"
/usr/include/GL/glext.h:3195: error: syntax error before "target"
/usr/include/GL/glext.h:3196: error: syntax error before "target"
/usr/include/GL/glext.h:3197: error: syntax error before "target"
/usr/include/GL/glext.h:3198: error: syntax error before "target"
/usr/include/GL/glext.h:3199: error: syntax error before "target"
/usr/include/GL/glext.h:3200: error: syntax error before "target"
/usr/include/GL/glext.h:3201: error: syntax error before "target"
/usr/include/GL/glext.h:3202: error: syntax error before "target"
/usr/include/GL/glext.h:3203: error: syntax error before "target"
/usr/include/GL/glext.h:3204: error: syntax error before "target"
/usr/include/GL/glext.h:3205: error: syntax error before "target"
/usr/include/GL/glext.h:3206: error: syntax error before "target"
/usr/include/GL/glext.h:3224: error: syntax error before "target"
/usr/include/GL/glext.h:3225: error: syntax error before "target"
/usr/include/GL/glext.h:3226: error: syntax error before "target"
/usr/include/GL/glext.h:3227: error: syntax error before "target"
/usr/include/GL/glext.h:3228: error: syntax error before "target"
/usr/include/GL/glext.h:3229: error: syntax error before "target"
/usr/include/GL/glext.h:3230: error: syntax error before "target"
/usr/include/GL/glext.h:3238: error: syntax error before "mode"
/usr/include/GL/glext.h:3251: error: syntax error before "pname"
/usr/include/GL/glext.h:3252: error: syntax error before "pname"
/usr/include/GL/glext.h:3253: error: syntax error before "pname"
/usr/include/GL/glext.h:3254: error: syntax error before "pname"
/usr/include/GL/glext.h:3255: error: syntax error before "pname"
/usr/include/GL/glext.h:3256: error: syntax error before "pname"
/usr/include/GL/glext.h:3265: error: syntax error before "target"
/usr/include/GL/glext.h:3266: error: syntax error before "target"
/usr/include/GL/glext.h:3287: error: syntax error before "n"
/usr/include/GL/glext.h:3287: error: `PFNGLARETEXTURESRESIDENTEXTPROC' declared as function returning a function
/usr/include/GL/glext.h:3288: error: syntax error before "target"
/usr/include/GL/glext.h:3289: error: syntax error before "n"
/usr/include/GL/glext.h:3290: error: syntax error before "n"
/usr/include/GL/glext.h:3291: error: syntax error before "texture"
/usr/include/GL/glext.h:3291: error: `PFNGLISTEXTUREEXTPROC' declared as function returning a function
/usr/include/GL/glext.h:3292: error: syntax error before "n"
/usr/include/GL/glext.h:3301: error: syntax error before "target"
/usr/include/GL/glext.h:3302: error: syntax error before "target"
/usr/include/GL/glext.h:3311: error: syntax error before "target"
/usr/include/GL/glext.h:3312: error: syntax error before "target"
/usr/include/GL/glext.h:3329: error: syntax error before "value"
/usr/include/GL/glext.h:3330: error: syntax error before "pattern"
/usr/include/GL/glext.h:3350: error: syntax error before "i"
/usr/include/GL/glext.h:3351: error: syntax error before "size"
/usr/include/GL/glext.h:3352: error: syntax error before "mode"
/usr/include/GL/glext.h:3353: error: syntax error before "stride"
/usr/include/GL/glext.h:3354: error: syntax error before "pname"
/usr/include/GL/glext.h:3355: error: syntax error before "type"
/usr/include/GL/glext.h:3356: error: syntax error before "type"
/usr/include/GL/glext.h:3357: error: syntax error before "size"
/usr/include/GL/glext.h:3358: error: syntax error before "size"
/usr/include/GL/glext.h:3390: error: syntax error before "mode"
/usr/include/GL/glext.h:3421: error: syntax error before "pname"
/usr/include/GL/glext.h:3422: error: syntax error before "pname"
/usr/include/GL/glext.h:3423: error: syntax error before "pname"
/usr/include/GL/glext.h:3424: error: syntax error before "pname"
/usr/include/GL/glext.h:3437: error: syntax error before "pname"
/usr/include/GL/glext.h:3438: error: syntax error before "pname"
/usr/include/GL/glext.h:3447: error: syntax error before "pname"
/usr/include/GL/glext.h:3448: error: syntax error before "pname"
/usr/include/GL/glext.h:3461: error: syntax error before '*' token
/usr/include/GL/glext.h:3461: error: `GLint' declared as function returning a function
/usr/include/GL/glext.h:3462: error: syntax error before "size"
/usr/include/GL/glext.h:3463: error: `PFNGLPOLLINSTRUMENTSSGIXPROC' declared as function returning a function
/usr/include/GL/glext.h:3497: error: syntax error before "target"
/usr/include/GL/glext.h:3498: error: syntax error before "target"
/usr/include/GL/glext.h:3499: error: syntax error before "mask"
/usr/include/GL/glext.h:3500: error: syntax error before "mask"
/usr/include/GL/glext.h:3508: error: syntax error before '*' token
/usr/include/GL/glext.h:3529: error: syntax error before "n"
/usr/include/GL/glext.h:3530: error: syntax error before '*' token
/usr/include/GL/glext.h:3547: error: syntax error before "target"
/usr/include/GL/glext.h:3548: error: syntax error before "target"
/usr/include/GL/glext.h:3549: error: syntax error before "target"
/usr/include/GL/glext.h:3550: error: syntax error before "target"
/usr/include/GL/glext.h:3551: error: syntax error before "target"
/usr/include/GL/glext.h:3552: error: syntax error before "target"
/usr/include/GL/glext.h:3569: error: syntax error before "target"
/usr/include/GL/glext.h:3570: error: syntax error before "target"
/usr/include/GL/glext.h:3582: error: syntax error before "target"
/usr/include/GL/glext.h:3593: error: syntax error before "target"
/usr/include/GL/glext.h:3594: error: syntax error before "target"
/usr/include/GL/glext.h:3595: error: syntax error before "target"
/usr/include/GL/glext.h:3596: error: syntax error before "target"
/usr/include/GL/glext.h:3613: error: syntax error before "list"
/usr/include/GL/glext.h:3614: error: syntax error before "list"
/usr/include/GL/glext.h:3615: error: syntax error before "list"
/usr/include/GL/glext.h:3616: error: syntax error before "list"
/usr/include/GL/glext.h:3617: error: syntax error before "list"
/usr/include/GL/glext.h:3618: error: syntax error before "list"
/usr/include/GL/glext.h:3646: error: syntax error before "face"
/usr/include/GL/glext.h:3654: error: syntax error before "func"
/usr/include/GL/glext.h:3667: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:3677: error: syntax error before "pname"
/usr/include/GL/glext.h:3678: error: syntax error before "pname"
/usr/include/GL/glext.h:3707: error: syntax error before "face"
/usr/include/GL/glext.h:3708: error: syntax error before "light"
/usr/include/GL/glext.h:3709: error: syntax error before "light"
/usr/include/GL/glext.h:3710: error: syntax error before "light"
/usr/include/GL/glext.h:3711: error: syntax error before "light"
/usr/include/GL/glext.h:3712: error: syntax error before "pname"
/usr/include/GL/glext.h:3713: error: syntax error before "pname"
/usr/include/GL/glext.h:3714: error: syntax error before "pname"
/usr/include/GL/glext.h:3715: error: syntax error before "pname"
/usr/include/GL/glext.h:3716: error: syntax error before "face"
/usr/include/GL/glext.h:3717: error: syntax error before "face"
/usr/include/GL/glext.h:3718: error: syntax error before "face"
/usr/include/GL/glext.h:3719: error: syntax error before "face"
/usr/include/GL/glext.h:3720: error: syntax error before "light"
/usr/include/GL/glext.h:3721: error: syntax error before "light"
/usr/include/GL/glext.h:3722: error: syntax error before "face"
/usr/include/GL/glext.h:3723: error: syntax error before "face"
/usr/include/GL/glext.h:3724: error: syntax error before "pname"
/usr/include/GL/glext.h:3740: error: syntax error before "mode"
/usr/include/GL/glext.h:3758: error: syntax error before "mode"
/usr/include/GL/glext.h:3759: error: syntax error before "pname"
/usr/include/GL/glext.h:3760: error: syntax error before "face"
/usr/include/GL/glext.h:3781: error: syntax error before "marker"
/usr/include/GL/glext.h:3782: error: syntax error before '*' token
/usr/include/GL/glext.h:3782: error: `PFNGLFINISHASYNCSGIXPROC' declared as function returning a function
/usr/include/GL/glext.h:3783: error: syntax error before '*' token
/usr/include/GL/glext.h:3783: error: `PFNGLPOLLASYNCSGIXPROC' declared as function returning a function
/usr/include/GL/glext.h:3784: error: syntax error before '*' token
/usr/include/GL/glext.h:3784: error: syntax error before "range"
/usr/include/GL/glext.h:3784: error: `GLuint' declared as function returning a function
/usr/include/GL/glext.h:3785: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:3786: error: `PFNGLISASYNCMARKERSGIXPROC' declared as function returning a function
/usr/include/GL/glext.h:3805: error: syntax error before "GLenum"
/usr/include/GL/glext.h:3806: error: syntax error before "type"
/usr/include/GL/glext.h:3807: error: syntax error before "GLenum"
/usr/include/GL/glext.h:3808: error: syntax error before "GLenum"
/usr/include/GL/glext.h:3823: error: syntax error before "target"
/usr/include/GL/glext.h:3824: error: syntax error before "target"
/usr/include/GL/glext.h:3825: error: syntax error before "target"
/usr/include/GL/glext.h:3826: error: syntax error before "target"
/usr/include/GL/glext.h:3862: error: syntax error before "red"
/usr/include/GL/glext.h:3863: error: syntax error before '*' token
/usr/include/GL/glext.h:3864: error: syntax error before "red"
/usr/include/GL/glext.h:3865: error: syntax error before '*' token
/usr/include/GL/glext.h:3866: error: syntax error before "red"
/usr/include/GL/glext.h:3867: error: syntax error before '*' token
/usr/include/GL/glext.h:3870: error: syntax error before "red"
/usr/include/GL/glext.h:3871: error: syntax error before '*' token
/usr/include/GL/glext.h:3872: error: syntax error before "red"
/usr/include/GL/glext.h:3873: error: syntax error before '*' token
/usr/include/GL/glext.h:3876: error: syntax error before "red"
/usr/include/GL/glext.h:3877: error: syntax error before '*' token
/usr/include/GL/glext.h:3878: error: syntax error before "GLenum"
/usr/include/GL/glext.h:3886: error: syntax error before "mode"
/usr/include/GL/glext.h:3895: error: syntax error before "mode"
/usr/include/GL/glext.h:3896: error: syntax error before "mode"
/usr/include/GL/glext.h:3908: error: syntax error before "coord"
/usr/include/GL/glext.h:3909: error: syntax error before '*' token
/usr/include/GL/glext.h:3910: error: syntax error before "coord"
/usr/include/GL/glext.h:3911: error: syntax error before '*' token
/usr/include/GL/glext.h:3912: error: syntax error before "type"
/usr/include/GL/glext.h:3945: error: syntax error before "tx"
/usr/include/GL/glext.h:3946: error: syntax error before '*' token
/usr/include/GL/glext.h:3947: error: syntax error before "tx"
/usr/include/GL/glext.h:3948: error: syntax error before '*' token
/usr/include/GL/glext.h:3949: error: syntax error before "tx"
/usr/include/GL/glext.h:3950: error: syntax error before '*' token
/usr/include/GL/glext.h:3953: error: syntax error before "tx"
/usr/include/GL/glext.h:3954: error: syntax error before '*' token
/usr/include/GL/glext.h:3955: error: syntax error before "bx"
/usr/include/GL/glext.h:3956: error: syntax error before '*' token
/usr/include/GL/glext.h:3957: error: syntax error before "bx"
/usr/include/GL/glext.h:3958: error: syntax error before '*' token
/usr/include/GL/glext.h:3959: error: syntax error before "bx"
/usr/include/GL/glext.h:3960: error: syntax error before '*' token
/usr/include/GL/glext.h:3963: error: syntax error before "bx"
/usr/include/GL/glext.h:3964: error: syntax error before '*' token
/usr/include/GL/glext.h:3965: error: syntax error before "type"
/usr/include/GL/glext.h:3966: error: syntax error before "type"
/usr/include/GL/glext.h:4005: error: syntax error before "factor"
/usr/include/GL/glext.h:4006: error: syntax error before "factor"
/usr/include/GL/glext.h:4008: error: syntax error before "factor"
/usr/include/GL/glext.h:4009: error: syntax error before "factor"
/usr/include/GL/glext.h:4010: error: syntax error before "factor"
/usr/include/GL/glext.h:4011: error: syntax error before "factor"
/usr/include/GL/glext.h:4027: error: syntax error before "code"
/usr/include/GL/glext.h:4028: error: syntax error before "code"
/usr/include/GL/glext.h:4030: error: syntax error before '*' token
/usr/include/GL/glext.h:4031: error: syntax error before '*' token
/usr/include/GL/glext.h:4032: error: syntax error before "type"
/usr/include/GL/glext.h:4079: error: syntax error before "r"
/usr/include/GL/glext.h:4080: error: syntax error before '*' token
/usr/include/GL/glext.h:4081: error: syntax error before "r"
/usr/include/GL/glext.h:4082: error: syntax error before '*' token
/usr/include/GL/glext.h:4083: error: syntax error before "r"
/usr/include/GL/glext.h:4084: error: syntax error before '*' token
/usr/include/GL/glext.h:4085: error: syntax error before "nx"
/usr/include/GL/glext.h:4086: error: syntax error before '*' token
/usr/include/GL/glext.h:4087: error: syntax error before "r"
/usr/include/GL/glext.h:4088: error: syntax error before '*' token
/usr/include/GL/glext.h:4089: error: syntax error before "s"
/usr/include/GL/glext.h:4090: error: syntax error before '*' token
/usr/include/GL/glext.h:4091: error: syntax error before "s"
/usr/include/GL/glext.h:4092: error: syntax error before '*' token
/usr/include/GL/glext.h:4093: error: syntax error before "s"
/usr/include/GL/glext.h:4094: error: syntax error before '*' token
/usr/include/GL/glext.h:4095: error: syntax error before "s"
/usr/include/GL/glext.h:4096: error: syntax error before '*' token
/usr/include/GL/glext.h:4097: error: syntax error before "s"
/usr/include/GL/glext.h:4098: error: syntax error before '*' token
/usr/include/GL/glext.h:4099: error: syntax error before "s"
/usr/include/GL/glext.h:4100: error: syntax error before '*' token
/usr/include/GL/glext.h:4101: error: syntax error before "s"
/usr/include/GL/glext.h:4102: error: syntax error before '*' token
/usr/include/GL/glext.h:4103: error: syntax error before "GLfloat"
/usr/include/GL/glext.h:4104: error: syntax error before '*' token
/usr/include/GL/glext.h:4105: error: syntax error before "GLubyte"
/usr/include/GL/glext.h:4106: error: syntax error before '*' token
/usr/include/GL/glext.h:4107: error: syntax error before "GLfloat"
/usr/include/GL/glext.h:4108: error: syntax error before '*' token
/usr/include/GL/glext.h:4109: error: syntax error before "GLfloat"
/usr/include/GL/glext.h:4110: error: syntax error before '*' token
/usr/include/GL/glext.h:4111: error: syntax error before "GLfloat"
/usr/include/GL/glext.h:4112: error: syntax error before '*' token
/usr/include/GL/glext.h:4113: error: syntax error before "GLfloat"
/usr/include/GL/glext.h:4114: error: syntax error before '*' token
/usr/include/GL/glext.h:4115: error: syntax error before "GLfloat"
/usr/include/GL/glext.h:4116: error: syntax error before '*' token
/usr/include/GL/glext.h:4117: error: syntax error before "GLfloat"
/usr/include/GL/glext.h:4118: error: syntax error before '*' token
/usr/include/GL/glext.h:4126: error: syntax error before "sfactorRGB"
/usr/include/GL/glext.h:4134: error: syntax error before "sfactorRGB"
/usr/include/GL/glext.h:4180: error: syntax error before "weight"
/usr/include/GL/glext.h:4181: error: syntax error before '*' token
/usr/include/GL/glext.h:4182: error: syntax error before "size"
/usr/include/GL/glext.h:4196: error: syntax error before "length"
/usr/include/GL/glext.h:4216: error: syntax error before "pname"
/usr/include/GL/glext.h:4217: error: syntax error before "pname"
/usr/include/GL/glext.h:4218: error: syntax error before "pname"
/usr/include/GL/glext.h:4219: error: syntax error before "pname"
/usr/include/GL/glext.h:4220: error: syntax error before "stage"
/usr/include/GL/glext.h:4221: error: syntax error before "stage"
/usr/include/GL/glext.h:4222: error: syntax error before "variable"
/usr/include/GL/glext.h:4223: error: syntax error before "stage"
/usr/include/GL/glext.h:4224: error: syntax error before "stage"
/usr/include/GL/glext.h:4225: error: syntax error before "stage"
/usr/include/GL/glext.h:4226: error: syntax error before "stage"
/usr/include/GL/glext.h:4227: error: syntax error before "variable"
/usr/include/GL/glext.h:4228: error: syntax error before "variable"
/usr/include/GL/glext.h:4283: error: syntax error before "x"
/usr/include/GL/glext.h:4284: error: syntax error before '*' token
/usr/include/GL/glext.h:4285: error: syntax error before "x"
/usr/include/GL/glext.h:4286: error: syntax error before '*' token
/usr/include/GL/glext.h:4289: error: syntax error before "x"
/usr/include/GL/glext.h:4290: error: syntax error before '*' token
/usr/include/GL/glext.h:4291: error: syntax error before "x"
/usr/include/GL/glext.h:4292: error: syntax error before '*' token
/usr/include/GL/glext.h:4293: error: syntax error before "x"
/usr/include/GL/glext.h:4294: error: syntax error before '*' token
/usr/include/GL/glext.h:4297: error: syntax error before "x"
/usr/include/GL/glext.h:4298: error: syntax error before '*' token
/usr/include/GL/glext.h:4299: error: syntax error before "x"
/usr/include/GL/glext.h:4300: error: syntax error before '*' token
/usr/include/GL/glext.h:4301: error: syntax error before "x"
/usr/include/GL/glext.h:4302: error: syntax error before '*' token
/usr/include/GL/glext.h:4305: error: syntax error before "x"
/usr/include/GL/glext.h:4306: error: syntax error before '*' token
/usr/include/GL/glext.h:4319: error: syntax error before "mode"
/usr/include/GL/glext.h:4320: error: syntax error before '*' token
/usr/include/GL/glext.h:4335: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4336: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4338: error: syntax error before "type"
/usr/include/GL/glext.h:4339: error: syntax error before "type"
/usr/include/GL/glext.h:4340: error: syntax error before "type"
/usr/include/GL/glext.h:4341: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4342: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4383: error: syntax error before "value"
/usr/include/GL/glext.h:4384: error: syntax error before "pattern"
/usr/include/GL/glext.h:4416: error: syntax error before "pname"
/usr/include/GL/glext.h:4438: error: syntax error before "n"
/usr/include/GL/glext.h:4439: error: syntax error before "n"
/usr/include/GL/glext.h:4440: error: `PFNGLISFENCENVPROC' declared as function returning a function
/usr/include/GL/glext.h:4441: error: `PFNGLTESTFENCENVPROC' declared as function returning a function
/usr/include/GL/glext.h:4442: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4444: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4460: error: syntax error before "target"
/usr/include/GL/glext.h:4461: error: syntax error before "target"
/usr/include/GL/glext.h:4462: error: syntax error before "target"
/usr/include/GL/glext.h:4463: error: syntax error before "target"
/usr/include/GL/glext.h:4464: error: syntax error before "target"
/usr/include/GL/glext.h:4465: error: syntax error before "target"
/usr/include/GL/glext.h:4466: error: syntax error before "target"
/usr/include/GL/glext.h:4467: error: syntax error before "target"
/usr/include/GL/glext.h:4468: error: syntax error before "target"
/usr/include/GL/glext.h:4481: error: syntax error before "stage"
/usr/include/GL/glext.h:4482: error: syntax error before "stage"
/usr/include/GL/glext.h:4573: error: syntax error before "n"
/usr/include/GL/glext.h:4573: error: `PFNGLAREPROGRAMSRESIDENTNVPROC' declared as function returning a function
/usr/include/GL/glext.h:4574: error: syntax error before "target"
/usr/include/GL/glext.h:4575: error: syntax error before "n"
/usr/include/GL/glext.h:4576: error: syntax error before "target"
/usr/include/GL/glext.h:4577: error: syntax error before "n"
/usr/include/GL/glext.h:4578: error: syntax error before "target"
/usr/include/GL/glext.h:4579: error: syntax error before "target"
/usr/include/GL/glext.h:4580: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4581: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4582: error: syntax error before "target"
/usr/include/GL/glext.h:4583: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4584: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4585: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4586: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4587: error: `PFNGLISPROGRAMNVPROC' declared as function returning a function
/usr/include/GL/glext.h:4588: error: syntax error before "target"
/usr/include/GL/glext.h:4589: error: syntax error before "target"
/usr/include/GL/glext.h:4590: error: syntax error before "target"
/usr/include/GL/glext.h:4591: error: syntax error before "target"
/usr/include/GL/glext.h:4592: error: syntax error before "target"
/usr/include/GL/glext.h:4593: error: syntax error before "target"
/usr/include/GL/glext.h:4594: error: syntax error before "target"
/usr/include/GL/glext.h:4595: error: syntax error before "n"
/usr/include/GL/glext.h:4596: error: syntax error before "target"
/usr/include/GL/glext.h:4597: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4598: error: syntax error before "GLdouble"
/usr/include/GL/glext.h:4599: error: syntax error before '*' token
/usr/include/GL/glext.h:4600: error: syntax error before "GLfloat"
/usr/include/GL/glext.h:4601: error: syntax error before '*' token
/usr/include/GL/glext.h:4602: error: syntax error before "GLshort"
/usr/include/GL/glext.h:4603: error: syntax error before '*' token
/usr/include/GL/glext.h:4604: error: syntax error before "GLdouble"
/usr/include/GL/glext.h:4605: error: syntax error before '*' token
/usr/include/GL/glext.h:4606: error: syntax error before "GLfloat"
/usr/include/GL/glext.h:4607: error: syntax error before '*' token
/usr/include/GL/glext.h:4608: error: syntax error before "GLshort"
/usr/include/GL/glext.h:4609: error: syntax error before '*' token
/usr/include/GL/glext.h:4610: error: syntax error before "GLdouble"
/usr/include/GL/glext.h:4611: error: syntax error before '*' token
/usr/include/GL/glext.h:4612: error: syntax error before "GLfloat"
/usr/include/GL/glext.h:4613: error: syntax error before '*' token
/usr/include/GL/glext.h:4614: error: syntax error before "GLshort"
/usr/include/GL/glext.h:4615: error: syntax error before '*' token
/usr/include/GL/glext.h:4616: error: syntax error before "GLdouble"
/usr/include/GL/glext.h:4617: error: syntax error before '*' token
/usr/include/GL/glext.h:4618: error: syntax error before "GLfloat"
/usr/include/GL/glext.h:4619: error: syntax error before '*' token
/usr/include/GL/glext.h:4620: error: syntax error before "GLshort"
/usr/include/GL/glext.h:4621: error: syntax error before '*' token
/usr/include/GL/glext.h:4622: error: syntax error before "GLubyte"
/usr/include/GL/glext.h:4623: error: syntax error before '*' token
/usr/include/GL/glext.h:4624: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4625: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4626: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4627: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4628: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4629: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4630: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4631: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4632: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4633: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4634: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4635: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4636: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4671: error: syntax error before "pname"
/usr/include/GL/glext.h:4672: error: syntax error before "pname"
/usr/include/GL/glext.h:4673: error: syntax error before "pname"
/usr/include/GL/glext.h:4674: error: syntax error before "pname"
/usr/include/GL/glext.h:4695: error: `PFNGLGENFRAGMENTSHADERSATIPROC' declared as function returning a function
/usr/include/GL/glext.h:4700: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4701: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4702: error: syntax error before "op"
/usr/include/GL/glext.h:4703: error: syntax error before "op"
/usr/include/GL/glext.h:4704: error: syntax error before "op"
/usr/include/GL/glext.h:4705: error: syntax error before "op"
/usr/include/GL/glext.h:4706: error: syntax error before "op"
/usr/include/GL/glext.h:4707: error: syntax error before "op"
/usr/include/GL/glext.h:4708: error: syntax error before '*' token
/usr/include/GL/glext.h:4717: error: syntax error before "pname"
/usr/include/GL/glext.h:4718: error: syntax error before "pname"
/usr/include/GL/glext.h:4737: error: syntax error before "size"
/usr/include/GL/glext.h:4737: error: `PFNGLNEWOBJECTBUFFERATIPROC' declared as function returning a function
/usr/include/GL/glext.h:4738: error: `PFNGLISOBJECTBUFFERATIPROC' declared as function returning a function
/usr/include/GL/glext.h:4739: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4740: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4741: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4743: error: syntax error before "array"
/usr/include/GL/glext.h:4744: error: syntax error before "array"
/usr/include/GL/glext.h:4745: error: syntax error before "array"
/usr/include/GL/glext.h:4746: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4747: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4748: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4800: error: `PFNGLGENVERTEXSHADERSEXTPROC' declared as function returning a function
/usr/include/GL/glext.h:4802: error: syntax error before "op"
/usr/include/GL/glext.h:4803: error: syntax error before "op"
/usr/include/GL/glext.h:4804: error: syntax error before "op"
/usr/include/GL/glext.h:4805: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4806: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4809: error: syntax error before "datatype"
/usr/include/GL/glext.h:4809: error: `PFNGLGENSYMBOLSEXTPROC' declared as function returning a function
/usr/include/GL/glext.h:4810: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4811: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4812: error: syntax error before '*' token
/usr/include/GL/glext.h:4813: error: syntax error before '*' token
/usr/include/GL/glext.h:4815: error: syntax error before '*' token
/usr/include/GL/glext.h:4816: error: syntax error before '*' token
/usr/include/GL/glext.h:4817: error: syntax error before '*' token
/usr/include/GL/glext.h:4818: error: syntax error before '*' token
/usr/include/GL/glext.h:4820: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4823: error: syntax error before "light"
/usr/include/GL/glext.h:4823: error: `PFNGLBINDLIGHTPARAMETEREXTPROC' declared as function returning a function
/usr/include/GL/glext.h:4824: error: syntax error before "face"
/usr/include/GL/glext.h:4824: error: `PFNGLBINDMATERIALPARAMETEREXTPROC' declared as function returning a function
/usr/include/GL/glext.h:4825: error: syntax error before "unit"
/usr/include/GL/glext.h:4825: error: `PFNGLBINDTEXGENPARAMETEREXTPROC' declared as function returning a function
/usr/include/GL/glext.h:4826: error: syntax error before "unit"
/usr/include/GL/glext.h:4826: error: `PFNGLBINDTEXTUREUNITPARAMETEREXTPROC' declared as function returning a function
/usr/include/GL/glext.h:4827: error: syntax error before "value"
/usr/include/GL/glext.h:4827: error: `PFNGLBINDPARAMETEREXTPROC' declared as function returning a function
/usr/include/GL/glext.h:4828: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4828: error: `PFNGLISVARIANTENABLEDEXTPROC' declared as function returning a function
/usr/include/GL/glext.h:4829: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4830: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4831: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4832: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4833: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4834: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4835: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4836: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4837: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4838: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4890: error: syntax error before "stream"
/usr/include/GL/glext.h:4891: error: syntax error before "stream"
/usr/include/GL/glext.h:4892: error: syntax error before "stream"
/usr/include/GL/glext.h:4893: error: syntax error before "stream"
/usr/include/GL/glext.h:4894: error: syntax error before "stream"
/usr/include/GL/glext.h:4895: error: syntax error before "stream"
/usr/include/GL/glext.h:4896: error: syntax error before "stream"
/usr/include/GL/glext.h:4897: error: syntax error before "stream"
/usr/include/GL/glext.h:4898: error: syntax error before "stream"
/usr/include/GL/glext.h:4899: error: syntax error before "stream"
/usr/include/GL/glext.h:4900: error: syntax error before "stream"
/usr/include/GL/glext.h:4901: error: syntax error before "stream"
/usr/include/GL/glext.h:4902: error: syntax error before "stream"
/usr/include/GL/glext.h:4903: error: syntax error before "stream"
/usr/include/GL/glext.h:4904: error: syntax error before "stream"
/usr/include/GL/glext.h:4905: error: syntax error before "stream"
/usr/include/GL/glext.h:4906: error: syntax error before "stream"
/usr/include/GL/glext.h:4907: error: syntax error before "stream"
/usr/include/GL/glext.h:4908: error: syntax error before "stream"
/usr/include/GL/glext.h:4909: error: syntax error before "stream"
/usr/include/GL/glext.h:4910: error: syntax error before "stream"
/usr/include/GL/glext.h:4911: error: syntax error before "stream"
/usr/include/GL/glext.h:4912: error: syntax error before "stream"
/usr/include/GL/glext.h:4913: error: syntax error before "stream"
/usr/include/GL/glext.h:4914: error: syntax error before "stream"
/usr/include/GL/glext.h:4915: error: syntax error before "stream"
/usr/include/GL/glext.h:4916: error: syntax error before "stream"
/usr/include/GL/glext.h:4917: error: syntax error before "stream"
/usr/include/GL/glext.h:4918: error: syntax error before "stream"
/usr/include/GL/glext.h:4919: error: syntax error before "stream"
/usr/include/GL/glext.h:4920: error: syntax error before "stream"
/usr/include/GL/glext.h:4921: error: syntax error before "stream"
/usr/include/GL/glext.h:4922: error: syntax error before "stream"
/usr/include/GL/glext.h:4923: error: syntax error before "stream"
/usr/include/GL/glext.h:4924: error: syntax error before "stream"
/usr/include/GL/glext.h:4925: error: syntax error before "stream"
/usr/include/GL/glext.h:4926: error: syntax error before "stream"
/usr/include/GL/glext.h:4927: error: syntax error before "stream"
/usr/include/GL/glext.h:4928: error: syntax error before "stream"
/usr/include/GL/glext.h:4929: error: syntax error before "stream"
/usr/include/GL/glext.h:4930: error: syntax error before "stream"
/usr/include/GL/glext.h:4931: error: syntax error before "stream"
/usr/include/GL/glext.h:4932: error: syntax error before "stream"
/usr/include/GL/glext.h:4933: error: syntax error before "pname"
/usr/include/GL/glext.h:4934: error: syntax error before "pname"
/usr/include/GL/glext.h:4944: error: syntax error before "type"
/usr/include/GL/glext.h:4945: error: syntax error before "mode"
/usr/include/GL/glext.h:4946: error: syntax error before "mode"
/usr/include/GL/glext.h:4954: error: syntax error before "mode"
/usr/include/GL/glext.h:4980: error: syntax error before "n"
/usr/include/GL/glext.h:4981: error: syntax error before "n"
/usr/include/GL/glext.h:4982: error: `PFNGLISOCCLUSIONQUERYNVPROC' declared as function returning a function
/usr/include/GL/glext.h:4985: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4986: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4995: error: syntax error before "pname"
/usr/include/GL/glext.h:4996: error: syntax error before "pname"
/usr/include/GL/glext.h:5016: error: syntax error before "face"
configure:8425: $? = 1
configure: failed program was:
| #line 8411 "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. */
| #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 <GL/glext.h>
configure:8441: result: no
configure:8445: checking GL/glext.h presence
configure:8456: gcc -E -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c
configure:8462: $? = 0
configure:8481: result: yes
configure:8501: WARNING: GL/glext.h: present but cannot be compiled
configure:8503: WARNING: GL/glext.h: check for missing prerequisite headers?
configure:8505: WARNING: GL/glext.h: proceeding with the preprocessor's result
configure:8517: checking for GL/glext.h
configure:8524: result: yes
configure:8559: checking whether glext.h is recent enough
configure:8589: result: yes
configure:8634: checking for glut32 library
configure:8660: gcc -o conftest -L/usr/X11R6/lib conftest.c -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer -lGL -lGLU -lglut32 -lXi -lXmu >&5
/usr/bin/ld: cannot find -lglut32
collect2: ld returned 1 exit status
configure:8663: $? = 1
configure: failed program was:
| #line 8643 "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
| #define HAVE_GL_GLEXT_H 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:8679: result: no
configure:8634: checking for glut library
configure:8660: gcc -o conftest -L/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer -lGL -lGLU -lglut -lXi -lXmu >&5
configure:8663: $? = 0
configure:8666: test -s conftest
configure:8669: $? = 0
configure:8679: result: yes
configure:8731: checking GL/glut.h usability
configure:8744: gcc -c -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c >&5
configure:8747: $? = 0
configure:8750: test -s conftest.o
configure:8753: $? = 0
configure:8763: result: yes
configure:8767: checking GL/glut.h presence
configure:8778: gcc -E -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c
configure:8784: $? = 0
configure:8803: result: yes
configure:8839: checking for GL/glut.h
configure:8846: result: yes
configure:8889: checking for expat library
configure:8909: gcc -o conftest -L/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lexpat >&5
configure:8912: $? = 0
configure:8915: test -s conftest
configure:8918: $? = 0
configure:8928: result: yes
configure:8977: checking expat.h usability
configure:8990: gcc -c -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c >&5
configure:8993: $? = 0
configure:8996: test -s conftest.o
configure:8999: $? = 0
configure:9009: result: yes
configure:9013: checking expat.h presence
configure:9024: gcc -E -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c
configure:9030: $? = 0
configure:9049: result: yes
configure:9085: checking for expat.h
configure:9092: result: yes
configure:9136: checking for png library
configure:9156: gcc -o conftest -L/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lpng >&5
configure:9159: $? = 0
configure:9162: test -s conftest
configure:9165: $? = 0
configure:9175: result: yes
configure:9270: checking png.h usability
configure:9283: gcc -c -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c >&5
configure:9286: $? = 0
configure:9289: test -s conftest.o
configure:9292: $? = 0
configure:9302: result: yes
configure:9306: checking png.h presence
configure:9317: gcc -E -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c
configure:9323: $? = 0
configure:9342: result: yes
configure:9378: checking for png.h
configure:9385: result: yes
configure:9436: checking for jpeg library
configure:9456: gcc -o conftest -L/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -ljpeg >&5
configure:9459: $? = 0
configure:9462: test -s conftest
configure:9465: $? = 0
configure:9475: result: yes
configure:9524: checking jpeglib.h usability
configure:9537: gcc -c -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c >&5
configure:9540: $? = 0
configure:9543: test -s conftest.o
configure:9546: $? = 0
configure:9556: result: yes
configure:9560: checking jpeglib.h presence
configure:9571: gcc -E -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c
configure:9577: $? = 0
configure:9596: result: yes
configure:9632: checking for jpeglib.h
configure:9639: result: yes
configure:9693: checking for openal library
configure:9713: gcc -o conftest -L/usr/X11R6/lib -L/usr/X11R6/lib conftest.c >&5
configure:9716: $? = 0
configure:9719: test -s conftest
configure:9722: $? = 0
configure:9732: result: yes
configure:9779: checking for AL/al.h
configure:9790: gcc -E -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c
configure:9835:20: AL/al.h: No such file or directory
configure:9796: $? = 1
configure: failed program was:
| #line 9781 "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
| #define HAVE_GL_GLEXT_H 1
| /* end confdefs.h. */
| #include <AL/al.h>
configure:9815: result: no
configure:9817: checking for al.h
configure:9828: gcc -E -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c
configure:9873:17: al.h: No such file or directory
configure:9834: $? = 1
configure: failed program was:
| #line 9819 "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
| #define HAVE_GL_GLEXT_H 1
| /* end confdefs.h. */
| #include <al.h>
configure:9853: result: no
configure:9868: checking for AL/al.h
configure:9879: gcc -E -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c
configure:9924:20: AL/al.h: No such file or directory
configure:9885: $? = 1
configure: failed program was:
| #line 9870 "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
| #define HAVE_GL_GLEXT_H 1
| /* end confdefs.h. */
| #include <AL/al.h>
configure:9904: result: no
configure:9906: checking for al.h
configure:9917: gcc -E -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c
configure:9962:17: al.h: No such file or directory
configure:9923: $? = 1
configure: failed program was:
| #line 9908 "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
| #define HAVE_GL_GLEXT_H 1
| /* end confdefs.h. */
| #include <al.h>
configure:9942: result: no
configure:11002: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.57. Invocation command line was

CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status

on localhost.localdomain

config.status:723: creating Makefile
config.status:723: creating src/Makefile
config.status:723: creating src/gldrv/Makefile
config.status:723: creating src/aldrv/Makefile
config.status:723: creating src/gfx/Makefile
config.status:723: creating src/gfx/nav/Makefile
config.status:723: creating src/cmd/Makefile
config.status:723: creating src/cmd/ai/Makefile
config.status:723: creating src/cmd/collide/Makefile
config.status:723: creating src/cmd/script/Makefile
config.status:723: creating src/cmd/script/c_alike/Makefile
config.status:723: creating src/cmd/collide/csgeom/Makefile
config.status:723: creating src/python/Makefile
config.status:723: creating launcher/Makefile
config.status:723: creating src/networking/Makefile
config.status:723: creating src/networking/lowlevel/Makefile
config.status:723: creating src/boost/Makefile
config.status:723: creating objconv/Makefile
config.status:723: creating src/gui/Makefile
config.status:723: creating src/common/Makefile
config.status:723: creating src/boost129/Makefile
config.status:827: creating config.h
config.status:1134: executing depfiles commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_SDL_JoystickOpen=yes
ac_cv_func__finite=no
ac_cv_func__isnan=no
ac_cv_func_access=yes
ac_cv_func_finite=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_getcwd=yes
ac_cv_func_getpagesize=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_glXGetProcAddressARB=yes
ac_cv_func_isnan=yes
ac_cv_func_lstat=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_select=yes
ac_cv_func_socket=yes
ac_cv_func_strdup=yes
ac_cv_func_strstr=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_header_GL_glext_h=yes
ac_cv_header_GL_glut_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_expat_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_ieeefp_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_jpeglib_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_png_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_zlib_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_SDL_mixer_Mix_OpenAudio=yes
ac_cv_objext=o
ac_cv_path_SDL_CONFIG=/usr/bin/sdl-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/alex/vegastrike-0.4.1-installer/vegastrike/missing --run aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/alex/vegastrike-0.4.1-installer/vegastrike/missing --run tar'
AUTOCONF='${SHELL} /home/alex/vegastrike-0.4.1-installer/vegastrike/missing --run autoconf'
AUTOHEADER='${SHELL} /home/alex/vegastrike-0.4.1-installer/vegastrike/missing --run autoheader'
AUTOMAKE='${SHELL} /home/alex/vegastrike-0.4.1-installer/vegastrike/missing --run automake-1.7'
AWK='gawk'
BOOST_CPPFLAGS='-DUSE_BOOST_128=1'
BOOST_LIBS='../src/boost/libpython_boost.a'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS=' -pipe -O2 -fexpensive-optimizations -fomit-frame-pointer -Wall -ffast-math -I/usr/include/SDL -D_REENTRANT -pipe '
CPP='gcc -E'
CPPFLAGS=' -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 -I/usr/local/include -I/usr/include/python2.2 -DHAVE_PYTHON=1 -DUSE_BOOST_128=1 '
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS=' -pipe -O2 -fexpensive-optimizations -fomit-frame-pointer -Wall -ffast-math -I/usr/include/SDL -D_REENTRANT -pipe '
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS='-L/usr/X11R6/lib -L/usr/X11R6/lib '
LIBOBJS=''
LIBS=' -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer -lGL -lGLU -lglut -lXi -lXmu -lexpat -lpng -ljpeg -lopenal /usr/lib/python2.2/config/libpython2.2.a -Xlinker -export-dynamic'
LINUX_FALSE='#'
LINUX_TRUE=''
LN_S='ln -s'
LTLIBOBJS=''
MACOSX_FALSE=''
MACOSX_TRUE='#'
MAKEINFO='${SHELL} /home/alex/vegastrike-0.4.1-installer/vegastrike/missing --run makeinfo'
NETCOMM_FALSE=''
NETCOMM_JVOIP_FALSE=''
NETCOMM_JVOIP_TRUE='#'
NETCOMM_NOSOUND_FALSE='#'
NETCOMM_NOSOUND_TRUE=''
NETCOMM_NOWEBCAM_FALSE='#'
NETCOMM_NOWEBCAM_TRUE=''
NETCOMM_PORTAUDIO_FALSE=''
NETCOMM_PORTAUDIO_TRUE='#'
NETCOMM_TRUE='#'
OBJEXT='o'
PACKAGE='vegastrike'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PYTHON_CPPFLAGS=' -I/usr/include/python2.2 -DHAVE_PYTHON=1 '
PYTHON_LIBS='/usr/lib/python2.2/config/libpython2.2.a -Xlinker -export-dynamic'
RANLIB='ranlib'
SDL_CFLAGS='-I/usr/include/SDL -D_REENTRANT'
SDL_CONFIG='/usr/bin/sdl-config'
SDL_LIBS='-L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
TR_CFLAGS='-pipe -O2 -fexpensive-optimizations -fomit-frame-pointer -Wall -ffast-math -I/usr/include/SDL -D_REENTRANT'
TR_CPPFLAGS=' -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 -I/usr/local/include'
TR_CXXFLAGS='-pipe -O2 -fexpensive-optimizations -fomit-frame-pointer -Wall -ffast-math -I/usr/include/SDL -D_REENTRANT'
TR_LIBS=' -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer -lGL -lGLU -lglut -lXi -lXmu -lexpat -lpng -ljpeg -lopenal'
USEBOOST128_FALSE='#'
USEBOOST128_TRUE=''
VERSION='0.4.0'
WIN32_FALSE=''
WIN32_TRUE='#'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/alex/vegastrike-0.4.1-installer/vegastrike/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_ACCESS 1
#define HAVE_DIRENT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_FINITE 1
#define HAVE_FORK 1
#define HAVE_GETCWD 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GLXGETPROCADDRESSARB 1
#define HAVE_GL_GLEXT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_ISNAN 1
#define HAVE_LIMITS_H 1
#define HAVE_LSTAT 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MMAP 1
#define HAVE_SDL_JOYSTICKOPEN 1
#define HAVE_SELECT 1
#define HAVE_SOCKET 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRDUP 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRSTR 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_ZLIB_H 1
#define PACKAGE "vegastrike"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define VERSION "0.4.0"
#endif
#ifdef __cplusplus
#include <stdlib.h>

configure: exit 0

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.57. Invocation command line was

CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status config.h

on localhost.localdomain

config.status:827: creating config.h
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

try copying your libopenal.so into /usr/lib
:-) that should fix any linking troubles with libopenal
if youc an't find such a file--find one that looks like it...such as libopenal.so.0 or something
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Post Reply