glut - freeglut

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
Guest

glut - freeglut

Post by Guest »

Hi!

On my System im using the freeglut library but i can't get vegastrike to compile against that. The following error occurs while doing configure:

checking for GLU library... yes
checking for GL/gl.h... yes
checking GL/glext.h usability... no
checking GL/glext.h presence... yes
configure: WARNING: GL/glext.h: present but cannot be compiled
configure: WARNING: GL/glext.h: check for missing prerequisite headers?
configure: WARNING: GL/glext.h: see the Autoconf documentation
configure: WARNING: GL/glext.h: section "Present But Cannot Be Compiled"
configure: WARNING: GL/glext.h: proceeding with the preprocessor's result
configure: WARNING: GL/glext.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for GL/glext.h... yes
checking whether glext.h is recent enough... yes
checking for glut32 library... no
checking for glut library... no
configure: error: GLUT library not found or too old version. 3.7 (beta) or later required.

Is there a way to compile with freeglut, or must i install the old glut lib? When i need to install glut itself, can anone tell me wehre to find the sources for that?

Tnx..
BBlack
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

just make sure you have a libglut.so lying around in your lib dir

if it links properly with the test program (check config.log) you're good to go

not all systems look in /usr/local/lib

otherwise search aroudn for it--should be in your package manager
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Guest

Post by Guest »

Hi!

Yes its there in /usr/lib and the system is up2date with ldconfig. Other games compile fine. In the moment i dont have installed the nvidia driver. Is it perhaps neccessary to install that for a proper compile?
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

paste the part of config.log that has the problem with glut
your ./configure output is useless
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
lejatorn
Explorer
Explorer
Posts: 13
Joined: Thu Mar 11, 2004 1:21 am
Location: Sweden
Contact:

Post by lejatorn »

http://vegastrike.sourceforge.net/forum ... php?t=2177

I had no problem to compile with freeglut but I had an error at execution which I solved by replacing freeglut with glut so I suggest you to do the same...
osama
Explorer
Explorer
Posts: 14
Joined: Mon Dec 20, 2004 11:32 am
Location: Finland

Post by osama »

if you have freeglut you also need
libxmu-dev
that worked for me.
Vegan praise seitan!
Guest

Post by Guest »

osama wrote:if you have freeglut you also need
libxmu-dev
that worked for me.
------------
that didn't help at all..
if it matters i'm using ubuntu debian and yes freelut..

i'm getting this error during compile and wondering how to fix it::

checking for glut32 library... no
checking for glut library... no
configure: error: GLUT library not found or too old version. 3.7 (beta) or later required.

config.log is huge but if you insist::
---------------
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.59. Invocation command line was

$ ./configure

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

hostname = Heartseed
uname -m = i686
uname -r = 2.6.8.1-2-386
uname -s = Linux
uname -v = #1 Tue Sep 14 10:30:08 BST 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: /usr/local/sbin
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/bin/X11
PATH: /usr/games


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

configure:1402: checking build system type
configure:1420: result: i686-pc-linux-gnu
configure:1428: checking host system type
configure:1442: result: i686-pc-linux-gnu
configure:1450: checking target system type
configure:1464: result: i686-pc-linux-gnu
configure:1495: checking for a BSD-compatible install
configure:1550: result: /usr/bin/install -c
configure:1561: checking whether build environment is sane
configure:1604: result: yes
configure:1661: checking for gawk
configure:1690: result: no
configure:1661: checking for mawk
configure:1677: found /usr/bin/mawk
configure:1687: result: mawk
configure:1697: checking whether make sets $(MAKE)
configure:1717: result: yes
configure:1932: checking for gcc
configure:1948: found /usr/bin/gcc
configure:1958: result: gcc
configure:2202: checking for C compiler version
configure:2205: gcc --version </dev/null >&5
gcc (GCC) 3.3.4 (Debian 1:3.3.4-9ubuntu5)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2208: $? = 0
configure:2210: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.4/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.4 (Debian 1:3.3.4-9ubuntu5)
configure:2213: $? = 0
configure:2215: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2218: $? = 1
configure:2241: checking for C compiler default output file name
configure:2244: gcc conftest.c >&5
configure:2247: $? = 0
configure:2293: result: a.out
configure:2298: checking whether the C compiler works
configure:2304: ./a.out
configure:2307: $? = 0
configure:2324: result: yes
configure:2331: checking whether we are cross compiling
configure:2333: result: no
configure:2336: checking for suffix of executables
configure:2338: gcc -o conftest conftest.c >&5
configure:2341: $? = 0
configure:2366: result:
configure:2372: checking for suffix of object files
configure:2393: gcc -c conftest.c >&5
configure:2396: $? = 0
configure:2418: result: o
configure:2422: checking whether we are using the GNU C compiler
configure:2446: gcc -c conftest.c >&5
configure:2452: $? = 0
configure:2455: test -z || test ! -s conftest.err
configure:2458: $? = 0
configure:2461: test -s conftest.o
configure:2464: $? = 0
configure:2477: result: yes
configure:2483: checking whether gcc accepts -g
configure:2504: gcc -c -g conftest.c >&5
configure:2510: $? = 0
configure:2513: test -z || test ! -s conftest.err
configure:2516: $? = 0
configure:2519: test -s conftest.o
configure:2522: $? = 0
configure:2533: result: yes
configure:2550: checking for gcc option to accept ANSI C
configure:2620: gcc -c conftest.c >&5
configure:2626: $? = 0
configure:2629: test -z || test ! -s conftest.err
configure:2632: $? = 0
configure:2635: test -s conftest.o
configure:2638: $? = 0
configure:2656: result: none needed
configure:2674: gcc -c conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2680: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2821: checking for style of include used by make
configure:2849: result: GNU
configure:2877: checking dependency style of gcc
configure:2967: result: gcc3
configure:3004: gcc -c -falign-loops=4 conftest.c >&5
configure:3010: $? = 0
configure:3013: test -z || test ! -s conftest.err
configure:3016: $? = 0
configure:3019: test -s conftest.o
configure:3022: $? = 0
configure:3090: checking for g++
configure:3106: found /usr/bin/g++
configure:3116: result: g++
configure:3132: checking for C++ compiler version
configure:3135: g++ --version </dev/null >&5
g++ (GCC) 3.3.4 (Debian 1:3.3.4-9ubuntu5)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3138: $? = 0
configure:3140: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.4/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.4 (Debian 1:3.3.4-9ubuntu5)
configure:3143: $? = 0
configure:3145: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:3148: $? = 1
configure:3151: checking whether we are using the GNU C++ compiler
configure:3175: g++ -c conftest.cc >&5
configure:3181: $? = 0
configure:3184: test -z || test ! -s conftest.err
configure:3187: $? = 0
configure:3190: test -s conftest.o
configure:3193: $? = 0
configure:3206: result: yes
configure:3212: checking whether g++ accepts -g
configure:3233: g++ -c -g conftest.cc >&5
configure:3239: $? = 0
configure:3242: test -z || test ! -s conftest.err
configure:3245: $? = 0
configure:3248: test -s conftest.o
configure:3251: $? = 0
configure:3262: result: yes
configure:3304: g++ -c conftest.cc >&5
configure:3310: $? = 0
configure:3313: test -z || test ! -s conftest.err
configure:3316: $? = 0
configure:3319: test -s conftest.o
configure:3322: $? = 0
configure:3348: g++ -c conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:15: error: `exit' undeclared (first use this function)
conftest.cc:15: error: (Each undeclared identifier is reported only once for
each function it appears in.)
configure:3354: $? = 1
configure: failed program was:
| /* 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:3304: g++ -c conftest.cc >&5
configure:3310: $? = 0
configure:3313: test -z || test ! -s conftest.err
configure:3316: $? = 0
configure:3319: test -s conftest.o
configure:3322: $? = 0
configure:3348: g++ -c conftest.cc >&5
configure:3354: $? = 0
configure:3357: test -z || test ! -s conftest.err
configure:3360: $? = 0
configure:3363: test -s conftest.o
configure:3366: $? = 0
configure:3391: checking dependency style of g++
configure:3481: result: gcc3
configure:3503: checking how to run the C++ preprocessor
configure:3534: g++ -E conftest.cc
configure:3540: $? = 0
configure:3572: g++ -E conftest.cc
conftest.cc:14:28: ac_nonexistent.h: No such file or directory
configure:3578: $? = 1
configure: failed program was:
| /* 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
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3617: result: g++ -E
configure:3641: g++ -E conftest.cc
configure:3647: $? = 0
configure:3679: g++ -E conftest.cc
conftest.cc:14:28: ac_nonexistent.h: No such file or directory
configure:3685: $? = 1
configure: failed program was:
| /* 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
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3743: checking for a BSD-compatible install
configure:3798: result: /usr/bin/install -c
configure:3809: checking whether ln -s works
configure:3813: result: yes
configure:3861: checking for ranlib
configure:3877: found /usr/bin/ranlib
configure:3888: result: ranlib
configure:3906: checking how to run the C preprocessor
configure:3941: gcc -E conftest.c
configure:3947: $? = 0
configure:3979: gcc -E conftest.c
conftest.c:14:28: ac_nonexistent.h: No such file or directory
configure:3985: $? = 1
configure: failed program was:
| /* 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
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4024: result: gcc -E
configure:4048: gcc -E conftest.c
configure:4054: $? = 0
configure:4086: gcc -E conftest.c
conftest.c:14:28: ac_nonexistent.h: No such file or directory
configure:4092: $? = 1
configure: failed program was:
| /* 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
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4136: checking for egrep
configure:4146: result: grep -E
configure:4151: checking for ANSI C header files
configure:4176: gcc -c conftest.c >&5
configure:4182: $? = 0
configure:4185: test -z || test ! -s conftest.err
configure:4188: $? = 0
configure:4191: test -s conftest.o
configure:4194: $? = 0
configure:4280: gcc -o conftest conftest.c >&5
configure:4283: $? = 0
configure:4285: ./conftest
configure:4288: $? = 0
configure:4303: result: yes
configure:4321: checking for dirent.h that defines DIR
configure:4345: gcc -c conftest.c >&5
configure:4351: $? = 0
configure:4354: test -z || test ! -s conftest.err
configure:4357: $? = 0
configure:4360: test -s conftest.o
configure:4363: $? = 0
configure:4374: result: yes
configure:4387: checking for library containing opendir
configure:4417: gcc -o conftest conftest.c >&5
configure:4423: $? = 0
configure:4426: test -z || test ! -s conftest.err
configure:4429: $? = 0
configure:4432: test -s conftest
configure:4435: $? = 0
configure:4504: result: none required
configure:4652: checking for sys/types.h
configure:4668: gcc -c conftest.c >&5
configure:4674: $? = 0
configure:4677: test -z || test ! -s conftest.err
configure:4680: $? = 0
configure:4683: test -s conftest.o
configure:4686: $? = 0
configure:4697: result: yes
configure:4652: checking for sys/stat.h
configure:4668: gcc -c conftest.c >&5
configure:4674: $? = 0
configure:4677: test -z || test ! -s conftest.err
configure:4680: $? = 0
configure:4683: test -s conftest.o
configure:4686: $? = 0
configure:4697: result: yes
configure:4652: checking for stdlib.h
configure:4668: gcc -c conftest.c >&5
configure:4674: $? = 0
configure:4677: test -z || test ! -s conftest.err
configure:4680: $? = 0
configure:4683: test -s conftest.o
configure:4686: $? = 0
configure:4697: result: yes
configure:4652: checking for string.h
configure:4668: gcc -c conftest.c >&5
configure:4674: $? = 0
configure:4677: test -z || test ! -s conftest.err
configure:4680: $? = 0
configure:4683: test -s conftest.o
configure:4686: $? = 0
configure:4697: result: yes
configure:4652: checking for memory.h
configure:4668: gcc -c conftest.c >&5
configure:4674: $? = 0
configure:4677: test -z || test ! -s conftest.err
configure:4680: $? = 0
configure:4683: test -s conftest.o
configure:4686: $? = 0
configure:4697: result: yes
configure:4652: checking for strings.h
configure:4668: gcc -c conftest.c >&5
configure:4674: $? = 0
configure:4677: test -z || test ! -s conftest.err
configure:4680: $? = 0
configure:4683: test -s conftest.o
configure:4686: $? = 0
configure:4697: result: yes
configure:4652: checking for inttypes.h
configure:4668: gcc -c conftest.c >&5
configure:4674: $? = 0
configure:4677: test -z || test ! -s conftest.err
configure:4680: $? = 0
configure:4683: test -s conftest.o
configure:4686: $? = 0
configure:4697: result: yes
configure:4652: checking for stdint.h
configure:4668: gcc -c conftest.c >&5
configure:4674: $? = 0
configure:4677: test -z || test ! -s conftest.err
configure:4680: $? = 0
configure:4683: test -s conftest.o
configure:4686: $? = 0
configure:4697: result: yes
configure:4652: checking for unistd.h
configure:4668: gcc -c conftest.c >&5
configure:4674: $? = 0
configure:4677: test -z || test ! -s conftest.err
configure:4680: $? = 0
configure:4683: test -s conftest.o
configure:4686: $? = 0
configure:4697: result: yes
configure:4728: checking fcntl.h usability
configure:4740: gcc -c conftest.c >&5
configure:4746: $? = 0
configure:4749: test -z || test ! -s conftest.err
configure:4752: $? = 0
configure:4755: test -s conftest.o
configure:4758: $? = 0
configure:4768: result: yes
configure:4772: checking fcntl.h presence
configure:4782: gcc -E conftest.c
configure:4788: $? = 0
configure:4808: result: yes
configure:4843: checking for fcntl.h
configure:4850: result: yes
configure:4728: checking limits.h usability
configure:4740: gcc -c conftest.c >&5
configure:4746: $? = 0
configure:4749: test -z || test ! -s conftest.err
configure:4752: $? = 0
configure:4755: test -s conftest.o
configure:4758: $? = 0
configure:4768: result: yes
configure:4772: checking limits.h presence
configure:4782: gcc -E conftest.c
configure:4788: $? = 0
configure:4808: result: yes
configure:4843: checking for limits.h
configure:4850: result: yes
configure:4728: checking malloc.h usability
configure:4740: gcc -c conftest.c >&5
configure:4746: $? = 0
configure:4749: test -z || test ! -s conftest.err
configure:4752: $? = 0
configure:4755: test -s conftest.o
configure:4758: $? = 0
configure:4768: result: yes
configure:4772: checking malloc.h presence
configure:4782: gcc -E conftest.c
configure:4788: $? = 0
configure:4808: result: yes
configure:4843: checking for malloc.h
configure:4850: result: yes
configure:4728: checking sys/ioctl.h usability
configure:4740: gcc -c conftest.c >&5
configure:4746: $? = 0
configure:4749: test -z || test ! -s conftest.err
configure:4752: $? = 0
configure:4755: test -s conftest.o
configure:4758: $? = 0
configure:4768: result: yes
configure:4772: checking sys/ioctl.h presence
configure:4782: gcc -E conftest.c
configure:4788: $? = 0
configure:4808: result: yes
configure:4843: checking for sys/ioctl.h
configure:4850: result: yes
configure:4728: checking sys/time.h usability
configure:4740: gcc -c conftest.c >&5
configure:4746: $? = 0
configure:4749: test -z || test ! -s conftest.err
configure:4752: $? = 0
configure:4755: test -s conftest.o
configure:4758: $? = 0
configure:4768: result: yes
configure:4772: checking sys/time.h presence
configure:4782: gcc -E conftest.c
configure:4788: $? = 0
configure:4808: result: yes
configure:4843: checking for sys/time.h
configure:4850: result: yes
configure:4719: checking for unistd.h
configure:4724: result: yes
configure:4866: checking for an ANSI C-conforming const
configure:4933: gcc -c conftest.c >&5
configure:4939: $? = 0
configure:4942: test -z || test ! -s conftest.err
configure:4945: $? = 0
configure:4948: test -s conftest.o
configure:4951: $? = 0
configure:4962: result: yes
configure:4972: checking whether time.h and sys/time.h may both be included
configure:4997: gcc -c conftest.c >&5
configure:5003: $? = 0
configure:5006: test -z || test ! -s conftest.err
configure:5009: $? = 0
configure:5012: test -s conftest.o
configure:5015: $? = 0
configure:5026: result: yes
configure:5036: checking for inline
configure:5057: gcc -c conftest.c >&5
configure:5063: $? = 0
configure:5066: test -z || test ! -s conftest.err
configure:5069: $? = 0
configure:5072: test -s conftest.o
configure:5075: $? = 0
configure:5087: result: inline
configure:5106: checking for size_t
configure:5130: gcc -c conftest.c >&5
configure:5136: $? = 0
configure:5139: test -z || test ! -s conftest.err
configure:5142: $? = 0
configure:5145: test -s conftest.o
configure:5148: $? = 0
configure:5159: result: yes
configure:5184: checking for getcwd
configure:5241: gcc -o conftest conftest.c >&5
configure:5247: $? = 0
configure:5250: test -z || test ! -s conftest.err
configure:5253: $? = 0
configure:5256: test -s conftest
configure:5259: $? = 0
configure:5271: result: yes
configure:5184: checking for gettimeofday
configure:5241: gcc -o conftest conftest.c >&5
configure:5247: $? = 0
configure:5250: test -z || test ! -s conftest.err
configure:5253: $? = 0
configure:5256: test -s conftest
configure:5259: $? = 0
configure:5271: result: yes
configure:5184: checking for strdup
configure:5241: gcc -o conftest conftest.c >&5
configure:5247: $? = 0
configure:5250: test -z || test ! -s conftest.err
configure:5253: $? = 0
configure:5256: test -s conftest
configure:5259: $? = 0
configure:5271: result: yes
configure:5184: checking for select
configure:5241: gcc -o conftest conftest.c >&5
configure:5247: $? = 0
configure:5250: test -z || test ! -s conftest.err
configure:5253: $? = 0
configure:5256: test -s conftest
configure:5259: $? = 0
configure:5271: result: yes
configure:5184: checking for socket
configure:5241: gcc -o conftest conftest.c >&5
configure:5247: $? = 0
configure:5250: test -z || test ! -s conftest.err
configure:5253: $? = 0
configure:5256: test -s conftest
configure:5259: $? = 0
configure:5271: result: yes
configure:5184: checking for strstr
configure:5241: gcc -o conftest conftest.c >&5
conftest.c:61: warning: conflicting types for built-in function `strstr'
configure:5247: $? = 0
configure:5250: test -z || test ! -s conftest.err
configure:5253: $? = 0
configure:5256: test -s conftest
configure:5259: $? = 0
configure:5271: result: yes
configure:5184: checking for access
configure:5241: gcc -o conftest conftest.c >&5
configure:5247: $? = 0
configure:5250: test -z || test ! -s conftest.err
configure:5253: $? = 0
configure:5256: test -s conftest
configure:5259: $? = 0
configure:5271: result: yes
configure:5184: checking for lstat
configure:5241: gcc -o conftest conftest.c >&5
configure:5247: $? = 0
configure:5250: test -z || test ! -s conftest.err
configure:5253: $? = 0
configure:5256: test -s conftest
configure:5259: $? = 0
configure:5271: result: yes
configure:5287: checking for finite
configure:5344: gcc -o conftest conftest.c >&5
configure:5350: $? = 0
configure:5353: test -z || test ! -s conftest.err
configure:5356: $? = 0
configure:5359: test -s conftest
configure:5362: $? = 0
configure:5374: result: yes
configure:5287: checking for isnan
configure:5344: gcc -o conftest conftest.c >&5
configure:5350: $? = 0
configure:5353: test -z || test ! -s conftest.err
configure:5356: $? = 0
configure:5359: test -s conftest
configure:5362: $? = 0
configure:5374: result: yes
configure:5389: checking for _finite
configure:5446: gcc -o conftest conftest.c >&5
/tmp/ccNho05i.o(.text+0x16): In function `main':
: undefined reference to `_finite'
/tmp/ccNho05i.o(.data+0x0): undefined reference to `_finite'
collect2: ld returned 1 exit status
configure:5452: $? = 1
configure: failed program was:
| /* 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
| extern "C" void std::exit (int) throw (); using std::exit;
| #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. */
| /* Define _finite to an innocuous variant, in case <limits.h> declares _finite.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _finite innocuous__finite
|
| /* 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
|
| #undef _finite
|
| /* 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:5476: result: no
configure:5389: checking for _isnan
configure:5446: gcc -o conftest conftest.c >&5
/tmp/ccCre1Rz.o(.text+0x16): In function `main':
: undefined reference to `_isnan'
/tmp/ccCre1Rz.o(.data+0x0): undefined reference to `_isnan'
collect2: ld returned 1 exit status
configure:5452: $? = 1
configure: failed program was:
| /* 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
| extern "C" void std::exit (int) throw (); using std::exit;
| #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. */
| /* Define _isnan to an innocuous variant, in case <limits.h> declares _isnan.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _isnan innocuous__isnan
|
| /* 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
|
| #undef _isnan
|
| /* 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:5476: result: no
configure:5501: checking ieeefp.h usability
configure:5513: gcc -c conftest.c >&5
conftest.c:76:20: ieeefp.h: No such file or directory
configure:5519: $? = 1
configure: failed program was:
| /* 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
| extern "C" void std::exit (int) throw (); using std::exit;
| #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:5541: result: no
configure:5545: checking ieeefp.h presence
configure:5555: gcc -E conftest.c
conftest.c:42:20: ieeefp.h: No such file or directory
configure:5561: $? = 1
configure: failed program was:
| /* 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
| extern "C" void std::exit (int) throw (); using std::exit;
| #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:5581: result: no
configure:5616: checking for ieeefp.h
configure:5623: result: no
configure:5501: checking zlib.h usability
configure:5513: gcc -c conftest.c >&5
configure:5519: $? = 0
configure:5522: test -z || test ! -s conftest.err
configure:5525: $? = 0
configure:5528: test -s conftest.o
configure:5531: $? = 0
configure:5541: result: yes
configure:5545: checking zlib.h presence
configure:5555: gcc -E conftest.c
configure:5561: $? = 0
configure:5581: result: yes
configure:5616: checking for zlib.h
configure:5623: result: yes
configure:5637: checking for pid_t
configure:5661: gcc -c conftest.c >&5
configure:5667: $? = 0
configure:5670: test -z || test ! -s conftest.err
configure:5673: $? = 0
configure:5676: test -s conftest.o
configure:5679: $? = 0
configure:5690: result: yes
configure:5708: checking for unistd.h
configure:5713: result: yes
configure:5717: checking vfork.h usability
configure:5729: gcc -c conftest.c >&5
conftest.c:78:19: vfork.h: No such file or directory
configure:5735: $? = 1
configure: failed program was:
| /* 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
| extern "C" void std::exit (int) throw (); using std::exit;
| #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:5757: result: no
configure:5761: checking vfork.h presence
configure:5771: gcc -E conftest.c
conftest.c:44:19: vfork.h: No such file or directory
configure:5777: $? = 1
configure: failed program was:
| /* 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
| extern "C" void std::exit (int) throw (); using std::exit;
| #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:5797: result: no
configure:5832: checking for vfork.h
configure:5839: result: no
configure:5857: checking for fork
configure:5914: gcc -o conftest conftest.c >&5
configure:5920: $? = 0
configure:5923: test -z || test ! -s conftest.err
configure:5926: $? = 0
configure:5929: test -s conftest
configure:5932: $? = 0
configure:5944: result: yes
configure:5857: checking for vfork
configure:5914: gcc -o conftest conftest.c >&5
configure:5920: $? = 0
configure:5923: test -z || test ! -s conftest.err
configure:5926: $? = 0
configure:5929: test -s conftest
configure:5932: $? = 0
configure:5944: result: yes
configure:5955: checking for working fork
configure:5978: gcc -o conftest conftest.c >&5
configure:5981: $? = 0
configure:5983: ./conftest
configure:5986: $? = 0
configure:6000: result: yes
configure:6021: checking for working vfork
configure:6154: result: yes
configure:6191: checking for stdlib.h
configure:6196: result: yes
configure:6191: checking for unistd.h
configure:6196: result: yes
configure:6339: checking for getpagesize
configure:6396: gcc -o conftest conftest.c >&5
configure:6402: $? = 0
configure:6405: test -z || test ! -s conftest.err
configure:6408: $? = 0
configure:6411: test -s conftest
configure:6414: $? = 0
configure:6426: result: yes
configure:6436: checking for working mmap
configure:6578: gcc -o conftest conftest.c >&5
configure:6581: $? = 0
configure:6583: ./conftest
configure:6586: $? = 0
configure:6600: result: yes
configure:6611: checking for working memcmp
configure:6659: gcc -o conftest conftest.c >&5
configure:6662: $? = 0
configure:6664: ./conftest
configure:6667: $? = 0
configure:6681: result: yes
configure:6732: gcc -c conftest.c >&5
configure:6738: $? = 0
configure:6741: test -z || test ! -s conftest.err
configure:6744: $? = 0
configure:6747: test -s conftest.o
configure:6750: $? = 0
configure:6788: gcc -c -gdwarf-2 -g3 conftest.c >&5
configure:6794: $? = 0
configure:6797: test -z || test ! -s conftest.err
configure:6800: $? = 0
configure:6803: test -s conftest.o
configure:6806: $? = 0
configure:6926: checking for Win32 platform
configure:6948: result: no
configure:6959: checking for Linux platform
configure:6981: result: yes
configure:6989: checking for MacOSX platform
configure:7011: result: no
configure:7035: checking for python
configure:7098: result: python 2.3.4
configure:7213: checking for sdl-config
configure:7231: found /usr/bin/sdl-config
configure:7244: result: /usr/bin/sdl-config
configure:7252: checking for SDL - version >= 1.0.1
configure:7342: gcc -o conftest -I/usr/include/SDL -D_REENTRANT conftest.c -lSDL -lpthread >&5
configure:7345: $? = 0
configure:7347: ./conftest
configure:7350: $? = 0
configure:7368: result: yes
configure:7471: checking for SDL_JoystickOpen
configure:7528: gcc -o conftest conftest.c -lutil -lSDL -lpthread >&5
configure:7534: $? = 0
configure:7537: test -z || test ! -s conftest.err
configure:7540: $? = 0
configure:7543: test -s conftest
configure:7546: $? = 0
configure:7558: result: yes
configure:7587: checking for Mix_OpenAudio in -lSDL_mixer
configure:7617: gcc -o conftest conftest.c -lSDL_mixer -lutil -lSDL -lpthread >&5
configure:7623: $? = 0
configure:7626: test -z || test ! -s conftest.err
configure:7629: $? = 0
configure:7632: test -s conftest
configure:7635: $? = 0
configure:7648: result: yes
configure:7705: checking for GL library
configure:7724: gcc -o conftest conftest.c -lutil -lSDL -lpthread -lSDL_mixer -lGL >&5
configure:7730: $? = 0
configure:7733: test -z || test ! -s conftest.err
configure:7736: $? = 0
configure:7739: test -s conftest
configure:7742: $? = 0
configure:7753: result: yes
configure:8216: checking for glXGetProcAddressARB
configure:8273: gcc -o conftest conftest.c -lutil -lSDL -lpthread -lSDL_mixer -lGL >&5
configure:8279: $? = 0
configure:8282: test -z || test ! -s conftest.err
configure:8285: $? = 0
configure:8288: test -s conftest
configure:8291: $? = 0
configure:8303: result: yes
configure:8361: checking for GLU library
configure:8380: gcc -o conftest conftest.c -lutil -lSDL -lpthread -lSDL_mixer -lGL -lGLU >&5
configure:8386: $? = 0
configure:8389: test -z || test ! -s conftest.err
configure:8392: $? = 0
configure:8395: test -s conftest
configure:8398: $? = 0
configure:8409: result: yes
configure:8893: checking for GL/gl.h
configure:8906: gcc -E -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c
configure:8912: $? = 0
configure:8933: result: yes
configure:9013: checking GL/glext.h usability
configure:9025: gcc -c -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c >&5
In file included from conftest.c:88:
/usr/include/GL/glext.h:2471: error: parse error before "red"
/usr/include/GL/glext.h:2472: error: parse error before "mode"
/usr/include/GL/glext.h:2473: error: parse error before "mode"
/usr/include/GL/glext.h:2474: error: parse error before "target"
/usr/include/GL/glext.h:2475: error: parse error before "target"
/usr/include/GL/glext.h:2476: error: parse error before "target"
/usr/include/GL/glext.h:2477: error: parse error before "target"
/usr/include/GL/glext.h:2478: error: parse error before "target"
/usr/include/GL/glext.h:2479: error: parse error before "target"
/usr/include/GL/glext.h:2480: error: parse error before "target"
/usr/include/GL/glext.h:2481: error: parse error before "target"
/usr/include/GL/glext.h:2482: error: parse error before "target"
/usr/include/GL/glext.h:2483: error: parse error before "target"
/usr/include/GL/glext.h:2484: error: parse error before "target"
/usr/include/GL/glext.h:2485: error: parse error before "target"
/usr/include/GL/glext.h:2486: error: parse error before "target"
/usr/include/GL/glext.h:2487: error: parse error before "target"
/usr/include/GL/glext.h:2488: error: parse error before "target"
/usr/include/GL/glext.h:2489: error: parse error before "target"
/usr/include/GL/glext.h:2490: error: parse error before "target"
/usr/include/GL/glext.h:2491: error: parse error before "target"
/usr/include/GL/glext.h:2492: error: parse error before "target"
/usr/include/GL/glext.h:2493: error: parse error before "target"
/usr/include/GL/glext.h:2494: error: parse error before "target"
/usr/include/GL/glext.h:2495: error: parse error before "target"
/usr/include/GL/glext.h:2496: error: parse error before "target"
/usr/include/GL/glext.h:2497: error: parse error before "target"
/usr/include/GL/glext.h:2498: error: parse error before "target"
/usr/include/GL/glext.h:2499: error: parse error before "target"
/usr/include/GL/glext.h:2500: error: parse error before "target"
/usr/include/GL/glext.h:2501: error: parse error before "target"
/usr/include/GL/glext.h:2502: error: parse error before "target"
/usr/include/GL/glext.h:2503: error: parse error before "target"
/usr/include/GL/glext.h:2504: error: parse error before "target"
/usr/include/GL/glext.h:2505: error: parse error before "target"
/usr/include/GL/glext.h:2506: error: parse error before "target"
/usr/include/GL/glext.h:2507: error: parse error before "target"
/usr/include/GL/glext.h:2508: error: parse error before "target"
/usr/include/GL/glext.h:2561: error: parse error before "texture"
/usr/include/GL/glext.h:2562: error: parse error before "texture"
/usr/include/GL/glext.h:2563: error: parse error before "target"
/usr/include/GL/glext.h:2564: error: parse error before "target"
/usr/include/GL/glext.h:2565: error: parse error before "target"
/usr/include/GL/glext.h:2566: error: parse error before "target"
/usr/include/GL/glext.h:2567: error: parse error before "target"
/usr/include/GL/glext.h:2568: error: parse error before "target"
/usr/include/GL/glext.h:2569: error: parse error before "target"
/usr/include/GL/glext.h:2570: error: parse error before "target"
/usr/include/GL/glext.h:2571: error: parse error before "target"
/usr/include/GL/glext.h:2572: error: parse error before "target"
/usr/include/GL/glext.h:2573: error: parse error before "target"
/usr/include/GL/glext.h:2574: error: parse error before "target"
/usr/include/GL/glext.h:2575: error: parse error before "target"
/usr/include/GL/glext.h:2576: error: parse error before "target"
/usr/include/GL/glext.h:2577: error: parse error before "target"
/usr/include/GL/glext.h:2578: error: parse error before "target"
/usr/include/GL/glext.h:2579: error: parse error before "target"
/usr/include/GL/glext.h:2580: error: parse error before "target"
/usr/include/GL/glext.h:2581: error: parse error before "target"
/usr/include/GL/glext.h:2582: error: parse error before "target"
/usr/include/GL/glext.h:2583: error: parse error before "target"
/usr/include/GL/glext.h:2584: error: parse error before "target"
/usr/include/GL/glext.h:2585: error: parse error before "target"
/usr/include/GL/glext.h:2586: error: parse error before "target"
/usr/include/GL/glext.h:2587: error: parse error before "target"
/usr/include/GL/glext.h:2588: error: parse error before "target"
/usr/include/GL/glext.h:2589: error: parse error before "target"
/usr/include/GL/glext.h:2590: error: parse error before "target"
/usr/include/GL/glext.h:2591: error: parse error before "target"
/usr/include/GL/glext.h:2592: error: parse error before "target"
/usr/include/GL/glext.h:2593: error: parse error before "target"
/usr/include/GL/glext.h:2594: error: parse error before "target"
/usr/include/GL/glext.h:2595: error: parse error before '*' token
/usr/include/GL/glext.h:2596: error: parse error before '*' token
/usr/include/GL/glext.h:2597: error: parse error before '*' token
/usr/include/GL/glext.h:2598: error: parse error before '*' token
/usr/include/GL/glext.h:2599: error: parse error before "value"
/usr/include/GL/glext.h:2600: error: parse error before "target"
/usr/include/GL/glext.h:2601: error: parse error before "target"
/usr/include/GL/glext.h:2602: error: parse error before "target"
/usr/include/GL/glext.h:2603: error: parse error before "target"
/usr/include/GL/glext.h:2604: error: parse error before "target"
/usr/include/GL/glext.h:2605: error: parse error before "target"
/usr/include/GL/glext.h:2606: error: parse error before "target"
/usr/include/GL/glext.h:2658: error: parse error before "sfactorRGB"
/usr/include/GL/glext.h:2659: error: parse error before "coord"
/usr/include/GL/glext.h:2660: error: parse error before '*' token
/usr/include/GL/glext.h:2661: error: parse error before "coord"
/usr/include/GL/glext.h:2662: error: parse error before '*' token
/usr/include/GL/glext.h:2663: error: parse error before "type"
/usr/include/GL/glext.h:2664: error: parse error before "mode"
/usr/include/GL/glext.h:2665: error: parse error before "mode"
/usr/include/GL/glext.h:2666: error: parse error before "pname"
/usr/include/GL/glext.h:2667: error: parse error before "pname"
/usr/include/GL/glext.h:2668: error: parse error before "pname"
/usr/include/GL/glext.h:2669: error: parse error before "pname"
/usr/include/GL/glext.h:2670: error: parse error before "red"
/usr/include/GL/glext.h:2671: error: parse error before '*' token
/usr/include/GL/glext.h:2672: error: parse error before "red"
/usr/include/GL/glext.h:2673: error: parse error before '*' token
/usr/include/GL/glext.h:2674: error: parse error before "red"
/usr/include/GL/glext.h:2675: error: parse error before '*' token
/usr/include/GL/glext.h:2676: error: parse error before "red"
/usr/include/GL/glext.h:2677: error: parse error before '*' token
/usr/include/GL/glext.h:2678: error: parse error before "red"
/usr/include/GL/glext.h:2679: error: parse error before '*' token
/usr/include/GL/glext.h:2680: error: parse error before "red"
/usr/include/GL/glext.h:2681: error: parse error before '*' token
/usr/include/GL/glext.h:2682: error: parse error before "red"
/usr/include/GL/glext.h:2683: error: parse error before '*' token
/usr/include/GL/glext.h:2684: error: parse error before "red"
/usr/include/GL/glext.h:2685: error: parse error before '*' token
/usr/include/GL/glext.h:2686: error: parse error before "size"
/usr/include/GL/glext.h:2687: error: parse error before "x"
/usr/include/GL/glext.h:2688: error: parse error before '*' token
/usr/include/GL/glext.h:2689: error: parse error before "x"
/usr/include/GL/glext.h:2690: error: parse error before '*' token
/usr/include/GL/glext.h:2691: error: parse error before "x"
/usr/include/GL/glext.h:2692: error: parse error before '*' token
/usr/include/GL/glext.h:2693: error: parse error before "x"
/usr/include/GL/glext.h:2694: error: parse error before '*' token
/usr/include/GL/glext.h:2695: error: parse error before "x"
/usr/include/GL/glext.h:2696: error: parse error before '*' token
/usr/include/GL/glext.h:2697: error: parse error before "x"
/usr/include/GL/glext.h:2698: error: parse error before '*' token
/usr/include/GL/glext.h:2699: error: parse error before "x"
/usr/include/GL/glext.h:2700: error: parse error before '*' token
/usr/include/GL/glext.h:2701: error: parse error before "x"
/usr/include/GL/glext.h:2702: error: parse error before '*' token
/usr/include/GL/glext.h:2743: error: parse error before "texture"
/usr/include/GL/glext.h:2744: error: parse error before "texture"
/usr/include/GL/glext.h:2745: error: parse error before "target"
/usr/include/GL/glext.h:2746: error: parse error before "target"
/usr/include/GL/glext.h:2747: error: parse error before "target"
/usr/include/GL/glext.h:2748: error: parse error before "target"
/usr/include/GL/glext.h:2749: error: parse error before "target"
/usr/include/GL/glext.h:2750: error: parse error before "target"
/usr/include/GL/glext.h:2751: error: parse error before "target"
/usr/include/GL/glext.h:2752: error: parse error before "target"
/usr/include/GL/glext.h:2753: error: parse error before "target"
/usr/include/GL/glext.h:2754: error: parse error before "target"
/usr/include/GL/glext.h:2755: error: parse error before "target"
/usr/include/GL/glext.h:2756: error: parse error before "target"
/usr/include/GL/glext.h:2757: error: parse error before "target"
/usr/include/GL/glext.h:2758: error: parse error before "target"
/usr/include/GL/glext.h:2759: error: parse error before "target"
/usr/include/GL/glext.h:2760: error: parse error before "target"
/usr/include/GL/glext.h:2761: error: parse error before "target"
/usr/include/GL/glext.h:2762: error: parse error before "target"
/usr/include/GL/glext.h:2763: error: parse error before "target"
/usr/include/GL/glext.h:2764: error: parse error before "target"
/usr/include/GL/glext.h:2765: error: parse error before "target"
/usr/include/GL/glext.h:2766: error: parse error before "target"
/usr/include/GL/glext.h:2767: error: parse error before "target"
/usr/include/GL/glext.h:2768: error: parse error before "target"
/usr/include/GL/glext.h:2769: error: parse error before "target"
/usr/include/GL/glext.h:2770: error: parse error before "target"
/usr/include/GL/glext.h:2771: error: parse error before "target"
/usr/include/GL/glext.h:2772: error: parse error before "target"
/usr/include/GL/glext.h:2773: error: parse error before "target"
/usr/include/GL/glext.h:2774: error: parse error before "target"
/usr/include/GL/glext.h:2775: error: parse error before "target"
/usr/include/GL/glext.h:2776: error: parse error before "target"
/usr/include/GL/glext.h:2787: error: parse error before '*' token
/usr/include/GL/glext.h:2788: error: parse error before '*' token
/usr/include/GL/glext.h:2789: error: parse error before '*' token
/usr/include/GL/glext.h:2790: error: parse error before '*' token
/usr/include/GL/glext.h:2798: error: parse error before "value"
/usr/include/GL/glext.h:2820: error: parse error before "target"
/usr/include/GL/glext.h:2821: error: parse error before "target"
/usr/include/GL/glext.h:2822: error: parse error before "target"
/usr/include/GL/glext.h:2823: error: parse error before "target"
/usr/include/GL/glext.h:2824: error: parse error before "target"
/usr/include/GL/glext.h:2825: error: parse error before "target"
/usr/include/GL/glext.h:2826: error: parse error before "target"
/usr/include/GL/glext.h:2839: error: parse error before "pname"
/usr/include/GL/glext.h:2840: error: parse error before "pname"
/usr/include/GL/glext.h:2857: error: parse error before "size"
/usr/include/GL/glext.h:2858: error: parse error before "size"
/usr/include/GL/glext.h:2859: error: parse error before "size"
/usr/include/GL/glext.h:2860: error: parse error before "size"
/usr/include/GL/glext.h:2861: error: parse error before "size"
/usr/include/GL/glext.h:2862: error: parse error before "size"
/usr/include/GL/glext.h:2863: error: parse error before "size"
/usr/include/GL/glext.h:2864: error: parse error before "size"
/usr/include/GL/glext.h:2865: error: parse error before "size"
/usr/include/GL/glext.h:2866: error: parse error before "count"
/usr/include/GL/glext.h:2878: error: parse error before "index"
/usr/include/GL/glext.h:2879: error: parse error before "size"
/usr/include/GL/glext.h:2880: error: parse error before "size"
/usr/include/GL/glext.h:2881: error: parse error before "size"
/usr/include/GL/glext.h:2882: error: parse error before "size"
/usr/include/GL/glext.h:2933: error: parse error before "x"
/usr/include/GL/glext.h:2934: error: parse error before '*' token
/usr/include/GL/glext.h:2935: error: parse error before "x"
/usr/include/GL/glext.h:2936: error: parse error before '*' token
/usr/include/GL/glext.h:2937: error: parse error before "x"
/usr/include/GL/glext.h:2938: error: parse error before '*' token
/usr/include/GL/glext.h:2939: error: parse error before "x"
/usr/include/GL/glext.h:2940: error: parse error before '*' token
/usr/include/GL/glext.h:2941: error: parse error before "x"
/usr/include/GL/glext.h:2942: error: parse error before '*' token
/usr/include/GL/glext.h:2943: error: parse error before "x"
/usr/include/GL/glext.h:2944: error: parse error before '*' token
/usr/include/GL/glext.h:2945: error: parse error before "x"
/usr/include/GL/glext.h:2946: error: parse error before '*' token
/usr/include/GL/glext.h:2947: error: parse error before "x"
/usr/include/GL/glext.h:2948: error: parse error before '*' token
/usr/include/GL/glext.h:3017: error: parse error before "index"
/usr/include/GL/glext.h:3018: error: parse error before "index"
/usr/include/GL/glext.h:3019: error: parse error before "index"
/usr/include/GL/glext.h:3020: error: parse error before "index"
/usr/include/GL/glext.h:3021: error: parse error before "index"
/usr/include/GL/glext.h:3022: error: parse error before "index"
/usr/include/GL/glext.h:3023: error: parse error before "index"
/usr/include/GL/glext.h:3024: error: parse error before "index"
/usr/include/GL/glext.h:3025: error: parse error before "index"
/usr/include/GL/glext.h:3026: error: parse error before "index"
/usr/include/GL/glext.h:3027: error: parse error before "index"
/usr/include/GL/glext.h:3028: error: parse error before "index"
/usr/include/GL/glext.h:3029: error: parse error before "index"
/usr/include/GL/glext.h:3030: error: parse error before "index"
/usr/include/GL/glext.h:3031: error: parse error before "index"
/usr/include/GL/glext.h:3032: error: parse error before "index"
/usr/include/GL/glext.h:3033: error: parse error before "index"
/usr/include/GL/glext.h:3034: error: parse error before "index"
/usr/include/GL/glext.h:3035: error: parse error before "index"
/usr/include/GL/glext.h:3036: error: parse error before "index"
/usr/include/GL/glext.h:3037: error: parse error before "index"
/usr/include/GL/glext.h:3038: error: parse error before "index"
/usr/include/GL/glext.h:3039: error: parse error before "index"
/usr/include/GL/glext.h:3040: error: parse error before "index"
/usr/include/GL/glext.h:3041: error: parse error before "index"
/usr/include/GL/glext.h:3042: error: parse error before "index"
/usr/include/GL/glext.h:3043: error: parse error before "index"
/usr/include/GL/glext.h:3044: error: parse error before "index"
/usr/include/GL/glext.h:3045: error: parse error before "index"
/usr/include/GL/glext.h:3046: error: parse error before "index"
/usr/include/GL/glext.h:3047: error: parse error before "index"
/usr/include/GL/glext.h:3048: error: parse error before "index"
/usr/include/GL/glext.h:3049: error: parse error before "index"
/usr/include/GL/glext.h:3050: error: parse error before "index"
/usr/include/GL/glext.h:3051: error: parse error before "index"
/usr/include/GL/glext.h:3052: error: parse error before "index"
/usr/include/GL/glext.h:3053: error: parse error before "index"
/usr/include/GL/glext.h:3054: error: parse error before "index"
/usr/include/GL/glext.h:3055: error: parse error before "index"
/usr/include/GL/glext.h:3056: error: parse error before "target"
/usr/include/GL/glext.h:3057: error: parse error before "target"
/usr/include/GL/glext.h:3058: error: parse error before "n"
/usr/include/GL/glext.h:3059: error: parse error before "n"
/usr/include/GL/glext.h:3060: error: parse error before "target"
/usr/include/GL/glext.h:3061: error: parse error before "target"
/usr/include/GL/glext.h:3062: error: parse error before "target"
/usr/include/GL/glext.h:3063: error: parse error before "target"
/usr/include/GL/glext.h:3064: error: parse error before "target"
/usr/include/GL/glext.h:3065: error: parse error before "target"
/usr/include/GL/glext.h:3066: error: parse error before "target"
/usr/include/GL/glext.h:3067: error: parse error before "target"
/usr/include/GL/glext.h:3068: error: parse error before "target"
/usr/include/GL/glext.h:3069: error: parse error before "target"
/usr/include/GL/glext.h:3070: error: parse error before "target"
/usr/include/GL/glext.h:3071: error: parse error before "target"
/usr/include/GL/glext.h:3072: error: parse error before "target"
/usr/include/GL/glext.h:3073: error: parse error before "target"
/usr/include/GL/glext.h:3074: error: parse error before "index"
/usr/include/GL/glext.h:3075: error: parse error before "index"
/usr/include/GL/glext.h:3076: error: parse error before "index"
/usr/include/GL/glext.h:3077: error: parse error before "index"
/usr/include/GL/glext.h:3078: error: parse error before '*' token
/usr/include/GL/glext.h:3078: error: parse error before "program"
/usr/include/GL/glext.h:3078: error: `GLboolean' declared as function returning a function
/usr/include/GL/glext.h:3090: error: parse error before "red"
/usr/include/GL/glext.h:3098: error: parse error before "factor"
/usr/include/GL/glext.h:3111: error: parse error before "target"
/usr/include/GL/glext.h:3112: error: parse error before "target"
/usr/include/GL/glext.h:3121: error: parse error before "target"
/usr/include/GL/glext.h:3122: error: parse error before "target"
/usr/include/GL/glext.h:3131: error: parse error before "target"
/usr/include/GL/glext.h:3132: error: parse error before "target"
/usr/include/GL/glext.h:3144: error: parse error before "target"
/usr/include/GL/glext.h:3145: error: parse error before "target"
/usr/include/GL/glext.h:3146: error: parse error before "target"
/usr/include/GL/glext.h:3147: error: parse error before "target"
/usr/include/GL/glext.h:3148: error: parse error before "target"
/usr/include/GL/glext.h:3165: error: parse error before "target"
/usr/include/GL/glext.h:3166: error: parse error before "target"
/usr/include/GL/glext.h:3167: error: parse error before "target"
/usr/include/GL/glext.h:3168: error: parse error before "target"
/usr/include/GL/glext.h:3169: error: parse error before "target"
/usr/include/GL/glext.h:3170: error: parse error before "target"
/usr/include/GL/glext.h:3171: error: parse error before "target"
/usr/include/GL/glext.h:3172: error: parse error before "target"
/usr/include/GL/glext.h:3173: error: parse error before "target"
/usr/include/GL/glext.h:3174: error: parse error before "target"
/usr/include/GL/glext.h:3194: error: parse error before "target"
/usr/include/GL/glext.h:3195: error: parse error before "target"
/usr/include/GL/glext.h:3196: error: parse error before "target"
/usr/include/GL/glext.h:3197: error: parse error before "target"
/usr/include/GL/glext.h:3198: error: parse error before "target"
/usr/include/GL/glext.h:3199: error: parse error before "target"
/usr/include/GL/glext.h:3200: error: parse error before "target"
/usr/include/GL/glext.h:3201: error: parse error before "target"
/usr/include/GL/glext.h:3202: error: parse error before "target"
/usr/include/GL/glext.h:3203: error: parse error before "target"
/usr/include/GL/glext.h:3204: error: parse error before "target"
/usr/include/GL/glext.h:3205: error: parse error before "target"
/usr/include/GL/glext.h:3206: error: parse error before "target"
/usr/include/GL/glext.h:3224: error: parse error before "target"
/usr/include/GL/glext.h:3225: error: parse error before "target"
/usr/include/GL/glext.h:3226: error: parse error before "target"
/usr/include/GL/glext.h:3227: error: parse error before "target"
/usr/include/GL/glext.h:3228: error: parse error before "target"
/usr/include/GL/glext.h:3229: error: parse error before "target"
/usr/include/GL/glext.h:3230: error: parse error before "target"
/usr/include/GL/glext.h:3238: error: parse error before "mode"
/usr/include/GL/glext.h:3251: error: parse error before "pname"
/usr/include/GL/glext.h:3252: error: parse error before "pname"
/usr/include/GL/glext.h:3253: error: parse error before "pname"
/usr/include/GL/glext.h:3254: error: parse error before "pname"
/usr/include/GL/glext.h:3255: error: parse error before "pname"
/usr/include/GL/glext.h:3256: error: parse error before "pname"
/usr/include/GL/glext.h:3265: error: parse error before "target"
/usr/include/GL/glext.h:3266: error: parse error before "target"
/usr/include/GL/glext.h:3287: error: parse error before "n"
/usr/include/GL/glext.h:3287: error: `PFNGLARETEXTURESRESIDENTEXTPROC' declared as function returning a function
/usr/include/GL/glext.h:3288: error: parse error before "target"
/usr/include/GL/glext.h:3289: error: parse error before "n"
/usr/include/GL/glext.h:3290: error: parse error before "n"
/usr/include/GL/glext.h:3291: error: parse error before "texture"
/usr/include/GL/glext.h:3291: error: `PFNGLISTEXTUREEXTPROC' declared as function returning a function
/usr/include/GL/glext.h:3292: error: parse error before "n"
/usr/include/GL/glext.h:3301: error: parse error before "target"
/usr/include/GL/glext.h:3302: error: parse error before "target"
/usr/include/GL/glext.h:3311: error: parse error before "target"
/usr/include/GL/glext.h:3312: error: parse error before "target"
/usr/include/GL/glext.h:3329: error: parse error before "value"
/usr/include/GL/glext.h:3330: error: parse error before "pattern"
/usr/include/GL/glext.h:3350: error: parse error before "i"
/usr/include/GL/glext.h:3351: error: parse error before "size"
/usr/include/GL/glext.h:3352: error: parse error before "mode"
/usr/include/GL/glext.h:3353: error: parse error before "stride"
/usr/include/GL/glext.h:3354: error: parse error before "pname"
/usr/include/GL/glext.h:3355: error: parse error before "type"
/usr/include/GL/glext.h:3356: error: parse error before "type"
/usr/include/GL/glext.h:3357: error: parse error before "size"
/usr/include/GL/glext.h:3358: error: parse error before "size"
/usr/include/GL/glext.h:3390: error: parse error before "mode"
/usr/include/GL/glext.h:3421: error: parse error before "pname"
/usr/include/GL/glext.h:3422: error: parse error before "pname"
/usr/include/GL/glext.h:3423: error: parse error before "pname"
/usr/include/GL/glext.h:3424: error: parse error before "pname"
/usr/include/GL/glext.h:3437: error: parse error before "pname"
/usr/include/GL/glext.h:3438: error: parse error before "pname"
/usr/include/GL/glext.h:3447: error: parse error before "pname"
/usr/include/GL/glext.h:3448: error: parse error before "pname"
/usr/include/GL/glext.h:3461: error: parse error before '*' token
/usr/include/GL/glext.h:3461: error: `GLint' declared as function returning a function
/usr/include/GL/glext.h:3462: error: parse error before "size"
/usr/include/GL/glext.h:3463: error: `PFNGLPOLLINSTRUMENTSSGIXPROC' declared as function returning a function
/usr/include/GL/glext.h:3497: error: parse error before "target"
/usr/include/GL/glext.h:3498: error: parse error before "target"
/usr/include/GL/glext.h:3499: error: parse error before "mask"
/usr/include/GL/glext.h:3500: error: parse error before "mask"
/usr/include/GL/glext.h:3508: error: parse error before '*' token
/usr/include/GL/glext.h:3529: error: parse error before "n"
/usr/include/GL/glext.h:3530: error: parse error before '*' token
/usr/include/GL/glext.h:3547: error: parse error before "target"
/usr/include/GL/glext.h:3548: error: parse error before "target"
/usr/include/GL/glext.h:3549: error: parse error before "target"
/usr/include/GL/glext.h:3550: error: parse error before "target"
/usr/include/GL/glext.h:3551: error: parse error before "target"
/usr/include/GL/glext.h:3552: error: parse error before "target"
/usr/include/GL/glext.h:3569: error: parse error before "target"
/usr/include/GL/glext.h:3570: error: parse error before "target"
/usr/include/GL/glext.h:3582: error: parse error before "target"
/usr/include/GL/glext.h:3593: error: parse error before "target"
/usr/include/GL/glext.h:3594: error: parse error before "target"
/usr/include/GL/glext.h:3595: error: parse error before "target"
/usr/include/GL/glext.h:3596: error: parse error before "target"
/usr/include/GL/glext.h:3613: error: parse error before "list"
/usr/include/GL/glext.h:3614: error: parse error before "list"
/usr/include/GL/glext.h:3615: error: parse error before "list"
/usr/include/GL/glex
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

makle sure to install libglut-dev
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
neil

freeglut issues

Post by neil »

I had this exact same issue. Installing freeglut-devel solved it

On DedRat Fedora Core-3 it's on disk 4, not the same disk the binary install is...

thx,
neil
Post Reply