Yet another ARB problem (YAAP (R) )

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
cfaun

Yet another ARB problem (YAAP (R) )

Post by cfaun »

Apparently, vegastrike has refused to compile. The reason is the usual cuprit:

gldrv/libgldrv.a(gl_init.o)(.text+0x165): In function `init_opengl_extensions()':
: undefined reference to `glXGetProcAddress'

and

gldrv/libgldrv.a(gl_init.o)(.text+0x165): In function `init_opengl_extensions()':
: undefined reference to `glXGetProcAddressARB'

Yes; I have tried both, to no avail. I have also tried all the things on the faq.

The oddest thing is that the functions are in libGL.so:

bash-2.05b# grep glXGetProcAddress /usr/lib/libGL.so
Binary file /usr/lib/libGL.so matches
bash-2.05b# grep glXGetProcAddressARB /usr/lib/libGL.so
Binary file /usr/lib/libGL.so matches

I am running a Slackware 9.0 system with the NVIDIA drivers.

config.log:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

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

$ ./configure --enable-boost-128

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

hostname = localhost
uname -m = i686
uname -r = 2.4.20
uname -s = Linux
uname -v = #2 Mon Mar 17 22:02:15 PST 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/bin
PATH: /usr/sbin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /opt/www/htdig/bin
PATH: /opt/kde/bin
PATH: /usr/lib/qt-3.1.2/bin
PATH: /usr/share/texmf/bin


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

configure:1369: checking build system type
configure:1387: result: i686-pc-linux-gnu
configure:1395: checking host system type
configure:1409: result: i686-pc-linux-gnu
configure:1417: checking target system type
configure:1431: result: i686-pc-linux-gnu
configure:1461: checking for a BSD-compatible install
configure:1515: result: /usr/bin/ginstall -c
configure:1526: checking whether build environment is sane
configure:1569: result: yes
configure:1602: checking for gawk
configure:1618: found /usr/bin/gawk
configure:1628: result: gawk
configure:1638: checking whether make sets $(MAKE)
configure:1658: result: yes
configure:1873: checking for gcc
configure:1889: found /usr/bin/gcc
configure:1899: result: gcc
configure:2143: checking for C compiler version
configure:2146: gcc --version </dev/null >&5
gcc (GCC) 3.2.2
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2149: $? = 0
configure:2151: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-slackware-linux/3.2.2/specs
Configured with: ../gcc-3.2.2/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i386-slackware-linux --host=i386-slackware-linux
Thread model: posix
gcc version 3.2.2
configure:2154: $? = 0
configure:2156: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2159: $? = 1
configure:2183: checking for C compiler default output
configure:2186: gcc conftest.c >&5
configure:2189: $? = 0
configure:2235: result: a.out
configure:2240: checking whether the C compiler works
configure:2246: ./a.out
configure:2249: $? = 0
configure:2266: result: yes
configure:2273: checking whether we are cross compiling
configure:2275: result: no
configure:2278: checking for suffix of executables
configure:2280: gcc -o conftest conftest.c >&5
configure:2283: $? = 0
configure:2308: result:
configure:2314: checking for suffix of object files
configure:2336: gcc -c conftest.c >&5
configure:2339: $? = 0
configure:2361: result: o
configure:2365: checking whether we are using the GNU C compiler
configure:2390: gcc -c conftest.c >&5
configure:2393: $? = 0
configure:2396: test -s conftest.o
configure:2399: $? = 0
configure:2412: result: yes
configure:2418: checking whether gcc accepts -g
configure:2440: gcc -c -g conftest.c >&5
configure:2443: $? = 0
configure:2446: test -s conftest.o
configure:2449: $? = 0
configure:2460: result: yes
configure:2477: checking for gcc option to accept ANSI C
configure:2538: gcc -c conftest.c >&5
configure:2541: $? = 0
configure:2544: test -s conftest.o
configure:2547: $? = 0
configure:2565: result: none needed
configure:2583: gcc -c conftest.c >&5
conftest.c:2: parse error before "me"
configure:2586: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2705: checking for style of include used by make
configure:2733: result: GNU
configure:2761: checking dependency style of gcc
configure:2829: result: gcc3
configure:2867: gcc -c -falign-loops=4 conftest.c >&5
configure:2870: $? = 0
configure:2873: test -s conftest.o
configure:2876: $? = 0
configure:2944: checking for g++
configure:2960: found /usr/bin/g++
configure:2970: result: g++
configure:2986: checking for C++ compiler version
configure:2989: g++ --version </dev/null >&5
g++ (GCC) 3.2.2
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2992: $? = 0
configure:2994: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-slackware-linux/3.2.2/specs
Configured with: ../gcc-3.2.2/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i386-slackware-linux --host=i386-slackware-linux
Thread model: posix
gcc version 3.2.2
configure:2997: $? = 0
configure:2999: g++ -V </dev/null >&5
g++: argument to `-V' missing

configure:3002: $? = 1
configure:3005: checking whether we are using the GNU C++ compiler
configure:3030: g++ -c conftest.cc >&5
configure:3033: $? = 0
configure:3036: test -s conftest.o
configure:3039: $? = 0
configure:3052: result: yes
configure:3058: checking whether g++ accepts -g
configure:3080: g++ -c -g conftest.cc >&5
configure:3083: $? = 0
configure:3086: test -s conftest.o
configure:3089: $? = 0
configure:3100: result: yes
configure:3144: g++ -c conftest.cc >&5
configure:3147: $? = 0
configure:3150: test -s conftest.o
configure:3153: $? = 0
configure:3180: g++ -c conftest.cc >&5
configure: In function `int main()':
configure:3177: `exit' undeclared (first use this function)
configure:3177: (Each undeclared identifier is reported only once for each
function it appears in.)
configure:3183: $? = 1
configure: failed program was:
| #line 3163 "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:3144: g++ -c conftest.cc >&5
configure:3147: $? = 0
configure:3150: test -s conftest.o
configure:3153: $? = 0
configure:3180: g++ -c conftest.cc >&5
configure:3183: $? = 0
configure:3186: test -s conftest.o
configure:3189: $? = 0
configure:3214: checking dependency style of g++
configure:3282: result: gcc3
configure:3304: checking how to run the C++ preprocessor
configure:3336: g++ -E conftest.cc
configure:3342: $? = 0
configure:3374: g++ -E conftest.cc
configure:3378:28: ac_nonexistent.h: No such file or directory
configure:3380: $? = 1
configure: failed program was:
| #line 3365 "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:3418: result: g++ -E
configure:3443: g++ -E conftest.cc
configure:3449: $? = 0
configure:3481: g++ -E conftest.cc
configure:3485:28: ac_nonexistent.h: No such file or directory
configure:3487: $? = 1
configure: failed program was:
| #line 3472 "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:3543: checking for a BSD-compatible install
configure:3597: result: /usr/bin/ginstall -c
configure:3608: checking whether ln -s works
configure:3612: result: yes
configure:3660: checking for ranlib
configure:3676: found /usr/bin/ranlib
configure:3687: result: ranlib
configure:3705: checking how to run the C preprocessor
configure:3741: gcc -E conftest.c
configure:3747: $? = 0
configure:3779: gcc -E conftest.c
configure:3783:28: ac_nonexistent.h: No such file or directory
configure:3785: $? = 1
configure: failed program was:
| #line 3770 "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:3823: result: gcc -E
configure:3848: gcc -E conftest.c
configure:3854: $? = 0
configure:3886: gcc -E conftest.c
configure:3890:28: ac_nonexistent.h: No such file or directory
configure:3892: $? = 1
configure: failed program was:
| #line 3877 "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:3935: checking for egrep
configure:3945: result: grep -E
configure:3950: checking for ANSI C header files
configure:3976: gcc -c conftest.c >&5
configure:3979: $? = 0
configure:3982: test -s conftest.o
configure:3985: $? = 0
configure:4074: gcc -o conftest conftest.c >&5
configure:4077: $? = 0
configure:4079: ./conftest
configure:4082: $? = 0
configure:4097: result: yes
configure:4115: checking for dirent.h that defines DIR
configure:4140: gcc -c conftest.c >&5
configure:4143: $? = 0
configure:4146: test -s conftest.o
configure:4149: $? = 0
configure:4160: result: yes
configure:4173: checking for library containing opendir
configure:4204: gcc -o conftest conftest.c >&5
configure:4207: $? = 0
configure:4210: test -s conftest
configure:4213: $? = 0
configure:4272: result: none required
configure:4402: checking for sys/types.h
configure:4419: gcc -c conftest.c >&5
configure:4422: $? = 0
configure:4425: test -s conftest.o
configure:4428: $? = 0
configure:4439: result: yes
configure:4402: checking for sys/stat.h
configure:4419: gcc -c conftest.c >&5
configure:4422: $? = 0
configure:4425: test -s conftest.o
configure:4428: $? = 0
configure:4439: result: yes
configure:4402: checking for stdlib.h
configure:4419: gcc -c conftest.c >&5
configure:4422: $? = 0
configure:4425: test -s conftest.o
configure:4428: $? = 0
configure:4439: result: yes
configure:4402: checking for string.h
configure:4419: gcc -c conftest.c >&5
configure:4422: $? = 0
configure:4425: test -s conftest.o
configure:4428: $? = 0
configure:4439: result: yes
configure:4402: checking for memory.h
configure:4419: gcc -c conftest.c >&5
configure:4422: $? = 0
configure:4425: test -s conftest.o
configure:4428: $? = 0
configure:4439: result: yes
configure:4402: checking for strings.h
configure:4419: gcc -c conftest.c >&5
configure:4422: $? = 0
configure:4425: test -s conftest.o
configure:4428: $? = 0
configure:4439: result: yes
configure:4402: checking for inttypes.h
configure:4419: gcc -c conftest.c >&5
configure:4422: $? = 0
configure:4425: test -s conftest.o
configure:4428: $? = 0
configure:4439: result: yes
configure:4402: checking for stdint.h
configure:4419: gcc -c conftest.c >&5
configure:4422: $? = 0
configure:4425: test -s conftest.o
configure:4428: $? = 0
configure:4439: result: yes
configure:4402: checking for unistd.h
configure:4419: gcc -c conftest.c >&5
configure:4422: $? = 0
configure:4425: test -s conftest.o
configure:4428: $? = 0
configure:4439: result: yes
configure:4470: checking fcntl.h usability
configure:4483: gcc -c conftest.c >&5
configure:4486: $? = 0
configure:4489: test -s conftest.o
configure:4492: $? = 0
configure:4502: result: yes
configure:4506: checking fcntl.h presence
configure:4517: gcc -E conftest.c
configure:4523: $? = 0
configure:4542: result: yes
configure:4578: checking for fcntl.h
configure:4585: result: yes
configure:4470: checking limits.h usability
configure:4483: gcc -c conftest.c >&5
configure:4486: $? = 0
configure:4489: test -s conftest.o
configure:4492: $? = 0
configure:4502: result: yes
configure:4506: checking limits.h presence
configure:4517: gcc -E conftest.c
configure:4523: $? = 0
configure:4542: result: yes
configure:4578: checking for limits.h
configure:4585: result: yes
configure:4470: checking malloc.h usability
configure:4483: gcc -c conftest.c >&5
configure:4486: $? = 0
configure:4489: test -s conftest.o
configure:4492: $? = 0
configure:4502: result: yes
configure:4506: checking malloc.h presence
configure:4517: gcc -E conftest.c
configure:4523: $? = 0
configure:4542: result: yes
configure:4578: checking for malloc.h
configure:4585: result: yes
configure:4470: checking sys/ioctl.h usability
configure:4483: gcc -c conftest.c >&5
configure:4486: $? = 0
configure:4489: test -s conftest.o
configure:4492: $? = 0
configure:4502: result: yes
configure:4506: checking sys/ioctl.h presence
configure:4517: gcc -E conftest.c
configure:4523: $? = 0
configure:4542: result: yes
configure:4578: checking for sys/ioctl.h
configure:4585: result: yes
configure:4470: checking sys/time.h usability
configure:4483: gcc -c conftest.c >&5
configure:4486: $? = 0
configure:4489: test -s conftest.o
configure:4492: $? = 0
configure:4502: result: yes
configure:4506: checking sys/time.h presence
configure:4517: gcc -E conftest.c
configure:4523: $? = 0
configure:4542: result: yes
configure:4578: checking for sys/time.h
configure:4585: result: yes
configure:4461: checking for unistd.h
configure:4466: result: yes
configure:4601: checking for an ANSI C-conforming const
configure:4669: gcc -c conftest.c >&5
configure:4672: $? = 0
configure:4675: test -s conftest.o
configure:4678: $? = 0
configure:4689: result: yes
configure:4699: checking whether time.h and sys/time.h may both be included
configure:4725: gcc -c conftest.c >&5
configure:4728: $? = 0
configure:4731: test -s conftest.o
configure:4734: $? = 0
configure:4745: result: yes
configure:4755: checking for inline
configure:4777: gcc -c conftest.c >&5
configure:4780: $? = 0
configure:4783: test -s conftest.o
configure:4786: $? = 0
configure:4798: result: inline
configure:4813: checking for size_t
configure:4838: gcc -c conftest.c >&5
configure:4841: $? = 0
configure:4844: test -s conftest.o
configure:4847: $? = 0
configure:4858: result: yes
configure:4883: checking for getcwd
configure:4933: gcc -o conftest conftest.c >&5
configure:4936: $? = 0
configure:4939: test -s conftest
configure:4942: $? = 0
configure:4953: result: yes
configure:4883: checking for gettimeofday
configure:4933: gcc -o conftest conftest.c >&5
configure:4936: $? = 0
configure:4939: test -s conftest
configure:4942: $? = 0
configure:4953: result: yes
configure:4883: checking for strdup
configure:4933: gcc -o conftest conftest.c >&5
configure:4936: $? = 0
configure:4939: test -s conftest
configure:4942: $? = 0
configure:4953: result: yes
configure:4883: checking for select
configure:4933: gcc -o conftest conftest.c >&5
configure:4936: $? = 0
configure:4939: test -s conftest
configure:4942: $? = 0
configure:4953: result: yes
configure:4883: checking for socket
configure:4933: gcc -o conftest conftest.c >&5
configure:4936: $? = 0
configure:4939: test -s conftest
configure:4942: $? = 0
configure:4953: result: yes
configure:4883: checking for strstr
configure:4933: gcc -o conftest conftest.c >&5
configure:4940: warning: conflicting types for built-in function `strstr'
configure:4936: $? = 0
configure:4939: test -s conftest
configure:4942: $? = 0
configure:4953: result: yes
configure:4883: checking for access
configure:4933: gcc -o conftest conftest.c >&5
configure:4936: $? = 0
configure:4939: test -s conftest
configure:4942: $? = 0
configure:4953: result: yes
configure:4883: checking for lstat
configure:4933: gcc -o conftest conftest.c >&5
configure:4936: $? = 0
configure:4939: test -s conftest
configure:4942: $? = 0
configure:4953: result: yes
configure:4969: checking for finite
configure:5019: gcc -o conftest conftest.c >&5
configure:5022: $? = 0
configure:5025: test -s conftest
configure:5028: $? = 0
configure:5039: result: yes
configure:4969: checking for isnan
configure:5019: gcc -o conftest conftest.c >&5
configure:5022: $? = 0
configure:5025: test -s conftest
configure:5028: $? = 0
configure:5039: result: yes
configure:5054: checking for _finite
configure:5104: gcc -o conftest conftest.c >&5
/tmp/cci3jWpv.o(.text+0x16): In function `main':
: undefined reference to `_finite'
/tmp/cci3jWpv.o(.data+0x0): undefined reference to `_finite'
collect2: ld returned 1 exit status
configure:5107: $? = 1
configure: failed program was:
| #line 5059 "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:5124: result: no
configure:5054: checking for _isnan
configure:5104: gcc -o conftest conftest.c >&5
/tmp/ccWbO73O.o(.text+0x16): In function `main':
: undefined reference to `_isnan'
/tmp/ccWbO73O.o(.data+0x0): undefined reference to `_isnan'
collect2: ld returned 1 exit status
configure:5107: $? = 1
configure: failed program was:
| #line 5059 "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:5124: result: no
configure:5149: checking ieeefp.h usability
configure:5162: gcc -c conftest.c >&5
configure:5226:20: ieeefp.h: No such file or directory
configure:5165: $? = 1
configure: failed program was:
| #line 5151 "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:5181: result: no
configure:5185: checking ieeefp.h presence
configure:5196: gcc -E conftest.c
configure:5228:20: ieeefp.h: No such file or directory
configure:5202: $? = 1
configure: failed program was:
| #line 5187 "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:5221: result: no
configure:5257: checking for ieeefp.h
configure:5264: result: no
configure:5149: checking zlib.h usability
configure:5162: gcc -c conftest.c >&5
configure:5165: $? = 0
configure:5168: test -s conftest.o
configure:5171: $? = 0
configure:5181: result: yes
configure:5185: checking zlib.h presence
configure:5196: gcc -E conftest.c
configure:5202: $? = 0
configure:5221: result: yes
configure:5257: checking for zlib.h
configure:5264: result: yes
configure:5278: checking for pid_t
configure:5303: gcc -c conftest.c >&5
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5323: result: yes
configure:5341: checking for unistd.h
configure:5346: result: yes
configure:5350: checking vfork.h usability
configure:5363: gcc -c conftest.c >&5
configure:5429:19: vfork.h: No such file or directory
configure:5366: $? = 1
configure: failed program was:
| #line 5352 "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:5382: result: no
configure:5386: checking vfork.h presence
configure:5397: gcc -E conftest.c
configure:5431:19: vfork.h: No such file or directory
configure:5403: $? = 1
configure: failed program was:
| #line 5388 "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:5422: result: no
configure:5458: checking for vfork.h
configure:5465: result: no
configure:5483: checking for fork
configure:5533: gcc -o conftest conftest.c >&5
configure:5536: $? = 0
configure:5539: test -s conftest
configure:5542: $? = 0
configure:5553: result: yes
configure:5483: checking for vfork
configure:5533: gcc -o conftest conftest.c >&5
configure:5536: $? = 0
configure:5539: test -s conftest
configure:5542: $? = 0
configure:5553: result: yes
configure:5564: checking for working fork
configure:5587: gcc -o conftest conftest.c >&5
configure:5590: $? = 0
configure:5592: ./conftest
configure:5595: $? = 0
configure:5609: result: yes
configure:5630: checking for working vfork
configure:5764: result: yes
configure:5801: checking for stdlib.h
configure:5806: result: yes
configure:5801: checking for unistd.h
configure:5806: result: yes
configure:5942: checking for getpagesize
configure:5992: gcc -o conftest conftest.c >&5
configure:5995: $? = 0
configure:5998: test -s conftest
configure:6001: $? = 0
configure:6012: result: yes
configure:6022: checking for working mmap
configure:6165: gcc -o conftest conftest.c >&5
configure:6168: $? = 0
configure:6170: ./conftest
configure:6173: $? = 0
configure:6187: result: yes
configure:6198: checking for working memcmp
configure:6247: gcc -o conftest conftest.c >&5
configure:6250: $? = 0
configure:6252: ./conftest
configure:6255: $? = 0
configure:6269: result: yes
configure:6314: gcc -c conftest.c >&5
configure:6317: $? = 0
configure:6320: test -s conftest.o
configure:6323: $? = 0
configure:6362: gcc -c -gdwarf-2 -g3 conftest.c >&5
configure:6365: $? = 0
configure:6368: test -s conftest.o
configure:6371: $? = 0
configure:6483: checking for Win32 platform
configure:6506: result: no
configure:6517: checking for Linux platform
configure:6540: result: yes
configure:6548: checking for MacOSX platform
configure:6571: result: no
configure:6595: checking for python
configure:6658: result: python 2.2.2
configure:6773: checking for sdl-config
configure:6791: found /usr/bin/sdl-config
configure:6804: result: /usr/bin/sdl-config
configure:6812: checking for SDL - version >= 1.0.1
configure:6903: gcc -o conftest -I/usr/include/SDL -D_REENTRANT conftest.c -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread >&5
configure:6906: $? = 0
configure:6908: ./conftest
configure:6911: $? = 0
configure:6929: result: yes
configure:7023: checking for SDL_JoystickOpen
configure:7073: gcc -o conftest conftest.c -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread >&5
configure:7076: $? = 0
configure:7079: test -s conftest
configure:7082: $? = 0
configure:7093: result: yes
configure:7122: checking for Mix_OpenAudio in -lSDL_mixer
configure:7153: gcc -o conftest conftest.c -lSDL_mixer -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread >&5
configure:7156: $? = 0
configure:7159: test -s conftest
configure:7162: $? = 0
configure:7174: result: yes
configure:7231: checking for GL library
configure:7251: gcc -o conftest conftest.c -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer -lGL >&5
configure:7254: $? = 0
configure:7257: test -s conftest
configure:7260: $? = 0
configure:7270: result: yes
configure:7670: checking for glXGetProcAddressARB
configure:7720: gcc -o conftest conftest.c -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer -lGL >&5
configure:7723: $? = 0
configure:7726: test -s conftest
configure:7729: $? = 0
configure:7740: result: yes
configure:7798: checking for GLU library
configure:7818: gcc -o conftest conftest.c -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer -lGL -lGLU >&5
/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot find -lGLU
collect2: ld returned 1 exit status
configure:7821: $? = 1
configure: failed program was:
| #line 7801 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STRDUP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRSTR 1
| #define HAVE_ACCESS 1
| #define HAVE_LSTAT 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ZLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SDL_JOYSTICKOPEN 1
| #define HAVE_GLXGETPROCADDRESSARB 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7837: result: no
configure:7845: checking for GLU library (with pthreads)
configure:7865: gcc -o conftest conftest.c -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer -lGL -lGLU -lpthread >&5
/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot find -lGLU
collect2: ld returned 1 exit status
configure:7868: $? = 1
configure: failed program was:
| #line 7848 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STRDUP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRSTR 1
| #define HAVE_ACCESS 1
| #define HAVE_LSTAT 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ZLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SDL_JOYSTICKOPEN 1
| #define HAVE_GLXGETPROCADDRESSARB 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7884: result: no
configure:7903: checking for MesaGLU library
configure:7923: gcc -o conftest conftest.c -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer -lGL -lMesaGLU >&5
/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot find -lMesaGLU
collect2: ld returned 1 exit status
configure:7926: $? = 1
configure: failed program was:
| #line 7906 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STRDUP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRSTR 1
| #define HAVE_ACCESS 1
| #define HAVE_LSTAT 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ZLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SDL_JOYSTICKOPEN 1
| #define HAVE_GLXGETPROCADDRESSARB 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7942: result: no
configure:7950: checking for MesaGLU library (with pthreads)
configure:7970: gcc -o conftest conftest.c -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer -lGL -lMesaGLU -lpthread >&5
/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot find -lMesaGLU
collect2: ld returned 1 exit status
configure:7973: $? = 1
configure: failed program was:
| #line 7953 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STRDUP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRSTR 1
| #define HAVE_ACCESS 1
| #define HAVE_LSTAT 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ZLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SDL_JOYSTICKOPEN 1
| #define HAVE_GLXGETPROCADDRESSARB 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7989: result: no
configure:7903: checking for openglu32 library
configure:7923: gcc -o conftest conftest.c -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer -lGL -lopenglu32 >&5
/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot find -lopenglu32
collect2: ld returned 1 exit status
configure:7926: $? = 1
configure: failed program was:
| #line 7906 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STRDUP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRSTR 1
| #define HAVE_ACCESS 1
| #define HAVE_LSTAT 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ZLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SDL_JOYSTICKOPEN 1
| #define HAVE_GLXGETPROCADDRESSARB 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7942: result: no
configure:7950: checking for openglu32 library (with pthreads)
configure:7970: gcc -o conftest conftest.c -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer -lGL -lopenglu32 -lpthread >&5
/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot find -lopenglu32
collect2: ld returned 1 exit status
configure:7973: $? = 1
configure: failed program was:
| #line 7953 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETCWD 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_STRDUP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRSTR 1
| #define HAVE_ACCESS 1
| #define HAVE_LSTAT 1
| #define HAVE_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_ZLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SDL_JOYSTICKOPEN 1
| #define HAVE_GLXGETPROCADDRESSARB 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7989: result: no
configure:8018: checking for GLU library
configure:8038: gcc -o conftest conftest.c -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lSDL_mixer -lGL -L/usr/X11R6/lib -lGLU >&5
configure:8041: $? = 0
configure:8044: test -s conftest
configure:8047: $? = 0
configure:8057: result: yes
configure:8258: checking for GL/gl.h
configure:8272: gcc -E -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c
configure:8278: $? = 0
configure:8298: result: yes
configure:8378: checking GL/glext.h usability
configure:8391: gcc -c -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c >&5
In file included from configure:8467:
/usr/include/GL/glext.h:2674: parse error before "PFNGLBLENDCOLORPROC"
/usr/include/GL/glext.h:2675: parse error before "PFNGLBLENDEQUATIONPROC"
/usr/include/GL/glext.h:2676: parse error before "PFNGLDRAWRANGEELEMENTSPROC"
/usr/include/GL/glext.h:2677: parse error before "PFNGLCOLORTABLEPROC"
/usr/include/GL/glext.h:2678: parse error before "PFNGLCOLORTABLEPARAMETERFVPROC"
/usr/include/GL/glext.h:2679: parse error before "PFNGLCOLORTABLEPARAMETERIVPROC"
/usr/include/GL/glext.h:2680: parse error before "PFNGLCOPYCOLORTABLEPROC"
/usr/include/GL/glext.h:2681: parse error before "PFNGLGETCOLORTABLEPROC"
/usr/include/GL/glext.h:2682: parse error before "PFNGLGETCOLORTABLEPARAMETERFVPROC"
/usr/include/GL/glext.h:2683: parse error before "PFNGLGETCOLORTABLEPARAMETERIVPROC"
/usr/include/GL/glext.h:2684: parse error before "PFNGLCOLORSUBTABLEPROC"
/usr/include/GL/glext.h:2685: parse error before "PFNGLCOPYCOLORSUBTABLEPROC"
/usr/include/GL/glext.h:2686: parse error before "PFNGLCONVOLUTIONFILTER1DPROC"
/usr/include/GL/glext.h:2687: parse error before "PFNGLCONVOLUTIONFILTER2DPROC"
/usr/include/GL/glext.h:2688: parse error before "PFNGLCONVOLUTIONPARAMETERFPROC"
/usr/include/GL/glext.h:2689: parse error before "PFNGLCONVOLUTIONPARAMETERFVPROC"
/usr/include/GL/glext.h:2690: parse error before "PFNGLCONVOLUTIONPARAMETERIPROC"
/usr/include/GL/glext.h:2691: parse error before "PFNGLCONVOLUTIONPARAMETERIVPROC"
/usr/include/GL/glext.h:2692: parse error before "PFNGLCOPYCONVOLUTIONFILTER1DPROC"
/usr/include/GL/glext.h:2693: parse error before "PFNGLCOPYCONVOLUTIONFILTER2DPROC"
/usr/include/GL/glext.h:2694: parse error before "PFNGLGETCONVOLUTIONFILTERPROC"
/usr/include/GL/glext.h:2695: parse error before "PFNGLGETCONVOLUTIONPARAMETERFVPROC"
/usr/include/GL/glext.h:2696: parse error before "PFNGLGETCONVOLUTIONPARAMETERIVPROC"
/usr/include/GL/glext.h:2697: parse error before "PFNGLGETSEPARABLEFILTERPROC"
/usr/include/GL/glext.h:2698: parse error before "PFNGLSEPARABLEFILTER2DPROC"
/usr/include/GL/glext.h:2699: parse error before "PFNGLGETHISTOGRAMPROC"
/usr/include/GL/glext.h:2700: parse error before "PFNGLGETHISTOGRAMPARAMETERFVPROC"
/usr/include/GL/glext.h:2701: parse error before "PFNGLGETHISTOGRAMPARAMETERIVPROC"
/usr/include/GL/glext.h:2702: parse error before "PFNGLGETMINMAXPROC"
/usr/include/GL/glext.h:2703: parse error before "PFNGLGETMINMAXPARAMETERFVPROC"
/usr/include/GL/glext.h:2704: parse error before "PFNGLGETMINMAXPARAMETERIVPROC"
/usr/include/GL/glext.h:2705: parse error before "PFNGLHISTOGRAMPROC"
/usr/include/GL/glext.h:2706: parse error before "PFNGLMINMAXPROC"
/usr/include/GL/glext.h:2707: parse error before "PFNGLRESETHISTOGRAMPROC"
/usr/include/GL/glext.h:2708: parse error before "PFNGLRESETMINMAXPROC"
/usr/include/GL/glext.h:2709: parse error before "PFNGLTEXIMAGE3DPROC"
/usr/include/GL/glext.h:2710: parse error before "PFNGLTEXSUBIMAGE3DPROC"
/usr/include/GL/glext.h:2711: parse error before "PFNGLCOPYTEXSUBIMAGE3DPROC"
/usr/include/GL/glext.h:2764: parse error before "PFNGLACTIVETEXTUREPROC"
/usr/include/GL/glext.h:2765: parse error before "PFNGLCLIENTACTIVETEXTUREPROC"
/usr/include/GL/glext.h:2766: parse error before "PFNGLMULTITEXCOORD1DPROC"
/usr/include/GL/glext.h:2767: parse error before "PFNGLMULTITEXCOORD1DVPROC"
/usr/include/GL/glext.h:2768: parse error before "PFNGLMULTITEXCOORD1FPROC"
/usr/include/GL/glext.h:2769: parse error before "PFNGLMULTITEXCOORD1FVPROC"
/usr/include/GL/glext.h:2770: parse error before "PFNGLMULTITEXCOORD1IPROC"
/usr/include/GL/glext.h:2771: parse error before "PFNGLMULTITEXCOORD1IVPROC"
/usr/include/GL/glext.h:2772: parse error before "PFNGLMULTITEXCOORD1SPROC"
/usr/include/GL/glext.h:2773: parse error before "PFNGLMULTITEXCOORD1SVPROC"
/usr/include/GL/glext.h:2774: parse error before "PFNGLMULTITEXCOORD2DPROC"
/usr/include/GL/glext.h:2775: parse error before "PFNGLMULTITEXCOORD2DVPROC"
/usr/include/GL/glext.h:2776: parse error before "PFNGLMULTITEXCOORD2FPROC"
/usr/include/GL/glext.h:2777: parse error before "PFNGLMULTITEXCOORD2FVPROC"
/usr/include/GL/glext.h:2778: parse error before "PFNGLMULTITEXCOORD2IPROC"
/usr/include/GL/glext.h:2779: parse error before "PFNGLMULTITEXCOORD2IVPROC"
/usr/include/GL/glext.h:2780: parse error before "PFNGLMULTITEXCOORD2SPROC"
/usr/include/GL/glext.h:2781: parse error before "PFNGLMULTITEXCOORD2SVPROC"
/usr/include/GL/glext.h:2782: parse error before "PFNGLMULTITEXCOORD3DPROC"
/usr/include/GL/glext.h:2783: parse error before "PFNGLMULTITEXCOORD3DVPROC"
/usr/include/GL/glext.h:2784: parse error before "PFNGLMULTITEXCOORD3FPROC"
/usr/include/GL/glext.h:2785: parse error before "PFNGLMULTITEXCOORD3FVPROC"
/usr/include/GL/glext.h:2786: parse error before "PFNGLMULTITEXCOORD3IPROC"
/usr/include/GL/glext.h:2787: parse error before "PFNGLMULTITEXCOORD3IVPROC"
/usr/include/GL/glext.h:2788: parse error before "PFNGLMULTITEXCOORD3SPROC"
/usr/include/GL/glext.h:2789: parse error before "PFNGLMULTITEXCOORD3SVPROC"
/usr/include/GL/glext.h:2790: parse error before "PFNGLMULTITEXCOORD4DPROC"
/usr/include/GL/glext.h:2791: parse error before "PFNGLMULTITEXCOORD4DVPROC"
/usr/include/GL/glext.h:2792: parse error before "PFNGLMULTITEXCOORD4FPROC"
/usr/include/GL/glext.h:2793: parse error before "PFNGLMULTITEXCOORD4FVPROC"
/usr/include/GL/glext.h:2794: parse error before "PFNGLMULTITEXCOORD4IPROC"
/usr/include/GL/glext.h:2795: parse error before "PFNGLMULTITEXCOORD4IVPROC"
/usr/include/GL/glext.h:2796: parse error before "PFNGLMULTITEXCOORD4SPROC"
/usr/include/GL/glext.h:2797: parse error before "PFNGLMULTITEXCOORD4SVPROC"
/usr/include/GL/glext.h:2798: parse error before "PFNGLLOADTRANSPOSEMATRIXFPROC"
/usr/include/GL/glext.h:2799: parse error before "PFNGLLOADTRANSPOSEMATRIXDPROC"
/usr/include/GL/glext.h:2800: parse error before "PFNGLMULTTRANSPOSEMATRIXFPROC"
/usr/include/GL/glext.h:2801: parse error before "PFNGLMULTTRANSPOSEMATRIXDPROC"
/usr/include/GL/glext.h:2802: parse error before "PFNGLSAMPLECOVERAGEPROC"
/usr/include/GL/glext.h:2803: parse error before "PFNGLCOMPRESSEDTEXIMAGE3DPROC"
/usr/include/GL/glext.h:2804: parse error before "PFNGLCOMPRESSEDTEXIMAGE2DPROC"
/usr/include/GL/glext.h:2805: parse error before "PFNGLCOMPRESSEDTEXIMAGE1DPROC"
/usr/include/GL/glext.h:2806: parse error before "PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC"
/usr/include/GL/glext.h:2807: parse error before "PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC"
/usr/include/GL/glext.h:2808: parse error before "PFNGLCOMPRESSEDTEXSUBIMAGE1DPROC"
/usr/include/GL/glext.h:2809: parse error before "PFNGLGETCOMPRESSEDTEXIMAGEPROC"
/usr/include/GL/glext.h:2861: parse error before "PFNGLBLENDFUNCSEPARATEPROC"
/usr/include/GL/glext.h:2862: parse error before "PFNGLFOGCOORDFPROC"
/usr/include/GL/glext.h:2863: parse error before "PFNGLFOGCOORDFVPROC"
/usr/include/GL/glext.h:2864: parse error before "PFNGLFOGCOORDDPROC"
/usr/include/GL/glext.h:2865: parse error before "PFNGLFOGCOORDDVPROC"
/usr/include/GL/glext.h:2866: parse error before "PFNGLFOGCOORDPOINTERPROC"
/usr/include/GL/glext.h:2867: parse error before "PFNGLMULTIDRAWARRAYSPROC"
/usr/include/GL/glext.h:2868: parse error before "PFNGLMULTIDRAWELEMENTSPROC"
/usr/include/GL/glext.h:2869: parse error before "PFNGLPOINTPARAMETERFPROC"
/usr/include/GL/glext.h:2870: parse error before "PFNGLPOINTPARAMETERFVPROC"
/usr/include/GL/glext.h:2871: parse error before "PFNGLPOINTPARAMETERIPROC"
/usr/include/GL/glext.h:2872: parse error before "PFNGLPOINTPARAMETERIVPROC"
/usr/include/GL/glext.h:2873: parse error before "PFNGLSECONDARYCOLOR3BPROC"
/usr/include/GL/glext.h:2874: parse error before "PFNGLSECONDARYCOLOR3BVPROC"
/usr/include/GL/glext.h:2875: parse error before "PFNGLSECONDARYCOLOR3DPROC"
/usr/include/GL/glext.h:2876: parse error before "PFNGLSECONDARYCOLOR3DVPROC"
/usr/include/GL/glext.h:2877: parse error before "PFNGLSECONDARYCOLOR3FPROC"
/usr/include/GL/glext.h:2878: parse error before "PFNGLSECONDARYCOLOR3FVPROC"
/usr/include/GL/glext.h:2879: parse error before "PFNGLSECONDARYCOLOR3IPROC"
/usr/include/GL/glext.h:2880: parse error before "PFNGLSECONDARYCOLOR3IVPROC"
/usr/include/GL/glext.h:2881: parse error before "PFNGLSECONDARYCOLOR3SPROC"
/usr/include/GL/glext.h:2882: parse error before "PFNGLSECONDARYCOLOR3SVPROC"
/usr/include/GL/glext.h:2883: parse error before "PFNGLSECONDARYCOLOR3UBPROC"
/usr/include/GL/glext.h:2884: parse error before "PFNGLSECONDARYCOLOR3UBVPROC"
/usr/include/GL/glext.h:2885: parse error before "PFNGLSECONDARYCOLOR3UIPROC"
/usr/include/GL/glext.h:2886: parse error before "PFNGLSECONDARYCOLOR3UIVPROC"
/usr/include/GL/glext.h:2887: parse error before "PFNGLSECONDARYCOLOR3USPROC"
/usr/include/GL/glext.h:2888: parse error before "PFNGLSECONDARYCOLOR3USVPROC"
/usr/include/GL/glext.h:2889: parse error before "PFNGLSECONDARYCOLORPOINTERPROC"
/usr/include/GL/glext.h:2890: parse error before "PFNGLWINDOWPOS2DPROC"
/usr/include/GL/glext.h:2891: parse error before "PFNGLWINDOWPOS2DVPROC"
/usr/include/GL/glext.h:2892: parse error before "PFNGLWINDOWPOS2FPROC"
/usr/include/GL/glext.h:2893: parse error before "PFNGLWINDOWPOS2FVPROC"
/usr/include/GL/glext.h:2894: parse error before "PFNGLWINDOWPOS2IPROC"
/usr/include/GL/glext.h:2895: parse error before "PFNGLWINDOWPOS2IVPROC"
/usr/include/GL/glext.h:2896: parse error before "PFNGLWINDOWPOS2SPROC"
/usr/include/GL/glext.h:2897: parse error before "PFNGLWINDOWPOS2SVPROC"
/usr/include/GL/glext.h:2898: parse error before "PFNGLWINDOWPOS3DPROC"
/usr/include/GL/glext.h:2899: parse error before "PFNGLWINDOWPOS3DVPROC"
/usr/include/GL/glext.h:2900: parse error before "PFNGLWINDOWPOS3FPROC"
/usr/include/GL/glext.h:2901: parse error before "PFNGLWINDOWPOS3FVPROC"
/usr/include/GL/glext.h:2902: parse error before "PFNGLWINDOWPOS3IPROC"
/usr/include/GL/glext.h:2903: parse error before "PFNGLWINDOWPOS3IVPROC"
/usr/include/GL/glext.h:2904: parse error before "PFNGLWINDOWPOS3SPROC"
/usr/include/GL/glext.h:2905: parse error before "PFNGLWINDOWPOS3SVPROC"
/usr/include/GL/glext.h:2946: parse error before "PFNGLACTIVETEXTUREARBPROC"
/usr/include/GL/glext.h:2947: parse error before "PFNGLCLIENTACTIVETEXTUREARBPROC"
/usr/include/GL/glext.h:2948: parse error before "PFNGLMULTITEXCOORD1DARBPROC"
/usr/include/GL/glext.h:2949: parse error before "PFNGLMULTITEXCOORD1DVARBPROC"
/usr/include/GL/glext.h:2950: parse error before "PFNGLMULTITEXCOORD1FARBPROC"
/usr/include/GL/glext.h:2951: parse error before "PFNGLMULTITEXCOORD1FVARBPROC"
/usr/include/GL/glext.h:2952: parse error before "PFNGLMULTITEXCOORD1IARBPROC"
/usr/include/GL/glext.h:2953: parse error before "PFNGLMULTITEXCOORD1IVARBPROC"
/usr/include/GL/glext.h:2954: parse error before "PFNGLMULTITEXCOORD1SARBPROC"
/usr/include/GL/glext.h:2955: parse error before "PFNGLMULTITEXCOORD1SVARBPROC"
/usr/include/GL/glext.h:2956: parse error before "PFNGLMULTITEXCOORD2DARBPROC"
/usr/include/GL/glext.h:2957: parse error before "PFNGLMULTITEXCOORD2DVARBPROC"
/usr/include/GL/glext.h:2958: parse error before "PFNGLMULTITEXCOORD2FARBPROC"
/usr/include/GL/glext.h:2959: parse error before "PFNGLMULTITEXCOORD2FVARBPROC"
/usr/include/GL/glext.h:2960: parse error before "PFNGLMULTITEXCOORD2IARBPROC"
/usr/include/GL/glext.h:2961: parse error before "PFNGLMULTITEXCOORD2IVARBPROC"
/usr/include/GL/glext.h:2962: parse error before "PFNGLMULTITEXCOORD2SARBPROC"
/usr/include/GL/glext.h:2963: parse error before "PFNGLMULTITEXCOORD2SVARBPROC"
/usr/include/GL/glext.h:2964: parse error before "PFNGLMULTITEXCOORD3DARBPROC"
/usr/include/GL/glext.h:2965: parse error before "PFNGLMULTITEXCOORD3DVARBPROC"
/usr/include/GL/glext.h:2966: parse error before "PFNGLMULTITEXCOORD3FARBPROC"
/usr/include/GL/glext.h:2967: parse error before "PFNGLMULTITEXCOORD3FVARBPROC"
/usr/include/GL/glext.h:2968: parse error before "PFNGLMULTITEXCOORD3IARBPROC"
/usr/include/GL/glext.h:2969: parse error before "PFNGLMULTITEXCOORD3IVARBPROC"
/usr/include/GL/glext.h:2970: parse error before "PFNGLMULTITEXCOORD3SARBPROC"
/usr/include/GL/glext.h:2971: parse error before "PFNGLMULTITEXCOORD3SVARBPROC"
/usr/include/GL/glext.h:2972: parse error before "PFNGLMULTITEXCOORD4DARBPROC"
/usr/include/GL/glext.h:2973: parse error before "PFNGLMULTITEXCOORD4DVARBPROC"
/usr/include/GL/glext.h:2974: parse error before "PFNGLMULTITEXCOORD4FARBPROC"
/usr/include/GL/glext.h:2975: parse error before "PFNGLMULTITEXCOORD4FVARBPROC"
/usr/include/GL/glext.h:2976: parse error before "PFNGLMULTITEXCOORD4IARBPROC"
/usr/include/GL/glext.h:2977: parse error before "PFNGLMULTITEXCOORD4IVARBPROC"
/usr/include/GL/glext.h:2978: parse error before "PFNGLMULTITEXCOORD4SARBPROC"
/usr/include/GL/glext.h:2979: parse error before "PFNGLMULTITEXCOORD4SVARBPROC"
/usr/include/GL/glext.h:2990: parse error before "PFNGLLOADTRANSPOSEMATRIXFARBPROC"
/usr/include/GL/glext.h:2991: parse error before "PFNGLLOADTRANSPOSEMATRIXDARBPROC"
/usr/include/GL/glext.h:2992: parse error before "PFNGLMULTTRANSPOSEMATRIXFARBPROC"
/usr/include/GL/glext.h:2993: parse error before "PFNGLMULTTRANSPOSEMATRIXDARBPROC"
/usr/include/GL/glext.h:3001: parse error before "PFNGLSAMPLECOVERAGEARBPROC"
/usr/include/GL/glext.h:3023: parse error before "PFNGLCOMPRESSEDTEXIMAGE3DARBPROC"
/usr/include/GL/glext.h:3024: parse error before "PFNGLCOMPRESSEDTEXIMAGE2DARBPROC"
/usr/include/GL/glext.h:3025: parse error before "PFNGLCOMPRESSEDTEXIMAGE1DARBPROC"
/usr/include/GL/glext.h:3026: parse error before "PFNGLCOMPRESSEDTEXSUBIMAGE3DARBPROC"
/usr/include/GL/glext.h:3027: parse error before "PFNGLCOMPRESSEDTEXSUBIMAGE2DARBPROC"
/usr/include/GL/glext.h:3028: parse error before "PFNGLCOMPRESSEDTEXSUBIMAGE1DARBPROC"
/usr/include/GL/glext.h:3029: parse error before "PFNGLGETCOMPRESSEDTEXIMAGEARBPROC"
/usr/include/GL/glext.h:3042: parse error before "PFNGLPOINTPARAMETERFARBPROC"
/usr/include/GL/glext.h:3043: parse error before "PFNGLPOINTPARAMETERFVARBPROC"
/usr/include/GL/glext.h:3060: parse error before "PFNGLWEIGHTBVARBPROC"
/usr/include/GL/glext.h:3061: parse error before "PFNGLWEIGHTSVARBPROC"
/usr/include/GL/glext.h:3062: parse error before "PFNGLWEIGHTIVARBPROC"
/usr/include/GL/glext.h:3063: parse error before "PFNGLWEIGHTFVARBPROC"
/usr/include/GL/glext.h:3064: parse error before "PFNGLWEIGHTDVARBPROC"
/usr/include/GL/glext.h:3065: parse error before "PFNGLWEIGHTUBVARBPROC"
/usr/include/GL/glext.h:3066: parse error before "PFNGLWEIGHTUSVARBPROC"
/usr/include/GL/glext.h:3067: parse error before "PFNGLWEIGHTUIVARBPROC"
/usr/include/GL/glext.h:3068: parse error before "PFNGLWEIGHTPOINTERARBPROC"
/usr/include/GL/glext.h:3069: parse error before "PFNGLVERTEXBLENDARBPROC"
/usr/include/GL/glext.h:3081: parse error before "PFNGLCURRENTPALETTEMATRIXARBPROC"
/usr/include/GL/glext.h:3082: parse error before "PFNGLMATRIXINDEXUBVARBPROC"
/usr/include/GL/glext.h:3083: parse error before "PFNGLMATRIXINDEXUSVARBPROC"
/usr/include/GL/glext.h:3084: parse error before "PFNGLMATRIXINDEXUIVARBPROC"
/usr/include/GL/glext.h:3085: parse error before "PFNGLMATRIXINDEXPOINTERARBPROC"
/usr/include/GL/glext.h:3136: parse error before "PFNGLWINDOWPOS2DARBPROC"
/usr/include/GL/glext.h:3137: parse error before "PFNGLWINDOWPOS2DVARBPROC"
/usr/include/GL/glext.h:3138: parse error before "PFNGLWINDOWPOS2FARBPROC"
/usr/include/GL/glext.h:3139: parse error before "PFNGLWINDOWPOS2FVARBPROC"
/usr/include/GL/glext.h:3140: parse error before "PFNGLWINDOWPOS2IARBPROC"
/usr/include/GL/glext.h:3141: parse error before "PFNGLWINDOWPOS2IVARBPROC"
/usr/include/GL/glext.h:3142: parse error before "PFNGLWINDOWPOS2SARBPROC"
/usr/include/GL/glext.h:3143: parse error before "PFNGLWINDOWPOS2SVARBPROC"
/usr/include/GL/glext.h:3144: parse error before "PFNGLWINDOWPOS3DARBPROC"
/usr/include/GL/glext.h:3145: parse error before "PFNGLWINDOWPOS3DVARBPROC"
/usr/include/GL/glext.h:3146: parse error before "PFNGLWINDOWPOS3FARBPROC"
/usr/include/GL/glext.h:3147: parse error before "PFNGLWINDOWPOS3FVARBPROC"
/usr/include/GL/glext.h:3148: parse error before "PFNGLWINDOWPOS3IARBPROC"
/usr/include/GL/glext.h:3149: parse error before "PFNGLWINDOWPOS3IVARBPROC"
/usr/include/GL/glext.h:3150: parse error before "PFNGLWINDOWPOS3SARBPROC"
/usr/include/GL/glext.h:3151: parse error before "PFNGLWINDOWPOS3SVARBPROC"
/usr/include/GL/glext.h:3220: parse error before "PFNGLVERTEXATTRIB1DARBPROC"
/usr/include/GL/glext.h:3221: parse error before "PFNGLVERTEXATTRIB1DVARBPROC"
/usr/include/GL/glext.h:3222: parse error before "PFNGLVERTEXATTRIB1FARBPROC"
/usr/include/GL/glext.h:3223: parse error before "PFNGLVERTEXATTRIB1FVARBPROC"
/usr/include/GL/glext.h:3224: parse error before "PFNGLVERTEXATTRIB1SARBPROC"
/usr/include/GL/glext.h:3225: parse error before "PFNGLVERTEXATTRIB1SVARBPROC"
/usr/include/GL/glext.h:3226: parse error before "PFNGLVERTEXATTRIB2DARBPROC"
/usr/include/GL/glext.h:3227: parse error before "PFNGLVERTEXATTRIB2DVARBPROC"
/usr/include/GL/glext.h:3228: parse error before "PFNGLVERTEXATTRIB2FARBPROC"
/usr/include/GL/glext.h:3229: parse error before "PFNGLVERTEXATTRIB2FVARBPROC"
/usr/include/GL/glext.h:3230: parse error before "PFNGLVERTEXATTRIB2SARBPROC"
/usr/include/GL/glext.h:3231: parse error before "PFNGLVERTEXATTRIB2SVARBPROC"
/usr/include/GL/glext.h:3232: parse error before "PFNGLVERTEXATTRIB3DARBPROC"
/usr/include/GL/glext.h:3233: parse error before "PFNGLVERTEXATTRIB3DVARBPROC"
/usr/include/GL/glext.h:3234: parse error before "PFNGLVERTEXATTRIB3FARBPROC"
/usr/include/GL/glext.h:3235: parse error before "PFNGLVERTEXATTRIB3FVARBPROC"
/usr/include/GL/glext.h:3236: parse error before "PFNGLVERTEXATTRIB3SARBPROC"
/usr/include/GL/glext.h:3237: parse error before "PFNGLVERTEXATTRIB3SVARBPROC"
/usr/include/GL/glext.h:3238: parse error before "PFNGLVERTEXATTRIB4NBVARBPROC"
/usr/include/GL/glext.h:3239: parse error before "PFNGLVERTEXATTRIB4NIVARBPROC"
/usr/include/GL/glext.h:3240: parse error before "PFNGLVERTEXATTRIB4NSVARBPROC"
/usr/include/GL/glext.h:3241: parse error before "PFNGLVERTEXATTRIB4NUBARBPROC"
/usr/include/GL/glext.h:3242: parse error before "PFNGLVERTEXATTRIB4NUBVARBPROC"
/usr/include/GL/glext.h:3243: parse error b
Post Reply