glxext.h problem (config.log included)

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
Smoke

glxext.h problem (config.log included)

Post by Smoke »

If I get this one solved, I should be able to compile the rest :)

During compilation of src/gldrv/gl_init.cpp, I get an implicit declaration error for function glXGetProcAddressARB(...), even though this is defined in my Mesa GL header files: GL/glxext.h. (Note: not glext.h, as in another thread in this forum.) I managed to convince it to compile anyway by copying the declaration for the function from the header file directly into gl_init.cpp, but during the final linking of vegastrike I get unresolved references to the same function (again, despite the correct libGL.so, which I verified does contain the function, being linked in!).

I even upgraded to the most recent Mesa to see if that was the problem, but I'm still getting the same error. So.... does anyone have any suggestions on how to fix this? Or perhaps an idea why the function is not being found? Here's my config.log in case it helps:

Thanks&B*B,
-Smoke.


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 --no-create --no-recursion

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

hostname = kelda
uname -m = i686
uname -r = 2.4.21-ck3
uname -s = Linux
uname -v = #2 Tue Jun 24 16:03:19 EDT 2003

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

/bin/arch = i686
/usr/bin/arch -k = unknown
kelda:/usr/local/src/vegastrike/vegastrike$ head -50 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 --no-create --no-recursion

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

hostname = kelda
uname -m = i686
uname -r = 2.4.21-ck3
uname -s = Linux
uname -v = #2 Tue Jun 24 16:03:19 EDT 2003

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

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

PATH: /usr/local/home/conrad/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: .
PATH: /usr/share/texmf/bin
PATH: /sbin
PATH: /usr/sbin


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

configure:1360: checking build system type
configure:1378: result: i686-pc-linux-gnu
configure:1386: checking host system type
configure:1400: result: i686-pc-linux-gnu
configure:1408: checking target system type
configure:1422: result: i686-pc-linux-gnu
configure:1452: checking for a BSD-compatible install
configure:1506: result: /usr/bin/ginstall -c
configure:1517: checking whether build environment is sane
configure:1560: result: yes
configure:1593: checking for gawk
configure:1609: found /usr/bin/gawk
configure:1619: result: gawk
configure:1629: checking whether make sets $(MAKE)
configure:1649: result: yes
configure:1864: checking for gcc
configure:1880: found /usr/bin/gcc
configure:1890: result: gcc
configure:2134: checking for C compiler version
configure:2137: gcc --version </dev/null >&5
2.95.2
configure:2140: $? = 0
configure:2142: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/specs
gcc version 2.95.2 19991024 (release)
configure:2145: $? = 0
configure:2147: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2150: $? = 1
configure:2174: checking for C compiler default output
configure:2177: gcc conftest.c >&5
configure:2180: $? = 0
configure:2226: result: a.out
configure:2231: checking whether the C compiler works
configure:2237: ./a.out
configure:2240: $? = 0
configure:2257: result: yes
configure:2264: checking whether we are cross compiling
configure:2266: result: no
configure:2269: checking for suffix of executables
configure:2271: gcc -o conftest conftest.c >&5
configure:2274: $? = 0
configure:2299: result:
configure:2305: checking for suffix of object files
configure:2327: gcc -c conftest.c >&5
configure:2330: $? = 0
configure:2352: result: o
configure:2356: checking whether we are using the GNU C compiler
configure:2381: gcc -c conftest.c >&5
configure:2384: $? = 0
configure:2387: test -s conftest.o
configure:2390: $? = 0
configure:2403: result: yes
configure:2409: checking whether gcc accepts -g
configure:2431: gcc -c -g conftest.c >&5
configure:2434: $? = 0
configure:2437: test -s conftest.o
configure:2440: $? = 0
configure:2451: result: yes
configure:2468: checking for gcc option to accept ANSI C
configure:2529: gcc -c conftest.c >&5
configure:2532: $? = 0
configure:2535: test -s conftest.o
configure:2538: $? = 0
configure:2556: result: none needed
configure:2574: gcc -c conftest.c >&5
conftest.c:2: parse error before `me'
configure:2577: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2697: checking for style of include used by make
configure:2725: result: GNU
configure:2753: checking dependency style of gcc
configure:2836: result: gcc
configure:2874: gcc -c -falign-loops=4 conftest.c >&5
cc1: Invalid option `-falign-loops=4'
configure:2877: $? = 1
configure: failed program was:
| #line 2857 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.3.5"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2951: checking for g++
configure:2967: found /usr/bin/g++
configure:2977: result: g++
configure:2993: checking for C++ compiler version
configure:2996: g++ --version </dev/null >&5
2.95.2
configure:2999: $? = 0
configure:3001: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/specs
gcc version 2.95.2 19991024 (release)
configure:3004: $? = 0
configure:3006: g++ -V </dev/null >&5
g++: argument to `-V' missing

configure:3009: $? = 1
configure:3012: checking whether we are using the GNU C++ compiler
configure:3037: g++ -c conftest.cc >&5
configure:3040: $? = 0
configure:3043: test -s conftest.o
configure:3046: $? = 0
configure:3059: result: yes
configure:3065: checking whether g++ accepts -g
configure:3087: g++ -c -g conftest.cc >&5
configure:3090: $? = 0
configure:3093: test -s conftest.o
configure:3096: $? = 0
configure:3107: result: yes
configure:3151: g++ -c conftest.cc >&5
configure:3154: $? = 0
configure:3157: test -s conftest.o
configure:3160: $? = 0
configure:3187: g++ -c conftest.cc >&5
configure:3190: $? = 0
configure:3193: test -s conftest.o
configure:3196: $? = 0
configure:3221: checking dependency style of g++
configure:3304: result: gcc
configure:3326: checking how to run the C++ preprocessor
configure:3358: g++ -E conftest.cc
configure:3364: $? = 0
configure:3396: g++ -E conftest.cc
configure:3397: ac_nonexistent.h: No such file or directory
configure:3402: $? = 1
configure: failed program was:
| #line 3387 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.3.5"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3440: result: g++ -E
configure:3465: g++ -E conftest.cc
configure:3471: $? = 0
configure:3503: g++ -E conftest.cc
configure:3504: ac_nonexistent.h: No such file or directory
configure:3509: $? = 1
configure: failed program was:
| #line 3494 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.3.5"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3565: checking for a BSD-compatible install
configure:3619: result: /usr/bin/ginstall -c
configure:3630: checking whether ln -s works
configure:3634: result: yes
configure:3682: checking for ranlib
configure:3698: found /usr/bin/ranlib
configure:3709: result: ranlib
configure:3727: checking how to run the C preprocessor
configure:3763: gcc -E conftest.c
configure:3769: $? = 0
configure:3801: gcc -E conftest.c
configure:3802: ac_nonexistent.h: No such file or directory
configure:3807: $? = 1
configure: failed program was:
| #line 3792 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.3.5"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3845: result: gcc -E
configure:3870: gcc -E conftest.c
configure:3876: $? = 0
configure:3908: gcc -E conftest.c
configure:3909: ac_nonexistent.h: No such file or directory
configure:3914: $? = 1
configure: failed program was:
| #line 3899 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.3.5"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3957: checking for egrep
configure:3967: result: grep -E
configure:3972: checking for ANSI C header files
configure:3998: gcc -c conftest.c >&5
configure:4001: $? = 0
configure:4004: test -s conftest.o
configure:4007: $? = 0
configure:4096: gcc -o conftest conftest.c >&5
configure:4099: $? = 0
configure:4101: ./conftest
configure:4104: $? = 0
configure:4119: result: yes
configure:4137: checking for dirent.h that defines DIR
configure:4162: gcc -c conftest.c >&5
configure:4165: $? = 0
configure:4168: test -s conftest.o
configure:4171: $? = 0
configure:4182: result: yes
configure:4195: checking for library containing opendir
configure:4226: gcc -o conftest conftest.c >&5
configure:4229: $? = 0
configure:4232: test -s conftest
configure:4235: $? = 0
configure:4294: result: none required
configure:4424: checking for sys/types.h
configure:4441: gcc -c conftest.c >&5
configure:4444: $? = 0
configure:4447: test -s conftest.o
configure:4450: $? = 0
configure:4461: result: yes
configure:4424: checking for sys/stat.h
configure:4441: gcc -c conftest.c >&5
configure:4444: $? = 0
configure:4447: test -s conftest.o
configure:4450: $? = 0
configure:4461: result: yes
configure:4424: checking for stdlib.h
configure:4441: gcc -c conftest.c >&5
configure:4444: $? = 0
configure:4447: test -s conftest.o
configure:4450: $? = 0
configure:4461: result: yes
configure:4424: checking for string.h
configure:4441: gcc -c conftest.c >&5
configure:4444: $? = 0
configure:4447: test -s conftest.o
configure:4450: $? = 0
configure:4461: result: yes
configure:4424: checking for memory.h
configure:4441: gcc -c conftest.c >&5
configure:4444: $? = 0
configure:4447: test -s conftest.o
configure:4450: $? = 0
configure:4461: result: yes
configure:4424: checking for strings.h
configure:4441: gcc -c conftest.c >&5
configure:4444: $? = 0
configure:4447: test -s conftest.o
configure:4450: $? = 0
configure:4461: result: yes
configure:4424: checking for inttypes.h
configure:4441: gcc -c conftest.c >&5
configure:4444: $? = 0
configure:4447: test -s conftest.o
configure:4450: $? = 0
configure:4461: result: yes
configure:4424: checking for stdint.h
configure:4441: gcc -c conftest.c >&5
configure:4444: $? = 0
configure:4447: test -s conftest.o
configure:4450: $? = 0
configure:4461: result: yes
configure:4424: checking for unistd.h
configure:4441: gcc -c conftest.c >&5
configure:4444: $? = 0
configure:4447: test -s conftest.o
configure:4450: $? = 0
configure:4461: result: yes
configure:4492: checking fcntl.h usability
configure:4505: gcc -c conftest.c >&5
configure:4508: $? = 0
configure:4511: test -s conftest.o
configure:4514: $? = 0
configure:4524: result: yes
configure:4528: checking fcntl.h presence
configure:4539: gcc -E conftest.c
configure:4545: $? = 0
configure:4564: result: yes
configure:4600: checking for fcntl.h
configure:4607: result: yes
configure:4492: checking limits.h usability
configure:4505: gcc -c conftest.c >&5
configure:4508: $? = 0
configure:4511: test -s conftest.o
configure:4514: $? = 0
configure:4524: result: yes
configure:4528: checking limits.h presence
configure:4539: gcc -E conftest.c
configure:4545: $? = 0
configure:4564: result: yes
configure:4600: checking for limits.h
configure:4607: result: yes
configure:4492: checking malloc.h usability
configure:4505: gcc -c conftest.c >&5
configure:4508: $? = 0
configure:4511: test -s conftest.o
configure:4514: $? = 0
configure:4524: result: yes
configure:4528: checking malloc.h presence
configure:4539: gcc -E conftest.c
configure:4545: $? = 0
configure:4564: result: yes
configure:4600: checking for malloc.h
configure:4607: result: yes
configure:4492: checking sys/ioctl.h usability
configure:4505: gcc -c conftest.c >&5
configure:4508: $? = 0
configure:4511: test -s conftest.o
configure:4514: $? = 0
configure:4524: result: yes
configure:4528: checking sys/ioctl.h presence
configure:4539: gcc -E conftest.c
configure:4545: $? = 0
configure:4564: result: yes
configure:4600: checking for sys/ioctl.h
configure:4607: result: yes
configure:4492: checking sys/time.h usability
configure:4505: gcc -c conftest.c >&5
configure:4508: $? = 0
configure:4511: test -s conftest.o
configure:4514: $? = 0
configure:4524: result: yes
configure:4528: checking sys/time.h presence
configure:4539: gcc -E conftest.c
configure:4545: $? = 0
configure:4564: result: yes
configure:4600: checking for sys/time.h
configure:4607: result: yes
configure:4483: checking for unistd.h
configure:4488: result: yes
configure:4623: checking for an ANSI C-conforming const
configure:4691: gcc -c conftest.c >&5
configure:4694: $? = 0
configure:4697: test -s conftest.o
configure:4700: $? = 0
configure:4711: result: yes
configure:4721: checking whether time.h and sys/time.h may both be included
configure:4747: gcc -c conftest.c >&5
configure:4750: $? = 0
configure:4753: test -s conftest.o
configure:4756: $? = 0
configure:4767: result: yes
configure:4777: checking for inline
configure:4799: gcc -c conftest.c >&5
configure:4802: $? = 0
configure:4805: test -s conftest.o
configure:4808: $? = 0
configure:4820: result: inline
configure:4835: checking for size_t
configure:4860: gcc -c conftest.c >&5
configure:4863: $? = 0
configure:4866: test -s conftest.o
configure:4869: $? = 0
configure:4880: result: yes
configure:4903: checking for getcwd
configure:4953: gcc -o conftest conftest.c >&5
configure:4956: $? = 0
configure:4959: test -s conftest
configure:4962: $? = 0
configure:4973: result: yes
configure:4903: checking for gettimeofday
configure:4953: gcc -o conftest conftest.c >&5
configure:4956: $? = 0
configure:4959: test -s conftest
configure:4962: $? = 0
configure:4973: result: yes
configure:4903: checking for strdup
configure:4953: gcc -o conftest conftest.c >&5
configure:4956: $? = 0
configure:4959: test -s conftest
configure:4962: $? = 0
configure:4973: result: yes
configure:4903: checking for select
configure:4953: gcc -o conftest conftest.c >&5
configure:4956: $? = 0
configure:4959: test -s conftest
configure:4962: $? = 0
configure:4973: result: yes
configure:4903: checking for socket
configure:4953: gcc -o conftest conftest.c >&5
configure:4956: $? = 0
configure:4959: test -s conftest
configure:4962: $? = 0
configure:4973: result: yes
configure:4903: checking for strstr
configure:4953: gcc -o conftest conftest.c >&5
configure:4956: $? = 0
configure:4959: test -s conftest
configure:4962: $? = 0
configure:4973: result: yes
configure:4989: checking for finite
configure:5039: gcc -o conftest conftest.c >&5
configure:5042: $? = 0
configure:5045: test -s conftest
configure:5048: $? = 0
configure:5059: result: yes
configure:4989: checking for isnan
configure:5039: gcc -o conftest conftest.c >&5
configure:5042: $? = 0
configure:5045: test -s conftest
configure:5048: $? = 0
configure:5059: result: yes
configure:5074: checking for _finite
configure:5124: gcc -o conftest conftest.c >&5
/tmp/ccEVVtmr.o: In function `main':
/tmp/ccEVVtmr.o(.text+0x9): undefined reference to `_finite'
/tmp/ccEVVtmr.o(.data+0x0): undefined reference to `_finite'
collect2: ld returned 1 exit status
configure:5127: $? = 1
configure: failed program was:
| #line 5079 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.3.5"
| #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_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:5144: result: no
configure:5074: checking for _isnan
configure:5124: gcc -o conftest conftest.c >&5
/tmp/ccCcSNbF.o: In function `main':
/tmp/ccCcSNbF.o(.text+0x9): undefined reference to `_isnan'
/tmp/ccCcSNbF.o(.data+0x0): undefined reference to `_isnan'
collect2: ld returned 1 exit status
configure:5127: $? = 1
configure: failed program was:
| #line 5079 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.3.5"
| #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_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:5144: result: no
configure:5168: checking ieeefp.h usability
configure:5181: gcc -c conftest.c >&5
configure:5240: ieeefp.h: No such file or directory
configure:5184: $? = 1
configure: failed program was:
| #line 5170 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.3.5"
| #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_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:5200: result: no
configure:5204: checking ieeefp.h presence
configure:5215: gcc -E conftest.c
configure:5242: ieeefp.h: No such file or directory
configure:5221: $? = 1
configure: failed program was:
| #line 5206 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.3.5"
| #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_FINITE 1
| #define HAVE_ISNAN 1
| /* end confdefs.h. */
| #include <ieeefp.h>
configure:5240: result: no
configure:5276: checking for ieeefp.h
configure:5283: result: no
configure:5297: checking for pid_t
configure:5322: gcc -c conftest.c >&5
configure:5325: $? = 0
configure:5328: test -s conftest.o
configure:5331: $? = 0
configure:5342: result: yes
configure:5360: checking for unistd.h
configure:5365: result: yes
configure:5369: checking vfork.h usability
configure:5382: gcc -c conftest.c >&5
configure:5442: vfork.h: No such file or directory
configure:5385: $? = 1
configure: failed program was:
| #line 5371 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.3.5"
| #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_FINITE 1
| #define HAVE_ISNAN 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:5401: result: no
configure:5405: checking vfork.h presence
configure:5416: gcc -E conftest.c
configure:5444: vfork.h: No such file or directory
configure:5422: $? = 1
configure: failed program was:
| #line 5407 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.3.5"
| #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_FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <vfork.h>
configure:5441: result: no
configure:5477: checking for vfork.h
configure:5484: result: no
configure:5502: checking for fork
configure:5552: gcc -o conftest conftest.c >&5
configure:5555: $? = 0
configure:5558: test -s conftest
configure:5561: $? = 0
configure:5572: result: yes
configure:5502: checking for vfork
configure:5552: gcc -o conftest conftest.c >&5
configure:5555: $? = 0
configure:5558: test -s conftest
configure:5561: $? = 0
configure:5572: result: yes
configure:5583: checking for working fork
configure:5606: gcc -o conftest conftest.c >&5
configure:5609: $? = 0
configure:5611: ./conftest
configure:5614: $? = 0
configure:5628: result: yes
configure:5649: checking for working vfork
configure:5783: result: yes
configure:5820: checking for stdlib.h
configure:5825: result: yes
configure:5820: checking for unistd.h
configure:5825: result: yes
configure:5961: checking for getpagesize
configure:6011: gcc -o conftest conftest.c >&5
configure:6014: $? = 0
configure:6017: test -s conftest
configure:6020: $? = 0
configure:6031: result: yes
configure:6041: checking for working mmap
configure:6184: gcc -o conftest conftest.c >&5
configure:6187: $? = 0
configure:6189: ./conftest
configure:6192: $? = 0
configure:6206: result: yes
configure:6217: checking for working memcmp
configure:6266: gcc -o conftest conftest.c >&5
configure:6269: $? = 0
configure:6271: ./conftest
configure:6274: $? = 0
configure:6288: result: yes
configure:6333: gcc -c conftest.c >&5
configure:6336: $? = 0
configure:6339: test -s conftest.o
configure:6342: $? = 0
configure:6381: gcc -c -g3 conftest.c >&5
configure:6384: $? = 0
configure:6387: test -s conftest.o
configure:6390: $? = 0
configure:6458: checking for Win32 platform
configure:6481: result: no
configure:6488: checking for MacOSX platform
configure:6511: result: no
configure:6535: checking for python
configure:6598: result: python 2.2.3
configure:6713: checking for sdl-config
configure:6731: found /usr/local/bin/sdl-config
configure:6744: result: /usr/local/bin/sdl-config
configure:6752: checking for SDL - version >= 1.0.1
configure:6843: gcc -o conftest -I/usr/local/include -I/usr/local/include/SDL -D_REENTRANT conftest.c -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread >&5
configure:6846: $? = 0
configure:6848: ./conftest
configure:6851: $? = 0
configure:6869: result: yes
configure:6963: checking for SDL_JoystickOpen
configure:7013: gcc -o conftest conftest.c -lutil -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread >&5
configure:7016: $? = 0
configure:7019: test -s conftest
configure:7022: $? = 0
configure:7033: result: yes
configure:7062: checking for Mix_OpenAudio in -lSDL_mixer
configure:7093: gcc -o conftest conftest.c -lSDL_mixer -lutil -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread >&5
configure:7096: $? = 0
configure:7099: test -s conftest
configure:7102: $? = 0
configure:7114: result: yes
configure:7145: checking SDL/SDL_net.h usability
configure:7158: gcc -c conftest.c >&5
configure:7227: SDL/SDL_net.h: No such file or directory
configure:7161: $? = 1
configure: failed program was:
| #line 7147 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.3.5"
| #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_FINITE 1
| #define HAVE_ISNAN 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
| /* 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 <SDL/SDL_net.h>
configure:7177: result: no
configure:7181: checking SDL/SDL_net.h presence
configure:7192: gcc -E conftest.c
configure:7229: SDL/SDL_net.h: No such file or directory
configure:7198: $? = 1
configure: failed program was:
| #line 7183 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.3.5"
| #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_FINITE 1
| #define HAVE_ISNAN 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
| /* end confdefs.h. */
| #include <SDL/SDL_net.h>
configure:7217: result: no
configure:7253: checking for SDL/SDL_net.h
configure:7260: result: no
configure:7324: checking for GL library
configure:7344: gcc -o conftest conftest.c -lutil -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread -lSDL_mixer -lGL >&5
/usr/i686-pc-linux-gnu/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status
configure:7347: $? = 1
configure: failed program was:
| #line 7327 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.3.5"
| #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_FINITE 1
| #define HAVE_ISNAN 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
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7363: result: no
configure:7371: checking for GL library (with pthreads)
configure:7391: gcc -o conftest conftest.c -lutil -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread -lSDL_mixer -lGL -lpthread >&5
/usr/i686-pc-linux-gnu/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status
configure:7394: $? = 1
configure: failed program was:
| #line 7374 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.3.5"
| #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_FINITE 1
| #define HAVE_ISNAN 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
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7410: result: no
configure:7429: checking for MesaGL library
configure:7449: gcc -o conftest conftest.c -lutil -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread -lSDL_mixer -lMesaGL >&5
/usr/i686-pc-linux-gnu/bin/ld: cannot find -lMesaGL
collect2: ld returned 1 exit status
configure:7452: $? = 1
configure: failed program was:
| #line 7432 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.3.5"
| #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_FINITE 1
| #define HAVE_ISNAN 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
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7468: result: no
configure:7476: checking for MesaGL library (with pthreads)
configure:7496: gcc -o conftest conftest.c -lutil -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread -lSDL_mixer -lMesaGL -lpthread >&5
/usr/i686-pc-linux-gnu/bin/ld: cannot find -lMesaGL
collect2: ld returned 1 exit status
configure:7499: $? = 1
configure: failed program was:
| #line 7479 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.3.5"
| #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_FINITE 1
| #define HAVE_ISNAN 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
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7515: result: no
configure:7429: checking for opengl32 library
configure:7449: gcc -o conftest conftest.c -lutil -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread -lSDL_mixer -lopengl32 >&5
/usr/i686-pc-linux-gnu/bin/ld: cannot find -lopengl32
collect2: ld returned 1 exit status
configure:7452: $? = 1
configure: failed program was:
| #line 7432 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.3.5"
| #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_FINITE 1
| #define HAVE_ISNAN 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
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7468: result: no
configure:7476: checking for opengl32 library (with pthreads)
configure:7496: gcc -o conftest conftest.c -lutil -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread -lSDL_mixer -lopengl32 -lpthread >&5
/usr/i686-pc-linux-gnu/bin/ld: cannot find -lopengl32
collect2: ld returned 1 exit status
configure:7499: $? = 1
configure: failed program was:
| #line 7479 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vegastrike"
| #define VERSION "0.3.5"
| #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_FINITE 1
| #define HAVE_ISNAN 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
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7515: result: no
configure:7544: checking for GL library
configure:7564: gcc -o conftest conftest.c -lutil -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread -lSDL_mixer -L/usr/X11R6/lib -lGL >&5
configure:7567: $? = 0
configure:7570: test -s conftest
configure:7573: $? = 0
configure:7583: result: yes
configure:7763: checking for glXGetProcAddressARB
configure:7813: gcc -o conftest conftest.c -lutil -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread -lSDL_mixer -L/usr/X11R6/lib -lGL >&5
configure:7816: $? = 0
configure:7819: test -s conftest
configure:7822: $? = 0
configure:7833: result: yes
configure:7891: checking for GLU library
configure:7911: gcc -o conftest conftest.c -lutil -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread -lSDL_mixer -L/usr/X11R6/lib -lGL -lGLU >&5
configure:7914: $? = 0
configure:7917: test -s conftest
configure:7920: $? = 0
configure:7930: result: yes
configure:8351: checking for GL/gl.h
configure:8365: gcc -E -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c
configure:8371: $? = 0
configure:8391: result: yes
configure:8471: checking GL/glext.h usability
configure:8484: gcc -c -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c >&5
In file included from configure:8554:
/usr/include/GL/glext.h:2471: parse error before `red'
/usr/include/GL/glext.h:2472: parse error before `mode'
/usr/include/GL/glext.h:2473: parse error before `mode'
/usr/include/GL/glext.h:2474: parse error before `target'
/usr/include/GL/glext.h:2475: parse error before `target'
/usr/include/GL/glext.h:2476: parse error before `target'
/usr/include/GL/glext.h:2477: parse error before `target'
/usr/include/GL/glext.h:2478: parse error before `target'
/usr/include/GL/glext.h:2479: parse error before `target'
/usr/include/GL/glext.h:2480: parse error before `target'
/usr/include/GL/glext.h:2481: parse error before `target'
/usr/include/GL/glext.h:2482: parse error before `target'
/usr/include/GL/glext.h:2483: parse error before `target'
/usr/include/GL/glext.h:2484: parse error before `target'
/usr/include/GL/glext.h:2485: parse error before `target'
/usr/include/GL/glext.h:2486: parse error before `target'
/usr/include/GL/glext.h:2487: parse error before `target'
/usr/include/GL/glext.h:2488: parse error before `target'
/usr/include/GL/glext.h:2489: parse error before `target'
/usr/include/GL/glext.h:2490: parse error before `target'
/usr/include/GL/glext.h:2491: parse error before `target'
/usr/include/GL/glext.h:2492: parse error before `target'
/usr/include/GL/glext.h:2493: parse error before `target'
/usr/include/GL/glext.h:2494: parse error before `target'
/usr/include/GL/glext.h:2495: parse error before `target'
/usr/include/GL/glext.h:2496: parse error before `target'
/usr/include/GL/glext.h:2497: parse error before `target'
/usr/include/GL/glext.h:2498: parse error before `target'
/usr/include/GL/glext.h:2499: parse error before `target'
/usr/include/GL/glext.h:2500: parse error before `target'
/usr/include/GL/glext.h:2501: parse error before `target'
/usr/include/GL/glext.h:2502: parse error before `target'
/usr/include/GL/glext.h:2503: parse error before `target'
/usr/include/GL/glext.h:2504: parse error before `target'
/usr/include/GL/glext.h:2505: parse error before `target'
/usr/include/GL/glext.h:2506: parse error before `target'
/usr/include/GL/glext.h:2507: parse error before `target'
/usr/include/GL/glext.h:2508: parse error before `target'
/usr/include/GL/glext.h:2561: parse error before `texture'
/usr/include/GL/glext.h:2562: parse error before `texture'
/usr/include/GL/glext.h:2563: parse error before `target'
/usr/include/GL/glext.h:2564: parse error before `target'
/usr/include/GL/glext.h:2565: parse error before `target'
/usr/include/GL/glext.h:2566: parse error before `target'
/usr/include/GL/glext.h:2567: parse error before `target'
/usr/include/GL/glext.h:2568: parse error before `target'
/usr/include/GL/glext.h:2569: parse error before `target'
/usr/include/GL/glext.h:2570: parse error before `target'
/usr/include/GL/glext.h:2571: parse error before `target'
/usr/include/GL/glext.h:2572: parse error before `target'
/usr/include/GL/glext.h:2573: parse error before `target'
/usr/include/GL/glext.h:2574: parse error before `target'
/usr/include/GL/glext.h:2575: parse error before `target'
/usr/include/GL/glext.h:2576: parse error before `target'
/usr/include/GL/glext.h:2577: parse error before `target'
/usr/include/GL/glext.h:2578: parse error before `target'
/usr/include/GL/glext.h:2579: parse error before `target'
/usr/include/GL/glext.h:2580: parse error before `target'
/usr/include/GL/glext.h:2581: parse error before `target'
/usr/include/GL/glext.h:2582: parse error before `target'
/usr/include/GL/glext.h:2583: parse error before `target'
/usr/include/GL/glext.h:2584: parse error before `target'
/usr/include/GL/glext.h:2585: parse error before `target'
/usr/include/GL/glext.h:2586: parse error before `target'
/usr/include/GL/glext.h:2587: parse error before `target'
/usr/include/GL/glext.h:2588: parse error before `target'
/usr/include/GL/glext.h:2589: parse error before `target'
/usr/include/GL/glext.h:2590: parse error before `target'
/usr/include/GL/glext.h:2591: parse error before `target'
/usr/include/GL/glext.h:2592: parse error before `target'
/usr/include/GL/glext.h:2593: parse error before `target'
/usr/include/GL/glext.h:2594: parse error before `target'
/usr/include/GL/glext.h:2595: parse error before `*'
/usr/include/GL/glext.h:2596: parse error before `*'
/usr/include/GL/glext.h:2597: parse error before `*'
/usr/include/GL/glext.h:2598: parse error before `*'
/usr/include/GL/glext.h:2599: parse error before `value'
/usr/include/GL/glext.h:2600: parse error before `target'
/usr/include/GL/glext.h:2601: parse error before `target'
/usr/include/GL/glext.h:2602: parse error before `target'
/usr/include/GL/glext.h:2603: parse error before `target'
/usr/include/GL/glext.h:2604: parse error before `target'
/usr/include/GL/glext.h:2605: parse error before `target'
/usr/include/GL/glext.h:2606: parse error before `target'
/usr/include/GL/glext.h:2658: parse error before `sfactorRGB'
/usr/include/GL/glext.h:2659: parse error before `coord'
/usr/include/GL/glext.h:2660: parse error before `*'
/usr/include/GL/glext.h:2661: parse error before `coord'
/usr/include/GL/glext.h:2662: parse error before `*'
/usr/include/GL/glext.h:2663: parse error before `type'
/usr/include/GL/glext.h:2664: parse error before `mode'
/usr/include/GL/glext.h:2665: parse error before `mode'
/usr/include/GL/glext.h:2666: parse error before `pname'
/usr/include/GL/glext.h:2667: parse error before `pname'
/usr/include/GL/glext.h:2668: parse error before `pname'
/usr/include/GL/glext.h:2669: parse error before `pname'
/usr/include/GL/glext.h:2670: parse error before `red'
/usr/include/GL/glext.h:2671: parse error before `*'
/usr/include/GL/glext.h:2672: parse error before `red'
/usr/include/GL/glext.h:2673: parse error before `*'
/usr/include/GL/glext.h:2674: parse error before `red'
/usr/include/GL/glext.h:2675: parse error before `*'
/usr/include/GL/glext.h:2676: parse error before `red'
/usr/include/GL/glext.h:2677: parse error before `*'
/usr/include/GL/glext.h:2678: parse error before `red'
/usr/include/GL/glext.h:2679: parse error before `*'
/usr/include/GL/glext.h:2680: parse error before `red'
/usr/include/GL/glext.h:2681: parse error before `*'
/usr/include/GL/glext.h:2682: parse error before `red'
/usr/include/GL/glext.h:2683: parse error before `*'
/usr/include/GL/glext.h:2684: parse error before `red'
/usr/include/GL/glext.h:2685: parse error before `*'
/usr/include/GL/glext.h:2686: parse error before `size'
/usr/include/GL/glext.h:2687: parse error before `x'
/usr/include/GL/glext.h:2688: parse error before `*'
/usr/include/GL/glext.h:2689: parse error before `x'
/usr/include/GL/glext.h:2690: parse error before `*'
/usr/include/GL/glext.h:2691: parse error before `x'
/usr/include/GL/glext.h:2692: parse error before `*'
/usr/include/GL/glext.h:2693: parse error before `x'
/usr/include/GL/glext.h:2694: parse error before `*'
/usr/include/GL/glext.h:2695: parse error before `x'
/usr/include/GL/glext.h:2696: parse error before `*'
/usr/include/GL/glext.h:2697: parse error before `x'
/usr/include/GL/glext.h:2698: parse error before `*'
/usr/include/GL/glext.h:2699: parse error before `x'
/usr/include/GL/glext.h:2700: parse error before `*'
/usr/include/GL/glext.h:2701: parse error before `x'
/usr/include/GL/glext.h:2702: parse error before `*'
/usr/include/GL/glext.h:2743: parse error before `texture'
/usr/include/GL/glext.h:2744: parse error before `texture'
/usr/include/GL/glext.h:2745: parse error before `target'
/usr/include/GL/glext.h:2746: parse error before `target'
/usr/include/GL/glext.h:2747: parse error before `target'
/usr/include/GL/glext.h:2748: parse error before `target'
/usr/include/GL/glext.h:2749: parse error before `target'
/usr/include/GL/glext.h:2750: parse error before `target'
/usr/include/GL/glext.h:2751: parse error before `target'
/usr/include/GL/glext.h:2752: parse error before `target'
/usr/include/GL/glext.h:2753: parse error before `target'
/usr/include/GL/glext.h:2754: parse error before `target'
/usr/include/GL/glext.h:2755: parse error before `target'
/usr/include/GL/glext.h:2756: parse error before `target'
/usr/include/GL/glext.h:2757: parse error before `target'
/usr/include/GL/glext.h:2758: parse error before `target'
/usr/include/GL/glext.h:2759: parse error before `target'
/usr/include/GL/glext.h:2760: parse error before `target'
/usr/include/GL/glext.h:2761: parse error before `target'
/usr/include/GL/glext.h:2762: parse error before `target'
/usr/include/GL/glext.h:2763: parse error before `target'
/usr/include/GL/glext.h:2764: parse error before `target'
/usr/include/GL/glext.h:2765: parse error before `target'
/usr/include/GL/glext.h:2766: parse error before `target'
/usr/include/GL/glext.h:2767: parse error before `target'
/usr/include/GL/glext.h:2768: parse error before `target'
/usr/include/GL/glext.h:2769: parse error before `target'
/usr/include/GL/glext.h:2770: parse error before `target'
/usr/include/GL/glext.h:2771: parse error before `target'
/usr/include/GL/glext.h:2772: parse error before `target'
/usr/include/GL/glext.h:2773: parse error before `target'
/usr/include/GL/glext.h:2774: parse error before `target'
/usr/include/GL/glext.h:2775: parse error before `target'
/usr/include/GL/glext.h:2776: parse error before `target'
/usr/include/GL/glext.h:2787: parse error before `*'
/usr/include/GL/glext.h:2788: parse error before `*'
/usr/include/GL/glext.h:2789: parse error before `*'
/usr/include/GL/glext.h:2790: parse error before `*'
/usr/include/GL/glext.h:2798: parse error before `value'
/usr/include/GL/glext.h:2820: parse error before `target'
/usr/include/GL/glext.h:2821: parse error before `target'
/usr/include/GL/glext.h:2822: parse error before `target'
/usr/include/GL/glext.h:2823: parse error before `target'
/usr/include/GL/glext.h:2824: parse error before `target'
/usr/include/GL/glext.h:2825: parse error before `target'
/usr/include/GL/glext.h:2826: parse error before `target'
/usr/include/GL/glext.h:2839: parse error before `pname'
/usr/include/GL/glext.h:2840: parse error before `pname'
/usr/include/GL/glext.h:2857: parse error before `size'
/usr/include/GL/glext.h:2858: parse error before `size'
/usr/include/GL/glext.h:2859: parse error before `size'
/usr/include/GL/glext.h:2860: parse error before `size'
/usr/include/GL/glext.h:2861: parse error before `size'
/usr/include/GL/glext.h:2862: parse error before `size'
/usr/include/GL/glext.h:2863: parse error before `size'
/usr/include/GL/glext.h:2864: parse error before `size'
/usr/include/GL/glext.h:2865: parse error before `size'
/usr/include/GL/glext.h:2866: parse error before `count'
/usr/include/GL/glext.h:2878: parse error before `index'
/usr/include/GL/glext.h:2879: parse error before `size'
/usr/include/GL/glext.h:2880: parse error before `size'
/usr/include/GL/glext.h:2881: parse error before `size'
/usr/include/GL/glext.h:2882: parse error before `size'
/usr/include/GL/glext.h:2933: parse error before `x'
/usr/include/GL/glext.h:2934: parse error before `*'
/usr/include/GL/glext.h:2935: parse error before `x'
/usr/include/GL/glext.h:2936: parse error before `*'
/usr/include/GL/glext.h:2937: parse error before `x'
/usr/include/GL/glext.h:2938: parse error before `*'
/usr/include/GL/glext.h:2939: parse error before `x'
/usr/include/GL/glext.h:2940: parse error before `*'
/usr/include/GL/glext.h:2941: parse error before `x'
/usr/include/GL/glext.h:2942: parse error before `*'
/usr/include/GL/glext.h:2943: parse error before `x'
/usr/include/GL/glext.h:2944: parse error before `*'
/usr/include/GL/glext.h:2945: parse error before `x'
/usr/include/GL/glext.h:2946: parse error before `*'
/usr/include/GL/glext.h:2947: parse error before `x'
/usr/include/GL/glext.h:2948: parse error before `*'
/usr/include/GL/glext.h:3017: parse error before `index'
/usr/include/GL/glext.h:3018: parse error before `index'
/usr/include/GL/glext.h:3019: parse error before `index'
/usr/include/GL/glext.h:3020: parse error before `index'
/usr/include/GL/glext.h:3021: parse error before `index'
/usr/include/GL/glext.h:3022: parse error before `index'
/usr/include/GL/glext.h:3023: parse error before `index'
/usr/include/GL/glext.h:3024: parse error before `index'
/usr/include/GL/glext.h:3025: parse error before `index'
/usr/include/GL/glext.h:3026: parse error before `index'
/usr/include/GL/glext.h:3027: parse error before `index'
/usr/include/GL/glext.h:3028: parse error before `index'
/usr/include/GL/glext.h:3029: parse error before `index'
/usr/include/GL/glext.h:3030: parse error before `index'
/usr/include/GL/glext.h:3031: parse error before `index'
/usr/include/GL/glext.h:3032: parse error before `index'
/usr/include/GL/glext.h:3033: parse error before `index'
/usr/include/GL/glext.h:3034: parse error before `index'
/usr/include/GL/glext.h:3035: parse error before `index'
/usr/include/GL/glext.h:3036: parse error before `index'
/usr/include/GL/glext.h:3037: parse error before `index'
/usr/include/GL/glext.h:3038: parse error before `index'
/usr/include/GL/glext.h:3039: parse error before `index'
/usr/include/GL/glext.h:3040: parse error before `index'
/usr/include/GL/glext.h:3041: parse error before `index'
/usr/include/GL/glext.h:3042: parse error before `index'
/usr/include/GL/glext.h:3043: parse error before `index'
/usr/include/GL/glext.h:3044: parse error before `index'
/usr/include/GL/glext.h:3045: parse error before `index'
/usr/include/GL/glext.h:3046: parse error before `index'
/usr/include/GL/glext.h:3047: parse error before `index'
/usr/include/GL/glext.h:3048: parse error before `index'
/usr/include/GL/glext.h:3049: parse error before `index'
/usr/include/GL/glext.h:3050: parse error before `index'
/usr/include/GL/glext.h:3051: parse error before `index'
/usr/include/GL/glext.h:3052: parse error before `index'
/usr/include/GL/glext.h:3053: parse error before `index'
/usr/include/GL/glext.h:3054: parse error before `index'
/usr/include/GL/glext.h:3055: parse error before `index'
/usr/include/GL/glext.h:3056: parse error before `target'
/usr/include/GL/glext.h:3057: parse error before `target'
/usr/include/GL/glext.h:3058: parse error before `n'
/usr/include/GL/glext.h:3059: parse error before `n'
/usr/include/GL/glext.h:3060: parse error before `target'
/usr/include/GL/glext.h:3061: parse error before `target'
/usr/include/GL/glext.h:3062: parse error before `target'
/usr/include/GL/glext.h:3063: parse error before `target'
/usr/include/GL/glext.h:3064: parse error before `target'
/usr/include/GL/glext.h:3065: parse error before `target'
/usr/include/GL/glext.h:3066: parse error before `target'
/usr/include/GL/glext.h:3067: parse error before `target'
/usr/include/GL/glext.h:3068: parse error before `target'
/usr/include/GL/glext.h:3069: parse error before `target'
/usr/include/GL/glext.h:3070: parse error before `target'
/usr/include/GL/glext.h:3071: parse error before `target'
/usr/include/GL/glext.h:3072: parse error before `target'
/usr/include/GL/glext.h:3073: parse error before `target'
/usr/include/GL/glext.h:3074: parse error before `index'
/usr/include/GL/glext.h:3075: parse error before `index'
/usr/include/GL/glext.h:3076: parse error before `index'
/usr/include/GL/glext.h:3077: parse error before `index'
/usr/include/GL/glext.h:3078: parse error before `*'
/usr/include/GL/glext.h:3078: parse error before `program'
/usr/include/GL/glext.h:3078: `GLboolean' declared as function returning a function
/usr/include/GL/glext.h:3090: parse error before `red'
/usr/include/GL/glext.h:3098: parse error before `factor'
/usr/include/GL/glext.h:3111: parse error before `target'
/usr/include/GL/glext.h:3112: parse error before `target'
/usr/include/GL/glext.h:3121: parse error before `target'
/usr/include/GL/glext.h:3122: parse error before `target'
/usr/include/GL/glext.h:3131: parse error before `target'
/usr/include/GL/glext.h:3132: parse error before `target'
/usr/include/GL/glext.h:3144: parse error before `target'
/usr/include/GL/glext.h:3145: parse error before `target'
/usr/include/GL/glext.h:3146: parse error before `target'
/usr/include/GL/glext.h:3147: parse error before `target'
/usr/include/GL/glext.h:3148: parse error before `target'
/usr/include/GL/glext.h:3165: parse error before `target'
/usr/include/GL/glext.h:3166: parse error before `target'
/usr/include/GL/glext.h:3167: parse error before `target'
/usr/include/GL/glext.h:3168: parse error before `target'
/usr/include/GL/glext.h:3169: parse error before `target'
/usr/include/GL/glext.h:3170: parse error before `target'
/usr/include/GL/glext.h:3171: parse error before `target'
/usr/include/GL/glext.h:3172: parse error before `target'
/usr/include/GL/glext.h:3173: parse error before `target'
/usr/include/GL/glext.h:3174: parse error before `target'
/usr/include/GL/glext.h:3194: parse error before `target'
/usr/include/GL/glext.h:3195: parse error before `target'
/usr/include/GL/glext.h:3196: parse error before `target'
/usr/include/GL/glext.h:3197: parse error before `target'
/usr/include/GL/glext.h:3198: parse error before `target'
/usr/include/GL/glext.h:3199: parse error before `target'
/usr/include/GL/glext.h:3200: parse error before `target'
/usr/include/GL/glext.h:3201: parse error before `target'
/usr/include/GL/glext.h:3202: parse error before `target'
/usr/include/GL/glext.h:3203: parse error before `target'
/usr/include/GL/glext.h:3204: parse error before `target'
/usr/include/GL/glext.h:3205: parse error before `target'
/usr/include/GL/glext.h:3206: parse error before `target'
/usr/include/GL/glext.h:3224: parse error before `target'
/usr/include/GL/glext.h:3225: parse error before `target'
/usr/include/GL/glext.h:3226: parse error before `target'
/usr/include/GL/glext.h:
Post Reply