CVS in OSX Tiger Mk II

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
Lonestar
Bounty Hunter
Bounty Hunter
Posts: 150
Joined: Wed Dec 15, 2004 8:18 pm
Location: Ohio
Contact:

CVS in OSX Tiger Mk II

Post by Lonestar »

Okidokie. This time I tried reading the readme.macosx :)

After tinkering with configure.in to make it look for gl libs in the proper place (since they reside in /System/Library/Frameworks in Tiger), I got that working. Also had to add a blank config.h.in to get autoconf and everything to work properly, too (not that I know what that file is for, I don't program). I got it to configure correctly (I think) and start compiling, but I end up at:

source='flykeyboard.cpp' object='flykeyboard.o' libtool=no \
depfile='.deps/flykeyboard.Po' tmpdepfile='.deps/flykeyboard.TPo' \
depmode=gcc3 /bin/sh ../../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -Wno-long-double -I/System/Library/Frameworks/OpenAL.framework/Headers -I/sw/include -DWITH_MACOSX_BUNDLE=1 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -I/Developer/SDKs/MacOSX10.2.8.sdk/System/Library/Frameworks/Carbon.framework/Libraries/CIncludes -I/sw/include -I/sw/include -I/sw/include -DJPEG_SUPPORT -DHAVE_AL=1 -I/System/Library/Frameworks/OpenAL.framework/Headers -I/sw/include -I/usr/include/python2.3 -DHAVE_PYTHON=1 -DUSE_BOOST_131=1 -I../../../src/boost129 -I../../../src -I/Developer/SDKs/MacOSX10.2.8sdk/System/Library/Frameworks/Carbon.framework/Libraries/CIncludes -pipe -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/sw/include/SDL -D_THREAD_SAFE -D_REENTRANT -pipe -c -o flykeyboard.o `test -f 'flykeyboard.cpp' || echo './'`flykeyboard.cpp
In file included from ../../../src/boost129/boost/config.hpp:35,
from ../../../src/boost129/boost/shared_ptr.hpp:18,
from ../../../src/networking/netclient.h:29,
from flykeyboard.cpp:9:
../../../src/boost129/boost/config/compiler/gcc.hpp:92:7: warning: #warning "Unknown compiler version - please run the configure tests and report the results"
In file included from ../../../src/networking/lowlevel/vsnet_socketset.h:4,
from ../../../src/networking/lowlevel/vsnet_socket.h:27,
from ../../../src/networking/netclient.h:32,
from flykeyboard.cpp:9:
../../../config.h:5:1: warning: "BSD" redefined
In file included from /usr/include/arpa/inet.h:93,
from ../../../src/networking/lowlevel/vsnet_headers.h:14,
from ../../../src/networking/lowlevel/vsnet_address.h:28,
from ../../../src/networking/lowlevel/vsnet_socket.h:26,
from ../../../src/networking/netclient.h:32,
from flykeyboard.cpp:9:
/usr/include/sys/param.h:66:1: warning: this is the location of the previous definition
source='firekeyboard.cpp' object='firekeyboard.o' libtool=no \
depfile='.deps/firekeyboard.Po' tmpdepfile='.deps/firekeyboard.TPo' \
depmode=gcc3 /bin/sh ../../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -Wno-long-double -I/System/Library/Frameworks/OpenAL.framework/Headers -I/sw/include -DWITH_MACOSX_BUNDLE=1 -DHAVE_SDL=1 -DSDL_WINDOWING=1 -I/Developer/SDKs/MacOSX10.2.8.sdk/System/Library/Frameworks/Carbon.framework/Libraries/CIncludes -I/sw/include -I/sw/include -I/sw/include -DJPEG_SUPPORT -DHAVE_AL=1 -I/System/Library/Frameworks/OpenAL.framework/Headers -I/sw/include -I/usr/include/python2.3 -DHAVE_PYTHON=1 -DUSE_BOOST_131=1 -I../../../src/boost129 -I../../../src -I/Developer/SDKs/MacOSX10.2.8sdk/System/Library/Frameworks/Carbon.framework/Libraries/CIncludes -pipe -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/sw/include/SDL -D_THREAD_SAFE -D_REENTRANT -pipe -c -o firekeyboard.o `test -f 'firekeyboard.cpp' || echo './'`firekeyboard.cpp
In file included from ../../../src/boost129/boost/config.hpp:35,
from ../../../src/boost129/boost/python/detail/config.hpp:15,
from ../../../src/boost129/boost/python/detail/prefix.hpp:14,
from ../../../src/boost129/boost/python/object.hpp:9,
from ../../../src/python/python_class.h:16,
from ../../../src/cmd/unit.cpp:49,
from ../../../src/cmd/unit.h:264,
from ../../../src/cmd/planet.h:10,
from firekeyboard.cpp:13:
../../../src/boost129/boost/config/compiler/gcc.hpp:92:7: warning: #warning "Unknown compiler version - please run the configure tests and report the results"
In file included from ../../../src/networking/lowlevel/vsnet_socketset.h:4,
from ../../../src/networking/lowlevel/vsnet_socket.h:27,
from ../../../src/networking/netclient.h:32,
from ../../../src/cmd/unit_physics.cpp:41,
from ../../../src/cmd/unit.cpp:60,
from ../../../src/cmd/unit.h:264,
from ../../../src/cmd/planet.h:10,
from firekeyboard.cpp:13:
../../../config.h:5:1: warning: "BSD" redefined
In file included from /usr/include/arpa/inet.h:93,
from ../../../src/networking/lowlevel/vsnet_headers.h:14,
from ../../../src/networking/lowlevel/vsnet_address.h:28,
from ../../../src/networking/lowlevel/vsnet_socket.h:26,
from ../../../src/networking/netclient.h:32,
from ../../../src/cmd/unit_physics.cpp:41,
from ../../../src/cmd/unit.cpp:60,
from ../../../src/cmd/unit.h:264,
from ../../../src/cmd/planet.h:10,
from firekeyboard.cpp:13:
/usr/include/sys/param.h:66:1: warning: this is the location of the previous definition
{standard input}:3760:non-relocatable subtraction expression, "__ZZN12FireKeyboard18ProcessCommMessageER20CommunicationMessageE6Statuc" minus "L00000000030$pb"
{standard input}:3760:symbol: "__ZZN12FireKeyboard18ProcessCommMessageER20CommunicationMessageE6Statuc" can't be undefined in a subtraction expression
{standard input}:3759:non-relocatable subtraction expression, "__ZZN12FireKeyboard18ProcessCommMessageER20CommunicationMessageE6Statuc" minus "L00000000030$pb"
{standard input}:3759:symbol: "__ZZN12FireKeyboard18ProcessCommMessageER20CommunicationMessageE6Statuc" can't be undefined in a subtraction expression
{standard input}:3735:non-relocatable subtraction expression, "__ZZN12FireKeyboard18ProcessCommMessageER20CommunicationMessageE11comm_static" minus "L00000000029$pb"
{standard input}:3735:symbol: "__ZZN12FireKeyboard18ProcessCommMessageER20CommunicationMessageE11comm_static" can't be undefined in a subtraction expression
{standard input}:3734:non-relocatable subtraction expression, "__ZZN12FireKeyboard18ProcessCommMessageER20CommunicationMessageE11comm_static" minus "L00000000029$pb"
{standard input}:3734:symbol: "__ZZN12FireKeyboard18ProcessCommMessageER20CommunicationMessageE11comm_static" can't be undefined in a subtraction expression
make[4]: *** [firekeyboard.o] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Any thoughts? And remember, I don't code :)

PS If it matters, I'm on a powerbook 12in, standard stuff in it (the one being currently sold).
==========
Lonestar
==========
"Not if we jam it! Down scope!"
Lonestar
Bounty Hunter
Bounty Hunter
Posts: 150
Joined: Wed Dec 15, 2004 8:18 pm
Location: Ohio
Contact:

Post by Lonestar »

Oops, forgot to put my config.log in.

[quote]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-macosx-bundle

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

hostname = dhcp172-21-10-83.ci.richmond.in.us
uname -m = Power Macintosh
uname -r = 8.2.0
uname -s = Darwin
uname -v = Darwin Kernel Version 8.2.0: Fri Jun 24 17:46:54 PDT 2005; root:xnu-792.2.4.obj~3/RELEASE_PPC

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

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = Mach kernel version:
Darwin Kernel Version 8.2.0: Fri Jun 24 17:46:54 PDT 2005; root:xnu-792.2.4.obj~3/RELEASE_PPC
Kernel configured for a single processor only.
1 processor is physically available.
Processor type: ppc7450 (PowerPC 7450)
Processor active: 0
Primary memory available: 512.00 megabytes
Default processor set: 75 tasks, 218 threads, 1 processors
Load average: 1.57, Mach factor: 0.57
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /sw/bin
PATH: /sw/sbin
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin


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

configure:1392: checking Checking for C++ compiler.
configure:1441: checking for g++
configure:1457: found /usr/bin/g++
configure:1467: result: g++
configure:1582: checking for C++ compiler version
configure:1585: g++ --version </dev/null >&5
powerpc-apple-darwin8-g++-4.0.0 (GCC) 4.0.0 20041026 (Apple Computer, Inc. build 4061)
Copyright (C) 2004 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:1588: $? = 0
configure:1590: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/specs
Configured with: /private/var/tmp/gcc/gcc-4061.obj~8/src/configure --disable-checking --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^+.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/gcc/darwin/4.0/c++ --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.0 20041026 (Apple Computer, Inc. build 4061)
configure:1593: $? = 0
configure:1595: g++ -V </dev/null >&5
g++: argument to `-V' is missing
configure:1598: $? = 1
configure:1621: checking for C++ compiler default output file name
configure:1624: g++ conftest.cc >&5
configure:1627: $? = 0
configure:1673: result: a.out
configure:1678: checking whether the C++ compiler works
configure:1684: ./a.out
configure:1687: $? = 0
configure:1704: result: yes
configure:1711: checking whether we are cross compiling
configure:1713: result: no
configure:1716: checking for suffix of executables
configure:1718: g++ -o conftest conftest.cc >&5
configure:1721: $? = 0
configure:1746: result:
configure:1752: checking for suffix of object files
configure:1773: g++ -c conftest.cc >&5
configure:1776: $? = 0
configure:1798: result: o
configure:1802: checking whether we are using the GNU C++ compiler
configure:1826: g++ -c conftest.cc >&5
configure:1832: $? = 0
configure:1836: test -z
|| test ! -s conftest.err
configure:1839: $? = 0
configure:1842: test -s conftest.o
configure:1845: $? = 0
configure:1858: result: yes
configure:1864: checking whether g++ accepts -g
configure:1885: g++ -c -g conftest.cc >&5
configure:1891: $? = 0
configure:1895: test -z
|| test ! -s conftest.err
configure:1898: $? = 0
configure:1901: test -s conftest.o
configure:1904: $? = 0
configure:1915: result: yes
configure:1957: g++ -c -g -O2 conftest.cc >&5
configure:1963: $? = 0
configure:1967: test -z
|| test ! -s conftest.err
configure:1970: $? = 0
configure:1973: test -s conftest.o
configure:1976: $? = 0
configure:2002: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:13: error: 'exit' was not declared in this scope
configure:2008: $? = 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:1957: g++ -c -g -O2 conftest.cc >&5
/usr/include/stdlib.h:158: error: 'void exit(int)' conflicts with previous using declaration 'void std::exit(int)'
/usr/include/stdlib.h:158: error: 'void exit(int)' conflicts with used function
conftest.cc:9: error: 'void std::exit(int)' previously declared here
configure:1963: $? = 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. */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:1957: g++ -c -g -O2 conftest.cc >&5
/usr/include/stdlib.h:158: error: 'void exit(int)' conflicts with previous using declaration 'void std::exit(int)'
/usr/include/stdlib.h:158: error: 'void exit(int)' conflicts with used function
conftest.cc:9: error: 'void std::exit(int)' previously declared here
configure:1963: $? = 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. */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:1957: g++ -c -g -O2 conftest.cc >&5
/usr/include/stdlib.h:158: error: declaration of 'void exit(int)' throws different exceptions
conftest.cc:9: error: than previous declaration 'void exit(int) throw ()'
configure:1963: $? = 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. */
| extern "C" void exit (int) throw ();
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:1957: g++ -c -g -O2 conftest.cc >&5
configure:1963: $? = 0
configure:1967: test -z
|| test ! -s conftest.err
configure:1970: $? = 0
configure:1973: test -s conftest.o
configure:1976: $? = 0
configure:2002: g++ -c -g -O2 conftest.cc >&5
configure:2008: $? = 0
configure:2012: test -z
|| test ! -s conftest.err
configure:2015: $? = 0
configure:2018: test -s conftest.o
configure:2021: $? = 0
configure:2049: checking how to run the C++ preprocessor
configure:2080: g++ -E conftest.cc
configure:2086: $? = 0
configure:2118: g++ -E conftest.cc
conftest.cc:12:28: error: ac_nonexistent.h: No such file or directory
configure:2124: $? = 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 exit (int);
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2163: result: g++ -E
configure:2187: g++ -E conftest.cc
configure:2193: $? = 0
configure:2225: g++ -E conftest.cc
conftest.cc:12:28: error: ac_nonexistent.h: No such file or directory
configure:2231: $? = 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 exit (int);
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2320: checking for gcc
configure:2336: found /usr/bin/gcc
configure:2346: result: gcc
configure:2590: checking for C compiler version
configure:2593: gcc --version </dev/null >&5
gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2596: $? = 0
configure:2598: gcc -v </dev/null >&5
Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1809)
configure:2601: $? = 0
configure:2603: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2606: $? = 1
configure:2609: checking whether we are using the GNU C compiler
configure:2633: gcc -c conftest.c >&5
configure:2639: $? = 0
configure:2643: test -z
|| test ! -s conftest.err
configure:2646: $? = 0
configure:2649: test -s conftest.o
configure:2652: $? = 0
configure:2665: result: yes
configure:2671: checking whether gcc accepts -g
configure:2692: gcc -c -g conftest.c >&5
configure:2698: $? = 0
configure:2702: test -z
|| test ! -s conftest.err
configure:2705: $? = 0
configure:2708: test -s conftest.o
configure:2711: $? = 0
configure:2722: result: yes
configure:2739: checking for gcc option to accept ANSI C
configure:2809: gcc -c -g -O2 conftest.c >&5
configure:2815: $? = 0
configure:2819: test -z
|| test ! -s conftest.err
configure:2822: $? = 0
configure:2825: test -s conftest.o
configure:2828: $? = 0
configure:2846: result: none needed
configure:2864: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2870: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3008: checking how to run the C preprocessor
configure:3043: gcc -E conftest.c
configure:3049: $? = 0
configure:3081: gcc -E conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:3087: $? = 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 exit (int);
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3126: result: gcc -E
configure:3150: gcc -E conftest.c
configure:3156: $? = 0
configure:3188: gcc -E conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:3194: $? = 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 exit (int);
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3238: Using compiler: g++.
configure:3272: checking build system type
configure:3290: result: powerpc-apple-darwin8.2.0
configure:3298: checking host system type
configure:3312: result: powerpc-apple-darwin8.2.0
configure:3320: checking target system type
configure:3334: result: powerpc-apple-darwin8.2.0
configure:3363: checking for a BSD-compatible install
configure:3418: result: /usr/bin/install -c
configure:3429: checking whether build environment is sane
configure:3472: result: yes
configure:3505: checking for gawk
configure:3534: result: no
configure:3505: checking for mawk
configure:3534: result: no
configure:3505: checking for nawk
configure:3534: result: no
configure:3505: checking for awk
configure:3521: found /usr/bin/awk
configure:3531: result: awk
configure:3541: checking whether make sets $(MAKE)
configure:3561: result: yes
configure:3590: checking for style of include used by make
configure:3618: result: GNU
configure:3780: checking dependency style of gcc
configure:3842: result: gcc3
configure:3849: checking dependency style of g++
configure:3911: result: gcc3
configure:4022: checking for egrep
configure:4032: result: grep -E
configure:4038: checking for AIX
configure:4060: result: no
configure:4066: checking for ANSI C header files
configure:4091: g++ -c conftest.cc >&5
configure:4097: $? = 0
configure:4101: test -z
|| test ! -s conftest.err
configure:4104: $? = 0
configure:4107: test -s conftest.o
configure:4110: $? = 0
configure:4196: g++ -o conftest conftest.cc >&5
configure:4199: $? = 0
configure:4201: ./conftest
configure:4204: $? = 0
configure:4219: result: yes
configure:4243: checking for sys/types.h
configure:4259: g++ -c conftest.cc >&5
configure:4265: $? = 0
configure:4269: test -z
|| test ! -s conftest.err
configure:4272: $? = 0
configure:4275: test -s conftest.o
configure:4278: $? = 0
configure:4289: result: yes
configure:4243: checking for sys/stat.h
configure:4259: g++ -c conftest.cc >&5
configure:4265: $? = 0
configure:4269: test -z
|| test ! -s conftest.err
configure:4272: $? = 0
configure:4275: test -s conftest.o
configure:4278: $? = 0
configure:4289: result: yes
configure:4243: checking for stdlib.h
configure:4259: g++ -c conftest.cc >&5
configure:4265: $? = 0
configure:4269: test -z
|| test ! -s conftest.err
configure:4272: $? = 0
configure:4275: test -s conftest.o
configure:4278: $? = 0
configure:4289: result: yes
configure:4243: checking for string.h
configure:4259: g++ -c conftest.cc >&5
configure:4265: $? = 0
configure:4269: test -z
|| test ! -s conftest.err
configure:4272: $? = 0
configure:4275: test -s conftest.o
configure:4278: $? = 0
configure:4289: result: yes
configure:4243: checking for memory.h
configure:4259: g++ -c conftest.cc >&5
configure:4265: $? = 0
configure:4269: test -z
|| test ! -s conftest.err
configure:4272: $? = 0
configure:4275: test -s conftest.o
configure:4278: $? = 0
configure:4289: result: yes
configure:4243: checking for strings.h
configure:4259: g++ -c conftest.cc >&5
configure:4265: $? = 0
configure:4269: test -z
|| test ! -s conftest.err
configure:4272: $? = 0
configure:4275: test -s conftest.o
configure:4278: $? = 0
configure:4289: result: yes
configure:4243: checking for inttypes.h
configure:4259: g++ -c conftest.cc >&5
configure:4265: $? = 0
configure:4269: test -z
|| test ! -s conftest.err
configure:4272: $? = 0
configure:4275: test -s conftest.o
configure:4278: $? = 0
configure:4289: result: yes
configure:4243: checking for stdint.h
configure:4259: g++ -c conftest.cc >&5
configure:4265: $? = 0
configure:4269: test -z
|| test ! -s conftest.err
configure:4272: $? = 0
configure:4275: test -s conftest.o
configure:4278: $? = 0
configure:4289: result: yes
configure:4243: checking for unistd.h
configure:4259: g++ -c conftest.cc >&5
configure:4265: $? = 0
configure:4269: test -z
|| test ! -s conftest.err
configure:4272: $? = 0
configure:4275: test -s conftest.o
configure:4278: $? = 0
configure:4289: result: yes
configure:4311: checking minix/config.h usability
configure:4323: g++ -c conftest.cc >&5
conftest.cc:61:26: error: minix/config.h: No such file or directory
configure:4329: $? = 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 exit (int);
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define MACOSX 1
| #define POSIX 1
| #define BSD 199999
| #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:4352: result: no
configure:4356: checking minix/config.h presence
configure:4366: g++ -E conftest.cc
conftest.cc:27:26: error: minix/config.h: No such file or directory
configure:4372: $? = 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 exit (int);
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define MACOSX 1
| #define POSIX 1
| #define BSD 199999
| #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:4392: result: no
configure:4427: checking for minix/config.h
configure:4434: result: no
configure:4463: checking for library containing strerror
configure:4493: g++ -o conftest conftest.cc >&5
configure:4499: $? = 0
configure:4503: test -z
|| test ! -s conftest.err
configure:4506: $? = 0
configure:4509: test -s conftest
configure:4512: $? = 0
configure:4582: result: none required
configure:4607: g++ -c -falign-loops=4 conftest.cc >&5
configure:4613: $? = 0
configure:4617: test -z
|| test ! -s conftest.err
configure:4620: $? = 0
configure:4623: test -s conftest.o
configure:4626: $? = 0
configure:4653: g++ -c -malign-loops=4 conftest.cc >&5
conftest.cc:1: error: unknown -malign-XXXXX option specified: 'loops=4'
configure:4659: $? = 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 exit (int);
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define MACOSX 1
| #define POSIX 1
| #define BSD 199999
| #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. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4759: checking for a BSD-compatible install
configure:4814: result: /usr/bin/install -c
configure:4825: checking whether ln -s works
configure:4829: result: yes
configure:4877: checking for ranlib
configure:4893: found /usr/bin/ranlib
configure:4904: result: ranlib
configure:4925: checking for dirent.h that defines DIR
configure:4949: g++ -c conftest.cc >&5
configure:4955: $? = 0
configure:4959: test -z
|| test ! -s conftest.err
configure:4962: $? = 0
configure:4965: test -s conftest.o
configure:4968: $? = 0
configure:4979: result: yes
configure:4992: checking for library containing opendir
configure:5022: g++ -o conftest conftest.cc >&5
configure:5028: $? = 0
configure:5032: test -z
|| test ! -s conftest.err
configure:5035: $? = 0
configure:5038: test -s conftest
configure:5041: $? = 0
configure:5111: result: none required
configure:5249: checking for working alloca.h
configure:5270: g++ -o conftest conftest.cc >&5
configure:5276: $? = 0
configure:5280: test -z
|| test ! -s conftest.err
configure:5283: $? = 0
configure:5286: test -s conftest
configure:5289: $? = 0
configure:5301: result: yes
configure:5311: checking for alloca
configure:5352: g++ -o conftest conftest.cc >&5
configure:5358: $? = 0
configure:5362: test -z
|| test ! -s conftest.err
configure:5365: $? = 0
configure:5368: test -s conftest
configure:5371: $? = 0
configure:5383: result: yes
configure:5606: checking for sys/wait.h that is POSIX.1 compatible
configure:5637: g++ -c conftest.cc >&5
configure:5643: $? = 0
configure:5647: test -z
|| test ! -s conftest.err
configure:5650: $? = 0
configure:5653: test -s conftest.o
configure:5656: $? = 0
configure:5667: result: yes
configure:5707: checking OS.h usability
configure:5719: g++ -c conftest.cc >&5
conftest.cc:65:16: error: OS.h: No such file or directory
configure:5725: $? = 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 exit (int);
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define MACOSX 1
| #define POSIX 1
| #define BSD 199999
| #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:5748: result: no
configure:5752: checking OS.h presence
configure:5762: g++ -E conftest.cc
conftest.cc:31:16: error: OS.h: No such file or directory
configure:5768: $? = 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 exit (int);
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define MACOSX 1
| #define POSIX 1
| #define BSD 199999
| #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:5788: result: no
configure:5823: checking for OS.h
configure:5830: result: no
configure:5707: checking arpa/inet.h usability
configure:5719: g++ -c conftest.cc >&5
configure:5725: $? = 0
configure:5729: test -z
|| test ! -s conftest.err
configure:5732: $? = 0
configure:5735: test -s conftest.o
configure:5738: $? = 0
configure:5748: result: yes
configure:5752: checking arpa/inet.h presence
configure:5762: g++ -E conftest.cc
configure:5768: $? = 0
configure:5788: result: yes
configure:5823: checking for arpa/inet.h
configure:5830: result: yes
configure:5707: checking fcntl.h usability
configure:5719: g++ -c conftest.cc >&5
configure:5725: $? = 0
configure:5729: test -z
|| test ! -s conftest.err
configure:5732: $? = 0
configure:5735: test -s conftest.o
configure:5738: $? = 0
configure:5748: result: yes
configure:5752: checking fcntl.h presence
configure:5762: g++ -E conftest.cc
configure:5768: $? = 0
configure:5788: result: yes
configure:5823: checking for fcntl.h
configure:5830: result: yes
configure:5707: checking float.h usability
configure:5719: g++ -c conftest.cc >&5
configure:5725: $? = 0
configure:5729: test -z
|| test ! -s conftest.err
configure:5732: $? = 0
configure:5735: test -s conftest.o
configure:5738: $? = 0
configure:5748: result: yes
configure:5752: checking float.h presence
configure:5762: g++ -E conftest.cc
configure:5768: $? = 0
configure:5788: result: yes
configure:5823: checking for float.h
configure:5830: result: yes
configure:5707: checking limits.h usability
configure:5719: g++ -c conftest.cc >&5
configure:5725: $? = 0
configure:5729: test -z
|| test ! -s conftest.err
configure:5732: $? = 0
configure:5735: test -s conftest.o
configure:5738: $? = 0
configure:5748: result: yes
configure:5752: checking limits.h presence
configure:5762: g++ -E conftest.cc
configure:5768: $? = 0
configure:5788: result: yes
configure:5823: checking for limits.h
configure:5830: result: yes
configure:5707: checking math.h usability
configure:5719: g++ -c conftest.cc >&5
configure:5725: $? = 0
configure:5729: test -z
|| test ! -s conftest.err
configure:5732: $? = 0
configure:5735: test -s conftest.o
configure:5738: $? = 0
configure:5748: result: yes
configure:5752: checking math.h presence
configure:5762: g++ -E conftest.cc
configure:5768: $? = 0
configure:5788: result: yes
configure:5823: checking for math.h
configure:5830: result: yes
configure:5707: checking netdb.h usability
configure:5719: g++ -c conftest.cc >&5
configure:5725: $? = 0
configure:5729: test -z
|| test ! -s conftest.err
configure:5732: $? = 0
configure:5735: test -s conftest.o
configure:5738: $? = 0
configure:5748: result: yes
configure:5752: checking netdb.h presence
configure:5762: g++ -E conftest.cc
configure:5768: $? = 0
configure:5788: result: yes
configure:5823: checking for netdb.h
configure:5830: result: yes
configure:5707: checking netinet/in.h usability
configure:5719: g++ -c conftest.cc >&5
configure:5725: $? = 0
configure:5729: test -z
|| test ! -s conftest.err
configure:5732: $? = 0
configure:5735: test -s conftest.o
configure:5738: $? = 0
configure:5748: result: yes
configure:5752: checking netinet/in.h presence
configure:5762: g++ -E conftest.cc
configure:5768: $? = 0
configure:5788: result: yes
configure:5823: checking for netinet/in.h
configure:5830: result: yes
configure:5707: checking stddef.h usability
configure:5719: g++ -c conftest.cc >&5
configure:5725: $? = 0
configure:5729: test -z
|| test ! -s conftest.err
configure:5732: $? = 0
configure:5735: test -s conftest.o
configure:5738: $? = 0
configure:5748: result: yes
configure:5752: checking stddef.h presence
configure:5762: g++ -E conftest.cc
configure:5768: $? = 0
configure:5788: result: yes
configure:5823: checking for stddef.h
configure:5830: result: yes
configure:5707: checking sys/ioctl.h usability
configure:5719: g++ -c conftest.cc >&5
configure:5725: $? = 0
configure:5729: test -z
|| test ! -s conftest.err
configure:5732: $? = 0
configure:5735: test -s conftest.o
configure:5738: $? = 0
configure:5748: result: yes
configure:5752: checking sys/ioctl.h presence
configure:5762: g++ -E conftest.cc
configure:5768: $? = 0
configure:5788: result: yes
configure:5823: checking for sys/ioctl.h
configure:5830: result: yes
configure:5707: checking sys/param.h usability
configure:5719: g++ -c conftest.cc >&5
configure:5725: $? = 0
configure:5729: test -z
|| test ! -s conftest.err
configure:5732: $? = 0
configure:5735: test -s conftest.o
configure:5738: $? = 0
configure:5748: result: yes
configure:5752: checking sys/param.h presence
configure:5762: g++ -E conftest.cc
configure:5768: $? = 0
configure:5788: result: yes
configure:5823: checking for sys/param.h
configure:5830: result: yes
configure:5707: checking sys/time.h usability
configure:5719: g++ -c conftest.cc >&5
configure:5725: $? = 0
configure:5729: test -z
|| test ! -s conftest.err
configure:5732: $? = 0
configure:5735: test -s conftest.o
configure:5738: $? = 0
configure:5748: result: yes
configure:5752: checking sys/time.h presence
configure:5762: g++ -E conftest.cc
configure:5768: $? = 0
configure:5788: result: yes
configure:5823: checking for sys/time.h
configure:5830: result: yes
configure:5707: checking sys/timeb.h usability
configure:5719: g++ -c conftest.cc >&5
configure:5725: $? = 0
configure:5729: test -z
|| test ! -s conftest.err
configure:5732: $? = 0
configure:5735: test -s conftest.o
configure:5738: $? = 0
configure:5748: result: yes
configure:5752: checking sys/timeb.h presence
configure:5762: g++ -E conftest.cc
configure:5768: $? = 0
configure:5788: result: yes
configure:5823: checking for sys/timeb.h
configure:5830: result: yes
configure:5707: checking values.h usability
configure:5719: g++ -c conftest.cc >&5
conftest.cc:77:20: error: values.h: No such file or directory
configure:5725: $? = 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 exit (int);
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define MACOSX 1
| #define POSIX 1
| #define BSD 199999
| #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:5748: result: no
configure:5752: checking values.h presence
configure:5762: g++ -E conftest.cc
conftest.cc:43:20: error: values.h: No such file or directory
configure:5768: $? = 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 exit (int);
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define MACOSX 1
| #define POSIX 1
| #define BSD 199999
| #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:5788: result: no
configure:5823: checking for values.h
configure:5830: result: no
configure:5707: checking wchar.h usability
configure:5719: g++ -c conftest.cc >&5
configure:5725: $? = 0
configure:5729: test -z
|| test ! -s conftest.err
configure:5732: $? = 0
configure:5735: test -s conftest.o
configure:5738: $? = 0
configure:5748: result: yes
configure:5752: checking wchar.h presence
configure:5762: g++ -E conftest.cc
configure:5768: $? = 0
configure:5788: result: yes
configure:5823: checking for wchar.h
configure:5830: result: yes
configure:5707: checking wctype.h usability
configure:5719: g++ -c conftest.cc >&5
configure:5725: $? = 0
configure:5729: test -z
|| test ! -s conftest.err
configure:5732: $? = 0
configure:5735: test -s conftest.o
configure:5738: $? = 0
configure:5748: result: yes
configure:5752: checking wctype.h presence
configure:5762: g++ -E conftest.cc
configure:5768: $? = 0
configure:5788: result: yes
configure:5823: checking for wctype.h
configure:5830: result: yes
configure:6011: checking malloc.h usability
configure:6023: g++ -c conftest.cc >&5
conftest.cc:79:20: error: malloc.h: No such file or directory
configure:6029: $? = 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 exit (int);
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define MACOSX 1
| #define POSIX 1
| #define BSD 199999
| #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
| /* 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 <malloc.h>
configure:6052: result: no
configure:6056: checking malloc.h presence
configure:6066: g++ -E conftest.cc
conftest.cc:45:20: error: malloc.h: No such file or directory
configure:6072: $? = 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 exit (int);
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define MACOSX 1
| #define POSIX 1
| #define BSD 199999
| #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
| /* end confdefs.h. */
| #include <malloc.h>
configure:6092: result: no
configure:6127: checking for malloc.h
configure:6134: result: no
configure:6153: checking for vfscanf
configure:6210: g++ -o conftest conftest.cc >&5
configure:6216: $? = 0
configure:6220: test -z
|| test ! -s conftest.err
configure:6223: $? = 0
configure:6226: test -s conftest
configure:6229: $? = 0
configure:6241: result: yes
configure:6254: checking for an ANSI C-conforming const
configure:6321: g++ -c conftest.cc >&5
configure:6327: $? = 0
configure:6331: test -z
|| test ! -s conftest.err
configure:6334: $? = 0
configure:6337: test -s conftest.o
configure:6340: $? = 0
configure:6351: result: yes
configure:6361: checking whether time.h and sys/time.h may both be included
configure:6386: g++ -c conftest.cc >&5
configure:6392: $? = 0
configure:6396: test -z
|| test ! -s conftest.err
configure:6399: $? = 0
configure:6402: test -s conftest.o
configure:6405: $? = 0
configure:6416: result: yes
configure:6426: checking for inline
configure:6447: g++ -c conftest.cc >&5
configure:6453: $? = 0
configure:6457: test -z
|| test ! -s conftest.err
configure:6460: $? = 0
configure:6463: test -s conftest.o
configure:6466: $? = 0
configure:6478: result: inline
configure:6497: checking for off_t
configure:6521: g++ -c conftest.cc >&5
configure:6527: $? = 0
configure:6531: test -z
|| test ! -s conftest.err
configure:6534: $? = 0
configure:6537: test -s conftest.o
configure:6540: $? = 0
configure:6551: result: yes
configure:6563: checking for pid_t
configure:6587: g++ -c conftest.cc >&5
configure:6593: $? = 0
configure:6597: test -z
|| test ! -s conftest.err
configure:6600: $? = 0
configure:6603: test -s conftest.o
configure:6606: $? = 0
configure:6617: result: yes
configure:6629: checking for size_t
configure:6653: g++ -c conftest.cc >&5
configure:6659: $? = 0
configure:6663: test -z
|| test ! -s conftest.err
configure:6666: $? = 0
configure:6669: test -s conftest.o
configure:6672: $? = 0
configure:6683: result: yes
configure:6695: checking whether time.h and sys/time.h may both be included
configure:6750: result: yes
configure:6760: checking whether struct tm is in sys/time.h or time.h
configure:6783: g++ -c conftest.cc >&5
configure:6789: $? = 0
configure:6793: test -z
|| test ! -s conftest.err
configure:6796: $? = 0
configure:6799: test -s conftest.o
configure:6802: $? = 0
configure:6813: result: time.h
configure:6823: checking for uid_t in sys/types.h
configure:6846: result: yes
configure:6863: checking whether closedir returns void
configure:6892: g++ -o conftest conftest.cc >&5
configure:6895: $? = 0
configure:6897: ./conftest
configure:6900: $? = 0
configure:6914: result: no
configure:6924: checking for working memcmp
configure:6972: g++ -o conftest conftest.cc >&5
configure:6975: $? = 0
configure:6977: ./conftest
configure:6980: $? = 0
configure:6994: result: yes
configure:7011: checking for stdlib.h
configure:7016: result: yes
configure:7011: checking for unistd.h
configure:7016: result: yes
configure:7160: checking for getpagesize
configure:7217: g++ -o conftest conftest.cc >&5
configure:7223: $? = 0
configure:7227: test -z
|| test ! -s conftest.err
configure:7230: $? = 0
configure:7233: test -s conftest
configure:7236: $? = 0
configure:7248: result: yes
configure:7258: checking for working mmap
configure:7400: g++ -o conftest conftest.cc >&5
configure:7403: $? = 0
configure:7405: ./conftest
configure:7408: $? = 0
configure:7422: result: yes
configure:7448: checking sys/select.h usability
configure:7460: g++ -c conftest.cc >&5
configure:7466: $? = 0
configure:7470: test -z
|| test ! -s conftest.err
configure:7473: $? = 0
configure:7476: test -s conftest.o
configure:7479: $? = 0
configure:7489: result: yes
configure:7493: checking sys/select.h presence
configure:7503: g++ -E conftest.cc
configure:7509: $? = 0
configure:7529: result: yes
configure:7564: checking for sys/select.h
configure:7571: result: yes
configure:7448: checking sys/socket.h usability
configure:7460: g++ -c conftest.cc >&5
configure:7466: $? = 0
configure:7470: test -z
|| test ! -s conftest.err
configure:7473: $? = 0
configure:7476: test -s conftest.o
configure:7479: $? = 0
configure:7489: result: yes
configure:7493: checking sys/socket.h presence
configure:7503: g++ -E conftest.cc
configure:7509: $? = 0
configure:7529: result: yes
configure:7564: checking for sys/socket.h
configure:7571: result: yes
configure:7584: checking types of arguments for select
configure:7617: g++ -c conftest.cc >&5
configure:7623: $? = 0
configure:7627: test -z
|| test ! -s conftest.err
configure:7630: $? = 0
configure:7633: test -s conftest.o
configure:7636: $? = 0
configure:7652: result: int,fd_set *,struct timeval *
configure:7675: checking return type of signal handlers
configure:7706: g++ -c conftest.cc >&5
configure:7712: $? = 0
configure:7716: test -z
|| test ! -s conftest.err
configure:7719: $? = 0
configure:7722: test -s conftest.o
configure:7725: $? = 0
configure:7736: result: void
configure:7748: checking for vprintf
configure:7805: g++ -o conftest conftest.cc >&5
configure:7811: $? = 0
configure:7815: test -z
|| test ! -s conftest.err
configure:7818: $? = 0
configure:7821: test -s conftest
configure:7824: $? = 0
configure:7836: result: yes
configure:7843: checking for _doprnt
configure:7900: g++ -o conftest conftest.cc >&5
/usr/bin/ld: Undefined symbols:
__doprnt
collect2: ld returned 1 exit status
configure:7906: $? = 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 exit (int);
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define MACOSX 1
| #define POSIX 1
| #define BSD 199999
| #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_VFSCANF 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_MMAP 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:7931: result: no
configure:7976: checking for access
configure:8033: g++ -o conftest conftest.cc >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest
configure:8052: $? = 0
configure:8064: result: yes
configure:7976: checking for atexit
configure:8033: g++ -o conftest conftest.cc >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest
configure:8052: $? = 0
configure:8064: result: yes
configure:7976: checking for bzero
configure:8033: g++ -o conftest conftest.cc >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest
configure:8052: $? = 0
configure:8064: result: yes
configure:7976: checking for clock_gettime
configure:8033: g++ -o conftest conftest.cc >&5
/usr/bin/ld: Undefined symbols:
_clock_gettime
collect2: ld returned 1 exit status
configure:8039: $? = 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 exit (int);
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define MACOSX 1
| #define POSIX 1
| #define BSD 199999
| #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_VFSCANF 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_MMAP 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
| /* end confdefs.h. */
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define clock_gettime innocuous_clock_gettime
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char clock_gettime (); 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 clock_gettime
|
| /* 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 clock_gettime ();
| /* 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_clock_gettime) || defined (__stub___clock_gettime)
| choke me
| #else
| char (*f) () = clock_gettime;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != clock_gettime;
| ;
| return 0;
| }
configure:8064: result: no
configure:7976: checking for floor
configure:8033: g++ -o conftest conftest.cc >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest
configure:8052: $? = 0
configure:8064: result: yes
configure:7976: checking for getcwd
configure:8033: g++ -o conftest conftest.cc >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest
configure:8052: $? = 0
configure:8064: result: yes
configure:7976: checking for gethostbyname
configure:8033: g++ -o conftest conftest.cc >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest
configure:8052: $? = 0
configure:8064: result: yes
configure:7976: checking for gethostname
configure:8033: g++ -o conftest conftest.cc >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest
configure:8052: $? = 0
configure:8064: result: yes
configure:7976: checking for gettimeofday
configure:8033: g++ -o conftest conftest.cc >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest
configure:8052: $? = 0
configure:8064: result: yes
configure:7976: checking for inet_ntoa
configure:8033: g++ -o conftest conftest.cc >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest
configure:8052: $? = 0
configure:8064: result: yes
configure:7976: checking for lstat
configure:8033: g++ -o conftest conftest.cc >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest
configure:8052: $? = 0
configure:8064: result: yes
configure:7976: checking for memmove
configure:8033: g++ -o conftest conftest.cc >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest
configure:8052: $? = 0
configure:8064: result: yes
configure:7976: checking for memset
configure:8033: g++ -o conftest conftest.cc >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest
configure:8052: $? = 0
configure:8064: result: yes
configure:7976: checking for mkdir
configure:8033: g++ -o conftest conftest.cc >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest
configure:8052: $? = 0
configure:8064: result: yes
configure:7976: checking for munmap
configure:8033: g++ -o conftest conftest.cc >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest
configure:8052: $? = 0
configure:8064: result: yes
configure:7976: checking for pow
configure:8033: g++ -o conftest conftest.cc >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest
configure:8052: $? = 0
configure:8064: result: yes
configure:7976: checking for select
configure:8033: g++ -o conftest conftest.cc >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest
configure:8052: $? = 0
configure:8064: result: yes
configure:7976: checking for socket
configure:8033: g++ -o conftest conftest.cc >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest
configure:8052: $? = 0
configure:8064: result: yes
configure:7976: checking for sqrt
configure:8033: g++ -o conftest conftest.cc >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest
configure:8052: $? = 0
configure:8064: result: yes
configure:7976: checking for strcasecmp
configure:8033: g++ -o conftest conftest.cc >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest
configure:8052: $? = 0
configure:8064: result: yes
configure:7976: checking for strchr
configure:8033: g++ -o conftest conftest.cc >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest
configure:8052: $? = 0
configure:8064: result: yes
configure:7976: checking for strdup
configure:8033: g++ -o conftest conftest.cc >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest
configure:8052: $? = 0
configure:8064: result: yes
configure:7976: checking for strerror
configure:8033: g++ -o conftest conftest.cc >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest
configure:8052: $? = 0
configure:8064: result: yes
configure:7976: checking for strstr
configure:8033: g++ -o conftest conftest.cc >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest
configure:8052: $? = 0
configure:8064: result: yes
configure:7976: checking for strtol
configure:8033: g++ -o conftest conftest.cc >&5
configure:8039: $? = 0
configure:8043: test -z
|| test ! -s conftest.err
configure:8046: $? = 0
configure:8049: test -s conftest
configure:8052: $? = 0
configure:8064: result: yes
configure:8083: checking for finite
configure:8140: g++ -o conftest conftest.cc >&5
configure:8146: $? = 0
configure:8150: test -z
|| test ! -s conftest.err
configure:8153: $? = 0
configure:8156: test -s conftest
configure:8159: $? = 0
configure:8171: result: yes
configure:8083: checking for _finite
configure:8140: g++ -o conftest conftest.cc >&5
/usr/bin/ld: Undefined symbols:
__finite
collect2: ld returned 1 exit status
configure:8146: $? = 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 exit (int);
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define MACOSX 1
| #define POSIX 1
| #define BSD 199999
| #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_VFSCANF 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_MMAP 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_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
| /* 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:8171: result: no
configure:8083: checking for isnan
configure:8140: g++ -o conftest conftest.cc >&5
configure:8146: $? = 0
configure:8150: test -z
|| test ! -s conftest.err
configure:8153: $? = 0
configure:8156: test -s conftest
configure:8159: $? = 0
configure:8171: result: yes
configure:8083: checking for _isnan
configure:8140: g++ -o conftest conftest.cc >&5
/usr/bin/ld: Undefined symbols:
__isnan
collect2: ld returned 1 exit status
configure:8146: $? = 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 exit (int);
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define MACOSX 1
| #define POSIX 1
| #define BSD 199999
| #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_VFSCANF 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_MMAP 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_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_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
==========
Lonestar
==========
"Not if we jam it! Down scope!"
smbarbour
Fearless Venturer
Fearless Venturer
Posts: 610
Joined: Wed Mar 23, 2005 6:42 pm
Location: Northern Illinois

Post by smbarbour »

You could have just attached it. :D

I'm not well versed in compiler messages, but someone will probably help you out.
I've stopped playing. I'm waiting for a new release.

I've kicked the MMO habit for now, but if I maintain enough money for an EVE-Online subscription, I'll be gone again.
Lonestar
Bounty Hunter
Bounty Hunter
Posts: 150
Joined: Wed Dec 15, 2004 8:18 pm
Location: Ohio
Contact:

Post by Lonestar »

I would have attached it but it said no logs. I suppose I could have renamed it first, but what fun would that have been? :)
==========
Lonestar
==========
"Not if we jam it! Down scope!"
smbarbour
Fearless Venturer
Fearless Venturer
Posts: 610
Joined: Wed Mar 23, 2005 6:42 pm
Location: Northern Illinois

Post by smbarbour »

@Admins, shouldn't this forum be allowed files with the .log extension?
I've stopped playing. I'm waiting for a new release.

I've kicked the MMO habit for now, but if I maintain enough money for an EVE-Online subscription, I'll be gone again.
rogue
Explorer
Explorer
Posts: 14
Joined: Sun Aug 07, 2005 4:52 pm
Contact:

Post by rogue »

I had a very similar error that had something to do with those two static variables static string comm_something
and static Animation statuc
in cmd/ai/firekeyboard.cpp
(Just after those two are declared there's a function call)

The solution was to move these two defintions to their own function like:

Code: Select all

static void myFunction() {
        // quit it--he's dead all ready
        static string comm_static = vs_config->getVariable("graphics","comm_stat
ic","static.ani");
// dead dead dead dead
        static Animation Statuc (comm_static.c_str());
        //yep really dead
        _Universe->AccessCockpit()->SetCommAnimation (&Statuc,NULL);
//okay.Hrm.
}
Then go to where Statuc and comm_static, and _Universe->AccessCockpit
was called, erase those three lines, and call the above function.
around line 1397

Code: Select all

    if (parent==_Universe->AccessCockpit()->GetParent()) {
      // quit it--he's dead all ready
//    static string comm_static = vs_config->getVariable("graphics","comm_static","static.ani");
      // dead dead dead dead
//    static Animation Statuc (comm_static.c_str());
      //yep really dead
//    _Universe->AccessCockpit()->SetCommAnimation(&Statuc,NULL);
        myFunction();
      //mmhmm!
    }
Lonestar
Bounty Hunter
Bounty Hunter
Posts: 150
Joined: Wed Dec 15, 2004 8:18 pm
Location: Ohio
Contact:

Post by Lonestar »

This one seemed to fix itself for me after I installed a slew of libs in a brute force attempt to get any devel packages I didn't realize I needed :)

See http://vegastrike.sourceforge.net/forum ... php?t=4992 for the current stopping point of make for me :([/url]
==========
Lonestar
==========
"Not if we jam it! Down scope!"
ace123
Lead Network Developer
Lead Network Developer
Posts: 2560
Joined: Sun Jan 12, 2003 9:13 am
Location: Palo Alto CA
Contact:

Post by ace123 »

go to src/cmd/ai/firekeyboard.cpp, search for Statuc,

then look for the "} else if (0) {" and comment out all the lines up to the corresponding brace right before "int sound"

This stuff is in a place that code never reaches because of the if (0), which is perhaps why GCC has a problem with it.
Post Reply