Compiling VS on FC2

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
DavidChipman
Star Pilot
Star Pilot
Posts: 5
Joined: Sun Jun 13, 2004 5:11 am
Location: Canada

Compiling VS on FC2

Post by DavidChipman »

Hi all,

I'm just a new discoverer of VegaStrike, and I'd like to use it, but I can't because it won't compile on my Fedora Core 2 system. Here, as suggested by this forrums tiitle, is the config.log:

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

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

$ ./configure

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

hostname = david.chipman
uname -m = i686
uname -r = 2.6.5-1.358
uname -s = Linux
uname -v = #1 Sat May 8 09:04:50 EDT 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/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /usr/lib/jre/bin
PATH: /home/david/bin
PATH: /usr/lib/jre/bin


## ----------- ##
## 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:1677: found /usr/bin/gawk
configure:1687: result: gawk
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.3 20040412 (Red Hat Linux 3.3.3-7)
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/i386-redhat-linux/3.3.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --disable-libunwind-exceptions --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
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:2456: test -z
|| test ! -s conftest.err
configure:2459: $? = 0
configure:2462: test -s conftest.o
configure:2465: $? = 0
configure:2478: result: yes
configure:2484: checking whether gcc accepts -g
configure:2505: gcc -c -g conftest.c >&5
configure:2511: $? = 0
configure:2515: test -z
|| test ! -s conftest.err
configure:2518: $? = 0
configure:2521: test -s conftest.o
configure:2524: $? = 0
configure:2535: result: yes
configure:2552: checking for gcc option to accept ANSI C
configure:2622: gcc -c conftest.c >&5
configure:2628: $? = 0
configure:2632: test -z
|| test ! -s conftest.err
configure:2635: $? = 0
configure:2638: test -s conftest.o
configure:2641: $? = 0
configure:2659: result: none needed
configure:2677: gcc -c conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2683: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2827: checking for style of include used by make
configure:2855: result: GNU
configure:2883: checking dependency style of gcc
configure:2968: result: gcc3
configure:3005: gcc -c -falign-loops=4 conftest.c >&5
configure:3011: $? = 0
configure:3015: test -z
|| test ! -s conftest.err
configure:3018: $? = 0
configure:3021: test -s conftest.o
configure:3024: $? = 0
configure:3092: checking for g++
configure:3108: found /usr/bin/g++
configure:3118: result: g++
configure:3134: checking for C++ compiler version
configure:3137: g++ --version </dev/null >&5
g++ (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
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:3140: $? = 0
configure:3142: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --disable-libunwind-exceptions --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
configure:3145: $? = 0
configure:3147: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:3150: $? = 1
configure:3153: checking whether we are using the GNU C++ compiler
configure:3177: g++ -c conftest.cc >&5
configure:3183: $? = 0
configure:3187: test -z
|| test ! -s conftest.err
configure:3190: $? = 0
configure:3193: test -s conftest.o
configure:3196: $? = 0
configure:3209: result: yes
configure:3215: checking whether g++ accepts -g
configure:3236: g++ -c -g conftest.cc >&5
configure:3242: $? = 0
configure:3246: test -z
|| test ! -s conftest.err
configure:3249: $? = 0
configure:3252: test -s conftest.o
configure:3255: $? = 0
configure:3266: result: yes
configure:3308: g++ -c conftest.cc >&5
configure:3314: $? = 0
configure:3318: test -z
|| test ! -s conftest.err
configure:3321: $? = 0
configure:3324: test -s conftest.o
configure:3327: $? = 0
configure:3353: 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:3359: $? = 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:3308: g++ -c conftest.cc >&5
configure:3314: $? = 0
configure:3318: test -z
|| test ! -s conftest.err
configure:3321: $? = 0
configure:3324: test -s conftest.o
configure:3327: $? = 0
configure:3353: g++ -c conftest.cc >&5
configure:3359: $? = 0
configure:3363: test -z
|| test ! -s conftest.err
configure:3366: $? = 0
configure:3369: test -s conftest.o
configure:3372: $? = 0
configure:3397: checking dependency style of g++
configure:3482: result: gcc3
configure:3504: checking how to run the C++ preprocessor
configure:3535: g++ -E conftest.cc
configure:3541: $? = 0
configure:3573: g++ -E conftest.cc
conftest.cc:14:28: ac_nonexistent.h: No such file or directory
configure:3579: $? = 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:3618: result: g++ -E
configure:3642: g++ -E conftest.cc
configure:3648: $? = 0
configure:3680: g++ -E conftest.cc
conftest.cc:14:28: ac_nonexistent.h: No such file or directory
configure:3686: $? = 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:3744: checking for a BSD-compatible install
configure:3799: result: /usr/bin/install -c
configure:3810: checking whether ln -s works
configure:3814: result: yes
configure:3862: checking for ranlib
configure:3878: found /usr/bin/ranlib
configure:3889: result: ranlib
configure:3907: checking how to run the C preprocessor
configure:3942: gcc -E conftest.c
configure:3948: $? = 0
configure:3980: gcc -E conftest.c
conftest.c:14:28: ac_nonexistent.h: No such file or directory
configure:3986: $? = 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:4025: result: gcc -E
configure:4049: gcc -E conftest.c
configure:4055: $? = 0
configure:4087: gcc -E conftest.c
conftest.c:14:28: ac_nonexistent.h: No such file or directory
configure:4093: $? = 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:4137: checking for egrep
configure:4147: result: grep -E
configure:4152: checking for ANSI C header files
configure:4177: gcc -c conftest.c >&5
configure:4183: $? = 0
configure:4187: test -z
|| test ! -s conftest.err
configure:4190: $? = 0
configure:4193: test -s conftest.o
configure:4196: $? = 0
configure:4282: gcc -o conftest conftest.c >&5
configure:4285: $? = 0
configure:4287: ./conftest
configure:4290: $? = 0
configure:4305: result: yes
configure:4323: checking for dirent.h that defines DIR
configure:4347: gcc -c conftest.c >&5
configure:4353: $? = 0
configure:4357: test -z
|| test ! -s conftest.err
configure:4360: $? = 0
configure:4363: test -s conftest.o
configure:4366: $? = 0
configure:4377: result: yes
configure:4390: checking for library containing opendir
configure:4420: gcc -o conftest conftest.c >&5
configure:4426: $? = 0
configure:4430: test -z
|| test ! -s conftest.err
configure:4433: $? = 0
configure:4436: test -s conftest
configure:4439: $? = 0
configure:4509: result: none required
configure:4659: checking for sys/types.h
configure:4675: gcc -c conftest.c >&5
configure:4681: $? = 0
configure:4685: test -z
|| test ! -s conftest.err
configure:4688: $? = 0
configure:4691: test -s conftest.o
configure:4694: $? = 0
configure:4705: result: yes
configure:4659: checking for sys/stat.h
configure:4675: gcc -c conftest.c >&5
configure:4681: $? = 0
configure:4685: test -z
|| test ! -s conftest.err
configure:4688: $? = 0
configure:4691: test -s conftest.o
configure:4694: $? = 0
configure:4705: result: yes
configure:4659: checking for stdlib.h
configure:4675: gcc -c conftest.c >&5
configure:4681: $? = 0
configure:4685: test -z
|| test ! -s conftest.err
configure:4688: $? = 0
configure:4691: test -s conftest.o
configure:4694: $? = 0
configure:4705: result: yes
configure:4659: checking for string.h
configure:4675: gcc -c conftest.c >&5
configure:4681: $? = 0
configure:4685: test -z
|| test ! -s conftest.err
configure:4688: $? = 0
configure:4691: test -s conftest.o
configure:4694: $? = 0
configure:4705: result: yes
configure:4659: checking for memory.h
configure:4675: gcc -c conftest.c >&5
configure:4681: $? = 0
configure:4685: test -z
|| test ! -s conftest.err
configure:4688: $? = 0
configure:4691: test -s conftest.o
configure:4694: $? = 0
configure:4705: result: yes
configure:4659: checking for strings.h
configure:4675: gcc -c conftest.c >&5
configure:4681: $? = 0
configure:4685: test -z
|| test ! -s conftest.err
configure:4688: $? = 0
configure:4691: test -s conftest.o
configure:4694: $? = 0
configure:4705: result: yes
configure:4659: checking for inttypes.h
configure:4675: gcc -c conftest.c >&5
configure:4681: $? = 0
configure:4685: test -z
|| test ! -s conftest.err
configure:4688: $? = 0
configure:4691: test -s conftest.o
configure:4694: $? = 0
configure:4705: result: yes
configure:4659: checking for stdint.h
configure:4675: gcc -c conftest.c >&5
configure:4681: $? = 0
configure:4685: test -z
|| test ! -s conftest.err
configure:4688: $? = 0
configure:4691: test -s conftest.o
configure:4694: $? = 0
configure:4705: result: yes
configure:4659: checking for unistd.h
configure:4675: gcc -c conftest.c >&5
configure:4681: $? = 0
configure:4685: test -z
|| test ! -s conftest.err
configure:4688: $? = 0
configure:4691: test -s conftest.o
configure:4694: $? = 0
configure:4705: result: yes
configure:4736: checking fcntl.h usability
configure:4748: gcc -c conftest.c >&5
configure:4754: $? = 0
configure:4758: test -z
|| test ! -s conftest.err
configure:4761: $? = 0
configure:4764: test -s conftest.o
configure:4767: $? = 0
configure:4777: result: yes
configure:4781: checking fcntl.h presence
configure:4791: gcc -E conftest.c
configure:4797: $? = 0
configure:4817: result: yes
configure:4852: checking for fcntl.h
configure:4859: result: yes
configure:4736: checking limits.h usability
configure:4748: gcc -c conftest.c >&5
configure:4754: $? = 0
configure:4758: test -z
|| test ! -s conftest.err
configure:4761: $? = 0
configure:4764: test -s conftest.o
configure:4767: $? = 0
configure:4777: result: yes
configure:4781: checking limits.h presence
configure:4791: gcc -E conftest.c
configure:4797: $? = 0
configure:4817: result: yes
configure:4852: checking for limits.h
configure:4859: result: yes
configure:4736: checking malloc.h usability
configure:4748: gcc -c conftest.c >&5
configure:4754: $? = 0
configure:4758: test -z
|| test ! -s conftest.err
configure:4761: $? = 0
configure:4764: test -s conftest.o
configure:4767: $? = 0
configure:4777: result: yes
configure:4781: checking malloc.h presence
configure:4791: gcc -E conftest.c
configure:4797: $? = 0
configure:4817: result: yes
configure:4852: checking for malloc.h
configure:4859: result: yes
configure:4736: checking sys/ioctl.h usability
configure:4748: gcc -c conftest.c >&5
configure:4754: $? = 0
configure:4758: test -z
|| test ! -s conftest.err
configure:4761: $? = 0
configure:4764: test -s conftest.o
configure:4767: $? = 0
configure:4777: result: yes
configure:4781: checking sys/ioctl.h presence
configure:4791: gcc -E conftest.c
configure:4797: $? = 0
configure:4817: result: yes
configure:4852: checking for sys/ioctl.h
configure:4859: result: yes
configure:4736: checking sys/time.h usability
configure:4748: gcc -c conftest.c >&5
configure:4754: $? = 0
configure:4758: test -z
|| test ! -s conftest.err
configure:4761: $? = 0
configure:4764: test -s conftest.o
configure:4767: $? = 0
configure:4777: result: yes
configure:4781: checking sys/time.h presence
configure:4791: gcc -E conftest.c
configure:4797: $? = 0
configure:4817: result: yes
configure:4852: checking for sys/time.h
configure:4859: result: yes
configure:4727: checking for unistd.h
configure:4732: result: yes
configure:4875: checking for an ANSI C-conforming const
configure:4942: gcc -c conftest.c >&5
configure:4948: $? = 0
configure:4952: test -z
|| test ! -s conftest.err
configure:4955: $? = 0
configure:4958: test -s conftest.o
configure:4961: $? = 0
configure:4972: result: yes
configure:4982: checking whether time.h and sys/time.h may both be included
configure:5007: gcc -c conftest.c >&5
configure:5013: $? = 0
configure:5017: test -z
|| test ! -s conftest.err
configure:5020: $? = 0
configure:5023: test -s conftest.o
configure:5026: $? = 0
configure:5037: result: yes
configure:5047: checking for inline
configure:5068: gcc -c conftest.c >&5
configure:5074: $? = 0
configure:5078: test -z
|| test ! -s conftest.err
configure:5081: $? = 0
configure:5084: test -s conftest.o
configure:5087: $? = 0
configure:5099: result: inline
configure:5118: checking for size_t
configure:5142: gcc -c conftest.c >&5
configure:5148: $? = 0
configure:5152: test -z
|| test ! -s conftest.err
configure:5155: $? = 0
configure:5158: test -s conftest.o
configure:5161: $? = 0
configure:5172: result: yes
configure:5197: checking for getcwd
configure:5254: gcc -o conftest conftest.c >&5
configure:5260: $? = 0
configure:5264: test -z
|| test ! -s conftest.err
configure:5267: $? = 0
configure:5270: test -s conftest
configure:5273: $? = 0
configure:5285: result: yes
configure:5197: checking for gettimeofday
configure:5254: gcc -o conftest conftest.c >&5
configure:5260: $? = 0
configure:5264: test -z
|| test ! -s conftest.err
configure:5267: $? = 0
configure:5270: test -s conftest
configure:5273: $? = 0
configure:5285: result: yes
configure:5197: checking for strdup
configure:5254: gcc -o conftest conftest.c >&5
configure:5260: $? = 0
configure:5264: test -z
|| test ! -s conftest.err
configure:5267: $? = 0
configure:5270: test -s conftest
configure:5273: $? = 0
configure:5285: result: yes
configure:5197: checking for select
configure:5254: gcc -o conftest conftest.c >&5
configure:5260: $? = 0
configure:5264: test -z
|| test ! -s conftest.err
configure:5267: $? = 0
configure:5270: test -s conftest
configure:5273: $? = 0
configure:5285: result: yes
configure:5197: checking for socket
configure:5254: gcc -o conftest conftest.c >&5
configure:5260: $? = 0
configure:5264: test -z
|| test ! -s conftest.err
configure:5267: $? = 0
configure:5270: test -s conftest
configure:5273: $? = 0
configure:5285: result: yes
configure:5197: checking for strstr
configure:5254: gcc -o conftest conftest.c >&5
conftest.c:61: warning: conflicting types for built-in function `strstr'
configure:5260: $? = 0
configure:5264: test -z
|| test ! -s conftest.err
configure:5267: $? = 0
configure:5270: test -s conftest
configure:5273: $? = 0
configure:5285: result: yes
configure:5197: checking for access
configure:5254: gcc -o conftest conftest.c >&5
configure:5260: $? = 0
configure:5264: test -z
|| test ! -s conftest.err
configure:5267: $? = 0
configure:5270: test -s conftest
configure:5273: $? = 0
configure:5285: result: yes
configure:5197: checking for lstat
configure:5254: gcc -o conftest conftest.c >&5
configure:5260: $? = 0
configure:5264: test -z
|| test ! -s conftest.err
configure:5267: $? = 0
configure:5270: test -s conftest
configure:5273: $? = 0
configure:5285: result: yes
configure:5301: checking for finite
configure:5358: gcc -o conftest conftest.c >&5
configure:5364: $? = 0
configure:5368: test -z
|| test ! -s conftest.err
configure:5371: $? = 0
configure:5374: test -s conftest
configure:5377: $? = 0
configure:5389: result: yes
configure:5301: checking for isnan
configure:5358: gcc -o conftest conftest.c >&5
configure:5364: $? = 0
configure:5368: test -z
|| test ! -s conftest.err
configure:5371: $? = 0
configure:5374: test -s conftest
configure:5377: $? = 0
configure:5389: result: yes
configure:5404: checking for _finite
configure:5461: gcc -o conftest conftest.c >&5
/tmp/cc6yrHpa.o(.text+0x16): In function `main':
: undefined reference to `_finite'
/tmp/cc6yrHpa.o(.data+0x0): undefined reference to `_finite'
collect2: ld returned 1 exit status
configure:5467: $? = 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:5492: result: no
configure:5404: checking for _isnan
configure:5461: gcc -o conftest conftest.c >&5
/tmp/ccEA9rjS.o(.text+0x16): In function `main':
: undefined reference to `_isnan'
/tmp/ccEA9rjS.o(.data+0x0): undefined reference to `_isnan'
collect2: ld returned 1 exit status
configure:5467: $? = 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:5492: result: no
configure:5517: checking ieeefp.h usability
configure:5529: gcc -c conftest.c >&5
conftest.c:76:20: ieeefp.h: No such file or directory
configure:5535: $? = 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:5558: result: no
configure:5562: checking ieeefp.h presence
configure:5572: gcc -E conftest.c
conftest.c:42:20: ieeefp.h: No such file or directory
configure:5578: $? = 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:5598: result: no
configure:5633: checking for ieeefp.h
configure:5640: result: no
configure:5517: checking zlib.h usability
configure:5529: gcc -c conftest.c >&5
configure:5535: $? = 0
configure:5539: test -z
|| test ! -s conftest.err
configure:5542: $? = 0
configure:5545: test -s conftest.o
configure:5548: $? = 0
configure:5558: result: yes
configure:5562: checking zlib.h presence
configure:5572: gcc -E conftest.c
configure:5578: $? = 0
configure:5598: result: yes
configure:5633: checking for zlib.h
configure:5640: result: yes
configure:5654: checking for pid_t
configure:5678: gcc -c conftest.c >&5
configure:5684: $? = 0
configure:5688: test -z
|| test ! -s conftest.err
configure:5691: $? = 0
configure:5694: test -s conftest.o
configure:5697: $? = 0
configure:5708: result: yes
configure:5726: checking for unistd.h
configure:5731: result: yes
configure:5735: checking vfork.h usability
configure:5747: gcc -c conftest.c >&5
conftest.c:78:19: vfork.h: No such file or directory
configure:5753: $? = 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:5776: result: no
configure:5780: checking vfork.h presence
configure:5790: gcc -E conftest.c
conftest.c:44:19: vfork.h: No such file or directory
configure:5796: $? = 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:5816: result: no
configure:5851: checking for vfork.h
configure:5858: result: no
configure:5876: checking for fork
configure:5933: gcc -o conftest conftest.c >&5
configure:5939: $? = 0
configure:5943: test -z
|| test ! -s conftest.err
configure:5946: $? = 0
configure:5949: test -s conftest
configure:5952: $? = 0
configure:5964: result: yes
configure:5876: checking for vfork
configure:5933: gcc -o conftest conftest.c >&5
configure:5939: $? = 0
configure:5943: test -z
|| test ! -s conftest.err
configure:5946: $? = 0
configure:5949: test -s conftest
configure:5952: $? = 0
configure:5964: result: yes
configure:5975: checking for working fork
configure:5998: gcc -o conftest conftest.c >&5
configure:6001: $? = 0
configure:6003: ./conftest
configure:6006: $? = 0
configure:6020: result: yes
configure:6041: checking for working vfork
configure:6174: result: yes
configure:6211: checking for stdlib.h
configure:6216: result: yes
configure:6211: checking for unistd.h
configure:6216: result: yes
configure:6360: checking for getpagesize
configure:6417: gcc -o conftest conftest.c >&5
configure:6423: $? = 0
configure:6427: test -z
|| test ! -s conftest.err
configure:6430: $? = 0
configure:6433: test -s conftest
configure:6436: $? = 0
configure:6448: result: yes
configure:6458: checking for working mmap
configure:6600: gcc -o conftest conftest.c >&5
configure:6603: $? = 0
configure:6605: ./conftest
configure:6608: $? = 0
configure:6622: result: yes
configure:6633: checking for working memcmp
configure:6681: gcc -o conftest conftest.c >&5
configure:6684: $? = 0
configure:6686: ./conftest
configure:6689: $? = 0
configure:6703: result: yes
configure:6754: gcc -c conftest.c >&5
configure:6760: $? = 0
configure:6764: test -z
|| test ! -s conftest.err
configure:6767: $? = 0
configure:6770: test -s conftest.o
configure:6773: $? = 0
configure:6811: gcc -c -gdwarf-2 -g3 conftest.c >&5
configure:6817: $? = 0
configure:6821: test -z
|| test ! -s conftest.err
configure:6824: $? = 0
configure:6827: test -s conftest.o
configure:6830: $? = 0
configure:6951: checking for Win32 platform
configure:6973: result: no
configure:6984: checking for Linux platform
configure:7006: result: yes
configure:7014: checking for MacOSX platform
configure:7036: result: no
configure:7060: checking for python
configure:7123: result: python 2.3.3
configure:7238: checking for sdl-config
configure:7256: found /usr/bin/sdl-config
configure:7269: result: /usr/bin/sdl-config
configure:7277: checking for SDL - version >= 1.0.1
configure:7367: gcc -o conftest -I/usr/include/SDL -D_REENTRANT conftest.c -L/usr/lib -lSDL -lpthread >&5
configure:7370: $? = 0
configure:7372: ./conftest
configure:7375: $? = 0
configure:7393: result: yes
configure:7497: checking for SDL_JoystickOpen
configure:7554: gcc -o conftest conftest.c -lutil -L/usr/lib -lSDL -lpthread >&5
configure:7560: $? = 0
configure:7564: test -z
|| test ! -s conftest.err
configure:7567: $? = 0
configure:7570: test -s conftest
configure:7573: $? = 0
configure:7585: result: yes
configure:7614: checking for Mix_OpenAudio in -lSDL_mixer
configure:7644: gcc -o conftest conftest.c -lSDL_mixer -lutil -L/usr/lib -lSDL -lpthread >&5
configure:7650: $? = 0
configure:7654: test -z
|| test ! -s conftest.err
configure:7657: $? = 0
configure:7660: test -s conftest
configure:7663: $? = 0
configure:7676: result: yes
configure:7733: checking for GL library
configure:7752: gcc -o conftest conftest.c -lutil -L/usr/lib -lSDL -lpthread -lSDL_mixer -lGL >&5
configure:7758: $? = 0
configure:7762: test -z
|| test ! -s conftest.err
configure:7765: $? = 0
configure:7768: test -s conftest
configure:7771: $? = 0
configure:7782: result: yes
configure:8252: checking for glXGetProcAddressARB
configure:8309: gcc -o conftest conftest.c -lutil -L/usr/lib -lSDL -lpthread -lSDL_mixer -lGL >&5
configure:8315: $? = 0
configure:8319: test -z
|| test ! -s conftest.err
configure:8322: $? = 0
configure:8325: test -s conftest
configure:8328: $? = 0
configure:8340: result: yes
configure:8398: checking for GLU library
configure:8417: gcc -o conftest conftest.c -lutil -L/usr/lib -lSDL -lpthread -lSDL_mixer -lGL -lGLU >&5
configure:8423: $? = 0
configure:8427: test -z
|| test ! -s conftest.err
configure:8430: $? = 0
configure:8433: test -s conftest
configure:8436: $? = 0
configure:8447: result: yes
configure:8938: checking for GL/gl.h
configure:8951: gcc -E -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c
configure:8957: $? = 0
configure:8978: result: yes
configure:9058: checking GL/glext.h usability
configure:9070: 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: syntax error before "red"
/usr/include/GL/glext.h:2472: error: syntax error before "mode"
/usr/include/GL/glext.h:2473: error: syntax error before "mode"
/usr/include/GL/glext.h:2474: error: syntax error before "target"
/usr/include/GL/glext.h:2475: error: syntax error before "target"
/usr/include/GL/glext.h:2476: error: syntax error before "target"
/usr/include/GL/glext.h:2477: error: syntax error before "target"
/usr/include/GL/glext.h:2478: error: syntax error before "target"
/usr/include/GL/glext.h:2479: error: syntax error before "target"
/usr/include/GL/glext.h:2480: error: syntax error before "target"
/usr/include/GL/glext.h:2481: error: syntax error before "target"
/usr/include/GL/glext.h:2482: error: syntax error before "target"
/usr/include/GL/glext.h:2483: error: syntax error before "target"
/usr/include/GL/glext.h:2484: error: syntax error before "target"
/usr/include/GL/glext.h:2485: error: syntax error before "target"
/usr/include/GL/glext.h:2486: error: syntax error before "target"
/usr/include/GL/glext.h:2487: error: syntax error before "target"
/usr/include/GL/glext.h:2488: error: syntax error before "target"
/usr/include/GL/glext.h:2489: error: syntax error before "target"
/usr/include/GL/glext.h:2490: error: syntax error before "target"
/usr/include/GL/glext.h:2491: error: syntax error before "target"
/usr/include/GL/glext.h:2492: error: syntax error before "target"
/usr/include/GL/glext.h:2493: error: syntax error before "target"
/usr/include/GL/glext.h:2494: error: syntax error before "target"
/usr/include/GL/glext.h:2495: error: syntax error before "target"
/usr/include/GL/glext.h:2496: error: syntax error before "target"
/usr/include/GL/glext.h:2497: error: syntax error before "target"
/usr/include/GL/glext.h:2498: error: syntax error before "target"
/usr/include/GL/glext.h:2499: error: syntax error before "target"
/usr/include/GL/glext.h:2500: error: syntax error before "target"
/usr/include/GL/glext.h:2501: error: syntax error before "target"
/usr/include/GL/glext.h:2502: error: syntax error before "target"
/usr/include/GL/glext.h:2503: error: syntax error before "target"
/usr/include/GL/glext.h:2504: error: syntax error before "target"
/usr/include/GL/glext.h:2505: error: syntax error before "target"
/usr/include/GL/glext.h:2506: error: syntax error before "target"
/usr/include/GL/glext.h:2507: error: syntax error before "target"
/usr/include/GL/glext.h:2508: error: syntax error before "target"
/usr/include/GL/glext.h:2561: error: syntax error before "texture"
/usr/include/GL/glext.h:2562: error: syntax error before "texture"
/usr/include/GL/glext.h:2563: error: syntax error before "target"
/usr/include/GL/glext.h:2564: error: syntax error before "target"
/usr/include/GL/glext.h:2565: error: syntax error before "target"
/usr/include/GL/glext.h:2566: error: syntax error before "target"
/usr/include/GL/glext.h:2567: error: syntax error before "target"
/usr/include/GL/glext.h:2568: error: syntax error before "target"
/usr/include/GL/glext.h:2569: error: syntax error before "target"
/usr/include/GL/glext.h:2570: error: syntax error before "target"
/usr/include/GL/glext.h:2571: error: syntax error before "target"
/usr/include/GL/glext.h:2572: error: syntax error before "target"
/usr/include/GL/glext.h:2573: error: syntax error before "target"
/usr/include/GL/glext.h:2574: error: syntax error before "target"
/usr/include/GL/glext.h:2575: error: syntax error before "target"
/usr/include/GL/glext.h:2576: error: syntax error before "target"
/usr/include/GL/glext.h:2577: error: syntax error before "target"
/usr/include/GL/glext.h:2578: error: syntax error before "target"
/usr/include/GL/glext.h:2579: error: syntax error before "target"
/usr/include/GL/glext.h:2580: error: syntax error before "target"
/usr/include/GL/glext.h:2581: error: syntax error before "target"
/usr/include/GL/glext.h:2582: error: syntax error before "target"
/usr/include/GL/glext.h:2583: error: syntax error before "target"
/usr/include/GL/glext.h:2584: error: syntax error before "target"
/usr/include/GL/glext.h:2585: error: syntax error before "target"
/usr/include/GL/glext.h:2586: error: syntax error before "target"
/usr/include/GL/glext.h:2587: error: syntax error before "target"
/usr/include/GL/glext.h:2588: error: syntax error before "target"
/usr/include/GL/glext.h:2589: error: syntax error before "target"
/usr/include/GL/glext.h:2590: error: syntax error before "target"
/usr/include/GL/glext.h:2591: error: syntax error before "target"
/usr/include/GL/glext.h:2592: error: syntax error before "target"
/usr/include/GL/glext.h:2593: error: syntax error before "target"
/usr/include/GL/glext.h:2594: error: syntax error before "target"
/usr/include/GL/glext.h:2595: error: syntax error before '*' token
/usr/include/GL/glext.h:2596: error: syntax error before '*' token
/usr/include/GL/glext.h:2597: error: syntax error before '*' token
/usr/include/GL/glext.h:2598: error: syntax error before '*' token
/usr/include/GL/glext.h:2599: error: syntax error before "value"
/usr/include/GL/glext.h:2600: error: syntax error before "target"
/usr/include/GL/glext.h:2601: error: syntax error before "target"
/usr/include/GL/glext.h:2602: error: syntax error before "target"
/usr/include/GL/glext.h:2603: error: syntax error before "target"
/usr/include/GL/glext.h:2604: error: syntax error before "target"
/usr/include/GL/glext.h:2605: error: syntax error before "target"
/usr/include/GL/glext.h:2606: error: syntax error before "target"
/usr/include/GL/glext.h:2658: error: syntax error before "sfactorRGB"
/usr/include/GL/glext.h:2659: error: syntax error before "coord"
/usr/include/GL/glext.h:2660: error: syntax error before '*' token
/usr/include/GL/glext.h:2661: error: syntax error before "coord"
/usr/include/GL/glext.h:2662: error: syntax error before '*' token
/usr/include/GL/glext.h:2663: error: syntax error before "type"
/usr/include/GL/glext.h:2664: error: syntax error before "mode"
/usr/include/GL/glext.h:2665: error: syntax error before "mode"
/usr/include/GL/glext.h:2666: error: syntax error before "pname"
/usr/include/GL/glext.h:2667: error: syntax error before "pname"
/usr/include/GL/glext.h:2668: error: syntax error before "pname"
/usr/include/GL/glext.h:2669: error: syntax error before "pname"
/usr/include/GL/glext.h:2670: error: syntax error before "red"
/usr/include/GL/glext.h:2671: error: syntax error before '*' token
/usr/include/GL/glext.h:2672: error: syntax error before "red"
/usr/include/GL/glext.h:2673: error: syntax error before '*' token
/usr/include/GL/glext.h:2674: error: syntax error before "red"
/usr/include/GL/glext.h:2675: error: syntax error before '*' token
/usr/include/GL/glext.h:2676: error: syntax error before "red"
/usr/include/GL/glext.h:2677: error: syntax error before '*' token
/usr/include/GL/glext.h:2678: error: syntax error before "red"
/usr/include/GL/glext.h:2679: error: syntax error before '*' token
/usr/include/GL/glext.h:2680: error: syntax error before "red"
/usr/include/GL/glext.h:2681: error: syntax error before '*' token
/usr/include/GL/glext.h:2682: error: syntax error before "red"
/usr/include/GL/glext.h:2683: error: syntax error before '*' token
/usr/include/GL/glext.h:2684: error: syntax error before "red"
/usr/include/GL/glext.h:2685: error: syntax error before '*' token
/usr/include/GL/glext.h:2686: error: syntax error before "size"
/usr/include/GL/glext.h:2687: error: syntax error before "x"
/usr/include/GL/glext.h:2688: error: syntax error before '*' token
/usr/include/GL/glext.h:2689: error: syntax error before "x"
/usr/include/GL/glext.h:2690: error: syntax error before '*' token
/usr/include/GL/glext.h:2691: error: syntax error before "x"
/usr/include/GL/glext.h:2692: error: syntax error before '*' token
/usr/include/GL/glext.h:2693: error: syntax error before "x"
/usr/include/GL/glext.h:2694: error: syntax error before '*' token
/usr/include/GL/glext.h:2695: error: syntax error before "x"
/usr/include/GL/glext.h:2696: error: syntax error before '*' token
/usr/include/GL/glext.h:2697: error: syntax error before "x"
/usr/include/GL/glext.h:2698: error: syntax error before '*' token
/usr/include/GL/glext.h:2699: error: syntax error before "x"
/usr/include/GL/glext.h:2700: error: syntax error before '*' token
/usr/include/GL/glext.h:2701: error: syntax error before "x"
/usr/include/GL/glext.h:2702: error: syntax error before '*' token
/usr/include/GL/glext.h:2743: error: syntax error before "texture"
/usr/include/GL/glext.h:2744: error: syntax error before "texture"
/usr/include/GL/glext.h:2745: error: syntax error before "target"
/usr/include/GL/glext.h:2746: error: syntax error before "target"
/usr/include/GL/glext.h:2747: error: syntax error before "target"
/usr/include/GL/glext.h:2748: error: syntax error before "target"
/usr/include/GL/glext.h:2749: error: syntax error before "target"
/usr/include/GL/glext.h:2750: error: syntax error before "target"
/usr/include/GL/glext.h:2751: error: syntax error before "target"
/usr/include/GL/glext.h:2752: error: syntax error before "target"
/usr/include/GL/glext.h:2753: error: syntax error before "target"
/usr/include/GL/glext.h:2754: error: syntax error before "target"
/usr/include/GL/glext.h:2755: error: syntax error before "target"
/usr/include/GL/glext.h:2756: error: syntax error before "target"
/usr/include/GL/glext.h:2757: error: syntax error before "target"
/usr/include/GL/glext.h:2758: error: syntax error before "target"
/usr/include/GL/glext.h:2759: error: syntax error before "target"
/usr/include/GL/glext.h:2760: error: syntax error before "target"
/usr/include/GL/glext.h:2761: error: syntax error before "target"
/usr/include/GL/glext.h:2762: error: syntax error before "target"
/usr/include/GL/glext.h:2763: error: syntax error before "target"
/usr/include/GL/glext.h:2764: error: syntax error before "target"
/usr/include/GL/glext.h:2765: error: syntax error before "target"
/usr/include/GL/glext.h:2766: error: syntax error before "target"
/usr/include/GL/glext.h:2767: error: syntax error before "target"
/usr/include/GL/glext.h:2768: error: syntax error before "target"
/usr/include/GL/glext.h:2769: error: syntax error before "target"
/usr/include/GL/glext.h:2770: error: syntax error before "target"
/usr/include/GL/glext.h:2771: error: syntax error before "target"
/usr/include/GL/glext.h:2772: error: syntax error before "target"
/usr/include/GL/glext.h:2773: error: syntax error before "target"
/usr/include/GL/glext.h:2774: error: syntax error before "target"
/usr/include/GL/glext.h:2775: error: syntax error before "target"
/usr/include/GL/glext.h:2776: error: syntax error before "target"
/usr/include/GL/glext.h:2787: error: syntax error before '*' token
/usr/include/GL/glext.h:2788: error: syntax error before '*' token
/usr/include/GL/glext.h:2789: error: syntax error before '*' token
/usr/include/GL/glext.h:2790: error: syntax error before '*' token
/usr/include/GL/glext.h:2798: error: syntax error before "value"
/usr/include/GL/glext.h:2820: error: syntax error before "target"
/usr/include/GL/glext.h:2821: error: syntax error before "target"
/usr/include/GL/glext.h:2822: error: syntax error before "target"
/usr/include/GL/glext.h:2823: error: syntax error before "target"
/usr/include/GL/glext.h:2824: error: syntax error before "target"
/usr/include/GL/glext.h:2825: error: syntax error before "target"
/usr/include/GL/glext.h:2826: error: syntax error before "target"
/usr/include/GL/glext.h:2839: error: syntax error before "pname"
/usr/include/GL/glext.h:2840: error: syntax error before "pname"
/usr/include/GL/glext.h:2857: error: syntax error before "size"
/usr/include/GL/glext.h:2858: error: syntax error before "size"
/usr/include/GL/glext.h:2859: error: syntax error before "size"
/usr/include/GL/glext.h:2860: error: syntax error before "size"
/usr/include/GL/glext.h:2861: error: syntax error before "size"
/usr/include/GL/glext.h:2862: error: syntax error before "size"
/usr/include/GL/glext.h:2863: error: syntax error before "size"
/usr/include/GL/glext.h:2864: error: syntax error before "size"
/usr/include/GL/glext.h:2865: error: syntax error before "size"
/usr/include/GL/glext.h:2866: error: syntax error before "count"
/usr/include/GL/glext.h:2878: error: syntax error before "index"
/usr/include/GL/glext.h:2879: error: syntax error before "size"
/usr/include/GL/glext.h:2880: error: syntax error before "size"
/usr/include/GL/glext.h:2881: error: syntax error before "size"
/usr/include/GL/glext.h:2882: error: syntax error before "size"
/usr/include/GL/glext.h:2933: error: syntax error before "x"
/usr/include/GL/glext.h:2934: error: syntax error before '*' token
/usr/include/GL/glext.h:2935: error: syntax error before "x"
/usr/include/GL/glext.h:2936: error: syntax error before '*' token
/usr/include/GL/glext.h:2937: error: syntax error before "x"
/usr/include/GL/glext.h:2938: error: syntax error before '*' token
/usr/include/GL/glext.h:2939: error: syntax error before "x"
/usr/include/GL/glext.h:2940: error: syntax error before '*' token
/usr/include/GL/glext.h:2941: error: syntax error before "x"
/usr/include/GL/glext.h:2942: error: syntax error before '*' token
/usr/include/GL/glext.h:2943: error: syntax error before "x"
/usr/include/GL/glext.h:2944: error: syntax error before '*' token
/usr/include/GL/glext.h:2945: error: syntax error before "x"
/usr/include/GL/glext.h:2946: error: syntax error before '*' token
/usr/include/GL/glext.h:2947: error: syntax error before "x"
/usr/include/GL/glext.h:2948: error: syntax error before '*' token
/usr/include/GL/glext.h:3017: error: syntax error before "index"
/usr/include/GL/glext.h:3018: error: syntax error before "index"
/usr/include/GL/glext.h:3019: error: syntax error before "index"
/usr/include/GL/glext.h:3020: error: syntax error before "index"
/usr/include/GL/glext.h:3021: error: syntax error before "index"
/usr/include/GL/glext.h:3022: error: syntax error before "index"
/usr/include/GL/glext.h:3023: error: syntax error before "index"
/usr/include/GL/glext.h:3024: error: syntax error before "index"
/usr/include/GL/glext.h:3025: error: syntax error before "index"
/usr/include/GL/glext.h:3026: error: syntax error before "index"
/usr/include/GL/glext.h:3027: error: syntax error before "index"
/usr/include/GL/glext.h:3028: error: syntax error before "index"
/usr/include/GL/glext.h:3029: error: syntax error before "index"
/usr/include/GL/glext.h:3030: error: syntax error before "index"
/usr/include/GL/glext.h:3031: error: syntax error before "index"
/usr/include/GL/glext.h:3032: error: syntax error before "index"
/usr/include/GL/glext.h:3033: error: syntax error before "index"
/usr/include/GL/glext.h:3034: error: syntax error before "index"
/usr/include/GL/glext.h:3035: error: syntax error before "index"
/usr/include/GL/glext.h:3036: error: syntax error before "index"
/usr/include/GL/glext.h:3037: error: syntax error before "index"
/usr/include/GL/glext.h:3038: error: syntax error before "index"
/usr/include/GL/glext.h:3039: error: syntax error before "index"
/usr/include/GL/glext.h:3040: error: syntax error before "index"
/usr/include/GL/glext.h:3041: error: syntax error before "index"
/usr/include/GL/glext.h:3042: error: syntax error before "index"
/usr/include/GL/glext.h:3043: error: syntax error before "index"
/usr/include/GL/glext.h:3044: error: syntax error before "index"
/usr/include/GL/glext.h:3045: error: syntax error before "index"
/usr/include/GL/glext.h:3046: error: syntax error before "index"
/usr/include/GL/glext.h:3047: error: syntax error before "index"
/usr/include/GL/glext.h:3048: error: syntax error before "index"
/usr/include/GL/glext.h:3049: error: syntax error before "index"
/usr/include/GL/glext.h:3050: error: syntax error before "index"
/usr/include/GL/glext.h:3051: error: syntax error before "index"
/usr/include/GL/glext.h:3052: error: syntax error before "index"
/usr/include/GL/glext.h:3053: error: syntax error before "index"
/usr/include/GL/glext.h:3054: error: syntax error before "index"
/usr/include/GL/glext.h:3055: error: syntax error before "index"
/usr/include/GL/glext.h:3056: error: syntax error before "target"
/usr/include/GL/glext.h:3057: error: syntax error before "target"
/usr/include/GL/glext.h:3058: error: syntax error before "n"
/usr/include/GL/glext.h:3059: error: syntax error before "n"
/usr/include/GL/glext.h:3060: error: syntax error before "target"
/usr/include/GL/glext.h:3061: error: syntax error before "target"
/usr/include/GL/glext.h:3062: error: syntax error before "target"
/usr/include/GL/glext.h:3063: error: syntax error before "target"
/usr/include/GL/glext.h:3064: error: syntax error before "target"
/usr/include/GL/glext.h:3065: error: syntax error before "target"
/usr/include/GL/glext.h:3066: error: syntax error before "target"
/usr/include/GL/glext.h:3067: error: syntax error before "target"
/usr/include/GL/glext.h:3068: error: syntax error before "target"
/usr/include/GL/glext.h:3069: error: syntax error before "target"
/usr/include/GL/glext.h:3070: error: syntax error before "target"
/usr/include/GL/glext.h:3071: error: syntax error before "target"
/usr/include/GL/glext.h:3072: error: syntax error before "target"
/usr/include/GL/glext.h:3073: error: syntax error before "target"
/usr/include/GL/glext.h:3074: error: syntax error before "index"
/usr/include/GL/glext.h:3075: error: syntax error before "index"
/usr/include/GL/glext.h:3076: error: syntax error before "index"
/usr/include/GL/glext.h:3077: error: syntax error before "index"
/usr/include/GL/glext.h:3078: error: syntax error before '*' token
/usr/include/GL/glext.h:3078: error: syntax error before "program"
/usr/include/GL/glext.h:3078: error: `GLboolean' declared as function returning a function
/usr/include/GL/glext.h:3090: error: syntax error before "red"
/usr/include/GL/glext.h:3098: error: syntax error before "factor"
/usr/include/GL/glext.h:3111: error: syntax error before "target"
/usr/include/GL/glext.h:3112: error: syntax error before "target"
/usr/include/GL/glext.h:3121: error: syntax error before "target"
/usr/include/GL/glext.h:3122: error: syntax error before "target"
/usr/include/GL/glext.h:3131: error: syntax error before "target"
/usr/include/GL/glext.h:3132: error: syntax error before "target"
/usr/include/GL/glext.h:3144: error: syntax error before "target"
/usr/include/GL/glext.h:3145: error: syntax error before "target"
/usr/include/GL/glext.h:3146: error: syntax error before "target"
/usr/include/GL/glext.h:3147: error: syntax error before "target"
/usr/include/GL/glext.h:3148: error: syntax error before "target"
/usr/include/GL/glext.h:3165: error: syntax error before "target"
/usr/include/GL/glext.h:3166: error: syntax error before "target"
/usr/include/GL/glext.h:3167: error: syntax error before "target"
/usr/include/GL/glext.h:3168: error: syntax error before "target"
/usr/include/GL/glext.h:3169: error: syntax error before "target"
/usr/include/GL/glext.h:3170: error: syntax error before "target"
/usr/include/GL/glext.h:3171: error: syntax error before "target"
/usr/include/GL/glext.h:3172: error: syntax error before "target"
/usr/include/GL/glext.h:3173: error: syntax error before "target"
/usr/include/GL/glext.h:3174: error: syntax error before "target"
/usr/include/GL/glext.h:3194: error: syntax error before "target"
/usr/include/GL/glext.h:3195: error: syntax error before "target"
/usr/include/GL/glext.h:3196: error: syntax error before "target"
/usr/include/GL/glext.h:3197: error: syntax error before "target"
/usr/include/GL/glext.h:3198: error: syntax error before "target"
/usr/include/GL/glext.h:3199: error: syntax error before "target"
/usr/include/GL/glext.h:3200: error: syntax error before "target"
/usr/include/GL/glext.h:3201: error: syntax error before "target"
/usr/include/GL/glext.h:3202: error: syntax error before "target"
/usr/include/GL/glext.h:3203: error: syntax error before "target"
/usr/include/GL/glext.h:3204: error: syntax error before "target"
/usr/include/GL/glext.h:3205: error: syntax error before "target"
/usr/include/GL/glext.h:3206: error: syntax error before "target"
/usr/include/GL/glext.h:3224: error: syntax error before "target"
/usr/include/GL/glext.h:3225: error: syntax error before "target"
/usr/include/GL/glext.h:3226: error: syntax error before "target"
/usr/include/GL/glext.h:3227: error: syntax error before "target"
/usr/include/GL/glext.h:3228: error: syntax error before "target"
/usr/include/GL/glext.h:3229: error: syntax error before "target"
/usr/include/GL/glext.h:3230: error: syntax error before "target"
/usr/include/GL/glext.h:3238: error: syntax error before "mode"
/usr/include/GL/glext.h:3251: error: syntax error before "pname"
/usr/include/GL/glext.h:3252: error: syntax error before "pname"
/usr/include/GL/glext.h:3253: error: syntax error before "pname"
/usr/include/GL/glext.h:3254: error: syntax error before "pname"
/usr/include/GL/glext.h:3255: error: syntax error before "pname"
/usr/include/GL/glext.h:3256: error: syntax error before "pname"
/usr/include/GL/glext.h:3265: error: syntax error before "target"
/usr/include/GL/glext.h:3266: error: syntax error before "target"
/usr/include/GL/glext.h:3287: error: syntax error before "n"
/usr/include/GL/glext.h:3287: error: `PFNGLARETEXTURESRESIDENTEXTPROC' declared as function returning a function
/usr/include/GL/glext.h:3288: error: syntax error before "target"
/usr/include/GL/glext.h:3289: error: syntax error before "n"
/usr/include/GL/glext.h:3290: error: syntax error before "n"
/usr/include/GL/glext.h:3291: error: syntax error before "texture"
/usr/include/GL/glext.h:3291: error: `PFNGLISTEXTUREEXTPROC' declared as function returning a function
/usr/include/GL/glext.h:3292: error: syntax error before "n"
/usr/include/GL/glext.h:3301: error: syntax error before "target"
/usr/include/GL/glext.h:3302: error: syntax error before "target"
/usr/include/GL/glext.h:3311: error: syntax error before "target"
/usr/include/GL/glext.h:3312: error: syntax error before "target"
/usr/include/GL/glext.h:3329: error: syntax error before "value"
/usr/include/GL/glext.h:3330: error: syntax error before "pattern"
/usr/include/GL/glext.h:3350: error: syntax error before "i"
/usr/include/GL/glext.h:3351: error: syntax error before "size"
/usr/include/GL/glext.h:3352: error: syntax error before "mode"
/usr/include/GL/glext.h:3353: error: syntax error before "stride"
/usr/include/GL/glext.h:3354: error: syntax error before "pname"
/usr/include/GL/glext.h:3355: error: syntax error before "type"
/usr/include/GL/glext.h:3356: error: syntax error before "type"
/usr/include/GL/glext.h:3357: error: syntax error before "size"
/usr/include/GL/glext.h:3358: error: syntax error before "size"
/usr/include/GL/glext.h:3390: error: syntax error before "mode"
/usr/include/GL/glext.h:3421: error: syntax error before "pname"
/usr/include/GL/glext.h:3422: error: syntax error before "pname"
/usr/include/GL/glext.h:3423: error: syntax error before "pname"
/usr/include/GL/glext.h:3424: error: syntax error before "pname"
/usr/include/GL/glext.h:3437: error: syntax error before "pname"
/usr/include/GL/glext.h:3438: error: syntax error before "pname"
/usr/include/GL/glext.h:3447: error: syntax error before "pname"
/usr/include/GL/glext.h:3448: error: syntax error before "pname"
/usr/include/GL/glext.h:3461: error: syntax error before '*' token
/usr/include/GL/glext.h:3461: error: `GLint' declared as function returning a function
/usr/include/GL/glext.h:3462: error: syntax error before "size"
/usr/include/GL/glext.h:3463: error: `PFNGLPOLLINSTRUMENTSSGIXPROC' declared as function returning a function
/usr/include/GL/glext.h:3497: error: syntax error before "target"
/usr/include/GL/glext.h:3498: error: syntax error before "target"
/usr/include/GL/glext.h:3499: error: syntax error before "mask"
/usr/include/GL/glext.h:3500: error: syntax error before "mask"
/usr/include/GL/glext.h:3508: error: syntax error before '*' token
/usr/include/GL/glext.h:3529: error: syntax error before "n"
/usr/include/GL/glext.h:3530: error: syntax error before '*' token
/usr/include/GL/glext.h:3547: error: syntax error before "target"
/usr/include/GL/glext.h:3548: error: syntax error before "target"
/usr/include/GL/glext.h:3549: error: syntax error before "target"
/usr/include/GL/glext.h:3550: error: syntax error before "target"
/usr/include/GL/glext.h:3551: error: syntax error before "target"
/usr/include/GL/glext.h:3552: error: syntax error before "target"
/usr/include/GL/glext.h:3569: error: syntax error before "target"
/usr/include/GL/glext.h:3570: error: syntax error before "target"
/usr/include/GL/glext.h:3582: error: syntax error before "target"
/usr/include/GL/glext.h:3593: error: syntax error before "target"
/usr/include/GL/glext.h:3594: error: syntax error before "target"
/usr/include/GL/glext.h:3595: error: syntax error before "target"
/usr/include/GL/glext.h:3596: error: syntax error before "target"
/usr/include/GL/glext.h:3613: error: syntax error before "list"
/usr/include/GL/glext.h:3614: error: syntax error before "list"
/usr/include/GL/glext.h:3615: error: syntax error before "list"
/usr/include/GL/glext.h:3616: error: syntax error before "list"
/usr/include/GL/glext.h:3617: error: syntax error before "list"
/usr/incl
DavidChipman
Star Pilot
Star Pilot
Posts: 5
Joined: Sun Jun 13, 2004 5:11 am
Location: Canada

Compiling VS on FC2 (continuation)

Post by DavidChipman »

Apparently, the config.log got cut off part way through. Here's an attempt to give you the rest:

/usr/include/GL/glext.h:3618: error: syntax error before "list"
/usr/include/GL/glext.h:3646: error: syntax error before "face"
/usr/include/GL/glext.h:3654: error: syntax error before "func"
/usr/include/GL/glext.h:3667: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:3677: error: syntax error before "pname"
/usr/include/GL/glext.h:3678: error: syntax error before "pname"
/usr/include/GL/glext.h:3707: error: syntax error before "face"
/usr/include/GL/glext.h:3708: error: syntax error before "light"
/usr/include/GL/glext.h:3709: error: syntax error before "light"
/usr/include/GL/glext.h:3710: error: syntax error before "light"
/usr/include/GL/glext.h:3711: error: syntax error before "light"
/usr/include/GL/glext.h:3712: error: syntax error before "pname"
/usr/include/GL/glext.h:3713: error: syntax error before "pname"
/usr/include/GL/glext.h:3714: error: syntax error before "pname"
/usr/include/GL/glext.h:3715: error: syntax error before "pname"
/usr/include/GL/glext.h:3716: error: syntax error before "face"
/usr/include/GL/glext.h:3717: error: syntax error before "face"
/usr/include/GL/glext.h:3718: error: syntax error before "face"
/usr/include/GL/glext.h:3719: error: syntax error before "face"
/usr/include/GL/glext.h:3720: error: syntax error before "light"
/usr/include/GL/glext.h:3721: error: syntax error before "light"
/usr/include/GL/glext.h:3722: error: syntax error before "face"
/usr/include/GL/glext.h:3723: error: syntax error before "face"
/usr/include/GL/glext.h:3724: error: syntax error before "pname"
/usr/include/GL/glext.h:3740: error: syntax error before "mode"
/usr/include/GL/glext.h:3758: error: syntax error before "mode"
/usr/include/GL/glext.h:3759: error: syntax error before "pname"
/usr/include/GL/glext.h:3760: error: syntax error before "face"
/usr/include/GL/glext.h:3781: error: syntax error before "marker"
/usr/include/GL/glext.h:3782: error: syntax error before '*' token
/usr/include/GL/glext.h:3782: error: `PFNGLFINISHASYNCSGIXPROC' declared as function returning a function
/usr/include/GL/glext.h:3783: error: syntax error before '*' token
/usr/include/GL/glext.h:3783: error: `PFNGLPOLLASYNCSGIXPROC' declared as function returning a function
/usr/include/GL/glext.h:3784: error: syntax error before '*' token
/usr/include/GL/glext.h:3784: error: syntax error before "range"
/usr/include/GL/glext.h:3784: error: `GLuint' declared as function returning a function
/usr/include/GL/glext.h:3785: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:3786: error: `PFNGLISASYNCMARKERSGIXPROC' declared as function returning a function
/usr/include/GL/glext.h:3805: error: syntax error before "GLenum"
/usr/include/GL/glext.h:3806: error: syntax error before "type"
/usr/include/GL/glext.h:3807: error: syntax error before "GLenum"
/usr/include/GL/glext.h:3808: error: syntax error before "GLenum"
/usr/include/GL/glext.h:3823: error: syntax error before "target"
/usr/include/GL/glext.h:3824: error: syntax error before "target"
/usr/include/GL/glext.h:3825: error: syntax error before "target"
/usr/include/GL/glext.h:3826: error: syntax error before "target"
/usr/include/GL/glext.h:3862: error: syntax error before "red"
/usr/include/GL/glext.h:3863: error: syntax error before '*' token
/usr/include/GL/glext.h:3864: error: syntax error before "red"
/usr/include/GL/glext.h:3865: error: syntax error before '*' token
/usr/include/GL/glext.h:3866: error: syntax error before "red"
/usr/include/GL/glext.h:3867: error: syntax error before '*' token
/usr/include/GL/glext.h:3870: error: syntax error before "red"
/usr/include/GL/glext.h:3871: error: syntax error before '*' token
/usr/include/GL/glext.h:3872: error: syntax error before "red"
/usr/include/GL/glext.h:3873: error: syntax error before '*' token
/usr/include/GL/glext.h:3876: error: syntax error before "red"
/usr/include/GL/glext.h:3877: error: syntax error before '*' token
/usr/include/GL/glext.h:3878: error: syntax error before "GLenum"
/usr/include/GL/glext.h:3886: error: syntax error before "mode"
/usr/include/GL/glext.h:3895: error: syntax error before "mode"
/usr/include/GL/glext.h:3896: error: syntax error before "mode"
/usr/include/GL/glext.h:3908: error: syntax error before "coord"
/usr/include/GL/glext.h:3909: error: syntax error before '*' token
/usr/include/GL/glext.h:3910: error: syntax error before "coord"
/usr/include/GL/glext.h:3911: error: syntax error before '*' token
/usr/include/GL/glext.h:3912: error: syntax error before "type"
/usr/include/GL/glext.h:3945: error: syntax error before "tx"
/usr/include/GL/glext.h:3946: error: syntax error before '*' token
/usr/include/GL/glext.h:3947: error: syntax error before "tx"
/usr/include/GL/glext.h:3948: error: syntax error before '*' token
/usr/include/GL/glext.h:3949: error: syntax error before "tx"
/usr/include/GL/glext.h:3950: error: syntax error before '*' token
/usr/include/GL/glext.h:3953: error: syntax error before "tx"
/usr/include/GL/glext.h:3954: error: syntax error before '*' token
/usr/include/GL/glext.h:3955: error: syntax error before "bx"
/usr/include/GL/glext.h:3956: error: syntax error before '*' token
/usr/include/GL/glext.h:3957: error: syntax error before "bx"
/usr/include/GL/glext.h:3958: error: syntax error before '*' token
/usr/include/GL/glext.h:3959: error: syntax error before "bx"
/usr/include/GL/glext.h:3960: error: syntax error before '*' token
/usr/include/GL/glext.h:3963: error: syntax error before "bx"
/usr/include/GL/glext.h:3964: error: syntax error before '*' token
/usr/include/GL/glext.h:3965: error: syntax error before "type"
/usr/include/GL/glext.h:3966: error: syntax error before "type"
/usr/include/GL/glext.h:4005: error: syntax error before "factor"
/usr/include/GL/glext.h:4006: error: syntax error before "factor"
/usr/include/GL/glext.h:4008: error: syntax error before "factor"
/usr/include/GL/glext.h:4009: error: syntax error before "factor"
/usr/include/GL/glext.h:4010: error: syntax error before "factor"
/usr/include/GL/glext.h:4011: error: syntax error before "factor"
/usr/include/GL/glext.h:4027: error: syntax error before "code"
/usr/include/GL/glext.h:4028: error: syntax error before "code"
/usr/include/GL/glext.h:4030: error: syntax error before '*' token
/usr/include/GL/glext.h:4031: error: syntax error before '*' token
/usr/include/GL/glext.h:4032: error: syntax error before "type"
/usr/include/GL/glext.h:4079: error: syntax error before "r"
/usr/include/GL/glext.h:4080: error: syntax error before '*' token
/usr/include/GL/glext.h:4081: error: syntax error before "r"
/usr/include/GL/glext.h:4082: error: syntax error before '*' token
/usr/include/GL/glext.h:4083: error: syntax error before "r"
/usr/include/GL/glext.h:4084: error: syntax error before '*' token
/usr/include/GL/glext.h:4085: error: syntax error before "nx"
/usr/include/GL/glext.h:4086: error: syntax error before '*' token
/usr/include/GL/glext.h:4087: error: syntax error before "r"
/usr/include/GL/glext.h:4088: error: syntax error before '*' token
/usr/include/GL/glext.h:4089: error: syntax error before "s"
/usr/include/GL/glext.h:4090: error: syntax error before '*' token
/usr/include/GL/glext.h:4091: error: syntax error before "s"
/usr/include/GL/glext.h:4092: error: syntax error before '*' token
/usr/include/GL/glext.h:4093: error: syntax error before "s"
/usr/include/GL/glext.h:4094: error: syntax error before '*' token
/usr/include/GL/glext.h:4095: error: syntax error before "s"
/usr/include/GL/glext.h:4096: error: syntax error before '*' token
/usr/include/GL/glext.h:4097: error: syntax error before "s"
/usr/include/GL/glext.h:4098: error: syntax error before '*' token
/usr/include/GL/glext.h:4099: error: syntax error before "s"
/usr/include/GL/glext.h:4100: error: syntax error before '*' token
/usr/include/GL/glext.h:4101: error: syntax error before "s"
/usr/include/GL/glext.h:4102: error: syntax error before '*' token
/usr/include/GL/glext.h:4103: error: syntax error before "GLfloat"
/usr/include/GL/glext.h:4104: error: syntax error before '*' token
/usr/include/GL/glext.h:4105: error: syntax error before "GLubyte"
/usr/include/GL/glext.h:4106: error: syntax error before '*' token
/usr/include/GL/glext.h:4107: error: syntax error before "GLfloat"
/usr/include/GL/glext.h:4108: error: syntax error before '*' token
/usr/include/GL/glext.h:4109: error: syntax error before "GLfloat"
/usr/include/GL/glext.h:4110: error: syntax error before '*' token
/usr/include/GL/glext.h:4111: error: syntax error before "GLfloat"
/usr/include/GL/glext.h:4112: error: syntax error before '*' token
/usr/include/GL/glext.h:4113: error: syntax error before "GLfloat"
/usr/include/GL/glext.h:4114: error: syntax error before '*' token
/usr/include/GL/glext.h:4115: error: syntax error before "GLfloat"
/usr/include/GL/glext.h:4116: error: syntax error before '*' token
/usr/include/GL/glext.h:4117: error: syntax error before "GLfloat"
/usr/include/GL/glext.h:4118: error: syntax error before '*' token
/usr/include/GL/glext.h:4126: error: syntax error before "sfactorRGB"
/usr/include/GL/glext.h:4134: error: syntax error before "sfactorRGB"
/usr/include/GL/glext.h:4180: error: syntax error before "weight"
/usr/include/GL/glext.h:4181: error: syntax error before '*' token
/usr/include/GL/glext.h:4182: error: syntax error before "size"
/usr/include/GL/glext.h:4196: error: syntax error before "length"
/usr/include/GL/glext.h:4216: error: syntax error before "pname"
/usr/include/GL/glext.h:4217: error: syntax error before "pname"
/usr/include/GL/glext.h:4218: error: syntax error before "pname"
/usr/include/GL/glext.h:4219: error: syntax error before "pname"
/usr/include/GL/glext.h:4220: error: syntax error before "stage"
/usr/include/GL/glext.h:4221: error: syntax error before "stage"
/usr/include/GL/glext.h:4222: error: syntax error before "variable"
/usr/include/GL/glext.h:4223: error: syntax error before "stage"
/usr/include/GL/glext.h:4224: error: syntax error before "stage"
/usr/include/GL/glext.h:4225: error: syntax error before "stage"
/usr/include/GL/glext.h:4226: error: syntax error before "stage"
/usr/include/GL/glext.h:4227: error: syntax error before "variable"
/usr/include/GL/glext.h:4228: error: syntax error before "variable"
/usr/include/GL/glext.h:4283: error: syntax error before "x"
/usr/include/GL/glext.h:4284: error: syntax error before '*' token
/usr/include/GL/glext.h:4285: error: syntax error before "x"
/usr/include/GL/glext.h:4286: error: syntax error before '*' token
/usr/include/GL/glext.h:4289: error: syntax error before "x"
/usr/include/GL/glext.h:4290: error: syntax error before '*' token
/usr/include/GL/glext.h:4291: error: syntax error before "x"
/usr/include/GL/glext.h:4292: error: syntax error before '*' token
/usr/include/GL/glext.h:4293: error: syntax error before "x"
/usr/include/GL/glext.h:4294: error: syntax error before '*' token
/usr/include/GL/glext.h:4297: error: syntax error before "x"
/usr/include/GL/glext.h:4298: error: syntax error before '*' token
/usr/include/GL/glext.h:4299: error: syntax error before "x"
/usr/include/GL/glext.h:4300: error: syntax error before '*' token
/usr/include/GL/glext.h:4301: error: syntax error before "x"
/usr/include/GL/glext.h:4302: error: syntax error before '*' token
/usr/include/GL/glext.h:4305: error: syntax error before "x"
/usr/include/GL/glext.h:4306: error: syntax error before '*' token
/usr/include/GL/glext.h:4319: error: syntax error before "mode"
/usr/include/GL/glext.h:4320: error: syntax error before '*' token
/usr/include/GL/glext.h:4335: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4336: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4338: error: syntax error before "type"
/usr/include/GL/glext.h:4339: error: syntax error before "type"
/usr/include/GL/glext.h:4340: error: syntax error before "type"
/usr/include/GL/glext.h:4341: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4342: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4383: error: syntax error before "value"
/usr/include/GL/glext.h:4384: error: syntax error before "pattern"
/usr/include/GL/glext.h:4416: error: syntax error before "pname"
/usr/include/GL/glext.h:4438: error: syntax error before "n"
/usr/include/GL/glext.h:4439: error: syntax error before "n"
/usr/include/GL/glext.h:4440: error: `PFNGLISFENCENVPROC' declared as function returning a function
/usr/include/GL/glext.h:4441: error: `PFNGLTESTFENCENVPROC' declared as function returning a function
/usr/include/GL/glext.h:4442: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4444: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4460: error: syntax error before "target"
/usr/include/GL/glext.h:4461: error: syntax error before "target"
/usr/include/GL/glext.h:4462: error: syntax error before "target"
/usr/include/GL/glext.h:4463: error: syntax error before "target"
/usr/include/GL/glext.h:4464: error: syntax error before "target"
/usr/include/GL/glext.h:4465: error: syntax error before "target"
/usr/include/GL/glext.h:4466: error: syntax error before "target"
/usr/include/GL/glext.h:4467: error: syntax error before "target"
/usr/include/GL/glext.h:4468: error: syntax error before "target"
/usr/include/GL/glext.h:4481: error: syntax error before "stage"
/usr/include/GL/glext.h:4482: error: syntax error before "stage"
/usr/include/GL/glext.h:4573: error: syntax error before "n"
/usr/include/GL/glext.h:4573: error: `PFNGLAREPROGRAMSRESIDENTNVPROC' declared as function returning a function
/usr/include/GL/glext.h:4574: error: syntax error before "target"
/usr/include/GL/glext.h:4575: error: syntax error before "n"
/usr/include/GL/glext.h:4576: error: syntax error before "target"
/usr/include/GL/glext.h:4577: error: syntax error before "n"
/usr/include/GL/glext.h:4578: error: syntax error before "target"
/usr/include/GL/glext.h:4579: error: syntax error before "target"
/usr/include/GL/glext.h:4580: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4581: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4582: error: syntax error before "target"
/usr/include/GL/glext.h:4583: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4584: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4585: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4586: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4587: error: `PFNGLISPROGRAMNVPROC' declared as function returning a function
/usr/include/GL/glext.h:4588: error: syntax error before "target"
/usr/include/GL/glext.h:4589: error: syntax error before "target"
/usr/include/GL/glext.h:4590: error: syntax error before "target"
/usr/include/GL/glext.h:4591: error: syntax error before "target"
/usr/include/GL/glext.h:4592: error: syntax error before "target"
/usr/include/GL/glext.h:4593: error: syntax error before "target"
/usr/include/GL/glext.h:4594: error: syntax error before "target"
/usr/include/GL/glext.h:4595: error: syntax error before "n"
/usr/include/GL/glext.h:4596: error: syntax error before "target"
/usr/include/GL/glext.h:4597: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4598: error: syntax error before "GLdouble"
/usr/include/GL/glext.h:4599: error: syntax error before '*' token
/usr/include/GL/glext.h:4600: error: syntax error before "GLfloat"
/usr/include/GL/glext.h:4601: error: syntax error before '*' token
/usr/include/GL/glext.h:4602: error: syntax error before "GLshort"
/usr/include/GL/glext.h:4603: error: syntax error before '*' token
/usr/include/GL/glext.h:4604: error: syntax error before "GLdouble"
/usr/include/GL/glext.h:4605: error: syntax error before '*' token
/usr/include/GL/glext.h:4606: error: syntax error before "GLfloat"
/usr/include/GL/glext.h:4607: error: syntax error before '*' token
/usr/include/GL/glext.h:4608: error: syntax error before "GLshort"
/usr/include/GL/glext.h:4609: error: syntax error before '*' token
/usr/include/GL/glext.h:4610: error: syntax error before "GLdouble"
/usr/include/GL/glext.h:4611: error: syntax error before '*' token
/usr/include/GL/glext.h:4612: error: syntax error before "GLfloat"
/usr/include/GL/glext.h:4613: error: syntax error before '*' token
/usr/include/GL/glext.h:4614: error: syntax error before "GLshort"
/usr/include/GL/glext.h:4615: error: syntax error before '*' token
/usr/include/GL/glext.h:4616: error: syntax error before "GLdouble"
/usr/include/GL/glext.h:4617: error: syntax error before '*' token
/usr/include/GL/glext.h:4618: error: syntax error before "GLfloat"
/usr/include/GL/glext.h:4619: error: syntax error before '*' token
/usr/include/GL/glext.h:4620: error: syntax error before "GLshort"
/usr/include/GL/glext.h:4621: error: syntax error before '*' token
/usr/include/GL/glext.h:4622: error: syntax error before "GLubyte"
/usr/include/GL/glext.h:4623: error: syntax error before '*' token
/usr/include/GL/glext.h:4624: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4625: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4626: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4627: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4628: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4629: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4630: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4631: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4632: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4633: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4634: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4635: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4636: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4671: error: syntax error before "pname"
/usr/include/GL/glext.h:4672: error: syntax error before "pname"
/usr/include/GL/glext.h:4673: error: syntax error before "pname"
/usr/include/GL/glext.h:4674: error: syntax error before "pname"
/usr/include/GL/glext.h:4695: error: `PFNGLGENFRAGMENTSHADERSATIPROC' declared as function returning a function
/usr/include/GL/glext.h:4700: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4701: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4702: error: syntax error before "op"
/usr/include/GL/glext.h:4703: error: syntax error before "op"
/usr/include/GL/glext.h:4704: error: syntax error before "op"
/usr/include/GL/glext.h:4705: error: syntax error before "op"
/usr/include/GL/glext.h:4706: error: syntax error before "op"
/usr/include/GL/glext.h:4707: error: syntax error before "op"
/usr/include/GL/glext.h:4708: error: syntax error before '*' token
/usr/include/GL/glext.h:4717: error: syntax error before "pname"
/usr/include/GL/glext.h:4718: error: syntax error before "pname"
/usr/include/GL/glext.h:4737: error: syntax error before "size"
/usr/include/GL/glext.h:4737: error: `PFNGLNEWOBJECTBUFFERATIPROC' declared as function returning a function
/usr/include/GL/glext.h:4738: error: `PFNGLISOBJECTBUFFERATIPROC' declared as function returning a function
/usr/include/GL/glext.h:4739: error: syntax error before "GLsizei"
/usr/include/GL/glext.h:4740: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4741: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4743: error: syntax error before "array"
/usr/include/GL/glext.h:4744: error: syntax error before "array"
/usr/include/GL/glext.h:4745: error: syntax error before "array"
/usr/include/GL/glext.h:4746: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4747: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4748: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4800: error: `PFNGLGENVERTEXSHADERSEXTPROC' declared as function returning a function
/usr/include/GL/glext.h:4802: error: syntax error before "op"
/usr/include/GL/glext.h:4803: error: syntax error before "op"
/usr/include/GL/glext.h:4804: error: syntax error before "op"
/usr/include/GL/glext.h:4805: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4806: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4809: error: syntax error before "datatype"
/usr/include/GL/glext.h:4809: error: `PFNGLGENSYMBOLSEXTPROC' declared as function returning a function
/usr/include/GL/glext.h:4810: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4811: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4812: error: syntax error before '*' token
/usr/include/GL/glext.h:4813: error: syntax error before '*' token
/usr/include/GL/glext.h:4815: error: syntax error before '*' token
/usr/include/GL/glext.h:4816: error: syntax error before '*' token
/usr/include/GL/glext.h:4817: error: syntax error before '*' token
/usr/include/GL/glext.h:4818: error: syntax error before '*' token
/usr/include/GL/glext.h:4820: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4823: error: syntax error before "light"
/usr/include/GL/glext.h:4823: error: `PFNGLBINDLIGHTPARAMETEREXTPROC' declared as function returning a function
/usr/include/GL/glext.h:4824: error: syntax error before "face"
/usr/include/GL/glext.h:4824: error: `PFNGLBINDMATERIALPARAMETEREXTPROC' declared as function returning a function
/usr/include/GL/glext.h:4825: error: syntax error before "unit"
/usr/include/GL/glext.h:4825: error: `PFNGLBINDTEXGENPARAMETEREXTPROC' declared as function returning a function
/usr/include/GL/glext.h:4826: error: syntax error before "unit"
/usr/include/GL/glext.h:4826: error: `PFNGLBINDTEXTUREUNITPARAMETEREXTPROC' declared as function returning a function
/usr/include/GL/glext.h:4827: error: syntax error before "value"
/usr/include/GL/glext.h:4827: error: `PFNGLBINDPARAMETEREXTPROC' declared as function returning a function
/usr/include/GL/glext.h:4828: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4828: error: `PFNGLISVARIANTENABLEDEXTPROC' declared as function returning a function
/usr/include/GL/glext.h:4829: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4830: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4831: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4832: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4833: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4834: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4835: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4836: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4837: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4838: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4890: error: syntax error before "stream"
/usr/include/GL/glext.h:4891: error: syntax error before "stream"
/usr/include/GL/glext.h:4892: error: syntax error before "stream"
/usr/include/GL/glext.h:4893: error: syntax error before "stream"
/usr/include/GL/glext.h:4894: error: syntax error before "stream"
/usr/include/GL/glext.h:4895: error: syntax error before "stream"
/usr/include/GL/glext.h:4896: error: syntax error before "stream"
/usr/include/GL/glext.h:4897: error: syntax error before "stream"
/usr/include/GL/glext.h:4898: error: syntax error before "stream"
/usr/include/GL/glext.h:4899: error: syntax error before "stream"
/usr/include/GL/glext.h:4900: error: syntax error before "stream"
/usr/include/GL/glext.h:4901: error: syntax error before "stream"
/usr/include/GL/glext.h:4902: error: syntax error before "stream"
/usr/include/GL/glext.h:4903: error: syntax error before "stream"
/usr/include/GL/glext.h:4904: error: syntax error before "stream"
/usr/include/GL/glext.h:4905: error: syntax error before "stream"
/usr/include/GL/glext.h:4906: error: syntax error before "stream"
/usr/include/GL/glext.h:4907: error: syntax error before "stream"
/usr/include/GL/glext.h:4908: error: syntax error before "stream"
/usr/include/GL/glext.h:4909: error: syntax error before "stream"
/usr/include/GL/glext.h:4910: error: syntax error before "stream"
/usr/include/GL/glext.h:4911: error: syntax error before "stream"
/usr/include/GL/glext.h:4912: error: syntax error before "stream"
/usr/include/GL/glext.h:4913: error: syntax error before "stream"
/usr/include/GL/glext.h:4914: error: syntax error before "stream"
/usr/include/GL/glext.h:4915: error: syntax error before "stream"
/usr/include/GL/glext.h:4916: error: syntax error before "stream"
/usr/include/GL/glext.h:4917: error: syntax error before "stream"
/usr/include/GL/glext.h:4918: error: syntax error before "stream"
/usr/include/GL/glext.h:4919: error: syntax error before "stream"
/usr/include/GL/glext.h:4920: error: syntax error before "stream"
/usr/include/GL/glext.h:4921: error: syntax error before "stream"
/usr/include/GL/glext.h:4922: error: syntax error before "stream"
/usr/include/GL/glext.h:4923: error: syntax error before "stream"
/usr/include/GL/glext.h:4924: error: syntax error before "stream"
/usr/include/GL/glext.h:4925: error: syntax error before "stream"
/usr/include/GL/glext.h:4926: error: syntax error before "stream"
/usr/include/GL/glext.h:4927: error: syntax error before "stream"
/usr/include/GL/glext.h:4928: error: syntax error before "stream"
/usr/include/GL/glext.h:4929: error: syntax error before "stream"
/usr/include/GL/glext.h:4930: error: syntax error before "stream"
/usr/include/GL/glext.h:4931: error: syntax error before "stream"
/usr/include/GL/glext.h:4932: error: syntax error before "stream"
/usr/include/GL/glext.h:4933: error: syntax error before "pname"
/usr/include/GL/glext.h:4934: error: syntax error before "pname"
/usr/include/GL/glext.h:4944: error: syntax error before "type"
/usr/include/GL/glext.h:4945: error: syntax error before "mode"
/usr/include/GL/glext.h:4946: error: syntax error before "mode"
/usr/include/GL/glext.h:4954: error: syntax error before "mode"
/usr/include/GL/glext.h:4980: error: syntax error before "n"
/usr/include/GL/glext.h:4981: error: syntax error before "n"
/usr/include/GL/glext.h:4982: error: `PFNGLISOCCLUSIONQUERYNVPROC' declared as function returning a function
/usr/include/GL/glext.h:4985: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4986: error: syntax error before "GLenum"
/usr/include/GL/glext.h:4995: error: syntax error before "pname"
/usr/include/GL/glext.h:4996: error: syntax error before "pname"
/usr/include/GL/glext.h:5016: error: syntax error before "face"
configure:9076: $? = 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
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SDL_JOYSTICKOPEN 1
| #define HAVE_GLXGETPROCADDRESSARB 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <GL/glext.h>
configure:9099: result: no
configure:9103: checking GL/glext.h presence
configure:9113: gcc -E -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c
configure:9119: $? = 0
configure:9139: result: yes
configure:9152: WARNING: GL/glext.h: present but cannot be compiled
configure:9154: WARNING: GL/glext.h: check for missing prerequisite headers?
configure:9156: WARNING: GL/glext.h: see the Autoconf documentation
configure:9158: WARNING: GL/glext.h: section "Present But Cannot Be Compiled"
configure:9160: WARNING: GL/glext.h: proceeding with the preprocessor's result
configure:9162: WARNING: GL/glext.h: in the future, the compiler will take precedence
configure:9174: checking for GL/glext.h
configure:9181: result: yes
configure:9216: checking whether glext.h is recent enough
configure:9245: result: yes
configure:9290: checking for glut32 library
configure:9315: gcc -o conftest -L/usr/X11R6/lib conftest.c -lutil -L/usr/lib -lSDL -lpthread -lSDL_mixer -lGL -lGLU -lglut32 -lXi -lXmu >&5
/usr/bin/ld: cannot find -lglut32
collect2: ld returned 1 exit status
configure:9321: $? = 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
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SDL_JOYSTICKOPEN 1
| #define HAVE_GLXGETPROCADDRESSARB 1
| #define HAVE_GL_GLEXT_H 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:9345: result: no
configure:9290: checking for glut library
configure:9315: gcc -o conftest -L/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lutil -L/usr/lib -lSDL -lpthread -lSDL_mixer -lGL -lGLU -lglut -lXi -lXmu >&5
configure:9321: $? = 0
configure:9325: test -z
|| test ! -s conftest.err
configure:9328: $? = 0
configure:9331: test -s conftest
configure:9334: $? = 0
configure:9345: result: yes
configure:9397: checking GL/glut.h usability
configure:9409: gcc -c -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c >&5
configure:9415: $? = 0
configure:9419: test -z
|| test ! -s conftest.err
configure:9422: $? = 0
configure:9425: test -s conftest.o
configure:9428: $? = 0
configure:9438: result: yes
configure:9442: checking GL/glut.h presence
configure:9452: gcc -E -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c
configure:9458: $? = 0
configure:9478: result: yes
configure:9513: checking for GL/glut.h
configure:9520: result: yes
configure:9563: checking for expat library
configure:9582: gcc -o conftest -L/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lexpat >&5
configure:9588: $? = 0
configure:9592: test -z
|| test ! -s conftest.err
configure:9595: $? = 0
configure:9598: test -s conftest
configure:9601: $? = 0
configure:9612: result: yes
configure:9661: checking expat.h usability
configure:9673: gcc -c -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c >&5
configure:9679: $? = 0
configure:9683: test -z
|| test ! -s conftest.err
configure:9686: $? = 0
configure:9689: test -s conftest.o
configure:9692: $? = 0
configure:9702: result: yes
configure:9706: checking expat.h presence
configure:9716: gcc -E -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c
configure:9722: $? = 0
configure:9742: result: yes
configure:9777: checking for expat.h
configure:9784: result: yes
configure:9828: checking for png library
configure:9847: gcc -o conftest -L/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lpng >&5
configure:9853: $? = 0
configure:9857: test -z
|| test ! -s conftest.err
configure:9860: $? = 0
configure:9863: test -s conftest
configure:9866: $? = 0
configure:9877: result: yes
configure:9982: checking png.h usability
configure:9994: gcc -c -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c >&5
configure:10000: $? = 0
configure:10004: test -z
|| test ! -s conftest.err
configure:10007: $? = 0
configure:10010: test -s conftest.o
configure:10013: $? = 0
configure:10023: result: yes
configure:10027: checking png.h presence
configure:10037: gcc -E -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c
configure:10043: $? = 0
configure:10063: result: yes
configure:10098: checking for png.h
configure:10105: result: yes
configure:10156: checking for jpeg library
configure:10175: gcc -o conftest -L/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -ljpeg >&5
configure:10181: $? = 0
configure:10185: test -z
|| test ! -s conftest.err
configure:10188: $? = 0
configure:10191: test -s conftest
configure:10194: $? = 0
configure:10205: result: yes
configure:10254: checking jpeglib.h usability
configure:10266: gcc -c -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c >&5
configure:10272: $? = 0
configure:10276: test -z
|| test ! -s conftest.err
configure:10279: $? = 0
configure:10282: test -s conftest.o
configure:10285: $? = 0
configure:10295: result: yes
configure:10299: checking jpeglib.h presence
configure:10309: gcc -E -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c
configure:10315: $? = 0
configure:10335: result: yes
configure:10370: checking for jpeglib.h
configure:10377: result: yes
configure:10431: checking for openal library
configure:10450: gcc -o conftest -L/usr/X11R6/lib -L/usr/X11R6/lib conftest.c >&5
configure:10456: $? = 0
configure:10460: test -z
|| test ! -s conftest.err
configure:10463: $? = 0
configure:10466: test -s conftest
configure:10469: $? = 0
configure:10480: result: yes
configure:10527: checking for AL/al.h
configure:10537: gcc -E -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c
configure:10543: $? = 0
configure:10563: result: yes
configure:10565: checking for al.h
configure:10575: gcc -E -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c
conftest.c:55:17: al.h: No such file or directory
configure:10581: $? = 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
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SDL_JOYSTICKOPEN 1
| #define HAVE_GLXGETPROCADDRESSARB 1
| #define HAVE_GL_GLEXT_H 1
| /* end confdefs.h. */
| #include <al.h>
configure:10601: result: yes
configure:10716: checking AL/alext.h usability
configure:10728: gcc -c -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c >&5
configure:10734: $? = 0
configure:10738: test -z
|| test ! -s conftest.err
configure:10741: $? = 0
configure:10744: test -s conftest.o
configure:10747: $? = 0
configure:10757: result: yes
configure:10761: checking AL/alext.h presence
configure:10771: gcc -E -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 conftest.c
configure:10777: $? = 0
configure:10797: result: yes
configure:10832: checking for AL/alext.h
configure:10839: result: yes
configure:11798: creating ./config.status

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

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

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

on david.chipman

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

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

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

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

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

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

#define HAVE_ACCESS 1
#define HAVE_AL_ALEXT_H 1
#define HAVE_DIRENT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_FINITE 1
#define HAVE_FORK 1
#define HAVE_GETCWD 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GLXGETPROCADDRESSARB 1
#define HAVE_GL_GLEXT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_ISNAN 1
#define HAVE_LIMITS_H 1
#define HAVE_LSTAT 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MMAP 1
#define HAVE_SDL_JOYSTICKOPEN 1
#define HAVE_SELECT 1
#define HAVE_SOCKET 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRDUP 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRSTR 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_ZLIB_H 1
#define PACKAGE "vegastrike"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define VERSION "0.4.0"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 0

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

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

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

on david.chipman

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

Post by hellcatv »

configure claimed to run correctly
what was the problem
paste the command that failed (beginning with g++
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
DavidChipman
Star Pilot
Star Pilot
Posts: 5
Joined: Sun Jun 13, 2004 5:11 am
Location: Canada

VS Compiler Erros on FC2

Post by DavidChipman »

Here are the errors I recieved

../../../src/boost129/boost/python/converter/builtin_converters.hpp:98: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:98: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:98: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:98: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:98: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:98: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:98: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:99: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:99: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:99: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:99: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:99: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:99: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:99: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:104: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:104: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:104: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:104: error: invalid
../../../src/boost129/boost/python/converter/builtin_converters.hpp:104: error: can't
../../../src/boost129/boost/python/converter/builtin_converters.hpp:104: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:104: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:104: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:104: error: invalid
../../../src/boost129/boost/python/converter/builtin_converters.hpp:104: error: can't
../../../src/boost129/boost/python/converter/builtin_converters.hpp:104: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:104: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:104: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:105: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:105: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:105: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:105: error: invalid
../../../src/boost129/boost/python/converter/builtin_converters.hpp:105: error: can't
../../../src/boost129/boost/python/converter/builtin_converters.hpp:105: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:105: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:105: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:105: error: invalid
../../../src/boost129/boost/python/converter/builtin_converters.hpp:105: error: can't
../../../src/boost129/boost/python/converter/builtin_converters.hpp:105: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:105: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:105: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:106: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:106: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:106: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:106: error: invalid
../../../src/boost129/boost/python/converter/builtin_converters.hpp:106: error: can't
../../../src/boost129/boost/python/converter/builtin_converters.hpp:106: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:106: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:106: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:106: error: invalid
../../../src/boost129/boost/python/converter/builtin_converters.hpp:106: error: can't
../../../src/boost129/boost/python/converter/builtin_converters.hpp:106: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:106: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:106: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:107: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:107: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:107: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:107: error: invalid
../../../src/boost129/boost/python/converter/builtin_converters.hpp:107: error: can't
../../../src/boost129/boost/python/converter/builtin_converters.hpp:107: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:107: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:107: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:107: error: invalid
../../../src/boost129/boost/python/converter/builtin_converters.hpp:107: error: can't
../../../src/boost129/boost/python/converter/builtin_converters.hpp:107: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:107: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:107: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:108: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:108: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:108: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:108: error: invalid
../../../src/boost129/boost/python/converter/builtin_converters.hpp:108: error: can't
../../../src/boost129/boost/python/converter/builtin_converters.hpp:108: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:108: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:108: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:108: error: invalid
../../../src/boost129/boost/python/converter/builtin_converters.hpp:108: error: can't
../../../src/boost129/boost/python/converter/builtin_converters.hpp:108: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:108: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:108: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:109: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:109: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:109: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:109: error: invalid
../../../src/boost129/boost/python/converter/builtin_converters.hpp:109: error: can't
../../../src/boost129/boost/python/converter/builtin_converters.hpp:109: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:109: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:109: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:109: error: invalid
../../../src/boost129/boost/python/converter/builtin_converters.hpp:109: error: can't
../../../src/boost129/boost/python/converter/builtin_converters.hpp:109: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:109: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:109: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:110: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:110: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:110: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:110: error: invalid
../../../src/boost129/boost/python/converter/builtin_converters.hpp:110: error: can't
../../../src/boost129/boost/python/converter/builtin_converters.hpp:110: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:110: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:110: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:110: error: invalid
../../../src/boost129/boost/python/converter/builtin_converters.hpp:110: error: can't
../../../src/boost129/boost/python/converter/builtin_converters.hpp:111: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:111: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:111: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:111: error: invalid
../../../src/boost129/boost/python/converter/builtin_converters.hpp:111: error: can't
../../../src/boost129/boost/python/converter/builtin_converters.hpp:111: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:111: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:111: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:111: error: invalid
../../../src/boost129/boost/python/converter/builtin_converters.hpp:111: error: can't
../../../src/boost129/boost/python/converter/builtin_converters.hpp:111: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:111: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:111: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:112: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:112: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:112: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:112: error: invalid
../../../src/boost129/boost/python/converter/builtin_converters.hpp:112: error: can't
../../../src/boost129/boost/python/converter/builtin_converters.hpp:112: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:112: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:112: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:112: error: invalid
../../../src/boost129/boost/python/converter/builtin_converters.hpp:112: error: can't
../../../src/boost129/boost/python/converter/builtin_converters.hpp:112: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:112: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:112: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:113: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:113: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:113: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:113: error: invalid
../../../src/boost129/boost/python/converter/builtin_converters.hpp:113: error: can't
../../../src/boost129/boost/python/converter/builtin_converters.hpp:113: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:113: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:113: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:113: error: invalid
../../../src/boost129/boost/python/converter/builtin_converters.hpp:113: error: can't
../../../src/boost129/boost/python/converter/builtin_converters.hpp:113: error: `
../../../src/boost129/boost/python/converter/builtin_converters.hpp:113: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:113: error: syntax
../../../src/boost129/boost/python/converter/builtin_converters.hpp:122: error: syntax

Hope this helps

-David

PS: How do I figure out teh command line for g++?
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

it prints it out
if you do
make > file
I think it should print the command line in file and the errors on the console

make >& file should put 'em all in the file


as for the error
maybe FC2 comes with a b0rken compiler
try
./configure --enable-boost-128

are you using the CVS build? I need to know what came after the g++ when it dies
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
DavidChipman
Star Pilot
Star Pilot
Posts: 5
Joined: Sun Jun 13, 2004 5:11 am
Location: Canada

Trouble comiing VS on FC2

Post by DavidChipman »

Hellcatv,

You've asked for the final g++ line? Here it is:

g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src -I../../../src/boost129 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -DHAVE_SDL_MIXER=1 -DHAVE_AL=1 -I/usr/include/python2.3 -DHAVE_PYTHON=1 -DUSE_BOOST_129=1 -pipe -O2 -fexpensive-optimizations -fomit-frame-pointer -Wall -ffast-math -I/usr/include/SDL -D_REENTRANT -pipe -MT hard_coded_scripts.o -MD -MP -MF ".deps/hard_coded_scripts.Tpo" -c -o hard_coded_scripts.o hard_coded_scripts.cpp

Oh, amd since you sugested I might have a "b0rken" comiler, there are the versions of programs involved in the toolchain:
g++: g++ (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
make: GNU Make 3.80
aclocal: aclocal (GNU automake) 1.8.3
autoconf: autoconf (GNU Autoconf) 2.59
automake: automake (GNU automake) 1.8.3

Also, there were 36 warnings generated during the aclocal run. Enjoy!

-David
Diamond Dave
Explorer
Explorer
Posts: 11
Joined: Mon May 03, 2004 1:17 pm
Location: Orlando, Fl.

Post by Diamond Dave »

I just installed Fedora Core 2 as a Work Station and am trying to compile VS.

I had to install GLUT 3.7.
Install OpenAL 0.0.6.
copy glut.h to /usr/src/include/GL
fix the glext.h issue in configure.in

But the next error is killing me. It fails with an error to an: undefined reference to 'soundHash' in function AUDCreateSoundMP3(....
It appears to be coming from aldrv/libaldrv.a(al_sound.o)(.text+0x8d9)

Anyone have a clue? This all started because I switched to anew video card (ATI Radeon 9200)
Leaders are often disliked, but are frequently followed. Followers are often liked, but rarely lead.
DavidChipman
Star Pilot
Star Pilot
Posts: 5
Joined: Sun Jun 13, 2004 5:11 am
Location: Canada

Post by DavidChipman »

Hi Diamond,

I have freeglut installed. (ver. 2.2.0-11). I have both the main and the "-devel" packages. Does that make a difference? Do you know? Thanks,

-David
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

gosh... soundHash should be defined... try make clean; make in the src/aldrv/ dir
:-)

As for the problem with compiling: what about
./configure --enable-boost-128
does that help any? gosh that should help ye out
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Diamond Dave
Explorer
Explorer
Posts: 11
Joined: Mon May 03, 2004 1:17 pm
Location: Orlando, Fl.

Post by Diamond Dave »

Hellcatv,

Running 'make clean' followed by 'make' in vegastrike/src/aldrv fixed the undefined reference.

In trying to fix the problem (before your suggestion) I tried running 'make all'. I think that's the source of my next problem. Now the make dies with "no rules for 'all' in vegatrike/tools". Do you know how to fix that?

DavidChipman,

If you installed Fedora Core 2 and it's anything like my install, you will need to do the things I listed in my previous post. I don't know if you can use freeglut or not. However, trust your command line messages and Configure.Log. They will tell you what the problem is. Ignore the warnings (for now) and fix each error starting with the first one encountered. This forum has alot of material in it so use the search feature to see what happened when other people encountered the same problem (because they have). You may have to do some text editing in some cases, but most information out there is pretty good.


Diamond Dave
Leaders are often disliked, but are frequently followed. Followers are often liked, but rarely lead.
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

vegastrike/tools problem happened right before release
the tools dir was committed moments before I tarred things up...so we didn't notice it

it's safe to ignore that error and procede
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Diamond Dave
Explorer
Explorer
Posts: 11
Joined: Mon May 03, 2004 1:17 pm
Location: Orlando, Fl.

Post by Diamond Dave »

Hellcatv,

I was able to run after that. How much does changing the graphic resolution affect the graphic performance? Oops. Don't have any sound now. Wonder what that is?
Leaders are often disliked, but are frequently followed. Followers are often liked, but rarely lead.
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

copy src/networking/soundserver into your data4.x/ dir :-)


make sure you downloaded the music and it's in the music/ dir
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Diamond Dave
Explorer
Explorer
Posts: 11
Joined: Mon May 03, 2004 1:17 pm
Location: Orlando, Fl.

Post by Diamond Dave »

I couldn't find a data4.x/ dir.

The ship turns (I use keyboard controls) very sluggishly. It might take half a second to a second of holding the keyboard arrows down before I see any movement in that direction (with zero velocity). Is this normal? I use 1280x1024 resolution. Is this a problem?
Leaders are often disliked, but are frequently followed. Followers are often liked, but rarely lead.
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

it's the slide_start and slide_end variables in your data directory

search for vegastrike.config on your hard drive
replace teh slide_start value with 0 :-)
and slide_end as well
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
jackS
Minister of Information
Minister of Information
Posts: 1895
Joined: Fri Jan 31, 2003 9:40 pm
Location: The land of tenure (and diaper changes)

Post by jackS »

Diamond Dave wrote:I couldn't find a data4.x/ dir.

The ship turns (I use keyboard controls) very sluggishly. It might take half a second to a second of holding the keyboard arrows down before I see any movement in that direction (with zero velocity). Is this normal? I use 1280x1024 resolution. Is this a problem?
that doesn't sound normal to me, as I remember the slidestart and end having been zero for some time in the configs in CVS.

check your frame rate (it's that number in the upper right hand corner of your screen - it should be clearly visible with the cockpit disabled)
if that number is low, then check two things
1) that stderr and stdout are redirected to files rather than consoles
2) adjust resolution until frame rate goes up

there's no reason for it to be that sluggish. The starting ship isn't the world's most nimble craft, but there shouldn't be half-second delays in response time.
Post Reply