glut 3.7.12 under RedHat Linux 9.0??!?

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
drome

glut 3.7.12 under RedHat Linux 9.0??!?

Post by drome »

Hello.


It seems that the "setup.sh" script claims that my version of glut is too old, even though I recently installed the rpm of glut.3.7.12

!?!


Any help would be GREATLY appreciated. I'm serious when I say that if this game is as good as it looks, I am willing to be more than just a "lurking fan."


--LONG time gamer

Drome
ace123
Lead Network Developer
Lead Network Developer
Posts: 2560
Joined: Sun Jan 12, 2003 9:13 am
Location: Palo Alto CA
Contact:

Post by ace123 »

Could you post the config.log please and say what the error was?
dandandaman
Artisan
Artisan
Posts: 1270
Joined: Fri Jan 03, 2003 3:27 am
Location: Perth, Western Australia
Contact:

Post by dandandaman »

hmm.......do you have glut-devel installed as well? I know that whenever I got that error, it was because I forgot the devel packages :-)

In fact, I got it again today when I expected Fedora core 2 to have freeglut-devel installed......and then realised it didn't ;-)

Dan.a
drome

Sorry fo the late reply!

Post by drome »

I have applied both the glut.3-7.12 rpm as well as its corresponding devel package: unfortunately, no success.

here is the config.log output:

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

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

$ ./configure --enable-boost-128

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

hostname = localhost.localdomain
uname -m = i686
uname -r = 2.4.20-30.9
uname -s = Linux
uname -v = #1 Wed Feb 4 20:51:48 EST 2004

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

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

PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /home/rukhin/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:1465: checking for a BSD-compatible install
configure:1519: result: /usr/bin/install -c
configure:1530: checking whether build environment is sane
configure:1573: result: yes
configure:1606: checking for gawk
configure:1622: found /bin/gawk
configure:1632: result: gawk
configure:1642: checking whether make sets $(MAKE)
configure:1662: result: yes
configure:1858: checking for gcc
configure:1874: found /usr/bin/gcc
configure:1884: result: gcc
configure:2128: checking for C compiler version
configure:2131: gcc --version </dev/null >&5
gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
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:2134: $? = 0
configure:2136: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
configure:2139: $? = 0
configure:2141: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2144: $? = 1
configure:2168: checking for C compiler default output
configure:2171: gcc conftest.c >&5
configure:2174: $? = 0
configure:2220: result: a.out
configure:2225: checking whether the C compiler works
configure:2231: ./a.out
configure:2234: $? = 0
configure:2251: result: yes
configure:2258: checking whether we are cross compiling
configure:2260: result: no
configure:2263: checking for suffix of executables
configure:2265: gcc -o conftest conftest.c >&5
configure:2268: $? = 0
configure:2293: result:
configure:2299: checking for suffix of object files
configure:2321: gcc -c conftest.c >&5
configure:2324: $? = 0
configure:2346: result: o
configure:2350: checking whether we are using the GNU C compiler
configure:2375: gcc -c conftest.c >&5
configure:2378: $? = 0
configure:2381: test -s conftest.o
configure:2384: $? = 0
configure:2397: result: yes
configure:2403: checking whether gcc accepts -g
configure:2425: gcc -c -g conftest.c >&5
configure:2428: $? = 0
configure:2431: test -s conftest.o
configure:2434: $? = 0
configure:2445: result: yes
configure:2462: checking for gcc option to accept ANSI C
configure:2523: gcc -c conftest.c >&5
configure:2526: $? = 0
configure:2529: test -s conftest.o
configure:2532: $? = 0
configure:2550: result: none needed
configure:2568: gcc -c conftest.c >&5
conftest.c:2: parse error before "me"
configure:2571: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2699: checking for style of include used by make
configure:2727: result: GNU
configure:2755: checking dependency style of gcc
configure:2817: result: gcc3
configure:2843: gcc -c -falign-loops=4 conftest.c >&5
configure:2846: $? = 0
configure:2849: test -s conftest.o
configure:2852: $? = 0
configure:2920: checking for g++
configure:2936: found /usr/bin/g++
configure:2946: result: g++
configure:2962: checking for C++ compiler version
configure:2965: g++ --version </dev/null >&5
g++ (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
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:2968: $? = 0
configure:2970: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
configure:2973: $? = 0
configure:2975: g++ -V </dev/null >&5
g++: argument to `-V' missing

configure:2978: $? = 1
configure:2981: checking whether we are using the GNU C++ compiler
configure:3006: g++ -c conftest.cc >&5
configure:3009: $? = 0
configure:3012: test -s conftest.o
configure:3015: $? = 0
configure:3028: result: yes
configure:3034: checking whether g++ accepts -g
configure:3056: g++ -c -g conftest.cc >&5
configure:3059: $? = 0
configure:3062: test -s conftest.o
configure:3065: $? = 0
configure:3076: result: yes
configure:3120: g++ -c conftest.cc >&5
configure:3123: $? = 0
configure:3126: test -s conftest.o
configure:3129: $? = 0
configure:3156: g++ -c conftest.cc >&5
configure: In function `int main()':
configure:3153: `exit' undeclared (first use this function)
configure:3153: (Each undeclared identifier is reported only once for each
function it appears in.)
configure:3159: $? = 1
configure: failed program was:
| #line 3139 "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:3120: g++ -c conftest.cc >&5
configure:3123: $? = 0
configure:3126: test -s conftest.o
configure:3129: $? = 0
configure:3156: g++ -c conftest.cc >&5
configure:3159: $? = 0
configure:3162: test -s conftest.o
configure:3165: $? = 0
configure:3190: checking dependency style of g++
configure:3252: result: gcc3
configure:3262: checking how to run the C++ preprocessor
configure:3294: g++ -E conftest.cc
configure:3300: $? = 0
configure:3332: g++ -E conftest.cc
configure:3336:28: ac_nonexistent.h: No such file or directory
configure:3338: $? = 1
configure: failed program was:
| #line 3323 "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:3376: result: g++ -E
configure:3401: g++ -E conftest.cc
configure:3407: $? = 0
configure:3439: g++ -E conftest.cc
configure:3443:28: ac_nonexistent.h: No such file or directory
configure:3445: $? = 1
configure: failed program was:
| #line 3430 "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:3501: checking for a BSD-compatible install
configure:3555: result: /usr/bin/install -c
configure:3566: checking whether ln -s works
configure:3570: result: yes
configure:3618: checking for ranlib
configure:3634: found /usr/bin/ranlib
configure:3645: result: ranlib
configure:3663: checking how to run the C preprocessor
configure:3699: gcc -E conftest.c
configure:3705: $? = 0
configure:3737: gcc -E conftest.c
configure:3741:28: ac_nonexistent.h: No such file or directory
configure:3743: $? = 1
configure: failed program was:
| #line 3728 "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:3781: result: gcc -E
configure:3806: gcc -E conftest.c
configure:3812: $? = 0
configure:3844: gcc -E conftest.c
configure:3848:28: ac_nonexistent.h: No such file or directory
configure:3850: $? = 1
configure: failed program was:
| #line 3835 "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:3893: checking for egrep
configure:3903: result: grep -E
configure:3908: checking for ANSI C header files
configure:3934: gcc -c conftest.c >&5
configure:3937: $? = 0
configure:3940: test -s conftest.o
configure:3943: $? = 0
configure:4032: gcc -o conftest conftest.c >&5
configure:4035: $? = 0
configure:4037: ./conftest
configure:4040: $? = 0
configure:4055: result: yes
configure:4073: checking for dirent.h that defines DIR
configure:4098: gcc -c conftest.c >&5
configure:4101: $? = 0
configure:4104: test -s conftest.o
configure:4107: $? = 0
configure:4118: result: yes
configure:4131: checking for library containing opendir
configure:4162: gcc -o conftest conftest.c >&5
configure:4165: $? = 0
configure:4168: test -s conftest
configure:4171: $? = 0
configure:4230: result: none required
configure:4360: checking for sys/types.h
configure:4377: gcc -c conftest.c >&5
configure:4380: $? = 0
configure:4383: test -s conftest.o
configure:4386: $? = 0
configure:4397: result: yes
configure:4360: checking for sys/stat.h
configure:4377: gcc -c conftest.c >&5
configure:4380: $? = 0
configure:4383: test -s conftest.o
configure:4386: $? = 0
configure:4397: result: yes
configure:4360: checking for stdlib.h
configure:4377: gcc -c conftest.c >&5
configure:4380: $? = 0
configure:4383: test -s conftest.o
configure:4386: $? = 0
configure:4397: result: yes
configure:4360: checking for string.h
configure:4377: gcc -c conftest.c >&5
configure:4380: $? = 0
configure:4383: test -s conftest.o
configure:4386: $? = 0
configure:4397: result: yes
configure:4360: checking for memory.h
configure:4377: gcc -c conftest.c >&5
configure:4380: $? = 0
configure:4383: test -s conftest.o
configure:4386: $? = 0
configure:4397: result: yes
configure:4360: checking for strings.h
configure:4377: gcc -c conftest.c >&5
configure:4380: $? = 0
configure:4383: test -s conftest.o
configure:4386: $? = 0
configure:4397: result: yes
configure:4360: checking for inttypes.h
configure:4377: gcc -c conftest.c >&5
configure:4380: $? = 0
configure:4383: test -s conftest.o
configure:4386: $? = 0
configure:4397: result: yes
configure:4360: checking for stdint.h
configure:4377: gcc -c conftest.c >&5
configure:4380: $? = 0
configure:4383: test -s conftest.o
configure:4386: $? = 0
configure:4397: result: yes
configure:4360: checking for unistd.h
configure:4377: gcc -c conftest.c >&5
configure:4380: $? = 0
configure:4383: test -s conftest.o
configure:4386: $? = 0
configure:4397: result: yes
configure:4428: checking fcntl.h usability
configure:4441: gcc -c conftest.c >&5
configure:4444: $? = 0
configure:4447: test -s conftest.o
configure:4450: $? = 0
configure:4460: result: yes
configure:4464: checking fcntl.h presence
configure:4475: gcc -E conftest.c
configure:4481: $? = 0
configure:4500: result: yes
configure:4536: checking for fcntl.h
configure:4543: result: yes
configure:4428: checking limits.h usability
configure:4441: gcc -c conftest.c >&5
configure:4444: $? = 0
configure:4447: test -s conftest.o
configure:4450: $? = 0
configure:4460: result: yes
configure:4464: checking limits.h presence
configure:4475: gcc -E conftest.c
configure:4481: $? = 0
configure:4500: result: yes
configure:4536: checking for limits.h
configure:4543: result: yes
configure:4428: checking malloc.h usability
configure:4441: gcc -c conftest.c >&5
configure:4444: $? = 0
configure:4447: test -s conftest.o
configure:4450: $? = 0
configure:4460: result: yes
configure:4464: checking malloc.h presence
configure:4475: gcc -E conftest.c
configure:4481: $? = 0
configure:4500: result: yes
configure:4536: checking for malloc.h
configure:4543: result: yes
configure:4428: checking sys/ioctl.h usability
configure:4441: gcc -c conftest.c >&5
configure:4444: $? = 0
configure:4447: test -s conftest.o
configure:4450: $? = 0
configure:4460: result: yes
configure:4464: checking sys/ioctl.h presence
configure:4475: gcc -E conftest.c
configure:4481: $? = 0
configure:4500: result: yes
configure:4536: checking for sys/ioctl.h
configure:4543: result: yes
configure:4428: checking sys/time.h usability
configure:4441: gcc -c conftest.c >&5
configure:4444: $? = 0
configure:4447: test -s conftest.o
configure:4450: $? = 0
configure:4460: result: yes
configure:4464: checking sys/time.h presence
configure:4475: gcc -E conftest.c
configure:4481: $? = 0
configure:4500: result: yes
configure:4536: checking for sys/time.h
configure:4543: result: yes
configure:4419: checking for unistd.h
configure:4424: result: yes
configure:4559: checking for an ANSI C-conforming const
configure:4627: gcc -c conftest.c >&5
configure:4630: $? = 0
configure:4633: test -s conftest.o
configure:4636: $? = 0
configure:4647: result: yes
configure:4657: checking whether time.h and sys/time.h may both be included
configure:4683: gcc -c conftest.c >&5
configure:4686: $? = 0
configure:4689: test -s conftest.o
configure:4692: $? = 0
configure:4703: result: yes
configure:4713: checking for inline
configure:4735: gcc -c conftest.c >&5
configure:4738: $? = 0
configure:4741: test -s conftest.o
configure:4744: $? = 0
configure:4756: result: inline
configure:4771: checking for size_t
configure:4796: gcc -c conftest.c >&5
configure:4799: $? = 0
configure:4802: test -s conftest.o
configure:4805: $? = 0
configure:4816: result: yes
configure:4841: checking for getcwd
configure:4891: gcc -o conftest conftest.c >&5
configure:4894: $? = 0
configure:4897: test -s conftest
configure:4900: $? = 0
configure:4911: result: yes
configure:4841: checking for gettimeofday
configure:4891: gcc -o conftest conftest.c >&5
configure:4894: $? = 0
configure:4897: test -s conftest
configure:4900: $? = 0
configure:4911: result: yes
configure:4841: checking for strdup
configure:4891: gcc -o conftest conftest.c >&5
configure:4894: $? = 0
configure:4897: test -s conftest
configure:4900: $? = 0
configure:4911: result: yes
configure:4841: checking for select
configure:4891: gcc -o conftest conftest.c >&5
configure:4894: $? = 0
configure:4897: test -s conftest
configure:4900: $? = 0
configure:4911: result: yes
configure:4841: checking for socket
configure:4891: gcc -o conftest conftest.c >&5
configure:4894: $? = 0
configure:4897: test -s conftest
configure:4900: $? = 0
configure:4911: result: yes
configure:4841: checking for strstr
configure:4891: gcc -o conftest conftest.c >&5
configure:4898: warning: conflicting types for built-in function `strstr'
configure:4894: $? = 0
configure:4897: test -s conftest
configure:4900: $? = 0
configure:4911: result: yes
configure:4841: checking for access
configure:4891: gcc -o conftest conftest.c >&5
configure:4894: $? = 0
configure:4897: test -s conftest
configure:4900: $? = 0
configure:4911: result: yes
configure:4841: checking for lstat
configure:4891: gcc -o conftest conftest.c >&5
configure:4894: $? = 0
configure:4897: test -s conftest
configure:4900: $? = 0
configure:4911: result: yes
configure:4927: checking for finite
configure:4977: gcc -o conftest conftest.c >&5
configure:4980: $? = 0
configure:4983: test -s conftest
configure:4986: $? = 0
configure:4997: result: yes
configure:4927: checking for isnan
configure:4977: gcc -o conftest conftest.c >&5
configure:4980: $? = 0
configure:4983: test -s conftest
configure:4986: $? = 0
configure:4997: result: yes
configure:5012: checking for _finite
configure:5062: gcc -o conftest conftest.c >&5
/tmp/ccGrkSRS.o(.text+0x16): In function `main':
: undefined reference to `_finite'
/tmp/ccGrkSRS.o(.data+0x0): undefined reference to `_finite'
collect2: ld returned 1 exit status
configure:5065: $? = 1
configure: failed program was:
| #line 5017 "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:5082: result: no
configure:5012: checking for _isnan
configure:5062: gcc -o conftest conftest.c >&5
/tmp/cc4nsd9K.o(.text+0x16): In function `main':
: undefined reference to `_isnan'
/tmp/cc4nsd9K.o(.data+0x0): undefined reference to `_isnan'
collect2: ld returned 1 exit status
configure:5065: $? = 1
configure: failed program was:
| #line 5017 "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:5082: result: no
configure:5107: checking ieeefp.h usability
configure:5120: gcc -c conftest.c >&5
configure:5184:20: ieeefp.h: No such file or directory
configure:5123: $? = 1
configure: failed program was:
| #line 5109 "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:5139: result: no
configure:5143: checking ieeefp.h presence
configure:5154: gcc -E conftest.c
configure:5186:20: ieeefp.h: No such file or directory
configure:5160: $? = 1
configure: failed program was:
| #line 5145 "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:5179: result: no
configure:5215: checking for ieeefp.h
configure:5222: result: no
configure:5107: checking zlib.h usability
configure:5120: gcc -c conftest.c >&5
configure:5123: $? = 0
configure:5126: test -s conftest.o
configure:5129: $? = 0
configure:5139: result: yes
configure:5143: checking zlib.h presence
configure:5154: gcc -E conftest.c
configure:5160: $? = 0
configure:5179: result: yes
configure:5215: checking for zlib.h
configure:5222: result: yes
configure:5236: checking for pid_t
configure:5261: gcc -c conftest.c >&5
configure:5264: $? = 0
configure:5267: test -s conftest.o
configure:5270: $? = 0
configure:5281: result: yes
configure:5299: checking for unistd.h
configure:5304: result: yes
configure:5308: checking vfork.h usability
configure:5321: gcc -c conftest.c >&5
configure:5387:19: vfork.h: No such file or directory
configure:5324: $? = 1
configure: failed program was:
| #line 5310 "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:5340: result: no
configure:5344: checking vfork.h presence
configure:5355: gcc -E conftest.c
configure:5389:19: vfork.h: No such file or directory
configure:5361: $? = 1
configure: failed program was:
| #line 5346 "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:5380: result: no
configure:5416: checking for vfork.h
configure:5423: result: no
configure:5441: checking for fork
configure:5491: gcc -o conftest conftest.c >&5
configure:5494: $? = 0
configure:5497: test -s conftest
configure:5500: $? = 0
configure:5511: result: yes
configure:5441: checking for vfork
configure:5491: gcc -o conftest conftest.c >&5
configure:5494: $? = 0
configure:5497: test -s conftest
configure:5500: $? = 0
configure:5511: result: yes
configure:5522: checking for working fork
configure:5545: gcc -o conftest conftest.c >&5
configure:5548: $? = 0
configure:5550: ./conftest
configure:5553: $? = 0
configure:5567: result: yes
configure:5588: checking for working vfork
configure:5722: result: yes
configure:5759: checking for stdlib.h
configure:5764: result: yes
configure:5759: checking for unistd.h
configure:5764: result: yes
configure:5900: checking for getpagesize
configure:5950: gcc -o conftest conftest.c >&5
configure:5953: $? = 0
configure:5956: test -s conftest
configure:5959: $? = 0
configure:5970: result: yes
configure:5980: checking for working mmap
configure:6123: gcc -o conftest conftest.c >&5
configure:6126: $? = 0
configure:6128: ./conftest
configure:6131: $? = 0
configure:6145: result: yes
configure:6156: checking for working memcmp
configure:6205: gcc -o conftest conftest.c >&5
configure:6208: $? = 0
configure:6210: ./conftest
configure:6213: $? = 0
configure:6227: result: yes
configure:6272: gcc -c conftest.c >&5
configure:6275: $? = 0
configure:6278: test -s conftest.o
configure:6281: $? = 0
configure:6320: gcc -c -gdwarf-2 -g3 conftest.c >&5
configure:6323: $? = 0
configure:6326: test -s conftest.o
configure:6329: $? = 0
configure:6441: checking for Win32 platform
configure:6464: result: no
configure:6475: checking for Linux platform
configure:6498: result: yes
configure:6506: checking for MacOSX platform
configure:6529: result: no
configure:6553: checking for python
configure:6616: result: python 2.2.2
configure:6731: checking for sdl-config
configure:6749: found /usr/local/bin/sdl-config
configure:6762: result: /usr/local/bin/sdl-config
configure:6770: checking for SDL - version >= 1.0.1
configure:6861: gcc -o conftest -I/usr/local/include/SDL -D_REENTRANT conftest.c -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread >&5
configure:6864: $? = 0
configure:6866: ./conftest
configure:6869: $? = 0
configure:6887: result: yes
configure:6981: checking for SDL_JoystickOpen
configure:7031: gcc -o conftest conftest.c -lutil -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread >&5
configure:7034: $? = 0
configure:7037: test -s conftest
configure:7040: $? = 0
configure:7051: result: yes
configure:7080: checking for Mix_OpenAudio in -lSDL_mixer
configure:7111: gcc -o conftest conftest.c -lSDL_mixer -lutil -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread >&5
configure:7114: $? = 0
configure:7117: test -s conftest
configure:7120: $? = 0
configure:7132: result: yes
configure:7189: checking for GL library
configure:7209: gcc -o conftest conftest.c -lutil -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread -lSDL_mixer -lGL >&5
configure:7212: $? = 0
configure:7215: test -s conftest
configure:7218: $? = 0
configure:7228: result: yes
configure:7628: checking for glXGetProcAddressARB
configure:7678: gcc -o conftest conftest.c -lutil -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread -lSDL_mixer -lGL >&5
configure:7681: $? = 0
configure:7684: test -s conftest
configure:7687: $? = 0
configure:7698: result: yes
configure:7756: checking for GLU library
configure:7776: gcc -o conftest conftest.c -lutil -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread -lSDL_mixer -lGL -lGLU >&5
configure:7779: $? = 0
configure:7782: test -s conftest
configure:7785: $? = 0
configure:7795: result: yes
configure:8216: checking for GL/gl.h
configure:8230: gcc -E -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c
configure:8236: $? = 0
configure:8256: result: yes
configure:8336: checking GL/glext.h usability
configure:8349: gcc -c -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c >&5
In file included from configure:8425:
/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 '*' token
/usr/include/GL/glext.h:2596: parse error before '*' token
/usr/include/GL/glext.h:2597: parse error before '*' token
/usr/include/GL/glext.h:2598: parse error before '*' token
/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 '*' token
/usr/include/GL/glext.h:2661: parse error before "coord"
/usr/include/GL/glext.h:2662: parse error before '*' token
/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 '*' token
/usr/include/GL/glext.h:2672: parse error before "red"
/usr/include/GL/glext.h:2673: parse error before '*' token
/usr/include/GL/glext.h:2674: parse error before "red"
/usr/include/GL/glext.h:2675: parse error before '*' token
/usr/include/GL/glext.h:2676: parse error before "red"
/usr/include/GL/glext.h:2677: parse error before '*' token
/usr/include/GL/glext.h:2678: parse error before "red"
/usr/include/GL/glext.h:2679: parse error before '*' token
/usr/include/GL/glext.h:2680: parse error before "red"
/usr/include/GL/glext.h:2681: parse error before '*' token
/usr/include/GL/glext.h:2682: parse error before "red"
/usr/include/GL/glext.h:2683: parse error before '*' token
/usr/include/GL/glext.h:2684: parse error before "red"
/usr/include/GL/glext.h:2685: parse error before '*' token
/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 '*' token
/usr/include/GL/glext.h:2689: parse error before "x"
/usr/include/GL/glext.h:2690: parse error before '*' token
/usr/include/GL/glext.h:2691: parse error before "x"
/usr/include/GL/glext.h:2692: parse error before '*' token
/usr/include/GL/glext.h:2693: parse error before "x"
/usr/include/GL/glext.h:2694: parse error before '*' token
/usr/include/GL/glext.h:2695: parse error before "x"
/usr/include/GL/glext.h:2696: parse error before '*' token
/usr/include/GL/glext.h:2697: parse error before "x"
/usr/include/GL/glext.h:2698: parse error before '*' token
/usr/include/GL/glext.h:2699: parse error before "x"
/usr/include/GL/glext.h:2700: parse error before '*' token
/usr/include/GL/glext.h:2701: parse error before "x"
/usr/include/GL/glext.h:2702: parse error before '*' token
/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 '*' token
/usr/include/GL/glext.h:2788: parse error before '*' token
/usr/include/GL/glext.h:2789: parse error before '*' token
/usr/include/GL/glext.h:2790: parse error before '*' token
/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 '*' token
/usr/include/GL/glext.h:2935: parse error before "x"
/usr/include/GL/glext.h:2936: parse error before '*' token
/usr/include/GL/glext.h:2937: parse error before "x"
/usr/include/GL/glext.h:2938: parse error before '*' token
/usr/include/GL/glext.h:2939: parse error before "x"
/usr/include/GL/glext.h:2940: parse error before '*' token
/usr/include/GL/glext.h:2941: parse error before "x"
/usr/include/GL/glext.h:2942: parse error before '*' token
/usr/include/GL/glext.h:2943: parse error before "x"
/usr/include/GL/glext.h:2944: parse error before '*' token
/usr/include/GL/glext.h:2945: parse error before "x"
/usr/include/GL/glext.h:2946: parse error before '*' token
/usr/include/GL/glext.h:2947: parse error before "x"
/usr/include/GL/glext.h:2948: parse error before '*' token
/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 '*' token
/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:3227: parse error before "target"
/usr/include/GL/glext.h:3228: parse error before "target"
/usr/include/GL/glext.h:3229: parse error before "target"
/usr/include/GL/glext.h:3230: parse error before "target"
/usr/include/GL/glext.h:3238: parse error before "mode"
/usr/include/GL/glext.h:3251: parse error before "pname"
/usr/include/GL/glext.h:3252: parse error before "pname"
/usr/include/GL/glext.h:3253: parse error before "pname"
/usr/include/GL/glext.h:3254: parse error before "pname"
/usr/include/GL/glext.h:3255: parse error before "pname"
/usr/include/GL/glext.h:3256: parse error before "pname"
/usr/include/GL/glext.h:3265: parse error before "target"
/usr/include/GL/glext.h:3266: parse error before "target"
/usr/include/GL/glext.h:3287: parse error before "n"
/usr/include/GL/glext.h:3287: `PFNGLARETEXTURESRESIDENTEXTPROC' declared as function returning a function
/usr/include/GL/glext.h:3288: parse error before "target"
/usr/include/GL/glext.h:3289: parse error before "n"
/usr/include/GL/glext.h:3290: parse error before "n"
/usr/include/GL/glext.h:3291: parse error before "texture"
/usr/include/GL/glext.h:3291: `PFNGLISTEXTUREEXTPROC' declared as function returning a function
/usr/include/GL/glext.h:3292: parse error before "n"
/usr/include/GL/glext.h:3301: parse error before "target"
/usr/include/GL/glext.h:3302: parse error before "target"
/usr/include/GL/glext.h:3311: parse error before "target"
/usr/include/GL/glext.h:3312: parse error before "target"
/usr/include/GL/glext.h:3329: parse error before "value"
/usr/include/GL/glext.h:3330: parse error before "pattern"
/usr/include/GL/glext.h:3350: parse error before "i"
/usr/include/GL/glext.h:3351: parse error before "size"
/usr/include/GL/glext.h:3352: parse error before "mode"
/usr/include/GL/glext.h:3353: parse error before "stride"
/usr/include/GL/glext.h:3354: parse error before "pname"
/usr/include/GL/glext.h:3355: parse error before "type"
/usr/include/GL/glext.h:3356: parse error before "type"
/usr/include/GL/glext.h:3357: parse error before "size"
/usr/include/GL/glext.h:3358: parse error before "size"
/usr/include/GL/glext.h:3390: parse error before "mode"
/usr/include/GL/glext.h:3421: parse error before "pname"
/usr/include/GL/glext.h:3422: parse error before "pname"
/usr/include/GL/glext.h:3423: parse error before "pname"
/usr/include/GL/glext.h:3424: parse error before "pname"
/usr/include/GL/glext.h:3437: parse error before "pname"
/usr/include/GL/glext.h:3438: parse error before "pname"
/usr/include/GL/glext.h:3447: parse error before "pname"
/usr/include/GL/glext.h:3448: parse error before "pname"
/usr/include/GL/glext.h:3461: parse error before '*' token
/usr/include/GL/glext.h:3461: `GLint' declared as function returning a function
/usr/include/GL/glext.h:3462: parse error before "size"
/usr/include/GL/glext.h:3463: `PFNGLPOLLINSTRUMENTSSGIXPROC' declared as function returning a function
/usr/include/GL/glext.h:3497: parse error before "target"
/usr/include/GL/glext.h:3498: parse error before "target"
/usr/include/GL/glext.h:3499: parse error before "mask"
/usr/include/GL/glext.h:3500: parse error before "mask"
/usr/include/GL/glext.h:3508: parse error before '*' token
/usr/include/GL/glext.h:3529: parse error before "n"
/usr/include/GL/glext.h:3530: parse error before '*' token
/usr/include/GL/glext.h:3547: parse error before "target"
/usr/include/GL/glext.h:3548: parse error before "target"
/usr/include/GL/glext.h:3549: parse error before "target"
/usr/include/GL/glext.h:3550: parse error before "target"
/usr/include/GL/glext.h:3551: parse error before "target"
/usr/include/GL/glext.h:3552: parse error before "target"
/usr/include/GL/glext.h:3569: parse error before "target"
/usr/include/GL/glext.h:3570: parse error before "target"
/usr/include/GL/glext.h:3582: parse error before "target"
/usr/include/GL/glext.h:3593: parse error before "target"
/usr/include/GL/glext.h:3594: parse error before "target"
/usr/include/GL/glext.h:3595: parse error before "target"
/usr/include/GL/glext.h:3596: parse error before "target"
/usr/include/GL/glext.h:3613: parse error before "list"
/usr/include/GL/glext.h:3614: parse error before "list"
/usr/include/GL/glext.h:3615: parse error before "list"
/usr/include/GL/glext.h:3616: parse error before "list"
/usr/include/GL/glext.h:3617: parse error before "list"
/usr/include/GL/glext.h:3618: parse error before "list"
/usr/include/GL/glext.h:3646: parse error before "face"
/usr/include/GL/glext.h:3654: parse error before "func"
/usr/include/GL/glext.h:3667: parse error before "GLsizei"
/usr/include/GL/glext.h:3677: parse error before "pname"
/usr/include/GL/glext.h:3678: parse error before "pname"
/usr/include/GL/glext.h:3707: parse error before "face"
/usr/include/GL/glext.h:3708: parse error before "light"
/usr/include/GL/glext.h:3709: parse error before "light"
/usr/include/GL/glext.h:3710: parse error before "light"
/usr/include/GL/glext.h:3711: parse error before "light"
/usr/include/GL/glext.h:3712: parse error before "pname"
/usr/include/GL/glext.h:3713: parse error before "pname"
/usr/include/GL/glext.h:3714: parse error before "pname"
/usr/include/GL/glext.h:3715: parse error before "pname"
/usr/include/GL/glext.h:3716: parse error before "face"
/usr/include/GL/glext.h:3717: parse error before "face"
/usr/include/GL/glext.h:3718: parse error before "face"
/usr/include/GL/glext.h:3719: parse error before "face"
/usr/include/GL/glext.h:3720: parse error before "light"
/usr/include/GL/glext.h:3721: parse error before "light"
/usr/include/GL/glext.h:3722: parse error before "face"
/usr/include/GL/glext.h:3723: parse error before "face"
/usr/include/GL/glext.h:3724: parse error before "pname"
/usr/include/GL/glext.h:3740: parse error before "mode"
/usr/include/GL/glext.h:3758: parse error before "mode"
/usr/include/GL/glext.h:3759: parse error before "pname"
/usr/include/GL/glext.h:3760: parse error before "face"
/usr/include/GL/glext.h:3781: parse error before "marker"
/usr/include/GL/glext.h:3782: parse error before '*' token
/usr/include/GL/glext.h:3782: `PFNGLFINISHASYNCSGIXPROC' declared as function returning a function
/usr/include/GL/glext.h:3783: parse error before '*' token
/usr/include/GL/glext.h:3783: `PFNGLPOLLASYNCSGIXPROC' declared as function returning a function
/usr/include/GL/glext.h:3784: parse error before '*' token
/usr/include/GL/glext.h:3784: parse error before "range"
/usr/include/GL/glext.h:3784: `GLuint' declared as function returning a function
/usr/include/GL/glext.h:3785: parse error before "GLsizei"
/usr/include/GL/glext.h:3786: `PFNGLISASYNCMARKERSGIXPROC' declared as function returning a function
/usr/include/GL/glext.h:3805: parse error before "GLenum"
/usr/include/GL/glext.h:3806: parse error before "type"
/usr/include/GL/glext.h:3807: parse error before "GLenum"
/usr/include/GL/glext.h:3808: parse error before "GLenum"
/usr/include/GL/glext.h:3823: parse error before "target"
/usr/include/GL/glext.h:3824: parse error before "target"
/usr/include/GL/glext.h:3825: parse error before "target"
/usr/include/GL/glext.h:3826: parse error before "target"
/usr/include/GL/glext.h:3862: parse error before "red"
/usr/include/GL/glext.h:3863: parse error before '*' token
/usr/include/GL/glext.h:3864: parse error before "red"
/usr/include/GL/glext.h:3865: parse error before '*' token
/usr/include/GL/glext.h:3866: parse error before "red"
/usr/include/GL/glext.h:3867: parse error before '*' token
/usr/include/GL/glext.h:3870: parse error before "red"
/usr/include/GL/glext.h:3871: parse error before '*' token
/usr/include/GL/glext.h:3872: parse error before "red"
/usr/include/GL/glext.h:3873: parse error before '*' token
/usr/include/GL/glext.h:3876: parse error before "red"
/usr/include/GL/glext.h:3877: parse error before '*' token
/usr/include/GL/glext.h:3878: parse error before "GLenum"
/usr/include/GL/glext.h:3886: parse error before "mode"
/usr/include/GL/glext.h:3895: parse error before "mode"
/usr/include/GL/glext.h:3896: parse error before "mode"
/usr/include/GL/glext.h:3908: parse error before "coord"
/usr/include/GL/glext.h:3909: parse error before '*' token
/usr/include/GL/glext.h:3910: parse error before "coord"
/usr/include/GL/glext.h:3911: parse error before '*' token
/usr/include/GL/glext.h:3912: parse error before "type"
/usr/include/GL/glext.h:3945: parse error before "tx"
/usr/include/GL/glext.h:3946: parse error before '*' token
/usr/include/GL/glext.h:3947: parse error before "tx"
/usr/include/GL/glext.h:3948: parse error before '*' token
/usr/include/GL/glext.h:3949: parse error before "tx"
/usr/include/GL/glext.h:3950: parse error before '*' token
/usr/include/GL/glext.h:3953: parse error before "tx"
/usr/include/GL/glext.h:3954: parse error before '*' token
/usr/include/GL/glext.h:3955: parse error before "bx"
/usr/include/GL/glext.h:3956: parse error before '*' token
/usr/include/GL/glext.h:3957: parse error before "bx"
/usr/include/GL/glext.h:3958: parse error before '*' token
/usr/include/GL/glext.h:3959: parse error before "bx"
/usr/include/GL/glext.h:3960: parse error before '*' token
/usr/include/GL/glext.h:3963: parse error before "bx"
/usr/include/GL/glext.h:3964: parse error before '*' token
/usr/include/GL/glext.h:3965: parse error before "type"
/usr/include/GL/glext.h:3966: parse error before "type"
/usr/include/GL/glext.h:4005: parse error before "factor"
/usr/include/GL/glext.h:4006: parse error before "factor"
/usr/include/GL/glext.h:4008: parse error before "factor"
/usr/include/GL/glext.h:4009: parse error before "factor"
/usr/include/GL/glext.h:4010: parse error before "factor"
/usr/include/GL/glext.h:4011: parse error before "factor"
/usr/include/GL/glext.h:4027: parse error before "code"
/usr/include/GL/glext.h:4028: parse error before "code"
/usr/include/GL/glext.h:4030: parse error before '*' token
/usr/include/GL/glext.h:4031: parse error before '*' token
/usr/include/GL/glext.h:4032: parse error before "type"
/usr/include/GL/glext.h:4079: parse error before "r"
/usr/include/GL/glext.h:4080: parse error before '*' token
/usr/include/GL/glext.h:4081: parse error before "r"
/usr/include/GL/glext.h:4082: parse error before '*' token
/usr/include/GL/glext.h:4083: parse error before "r"
/usr/include/GL/glext.h:4084: parse error before '*' token
/usr/include/GL/glext.h:4085: parse error before "nx"
/usr/include/GL/glext.h:4086: parse error before '*' token
/usr/include/GL/glext.h:4087: parse error before "r"
/usr/include/GL/glext.h:4088: parse error before '*' token
/usr/include/GL/glext.h:4089: parse error before "s"
/usr/include/GL/glext.h:4090: parse error before '*' token
/usr/include/GL/glext.h:4091: parse error before "s"
/usr/include/GL/glext.h:4092: parse error before '*' token
/usr/include/GL/glext.h:4093: parse error before "s"
/usr/include/GL/glext.h:4094: parse error before '*' token
/usr/include/GL/glext.h:4095: parse error before "s"
/usr/include/GL/glext.h:4096: parse error before '*' token
/usr/include/GL/glext.h:4097: parse error before "s"
/usr/include/GL/glext.h:4098: parse error before '*' token
/usr/include/GL/glext.h:4099: parse error before "s"
/usr/include/GL/glext.h:4100: parse error before '*' token
/usr/include/GL/glext.h:4101: parse error before "s"
/usr/include/GL/glext.h:4102: parse error before '*' token
/usr/include/GL/glext.h:4103: parse error before "GLfloat"
/usr/include/GL/glext.h:4104: parse error before '*' token
/usr/include/GL/glext.h:4105: parse error before "GLubyte"
/usr/include/GL/glext.h:4106: parse error before '*' token
/usr/include/GL/glext.h:4107: parse error before "GLfloat"
/usr/include/GL/glext.h:4108: parse error before '*' token
/usr/include/GL/glext.h:4109: parse error before "GLfloat"
/usr/include/GL/glext.h:4110: parse error before '*' token
/usr/include/GL/glext.h:4111: parse error before "GLfloat"
/usr/include/GL/glext.h:4112: parse error before '*' token
/usr/include/GL/glext.h:4113: parse error before "GLfloat"
/usr/include/GL/glex
Post Reply