CVS on Cygwin: GLUT library not found or too old version

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

CVS on Cygwin: GLUT library not found or too old version

Post by Guest »

I'm trying to compile Vega Strike on cygwin, and here is the config.log. I'm following the instructions in the wiki, and I think I have the latest GLUT I can get.

Code: Select all

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

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

  $ ./configure --enable-debug --enable-nosdl --enable-nogtk --with-gl-lib-name=opengl32 --with-glu-lib-name=glu32 --with-png-inc=/usr/include/libpng12 --disable-sound --enable-boost-128

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

hostname = secondary
uname -m = i686
uname -r = 1.5.12(0.116/4/2)
uname -s = CYGWIN_NT-5.1
uname -v = 2004-11-10 08:34

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

/bin/arch              = unknown
/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: /cygdrive/c/WINDOWS/system32
PATH: /cygdrive/c/WINDOWS
PATH: /cygdrive/c/WINDOWS/System32/Wbem
PATH: /cygdrive/c/Program Files/ATI Technologies/ATI Control Panel


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

configure:1389: checking Checking for C++ compiler.
configure:1438: checking for g++
configure:1454: found /usr/bin/g++
configure:1464: result: g++
configure:1579: checking for C++ compiler version
configure:1582: g++ --version </dev/null >&5
g++ (GCC) 3.3.3 (cygwin special)
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:1585: $? = 0
configure:1587: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/specs
Configured with: /gcc/gcc-3.3.3-3/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,java,objc,pascal --enable-nls --without-included-gettext --enable-libgcj --with-system-zlib --enable-interpreter --enable-threads=posix --enable-java-gc=boehm --enable-sjlj-exceptions --disable-version-specific-runtime-libs --disable-win32-registry
Thread model: posix
gcc version 3.3.3 (cygwin special)
configure:1590: $? = 0
configure:1592: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:1595: $? = 1
configure:1618: checking for C++ compiler default output file name
configure:1621: g++    conftest.cc  >&5
configure:1624: $? = 0
configure:1670: result: a.exe
configure:1675: checking whether the C++ compiler works
configure:1681: ./a.exe
configure:1684: $? = 0
configure:1701: result: yes
configure:1708: checking whether we are cross compiling
configure:1710: result: no
configure:1713: checking for suffix of executables
configure:1715: g++ -o conftest.exe    conftest.cc  >&5
configure:1718: $? = 0
configure:1743: result: .exe
configure:1749: checking for suffix of object files
configure:1770: g++ -c   conftest.cc >&5
configure:1773: $? = 0
configure:1795: result: o
configure:1799: checking whether we are using the GNU C++ compiler
configure:1823: g++ -c   conftest.cc >&5
configure:1829: $? = 0
configure:1833: test -z 
			 || test ! -s conftest.err
configure:1836: $? = 0
configure:1839: test -s conftest.o
configure:1842: $? = 0
configure:1855: result: yes
configure:1861: checking whether g++ accepts -g
configure:1882: g++ -c -g  conftest.cc >&5
configure:1888: $? = 0
configure:1892: test -z 
			 || test ! -s conftest.err
configure:1895: $? = 0
configure:1898: test -s conftest.o
configure:1901: $? = 0
configure:1912: result: yes
configure:1954: g++ -c -g -O2  conftest.cc >&5
configure:1960: $? = 0
configure:1964: test -z 
			 || test ! -s conftest.err
configure:1967: $? = 0
configure:1970: test -s conftest.o
configure:1973: $? = 0
configure:1999: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:13: error: `exit' undeclared (first use this function)
conftest.cc:13: error: (Each undeclared identifier is reported only once for 
   each function it appears in.)
configure:2005: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:1954: g++ -c -g -O2  conftest.cc >&5
configure:1960: $? = 0
configure:1964: test -z 
			 || test ! -s conftest.err
configure:1967: $? = 0
configure:1970: test -s conftest.o
configure:1973: $? = 0
configure:1999: g++ -c -g -O2  conftest.cc >&5
configure:2005: $? = 0
configure:2009: test -z 
			 || test ! -s conftest.err
configure:2012: $? = 0
configure:2015: test -s conftest.o
configure:2018: $? = 0
configure:2046: checking how to run the C++ preprocessor
configure:2077: g++ -E  conftest.cc
configure:2083: $? = 0
configure:2115: g++ -E  conftest.cc
conftest.cc:12:28: ac_nonexistent.h: No such file or directory
configure:2121: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2160: result: g++ -E
configure:2184: g++ -E  conftest.cc
configure:2190: $? = 0
configure:2222: g++ -E  conftest.cc
conftest.cc:12:28: ac_nonexistent.h: No such file or directory
configure:2228: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2317: checking for gcc
configure:2333: found /usr/bin/gcc
configure:2343: result: gcc
configure:2587: checking for C compiler version
configure:2590: gcc --version </dev/null >&5
gcc (GCC) 3.3.3 (cygwin special)
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:2593: $? = 0
configure:2595: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/specs
Configured with: /gcc/gcc-3.3.3-3/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,java,objc,pascal --enable-nls --without-included-gettext --enable-libgcj --with-system-zlib --enable-interpreter --enable-threads=posix --enable-java-gc=boehm --enable-sjlj-exceptions --disable-version-specific-runtime-libs --disable-win32-registry
Thread model: posix
gcc version 3.3.3 (cygwin special)
configure:2598: $? = 0
configure:2600: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2603: $? = 1
configure:2606: checking whether we are using the GNU C compiler
configure:2630: gcc -c   conftest.c >&5
configure:2636: $? = 0
configure:2640: test -z 
			 || test ! -s conftest.err
configure:2643: $? = 0
configure:2646: test -s conftest.o
configure:2649: $? = 0
configure:2662: result: yes
configure:2668: checking whether gcc accepts -g
configure:2689: gcc -c -g  conftest.c >&5
configure:2695: $? = 0
configure:2699: test -z 
			 || test ! -s conftest.err
configure:2702: $? = 0
configure:2705: test -s conftest.o
configure:2708: $? = 0
configure:2719: result: yes
configure:2736: checking for gcc option to accept ANSI C
configure:2806: gcc  -c -g -O2  conftest.c >&5
configure:2812: $? = 0
configure:2816: test -z 
			 || test ! -s conftest.err
configure:2819: $? = 0
configure:2822: test -s conftest.o
configure:2825: $? = 0
configure:2843: result: none needed
configure:2861: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2867: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3005: checking how to run the C preprocessor
configure:3040: gcc -E  conftest.c
configure:3046: $? = 0
configure:3078: gcc -E  conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:3084: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3123: result: gcc -E
configure:3147: gcc -E  conftest.c
configure:3153: $? = 0
configure:3185: gcc -E  conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:3191: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3235: Using compiler: g++.
configure:3269: checking build system type
configure:3287: result: i686-pc-cygwin
configure:3295: checking host system type
configure:3309: result: i686-pc-cygwin
configure:3317: checking target system type
configure:3331: result: i686-pc-cygwin
configure:3360: checking for a BSD-compatible install
configure:3415: result: /usr/bin/install -c
configure:3426: checking whether build environment is sane
configure:3469: result: yes
configure:3534: checking for gawk
configure:3550: found /usr/bin/gawk
configure:3560: result: gawk
configure:3570: checking whether make sets $(MAKE)
configure:3590: result: yes
configure:3620: checking for style of include used by make
configure:3648: result: GNU
configure:3824: checking dependency style of gcc
configure:3914: result: gcc3
configure:3933: checking dependency style of g++
configure:4023: result: gcc3
configure:4142: checking for egrep
configure:4152: result: grep -E
configure:4158: checking for AIX
configure:4180: result: no
configure:4186: checking for ANSI C header files
configure:4211: g++ -c   conftest.cc >&5
configure:4217: $? = 0
configure:4221: test -z 
			 || test ! -s conftest.err
configure:4224: $? = 0
configure:4227: test -s conftest.o
configure:4230: $? = 0
configure:4316: g++ -o conftest.exe    conftest.cc  >&5
configure:4319: $? = 0
configure:4321: ./conftest.exe
configure:4324: $? = 0
configure:4339: result: yes
configure:4363: checking for sys/types.h
configure:4379: g++ -c   conftest.cc >&5
configure:4385: $? = 0
configure:4389: test -z 
			 || test ! -s conftest.err
configure:4392: $? = 0
configure:4395: test -s conftest.o
configure:4398: $? = 0
configure:4409: result: yes
configure:4363: checking for sys/stat.h
configure:4379: g++ -c   conftest.cc >&5
configure:4385: $? = 0
configure:4389: test -z 
			 || test ! -s conftest.err
configure:4392: $? = 0
configure:4395: test -s conftest.o
configure:4398: $? = 0
configure:4409: result: yes
configure:4363: checking for stdlib.h
configure:4379: g++ -c   conftest.cc >&5
configure:4385: $? = 0
configure:4389: test -z 
			 || test ! -s conftest.err
configure:4392: $? = 0
configure:4395: test -s conftest.o
configure:4398: $? = 0
configure:4409: result: yes
configure:4363: checking for string.h
configure:4379: g++ -c   conftest.cc >&5
configure:4385: $? = 0
configure:4389: test -z 
			 || test ! -s conftest.err
configure:4392: $? = 0
configure:4395: test -s conftest.o
configure:4398: $? = 0
configure:4409: result: yes
configure:4363: checking for memory.h
configure:4379: g++ -c   conftest.cc >&5
configure:4385: $? = 0
configure:4389: test -z 
			 || test ! -s conftest.err
configure:4392: $? = 0
configure:4395: test -s conftest.o
configure:4398: $? = 0
configure:4409: result: yes
configure:4363: checking for strings.h
configure:4379: g++ -c   conftest.cc >&5
configure:4385: $? = 0
configure:4389: test -z 
			 || test ! -s conftest.err
configure:4392: $? = 0
configure:4395: test -s conftest.o
configure:4398: $? = 0
configure:4409: result: yes
configure:4363: checking for inttypes.h
configure:4379: g++ -c   conftest.cc >&5
configure:4385: $? = 0
configure:4389: test -z 
			 || test ! -s conftest.err
configure:4392: $? = 0
configure:4395: test -s conftest.o
configure:4398: $? = 0
configure:4409: result: yes
configure:4363: checking for stdint.h
configure:4379: g++ -c   conftest.cc >&5
configure:4385: $? = 0
configure:4389: test -z 
			 || test ! -s conftest.err
configure:4392: $? = 0
configure:4395: test -s conftest.o
configure:4398: $? = 0
configure:4409: result: yes
configure:4363: checking for unistd.h
configure:4379: g++ -c   conftest.cc >&5
configure:4385: $? = 0
configure:4389: test -z 
			 || test ! -s conftest.err
configure:4392: $? = 0
configure:4395: test -s conftest.o
configure:4398: $? = 0
configure:4409: result: yes
configure:4431: checking minix/config.h usability
configure:4443: g++ -c   conftest.cc >&5
conftest.cc:60:26: minix/config.h: No such file or directory
configure:4449: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define WIN32_POSIX 1
| #define WIN32 1
| #define STDC_HEADERS 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
| /* 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 <minix/config.h>
configure:4472: result: no
configure:4476: checking minix/config.h presence
configure:4486: g++ -E  conftest.cc
conftest.cc:26:26: minix/config.h: No such file or directory
configure:4492: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define WIN32_POSIX 1
| #define WIN32 1
| #define STDC_HEADERS 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
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:4512: result: no
configure:4547: checking for minix/config.h
configure:4554: result: no
configure:4583: checking for library containing strerror
configure:4613: g++ -o conftest.exe    conftest.cc  >&5
configure:4619: $? = 0
configure:4623: test -z 
			 || test ! -s conftest.err
configure:4626: $? = 0
configure:4629: test -s conftest.exe
configure:4632: $? = 0
configure:4702: result: none required
configure:4727: g++ -c -falign-loops=4  conftest.cc >&5
configure:4733: $? = 0
configure:4737: test -z 
			 || test ! -s conftest.err
configure:4740: $? = 0
configure:4743: test -s conftest.o
configure:4746: $? = 0
configure:4773: g++ -c -malign-loops=4  conftest.cc >&5
cc1plus: warning: -malign-loops is obsolete, use -falign-loops
configure:4779: $? = 0
configure:4783: test -z 
			 || test ! -s conftest.err
configure:4786: $? = 0
configure:4789: test -s conftest.o
configure:4792: $? = 0
configure:4879: checking for a BSD-compatible install
configure:4934: result: /usr/bin/install -c
configure:4945: checking whether ln -s works
configure:4949: result: yes
configure:4997: checking for ranlib
configure:5013: found /usr/bin/ranlib
configure:5024: result: ranlib
configure:5045: checking for dirent.h that defines DIR
configure:5069: g++ -c   conftest.cc >&5
configure:5075: $? = 0
configure:5079: test -z 
			 || test ! -s conftest.err
configure:5082: $? = 0
configure:5085: test -s conftest.o
configure:5088: $? = 0
configure:5099: result: yes
configure:5112: checking for library containing opendir
configure:5142: g++ -o conftest.exe    conftest.cc  >&5
configure:5148: $? = 0
configure:5152: test -z 
			 || test ! -s conftest.err
configure:5155: $? = 0
configure:5158: test -s conftest.exe
configure:5161: $? = 0
configure:5231: result: none required
configure:5369: checking for working alloca.h
configure:5390: g++ -o conftest.exe    conftest.cc  >&5
configure:5396: $? = 0
configure:5400: test -z 
			 || test ! -s conftest.err
configure:5403: $? = 0
configure:5406: test -s conftest.exe
configure:5409: $? = 0
configure:5421: result: yes
configure:5431: checking for alloca
configure:5472: g++ -o conftest.exe    conftest.cc  >&5
configure:5478: $? = 0
configure:5482: test -z 
			 || test ! -s conftest.err
configure:5485: $? = 0
configure:5488: test -s conftest.exe
configure:5491: $? = 0
configure:5503: result: yes
configure:5726: checking for sys/wait.h that is POSIX.1 compatible
configure:5757: g++ -c   conftest.cc >&5
configure:5763: $? = 0
configure:5767: test -z 
			 || test ! -s conftest.err
configure:5770: $? = 0
configure:5773: test -s conftest.o
configure:5776: $? = 0
configure:5787: result: yes
configure:5827: checking OS.h usability
configure:5839: g++ -c   conftest.cc >&5
conftest.cc:64:16: OS.h: No such file or directory
configure:5845: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define WIN32_POSIX 1
| #define WIN32 1
| #define STDC_HEADERS 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_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_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 <OS.h>
configure:5868: result: no
configure:5872: checking OS.h presence
configure:5882: g++ -E  conftest.cc
conftest.cc:30:16: OS.h: No such file or directory
configure:5888: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define WIN32_POSIX 1
| #define WIN32 1
| #define STDC_HEADERS 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_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <OS.h>
configure:5908: result: no
configure:5943: checking for OS.h
configure:5950: result: no
configure:5827: checking arpa/inet.h usability
configure:5839: g++ -c   conftest.cc >&5
configure:5845: $? = 0
configure:5849: test -z 
			 || test ! -s conftest.err
configure:5852: $? = 0
configure:5855: test -s conftest.o
configure:5858: $? = 0
configure:5868: result: yes
configure:5872: checking arpa/inet.h presence
configure:5882: g++ -E  conftest.cc
configure:5888: $? = 0
configure:5908: result: yes
configure:5943: checking for arpa/inet.h
configure:5950: result: yes
configure:5827: checking fcntl.h usability
configure:5839: g++ -c   conftest.cc >&5
configure:5845: $? = 0
configure:5849: test -z 
			 || test ! -s conftest.err
configure:5852: $? = 0
configure:5855: test -s conftest.o
configure:5858: $? = 0
configure:5868: result: yes
configure:5872: checking fcntl.h presence
configure:5882: g++ -E  conftest.cc
configure:5888: $? = 0
configure:5908: result: yes
configure:5943: checking for fcntl.h
configure:5950: result: yes
configure:5827: checking float.h usability
configure:5839: g++ -c   conftest.cc >&5
configure:5845: $? = 0
configure:5849: test -z 
			 || test ! -s conftest.err
configure:5852: $? = 0
configure:5855: test -s conftest.o
configure:5858: $? = 0
configure:5868: result: yes
configure:5872: checking float.h presence
configure:5882: g++ -E  conftest.cc
configure:5888: $? = 0
configure:5908: result: yes
configure:5943: checking for float.h
configure:5950: result: yes
configure:5827: checking limits.h usability
configure:5839: g++ -c   conftest.cc >&5
configure:5845: $? = 0
configure:5849: test -z 
			 || test ! -s conftest.err
configure:5852: $? = 0
configure:5855: test -s conftest.o
configure:5858: $? = 0
configure:5868: result: yes
configure:5872: checking limits.h presence
configure:5882: g++ -E  conftest.cc
configure:5888: $? = 0
configure:5908: result: yes
configure:5943: checking for limits.h
configure:5950: result: yes
configure:5827: checking math.h usability
configure:5839: g++ -c   conftest.cc >&5
configure:5845: $? = 0
configure:5849: test -z 
			 || test ! -s conftest.err
configure:5852: $? = 0
configure:5855: test -s conftest.o
configure:5858: $? = 0
configure:5868: result: yes
configure:5872: checking math.h presence
configure:5882: g++ -E  conftest.cc
configure:5888: $? = 0
configure:5908: result: yes
configure:5943: checking for math.h
configure:5950: result: yes
configure:5827: checking netdb.h usability
configure:5839: g++ -c   conftest.cc >&5
configure:5845: $? = 0
configure:5849: test -z 
			 || test ! -s conftest.err
configure:5852: $? = 0
configure:5855: test -s conftest.o
configure:5858: $? = 0
configure:5868: result: yes
configure:5872: checking netdb.h presence
configure:5882: g++ -E  conftest.cc
configure:5888: $? = 0
configure:5908: result: yes
configure:5943: checking for netdb.h
configure:5950: result: yes
configure:5827: checking netinet/in.h usability
configure:5839: g++ -c   conftest.cc >&5
configure:5845: $? = 0
configure:5849: test -z 
			 || test ! -s conftest.err
configure:5852: $? = 0
configure:5855: test -s conftest.o
configure:5858: $? = 0
configure:5868: result: yes
configure:5872: checking netinet/in.h presence
configure:5882: g++ -E  conftest.cc
configure:5888: $? = 0
configure:5908: result: yes
configure:5943: checking for netinet/in.h
configure:5950: result: yes
configure:5827: checking stddef.h usability
configure:5839: g++ -c   conftest.cc >&5
configure:5845: $? = 0
configure:5849: test -z 
			 || test ! -s conftest.err
configure:5852: $? = 0
configure:5855: test -s conftest.o
configure:5858: $? = 0
configure:5868: result: yes
configure:5872: checking stddef.h presence
configure:5882: g++ -E  conftest.cc
configure:5888: $? = 0
configure:5908: result: yes
configure:5943: checking for stddef.h
configure:5950: result: yes
configure:5827: checking sys/ioctl.h usability
configure:5839: g++ -c   conftest.cc >&5
configure:5845: $? = 0
configure:5849: test -z 
			 || test ! -s conftest.err
configure:5852: $? = 0
configure:5855: test -s conftest.o
configure:5858: $? = 0
configure:5868: result: yes
configure:5872: checking sys/ioctl.h presence
configure:5882: g++ -E  conftest.cc
configure:5888: $? = 0
configure:5908: result: yes
configure:5943: checking for sys/ioctl.h
configure:5950: result: yes
configure:5827: checking sys/param.h usability
configure:5839: g++ -c   conftest.cc >&5
configure:5845: $? = 0
configure:5849: test -z 
			 || test ! -s conftest.err
configure:5852: $? = 0
configure:5855: test -s conftest.o
configure:5858: $? = 0
configure:5868: result: yes
configure:5872: checking sys/param.h presence
configure:5882: g++ -E  conftest.cc
configure:5888: $? = 0
configure:5908: result: yes
configure:5943: checking for sys/param.h
configure:5950: result: yes
configure:5827: checking sys/time.h usability
configure:5839: g++ -c   conftest.cc >&5
configure:5845: $? = 0
configure:5849: test -z 
			 || test ! -s conftest.err
configure:5852: $? = 0
configure:5855: test -s conftest.o
configure:5858: $? = 0
configure:5868: result: yes
configure:5872: checking sys/time.h presence
configure:5882: g++ -E  conftest.cc
configure:5888: $? = 0
configure:5908: result: yes
configure:5943: checking for sys/time.h
configure:5950: result: yes
configure:5827: checking sys/timeb.h usability
configure:5839: g++ -c   conftest.cc >&5
configure:5845: $? = 0
configure:5849: test -z 
			 || test ! -s conftest.err
configure:5852: $? = 0
configure:5855: test -s conftest.o
configure:5858: $? = 0
configure:5868: result: yes
configure:5872: checking sys/timeb.h presence
configure:5882: g++ -E  conftest.cc
configure:5888: $? = 0
configure:5908: result: yes
configure:5943: checking for sys/timeb.h
configure:5950: result: yes
configure:5827: checking values.h usability
configure:5839: g++ -c   conftest.cc >&5
conftest.cc:76:20: values.h: No such file or directory
configure:5845: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define WIN32_POSIX 1
| #define WIN32 1
| #define STDC_HEADERS 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_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_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 <values.h>
configure:5868: result: no
configure:5872: checking values.h presence
configure:5882: g++ -E  conftest.cc
conftest.cc:42:20: values.h: No such file or directory
configure:5888: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define WIN32_POSIX 1
| #define WIN32 1
| #define STDC_HEADERS 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_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| /* end confdefs.h.  */
| #include <values.h>
configure:5908: result: no
configure:5943: checking for values.h
configure:5950: result: no
configure:5827: checking wchar.h usability
configure:5839: g++ -c   conftest.cc >&5
configure:5845: $? = 0
configure:5849: test -z 
			 || test ! -s conftest.err
configure:5852: $? = 0
configure:5855: test -s conftest.o
configure:5858: $? = 0
configure:5868: result: yes
configure:5872: checking wchar.h presence
configure:5882: g++ -E  conftest.cc
configure:5888: $? = 0
configure:5908: result: yes
configure:5943: checking for wchar.h
configure:5950: result: yes
configure:5827: checking wctype.h usability
configure:5839: g++ -c   conftest.cc >&5
configure:5845: $? = 0
configure:5849: test -z 
			 || test ! -s conftest.err
configure:5852: $? = 0
configure:5855: test -s conftest.o
configure:5858: $? = 0
configure:5868: result: yes
configure:5872: checking wctype.h presence
configure:5882: g++ -E  conftest.cc
configure:5888: $? = 0
configure:5908: result: yes
configure:5943: checking for wctype.h
configure:5950: result: yes
configure:6131: checking malloc.h usability
configure:6143: g++ -c   conftest.cc >&5
configure:6149: $? = 0
configure:6153: test -z 
			 || test ! -s conftest.err
configure:6156: $? = 0
configure:6159: test -s conftest.o
configure:6162: $? = 0
configure:6172: result: yes
configure:6176: checking malloc.h presence
configure:6186: g++ -E  conftest.cc
configure:6192: $? = 0
configure:6212: result: yes
configure:6247: checking for malloc.h
configure:6254: result: yes
configure:6273: checking for vfscanf
configure:6330: g++ -o conftest.exe    conftest.cc  >&5
conftest.cc:69: error: nonnull argument with out-of-range operand number (arg 1
   , operand 2)
configure:6336: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define WIN32_POSIX 1
| #define WIN32 1
| #define STDC_HEADERS 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_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_MALLOC_H 1
| /* end confdefs.h.  */
| /* Define vfscanf to an innocuous variant, in case <limits.h> declares vfscanf.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define vfscanf innocuous_vfscanf
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char vfscanf (); 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 vfscanf
| 
| /* 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 vfscanf ();
| /* 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_vfscanf) || defined (__stub___vfscanf)
| choke me
| #else
| char (*f) () = vfscanf;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != vfscanf;
|   ;
|   return 0;
| }
configure:6361: result: no
configure:6374: checking for an ANSI C-conforming const
configure:6441: g++ -c   conftest.cc >&5
configure:6447: $? = 0
configure:6451: test -z 
			 || test ! -s conftest.err
configure:6454: $? = 0
configure:6457: test -s conftest.o
configure:6460: $? = 0
configure:6471: result: yes
configure:6481: checking whether time.h and sys/time.h may both be included
configure:6506: g++ -c   conftest.cc >&5
configure:6512: $? = 0
configure:6516: test -z 
			 || test ! -s conftest.err
configure:6519: $? = 0
configure:6522: test -s conftest.o
configure:6525: $? = 0
configure:6536: result: yes
configure:6546: checking for inline
configure:6567: g++ -c   conftest.cc >&5
configure:6573: $? = 0
configure:6577: test -z 
			 || test ! -s conftest.err
configure:6580: $? = 0
configure:6583: test -s conftest.o
configure:6586: $? = 0
configure:6598: result: inline
configure:6617: checking for off_t
configure:6641: g++ -c   conftest.cc >&5
configure:6647: $? = 0
configure:6651: test -z 
			 || test ! -s conftest.err
configure:6654: $? = 0
configure:6657: test -s conftest.o
configure:6660: $? = 0
configure:6671: result: yes
configure:6683: checking for pid_t
configure:6707: g++ -c   conftest.cc >&5
configure:6713: $? = 0
configure:6717: test -z 
			 || test ! -s conftest.err
configure:6720: $? = 0
configure:6723: test -s conftest.o
configure:6726: $? = 0
configure:6737: result: yes
configure:6749: checking for size_t
configure:6773: g++ -c   conftest.cc >&5
configure:6779: $? = 0
configure:6783: test -z 
			 || test ! -s conftest.err
configure:6786: $? = 0
configure:6789: test -s conftest.o
configure:6792: $? = 0
configure:6803: result: yes
configure:6815: checking whether time.h and sys/time.h may both be included
configure:6870: result: yes
configure:6880: checking whether struct tm is in sys/time.h or time.h
configure:6903: g++ -c   conftest.cc >&5
configure:6909: $? = 0
configure:6913: test -z 
			 || test ! -s conftest.err
configure:6916: $? = 0
configure:6919: test -s conftest.o
configure:6922: $? = 0
configure:6933: result: time.h
configure:6943: checking for uid_t in sys/types.h
configure:6966: result: yes
configure:6983: checking whether closedir returns void
configure:7012: g++ -o conftest.exe    conftest.cc  >&5
configure:7015: $? = 0
configure:7017: ./conftest.exe
configure:7020: $? = 0
configure:7034: result: no
configure:7044: checking for working memcmp
configure:7092: g++ -o conftest.exe    conftest.cc  >&5
configure:7095: $? = 0
configure:7097: ./conftest.exe
configure:7100: $? = 0
configure:7114: result: yes
configure:7131: checking for stdlib.h
configure:7136: result: yes
configure:7131: checking for unistd.h
configure:7136: result: yes
configure:7280: checking for getpagesize
configure:7337: g++ -o conftest.exe    conftest.cc  >&5
configure:7343: $? = 0
configure:7347: test -z 
			 || test ! -s conftest.err
configure:7350: $? = 0
configure:7353: test -s conftest.exe
configure:7356: $? = 0
configure:7368: result: yes
configure:7378: checking for working mmap
configure:7520: g++ -o conftest.exe    conftest.cc  >&5
configure:7523: $? = 0
configure:7525: ./conftest.exe
configure:7528: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define WIN32_POSIX 1
| #define WIN32 1
| #define STDC_HEADERS 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_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_MALLOC_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 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
| /* malloc might have been renamed as rpl_malloc. */
| #undef malloc
| 
| /* Thanks to Mike Haertel and Jim Avera for this test.
|    Here is a matrix of mmap possibilities:
| 	mmap private not fixed
| 	mmap private fixed at somewhere currently unmapped
| 	mmap private fixed at somewhere already mapped
| 	mmap shared not fixed
| 	mmap shared fixed at somewhere currently unmapped
| 	mmap shared fixed at somewhere already mapped
|    For private mappings, we should verify that changes cannot be read()
|    back from the file, nor mmap's back from the file at a different
|    address.  (There have been systems where private was not correctly
|    implemented like the infamous i386 svr4.0, and systems where the
|    VM page cache was not coherent with the file system buffer cache
|    like early versions of FreeBSD and possibly contemporary NetBSD.)
|    For shared mappings, we should conversely verify that changes get
|    propagated back to all the places they're supposed to be.
| 
|    Grep wants private fixed already mapped.
|    The main things grep needs to know about mmap are:
|    * does it exist and is it safe to write into the mmap'd area
|    * how to use it (BSD variants)  */
| 
| #include <fcntl.h>
| #include <sys/mman.h>
| 
| #if !STDC_HEADERS && !HAVE_STDLIB_H
| char *malloc ();
| #endif
| 
| /* This mess was copied from the GNU getpagesize.h.  */
| #if !HAVE_GETPAGESIZE
| /* Assume that all systems that can run configure have sys/param.h.  */
| # if !HAVE_SYS_PARAM_H
| #  define HAVE_SYS_PARAM_H 1
| # endif
| 
| # ifdef _SC_PAGESIZE
| #  define getpagesize() sysconf(_SC_PAGESIZE)
| # else /* no _SC_PAGESIZE */
| #  if HAVE_SYS_PARAM_H
| #   include <sys/param.h>
| #   ifdef EXEC_PAGESIZE
| #    define getpagesize() EXEC_PAGESIZE
| #   else /* no EXEC_PAGESIZE */
| #    ifdef NBPG
| #     define getpagesize() NBPG * CLSIZE
| #     ifndef CLSIZE
| #      define CLSIZE 1
| #     endif /* no CLSIZE */
| #    else /* no NBPG */
| #     ifdef NBPC
| #      define getpagesize() NBPC
| #     else /* no NBPC */
| #      ifdef PAGESIZE
| #       define getpagesize() PAGESIZE
| #      endif /* PAGESIZE */
| #     endif /* no NBPC */
| #    endif /* no NBPG */
| #   endif /* no EXEC_PAGESIZE */
| #  else /* no HAVE_SYS_PARAM_H */
| #   define getpagesize() 8192	/* punt totally */
| #  endif /* no HAVE_SYS_PARAM_H */
| # endif /* no _SC_PAGESIZE */
| 
| #endif /* no HAVE_GETPAGESIZE */
| 
| int
| main ()
| {
|   char *data, *data2, *data3;
|   int i, pagesize;
|   int fd;
| 
|   pagesize = getpagesize ();
| 
|   /* First, make a file with some known garbage in it. */
|   data = (char *) malloc (pagesize);
|   if (!data)
|     exit (1);
|   for (i = 0; i < pagesize; ++i)
|     *(data + i) = rand ();
|   umask (0);
|   fd = creat ("conftest.mmap", 0600);
|   if (fd < 0)
|     exit (1);
|   if (write (fd, data, pagesize) != pagesize)
|     exit (1);
|   close (fd);
| 
|   /* Next, try to mmap the file at a fixed address which already has
|      something else allocated at it.  If we can, also make sure that
|      we see the same garbage.  */
|   fd = open ("conftest.mmap", O_RDWR);
|   if (fd < 0)
|     exit (1);
|   data2 = (char *) malloc (2 * pagesize);
|   if (!data2)
|     exit (1);
|   data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
|   if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
| 		     MAP_PRIVATE | MAP_FIXED, fd, 0L))
|     exit (1);
|   for (i = 0; i < pagesize; ++i)
|     if (*(data + i) != *(data2 + i))
|       exit (1);
| 
|   /* Finally, make sure that changes to the mapped area do not
|      percolate back to the file as seen by read().  (This is a bug on
|      some variants of i386 svr4.0.)  */
|   for (i = 0; i < pagesize; ++i)
|     *(data2 + i) = *(data2 + i) + 1;
|   data3 = (char *) malloc (pagesize);
|   if (!data3)
|     exit (1);
|   if (read (fd, data3, pagesize) != pagesize)
|     exit (1);
|   for (i = 0; i < pagesize; ++i)
|     if (*(data + i) != *(data3 + i))
|       exit (1);
|   close (fd);
|   exit (0);
| }
configure:7542: result: no
configure:7568: checking sys/select.h usability
configure:7580: g++ -c   conftest.cc >&5
configure:7586: $? = 0
configure:7590: test -z 
			 || test ! -s conftest.err
configure:7593: $? = 0
configure:7596: test -s conftest.o
configure:7599: $? = 0
configure:7609: result: yes
configure:7613: checking sys/select.h presence
configure:7623: g++ -E  conftest.cc
configure:7629: $? = 0
configure:7649: result: yes
configure:7684: checking for sys/select.h
configure:7691: result: yes
configure:7568: checking sys/socket.h usability
configure:7580: g++ -c   conftest.cc >&5
configure:7586: $? = 0
configure:7590: test -z 
			 || test ! -s conftest.err
configure:7593: $? = 0
configure:7596: test -s conftest.o
configure:7599: $? = 0
configure:7609: result: yes
configure:7613: checking sys/socket.h presence
configure:7623: g++ -E  conftest.cc
configure:7629: $? = 0
configure:7649: result: yes
configure:7684: checking for sys/socket.h
configure:7691: result: yes
configure:7704: checking types of arguments for select
configure:7737: g++ -c   conftest.cc >&5
configure:7743: $? = 0
configure:7747: test -z 
			 || test ! -s conftest.err
configure:7750: $? = 0
configure:7753: test -s conftest.o
configure:7756: $? = 0
configure:7772: result: int,fd_set *,struct timeval *
configure:7795: checking return type of signal handlers
configure:7826: g++ -c   conftest.cc >&5
configure:7832: $? = 0
configure:7836: test -z 
			 || test ! -s conftest.err
configure:7839: $? = 0
configure:7842: test -s conftest.o
configure:7845: $? = 0
configure:7856: result: void
configure:7868: checking for vprintf
configure:7925: g++ -o conftest.exe    conftest.cc  >&5
configure:7931: $? = 0
configure:7935: test -z 
			 || test ! -s conftest.err
configure:7938: $? = 0
configure:7941: test -s conftest.exe
configure:7944: $? = 0
configure:7956: result: yes
configure:7963: checking for _doprnt
configure:8020: g++ -o conftest.exe    conftest.cc  >&5
/cygdrive/c/DOCUME~1/Owner/LOCALS~1/Temp/ccwgVlAY.o(.text+0x24):conftest.cc: undefined reference to `__doprnt'
/cygdrive/c/DOCUME~1/Owner/LOCALS~1/Temp/ccwgVlAY.o(.data+0x0):conftest.cc: undefined reference to `__doprnt'
collect2: ld returned 1 exit status
configure:8026: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define WIN32_POSIX 1
| #define WIN32 1
| #define STDC_HEADERS 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_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_MALLOC_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _doprnt innocuous__doprnt
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _doprnt (); 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 _doprnt
| 
| /* 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 _doprnt ();
| /* 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__doprnt) || defined (__stub____doprnt)
| choke me
| #else
| char (*f) () = _doprnt;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != _doprnt;
|   ;
|   return 0;
| }
configure:8051: result: no
configure:8096: checking for access
configure:8153: g++ -o conftest.exe    conftest.cc  >&5
configure:8159: $? = 0
configure:8163: test -z 
			 || test ! -s conftest.err
configure:8166: $? = 0
configure:8169: test -s conftest.exe
configure:8172: $? = 0
configure:8184: result: yes
configure:8096: checking for atexit
configure:8153: g++ -o conftest.exe    conftest.cc  >&5
configure:8159: $? = 0
configure:8163: test -z 
			 || test ! -s conftest.err
configure:8166: $? = 0
configure:8169: test -s conftest.exe
configure:8172: $? = 0
configure:8184: result: yes
configure:8096: checking for bzero
configure:8153: g++ -o conftest.exe    conftest.cc  >&5
configure:8159: $? = 0
configure:8163: test -z 
			 || test ! -s conftest.err
configure:8166: $? = 0
configure:8169: test -s conftest.exe
configure:8172: $? = 0
configure:8184: result: yes
configure:8096: checking for clock_gettime
configure:8153: g++ -o conftest.exe    conftest.cc  >&5
configure:8159: $? = 0
configure:8163: test -z 
			 || test ! -s conftest.err
configure:8166: $? = 0
configure:8169: test -s conftest.exe
configure:8172: $? = 0
configure:8184: result: yes
configure:8096: checking for floor
configure:8153: g++ -o conftest.exe    conftest.cc  >&5
configure:8159: $? = 0
configure:8163: test -z 
			 || test ! -s conftest.err
configure:8166: $? = 0
configure:8169: test -s conftest.exe
configure:8172: $? = 0
configure:8184: result: yes
configure:8096: checking for getcwd
configure:8153: g++ -o conftest.exe    conftest.cc  >&5
configure:8159: $? = 0
configure:8163: test -z 
			 || test ! -s conftest.err
configure:8166: $? = 0
configure:8169: test -s conftest.exe
configure:8172: $? = 0
configure:8184: result: yes
configure:8096: checking for gethostbyname
configure:8153: g++ -o conftest.exe    conftest.cc  >&5
configure:8159: $? = 0
configure:8163: test -z 
			 || test ! -s conftest.err
configure:8166: $? = 0
configure:8169: test -s conftest.exe
configure:8172: $? = 0
configure:8184: result: yes
configure:8096: checking for gethostname
configure:8153: g++ -o conftest.exe    conftest.cc  >&5
configure:8159: $? = 0
configure:8163: test -z 
			 || test ! -s conftest.err
configure:8166: $? = 0
configure:8169: test -s conftest.exe
configure:8172: $? = 0
configure:8184: result: yes
configure:8096: checking for gettimeofday
configure:8153: g++ -o conftest.exe    conftest.cc  >&5
configure:8159: $? = 0
configure:8163: test -z 
			 || test ! -s conftest.err
configure:8166: $? = 0
configure:8169: test -s conftest.exe
configure:8172: $? = 0
configure:8184: result: yes
configure:8096: checking for inet_ntoa
configure:8153: g++ -o conftest.exe    conftest.cc  >&5
configure:8159: $? = 0
configure:8163: test -z 
			 || test ! -s conftest.err
configure:8166: $? = 0
configure:8169: test -s conftest.exe
configure:8172: $? = 0
configure:8184: result: yes
configure:8096: checking for lstat
configure:8153: g++ -o conftest.exe    conftest.cc  >&5
configure:8159: $? = 0
configure:8163: test -z 
			 || test ! -s conftest.err
configure:8166: $? = 0
configure:8169: test -s conftest.exe
configure:8172: $? = 0
configure:8184: result: yes
configure:8096: checking for memmove
configure:8153: g++ -o conftest.exe    conftest.cc  >&5
configure:8159: $? = 0
configure:8163: test -z 
			 || test ! -s conftest.err
configure:8166: $? = 0
configure:8169: test -s conftest.exe
configure:8172: $? = 0
configure:8184: result: yes
configure:8096: checking for memset
configure:8153: g++ -o conftest.exe    conftest.cc  >&5
configure:8159: $? = 0
configure:8163: test -z 
			 || test ! -s conftest.err
configure:8166: $? = 0
configure:8169: test -s conftest.exe
configure:8172: $? = 0
configure:8184: result: yes
configure:8096: checking for mkdir
configure:8153: g++ -o conftest.exe    conftest.cc  >&5
configure:8159: $? = 0
configure:8163: test -z 
			 || test ! -s conftest.err
configure:8166: $? = 0
configure:8169: test -s conftest.exe
configure:8172: $? = 0
configure:8184&#58
Guest

Post by Guest »

Well, that didn't work. Here is the critical part, I'd think:

Code: Select all

configure:10981: checking whether glext.h is recent enough
configure:11010: result: yes
configure:11055: checking for glut32 library
configure:11080: g++ -o conftest.exe   -L/usr/X11R6/lib  conftest.cc   -luser32 -lgdi32 -lutil  -lopengl32  -lglu32  -lglut32 -lXi -lXmu >&5
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/../../../../i686-pc-cygwin/bin/ld: cannot find -lXi
collect2: ld returned 1 exit status
configure:11086: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define WIN32_POSIX 1
| #define WIN32 1
| #define STDC_HEADERS 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_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_MALLOC_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_ACCESS 1
| #define HAVE_ATEXIT 1
| #define HAVE_BZERO 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_FLOOR 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MUNMAP 1
| #define HAVE_POW 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_SQRT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_FINITE 1
| #define HAVE__FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE__ISNAN 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLEXT_H 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:11110: result: no
configure:11055: checking for glut library
configure:11080: g++ -o conftest.exe   -L/usr/X11R6/lib -L/usr/X11R6/lib  conftest.cc   -luser32 -lgdi32 -lutil  -lopengl32  -lglu32  -lglut -lXi -lXmu >&5
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/../../../../i686-pc-cygwin/bin/ld: cannot find -lXi
collect2: ld returned 1 exit status
configure:11086: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define WIN32_POSIX 1
| #define WIN32 1
| #define STDC_HEADERS 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_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_MALLOC_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_ACCESS 1
| #define HAVE_ATEXIT 1
| #define HAVE_BZERO 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_FLOOR 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MUNMAP 1
| #define HAVE_POW 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_SQRT 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_FINITE 1
| #define HAVE__FINITE 1
| #define HAVE_ISNAN 1
| #define HAVE__ISNAN 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLEXT_H 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:11110: result: no
configure:11120: error: GLUT library not found or too old version. 3.7 (beta) or later required.
[/code]
Guest

Post by Guest »

Fixed, I didn't have the dev package of xorg. Now I have an error, similiar to one Pontiac had (searched it)

Code: Select all

./config.status
config.status: creating Makefile
.infig.status: error: cannot find input file: Makefile
Guest

Post by Guest »

I've likely got past that too. Why do I keep posting, I should just keep with it. config.status had a space where it defines the config files, between the " and Makefile. I have gotten rid of that extra space, and it seems to be compiling fine.
zazen
Trader
Trader
Posts: 25
Joined: Mon Nov 29, 2004 5:24 pm
Location: Brisbane damnit Australia damnit
Contact:

Post by zazen »

hehehe.. i gave up after pulling hair out with openal.. nonono.. ohwell, good luck to you :shock: I really hope you get it working.
Black tea, with a bit of milk.. and don't steal the sugar please!!
FirEBaT

update

Post by FirEBaT »

Just wanted to see if you finally got it to complie? I am interested in getting a recently builded CVS verison for windows. If anyone knows where I find one thanks in advance.
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

I just built one and checked it into CVS last night

just check out the data4.x module and it's there for you
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
FirEBaT

ConGrats.

Post by FirEBaT »

Thanks got the CVS verson. And WOW. Great work guys. Keep it up. :lol:
Post Reply