Error on Make step...

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
Version4

Error on Make step...

Post by Version4 »

Hello there, I'm having some problems compiling on the make command. Compiling on SuSE 9.2, the error reads:

make[3]: Entering directory `/home/duhast/Documents/vegastrike/vegastrike/src/aldrv'
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -DDATA_DIR=\"/usr/lib\" -I/usr/include/python -DHAVE_PYTHON=1 -DUSE_BOOST_131=1 -I../../src/boost129 -I../../src -pipe -ggdb3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -pthread -pipe -MT al_listen.o -MD -MP -MF ".deps/al_listen.Tpo" -c -o al_listen.o al_listen.cpp; \
then mv -f ".deps/al_listen.Tpo" ".deps/al_listen.Po"; else rm -f ".deps/al_listen.Tpo"; exit 1; fi
al_listen.cpp: In function `float AUDDistanceSquared(int)':
al_listen.cpp:34: error: `sounds' undeclared (first use this function)
al_listen.cpp:34: error: (Each undeclared identifier is reported only once for
each function it appears in.)
../../src/cmd/collection.h: At global scope:
../../src/cmd/collection.h:54: warning: inline function `void
UnitCollection::UnitIterator::GetNextValidUnit()' used but never defined
make[3]: *** [al_listen.o] Error 1
make[3]: Leaving directory `/home/duhast/Documents/vegastrike/vegastrike/src/aldrv'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/duhast/Documents/vegastrike/vegastrike/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/duhast/Documents/vegastrike/vegastrike'
make: *** [all] Error

THE CONFIG.LOG LOOKS LIKE THIS:

$ ./configure --enable-boost-129 --enable-debug --enable-ggdb3 --with-data-dir=/home/duhast/Documentsvegastrike/data --with-png-inc=/usr/lib

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

hostname = linux
uname -m = i686
uname -r = 2.6.8-24-default
uname -s = Linux
uname -v = #1 Wed Oct 6 09:16:23 UTC 2004

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

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

PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /sbin
PATH: /usr/X11R6/bin


## ----------- ##
## 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.4 (pre 3.3.5 20040809)
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/i586-suse-linux/3.3.4/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
Thread model: posix
gcc version 3.3.4 (pre 3.3.5 20040809)
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.out
configure:1675: checking whether the C++ compiler works
configure:1681: ./a.out
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 conftest.cc >&5
configure:1718: $? = 0
configure:1743: result:
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.4 (pre 3.3.5 20040809)
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/i586-suse-linux/3.3.4/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
Thread model: posix
gcc version 3.3.4 (pre 3.3.5 20040809)
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-suse-linux
configure:3295: checking host system type
configure:3309: result: i686-suse-linux
configure:3317: checking target system type
configure:3331: result: i686-suse-linux
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 /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:4319: g++ -o conftest conftest.cc >&5
configure:4322: $? = 0
configure:4324: ./conftest
configure:4327: $? = 0
configure:4342: result: yes
configure:4366: checking for sys/types.h
configure:4382: g++ -c conftest.cc >&5
configure:4388: $? = 0
configure:4392: test -z
|| test ! -s conftest.err
configure:4395: $? = 0
configure:4398: test -s conftest.o
configure:4401: $? = 0
configure:4412: result: yes
configure:4366: checking for sys/stat.h
configure:4382: g++ -c conftest.cc >&5
configure:4388: $? = 0
configure:4392: test -z
|| test ! -s conftest.err
configure:4395: $? = 0
configure:4398: test -s conftest.o
configure:4401: $? = 0
configure:4412: result: yes
configure:4366: checking for stdlib.h
configure:4382: g++ -c conftest.cc >&5
configure:4388: $? = 0
configure:4392: test -z
|| test ! -s conftest.err
configure:4395: $? = 0
configure:4398: test -s conftest.o
configure:4401: $? = 0
configure:4412: result: yes
configure:4366: checking for string.h
configure:4382: g++ -c conftest.cc >&5
configure:4388: $? = 0
configure:4392: test -z
|| test ! -s conftest.err
configure:4395: $? = 0
configure:4398: test -s conftest.o
configure:4401: $? = 0
configure:4412: result: yes
configure:4366: checking for memory.h
configure:4382: g++ -c conftest.cc >&5
configure:4388: $? = 0
configure:4392: test -z
|| test ! -s conftest.err
configure:4395: $? = 0
configure:4398: test -s conftest.o
configure:4401: $? = 0
configure:4412: result: yes
configure:4366: checking for strings.h
configure:4382: g++ -c conftest.cc >&5
configure:4388: $? = 0
configure:4392: test -z
|| test ! -s conftest.err
configure:4395: $? = 0
configure:4398: test -s conftest.o
configure:4401: $? = 0
configure:4412: result: yes
configure:4366: checking for inttypes.h
configure:4382: g++ -c conftest.cc >&5
configure:4388: $? = 0
configure:4392: test -z
|| test ! -s conftest.err
configure:4395: $? = 0
configure:4398: test -s conftest.o
configure:4401: $? = 0
configure:4412: result: yes
configure:4366: checking for stdint.h
configure:4382: g++ -c conftest.cc >&5
configure:4388: $? = 0
configure:4392: test -z
|| test ! -s conftest.err
configure:4395: $? = 0
configure:4398: test -s conftest.o
configure:4401: $? = 0
configure:4412: result: yes
configure:4366: checking for unistd.h
configure:4382: g++ -c conftest.cc >&5
configure:4388: $? = 0
configure:4392: test -z
|| test ! -s conftest.err
configure:4395: $? = 0
configure:4398: test -s conftest.o
configure:4401: $? = 0
configure:4412: result: yes
configure:4434: checking minix/config.h usability
configure:4446: g++ -c conftest.cc >&5
conftest.cc:61:26: minix/config.h: No such file or directory
configure:4452: $? = 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 LINUX 1
| #define POSIX 1
| #define UNIX 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:4475: result: no
configure:4479: checking minix/config.h presence
configure:4489: g++ -E conftest.cc
conftest.cc:27:26: minix/config.h: No such file or directory
configure:4495: $? = 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 LINUX 1
| #define POSIX 1
| #define UNIX 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:4515: result: no
configure:4550: checking for minix/config.h
configure:4557: result: no
configure:4586: checking for library containing strerror
configure:4616: g++ -o conftest conftest.cc >&5
configure:4622: $? = 0
configure:4626: test -z
|| test ! -s conftest.err
configure:4629: $? = 0
configure:4632: test -s conftest
configure:4635: $? = 0
configure:4705: result: none required
configure:4730: g++ -c -falign-loops=4 conftest.cc >&5
configure:4736: $? = 0
configure:4740: test -z
|| test ! -s conftest.err
configure:4743: $? = 0
configure:4746: test -s conftest.o
configure:4749: $? = 0
configure:4776: g++ -c -malign-loops=4 conftest.cc >&5
cc1plus: warning: -malign-loops is obsolete, use -falign-loops
configure:4782: $? = 0
configure:4786: test -z
|| test ! -s conftest.err
configure:4789: $? = 0
configure:4792: test -s conftest.o
configure:4795: $? = 0
configure:4836: g++ -c -Werror -pthread conftest.cc >&5
configure:4842: $? = 0
configure:4846: test -z
|| test ! -s conftest.err
configure:4849: $? = 0
configure:4852: test -s conftest.o
configure:4855: $? = 0
configure:4882: checking for a BSD-compatible install
configure:4937: result: /usr/bin/install -c
configure:4948: checking whether ln -s works
configure:4952: result: yes
configure:5000: checking for ranlib
configure:5016: found /usr/bin/ranlib
configure:5027: result: ranlib
configure:5048: checking for dirent.h that defines DIR
configure:5072: g++ -c conftest.cc >&5
configure:5078: $? = 0
configure:5082: test -z
|| test ! -s conftest.err
configure:5085: $? = 0
configure:5088: test -s conftest.o
configure:5091: $? = 0
configure:5102: result: yes
configure:5115: checking for library containing opendir
configure:5145: g++ -o conftest conftest.cc >&5
configure:5151: $? = 0
configure:5155: test -z
|| test ! -s conftest.err
configure:5158: $? = 0
configure:5161: test -s conftest
configure:5164: $? = 0
configure:5234: result: none required
configure:5372: checking for working alloca.h
configure:5393: g++ -o conftest conftest.cc >&5
configure:5399: $? = 0
configure:5403: test -z
|| test ! -s conftest.err
configure:5406: $? = 0
configure:5409: test -s conftest
configure:5412: $? = 0
configure:5424: result: yes
configure:5434: checking for alloca
configure:5475: g++ -o conftest conftest.cc >&5
configure:5481: $? = 0
configure:5485: test -z
|| test ! -s conftest.err
configure:5488: $? = 0
configure:5491: test -s conftest
configure:5494: $? = 0
configure:5506: result: yes
configure:5729: checking for sys/wait.h that is POSIX.1 compatible
configure:5760: g++ -c conftest.cc >&5
configure:5766: $? = 0
configure:5770: test -z
|| test ! -s conftest.err
configure:5773: $? = 0
configure:5776: test -s conftest.o
configure:5779: $? = 0
configure:5790: result: yes
configure:5830: checking OS.h usability
configure:5842: g++ -c conftest.cc >&5
conftest.cc:65:16: OS.h: No such file or directory
configure:5848: $? = 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 LINUX 1
| #define POSIX 1
| #define UNIX 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:5871: result: no
configure:5875: checking OS.h presence
configure:5885: g++ -E conftest.cc
conftest.cc:31:16: OS.h: No such file or directory
configure:5891: $? = 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 LINUX 1
| #define POSIX 1
| #define UNIX 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:5911: result: no
configure:5946: checking for OS.h
configure:5953: result: no
configure:5830: checking arpa/inet.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking arpa/inet.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for arpa/inet.h
configure:5953: result: yes
configure:5830: checking fcntl.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking fcntl.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for fcntl.h
configure:5953: result: yes
configure:5830: checking float.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking float.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for float.h
configure:5953: result: yes
configure:5830: checking limits.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking limits.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for limits.h
configure:5953: result: yes
configure:5830: checking math.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking math.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for math.h
configure:5953: result: yes
configure:5830: checking netdb.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking netdb.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for netdb.h
configure:5953: result: yes
configure:5830: checking netinet/in.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking netinet/in.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for netinet/in.h
configure:5953: result: yes
configure:5830: checking stddef.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking stddef.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for stddef.h
configure:5953: result: yes
configure:5830: checking sys/ioctl.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking sys/ioctl.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for sys/ioctl.h
configure:5953: result: yes
configure:5830: checking sys/param.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking sys/param.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for sys/param.h
configure:5953: result: yes
configure:5830: checking sys/time.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking sys/time.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for sys/time.h
configure:5953: result: yes
configure:5830: checking sys/timeb.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking sys/timeb.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for sys/timeb.h
configure:5953: result: yes
configure:5830: checking values.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking values.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for values.h
configure:5953: result: yes
configure:5830: checking wchar.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking wchar.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for wchar.h
configure:5953: result: yes
configure:5830: checking wctype.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking wctype.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for wctype.h
configure:5953: result: yes
configure:5983: checking linux/slab.h usability
configure:5995: g++ -c conftest.cc >&5
configure:6001: $? = 0
configure:6005: test -z
|| test ! -s conftest.err
configure:6008: $? = 0
configure:6011: test -s conftest.o
configure:6014: $? = 0
configure:6024: result: yes
configure:6028: checking linux/slab.h presence
configure:6038: g++ -E conftest.cc
configure:6044: $? = 0
configure:6064: result: yes
configure:6099: checking for linux/slab.h
configure:6106: result: yes
configure:5983: checking linux/malloc.h usability
configure:5995: g++ -c conftest.cc >&5
conftest.cc:81:26: linux/malloc.h: No such file or directory
configure:6001: $? = 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 LINUX 1
| #define POSIX 1
| #define UNIX 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_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LINUX_SLAB_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 <linux/malloc.h>
configure:6024: result: no
configure:6028: checking linux/malloc.h presence
configure:6038: g++ -E conftest.cc
conftest.cc:47:26: linux/malloc.h: No such file or directory
configure:6044: $? = 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 LINUX 1
| #define POSIX 1
| #define UNIX 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_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LINUX_SLAB_H 1
| /* end confdefs.h. */
| #include <linux/malloc.h>
configure:6064: result: no
configure:6099: checking for linux/malloc.h
configure:6106: result: no
configure:6276: checking for vfscanf
configure:6333: g++ -o conftest conftest.cc >&5
conftest.cc:71: error: nonnull argument with out-of-range operand number (arg 1
, operand 2)
configure:6339: $? = 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 LINUX 1
| #define POSIX 1
| #define UNIX 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_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LINUX_SLAB_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:6364: result: no
configure:6377: checking for an ANSI C-conforming const
configure:6444: g++ -c conftest.cc >&5
configure:6450: $? = 0
configure:6454: test -z
|| test ! -s conftest.err
configure:6457: $? = 0
configure:6460: test -s conftest.o
configure:6463: $? = 0
configure:6474: result: yes
configure:6484: checking whether time.h and sys/time.h may both be included
configure:6509: g++ -c conftest.cc >&5
configure:6515: $? = 0
configure:6519: test -z
|| test ! -s conftest.err
configure:6522: $? = 0
configure:6525: test -s conftest.o
configure:6528: $? = 0
configure:6539: result: yes
configure:6549: checking for inline
configure:6570: g++ -c conftest.cc >&5
configure:6576: $? = 0
configure:6580: test -z
|| test ! -s conftest.err
configure:6583: $? = 0
configure:6586: test -s conftest.o
configure:6589: $? = 0
configure:6601: result: inline
configure:6620: checking for off_t
configure:6644: g++ -c conftest.cc >&5
configure:6650: $? = 0
configure:6654: test -z
|| test ! -s conftest.err
configure:6657: $? = 0
configure:6660: test -s conftest.o
configure:6663: $? = 0
configure:6674: result: yes
configure:6686: checking for pid_t
configure:6710: g++ -c conftest.cc >&5
configure:6716: $? = 0
configure:6720: test -z
|| test ! -s conftest.err
configure:6723: $? = 0
configure:6726: test -s conftest.o
configure:6729: $? = 0
configure:6740: result: yes
configure:6752: checking for size_t
configure:6776: g++ -c conftest.cc >&5
configure:6782: $? = 0
configure:6786: test -z
|| test ! -s conftest.err
configure:6789: $? = 0
configure:6792: test -s conftest.o
configure:6795: $? = 0
configure:6806: result: yes
configure:6818: checking whether time.h and sys/time.h may both be included
configure:6873: result: yes
configure:6883: checking whether struct tm is in sys/time.h or time.h
configure:6906: g++ -c conftest.cc >&5
configure:6912: $? = 0
configure:6916: test -z
|| test ! -s conftest.err
configure:6919: $? = 0
configure:6922: test -s conftest.o
configure:6925: $? = 0
configure:6936: result: time.h
configure:6946: checking for uid_t in sys/types.h
configure:6969: result: yes
configure:6986: checking whether closedir returns void
configure:7015: g++ -o conftest conftest.cc >&5
configure:7018: $? = 0
configure:7020: ./conftest
configure:7023: $? = 0
configure:7037: result: no
configure:7047: checking for working memcmp
configure:7095: g++ -o conftest conftest.cc >&5
configure:7098: $? = 0
configure:7100: ./conftest
configure:7103: $? = 0
configure:7117: result: yes
configure:7134: checking for stdlib.h
configure:7139: result: yes
configure:7134: checking for unistd.h
configure:7139: result: yes
configure:7283: checking for getpagesize
configure:7340: g++ -o conftest conftest.cc >&5
configure:7346: $? = 0
configure:7350: test -z
|| test ! -s conftest.err
configure:7353: $? = 0
configure:7356: test -s conftest
configure:7359: $? = 0
configure:7371: result: yes
configure:7381: checking for working mmap
configure:7523: g++ -o conftest conftest.cc >&5
configure:7526: $? = 0
configure:7528: ./conftest
configure:7531: $? = 0
configure:7545: result: yes
configure:7571: checking sys/select.h usability
configure:7583: g++ -c conftest.cc >&5
configure:7589: $? = 0
configure:7593: test -z
|| test ! -s conftest.err
configure:7596: $? = 0
configure:7599: test -s conftest.o
configure:7602: $? = 0
configure:7612: result: yes
configure:7616: checking sys/select.h presence
configure:7626: g++ -E conftest.cc
configure:7632: $? = 0
configure:7652: result: yes
configure:7687: checking for sys/select.h
configure:7694: result: yes
configure:7571: checking sys/socket.h usability
configure:7583: g++ -c conftest.cc >&5
configure:7589: $? = 0
configure:7593: test -z
|| test ! -s conftest.err
configure:7596: $? = 0
configure:7599: test -s conftest.o
configure:7602: $? = 0
configure:7612: result: yes
configure:7616: checking sys/socket.h presence
configure:7626: g++ -E conftest.cc
configure:7632: $? = 0
configure:7652: result: yes
configure:7687: checking for sys/socket.h
configure:7694: result: yes
configure:7707: checking types of arguments for select
configure:7740: g++ -c conftest.cc >&5
configure:7746: $? = 0
configure:7750: test -z
|| test ! -s conftest.err
configure:7753: $? = 0
configure:7756: test -s conftest.o
configure:7759: $? = 0
configure:7775: result: int,fd_set *,struct timeval *
configure:7798: checking return type of signal handlers
configure:7829: g++ -c conftest.cc >&5
configure:7835: $? = 0
configure:7839: test -z
|| test ! -s conftest.err
configure:7842: $? = 0
configure:7845: test -s conftest.o
configure:7848: $? = 0
configure:7859: result: void
configure:7871: checking for vprintf
configure:7928: g++ -o conftest conftest.cc >&5
configure:7934: $? = 0
configure:7938: test -z
|| test ! -s conftest.err
configure:7941: $? = 0
configure:7944: test -s conftest
configure:7947: $? = 0
configure:7959: result: yes
configure:7966: checking for _doprnt
configure:8023: g++ -o conftest conftest.cc >&5
/tmp/ccYKDIft.o(.text+0x22): In function `main':
: undefined reference to `_doprnt'
/tmp/ccYKDIft.o(.data+0x0): undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:8029: $? = 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 LINUX 1
| #define POSIX 1
| #define UNIX 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_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LINUX_SLAB_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_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:8054: result: no
configure:8099: checking for access
configure:8156: g++ -o conftest conftest.cc >&5
configure:8162: $? = 0
configure:8166: test -z
|| test ! -s conftest.err
configure:8169: $? = 0
configure:8172: test -s conftest
configure:8175: $? = 0
configure:8187: result: yes
configure:8099: checking for atexit
configure:8156: g++ -o conftest conftest.cc >&5
configure:8162: $? = 0
configure:8166: test -z
|| test ! -s conftest.err
configure:8169: $? = 0
configure:8172: test -s conftest
configure:8175: $? = 0
configure:8187: result: yes
configure:8099: checking for bzero
configure:8156: g++ -o conftest conftest.cc >&5
configure:8162: $? = 0
configure:8166: test -z
|| test ! -s conftest.err
configure:8169: $? = 0
configure:8172: test -s conftest
configure:8175: $? = 0
configure:8187: result: yes
configure:8099: checking for clock_gettime
configure:8156: g++ -o conftest conftest.cc >&5
/tmp/cc0hLE7q.o(.text+0x22): In function `main':
: undefined reference to `clock_gettime'
/tmp/cc0hLE7q.o(.data+0x0): undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
configure:8162: $? = 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 LINUX 1
| #define POSIX 1
| #define UNIX 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_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LINUX_SLAB_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_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:8187: result: no
configure:8099: checking for floor
configure:8156: g++ -o conftest conftest.cc >&5
configure:8162: $? = 0
configure:8166: test -z
|| test ! -s conftest.err
configure:8169: $? = 0
configure:8172: test -s conftest
configure:8175: $? = 0
configure:8187: result: yes
configure:8099: checking for getcwd
configure:8156: g++ -o conftest conftest.cc >&5
configure:8162: $? = 0
configure:8166: test -z
|| test ! -s conftest.err
configure:8169: $? = 0
configure:8172: test -s conftest
configure:8175: $? = 0
configure:8187: result: yes
configure:8099: checking for gethostbyname
configure:8156: g++ -o conftest conftest.cc >&5
configure:8162: $? = 0
configure:8166: test -z
|| test ! -s conftest.err
configure:8169: $? = 0
configure:8172: test -s conftest
configure:8175: $? = 0
configure:8187: result: yes
configure:8099: checking for gethostname
configure:8156: g++ -o conftest conftest.cc >&5
configure:8162: $? = 0
configure:8166: test -z
|| test ! -s conftest.err
configure:8169: $? = 0
configure:8172: test -s conftest
configure:8175: $? = 0
configure:8187: result: yes
configure:8099: checking for gettimeofday
configure:8156: g++ -o conftest conftest.cc >&5
configure:8162: $? = 0
configure:8166: test -z
|| test ! -s conftest.err
configure:8169: $? = 0
configure:8172: test -s conftest
configure:8175: $? = 0
configure:8187: result: yes
configure:8099: checking for inet_ntoa
configure:8156: g++ -o conftest conftest.cc >&5
configure:8162: $? = 0
configure:8166: test -z
|| test ! -s conftest.err
configure:8169: $? = 0
configure:8172: test -s conftest
configure:8175: $? = 0
configure:8187: result: yes
configure:8099: checking for lstat
configure:8156: g++ -o conftest conftest.cc >&5
configure:8162: $? = 0
configure:8166: test -z
|| test ! -s conftest.err
configure:8169: $? = 0
configure:8172: test -s conftest
configure:8175: $? = 0
configure:8187: result: yes
configure:8099: checking for memmove
configure:8156: g++ -o conftest conftest.cc >&5
configure:8162: $? = 0
configure:8166: test -z
|| test ! -s conftest.err
configure:8169: $? = 0
configure:8172: test -s conftest
configure:8175: $? = 0
configure:8187: result: yes
configure:8099: checking for memset
configure:8156: g++ -o conftest conftest.cc >&5
configure:8162: $? = 0
configure:8166: test -z
|| test ! -s conftest.err
configure:8169: $? = 0
configure:8172: test -s conftest
configure:8175: $? = 0
configure:8187: result: yes
configure:8099: checking for mkdir
configure:8156: g++ -o conftest conftest.cc >&5
configure:8162: $? = 0
configure:8166: test -z
|| test ! -s conftest.err
configure:8169: $? = 0
configure:8172: test -s conftest
configure:8175: $? = 0
configure:8187: result: yes
configure:8099: checking for munmap
configure:8156: g++ -o conftest conftest.cc >&5
configure:8162: $? = 0
configure:8166: test -z
|| test ! -s conftest.err
configure:8169: $? = 0
configure:8172: test -s conftest
configure:8175: $? = 0
configure:8187: result: yes
configure:8099: checking for pow
configure:8156: g++ -o conftest conftest.cc >&5
configure:8162: $? = 0
configure:8166: test -z
|| test ! -s conftest.err
configure:8169: $? = 0
configure:8172: test -s conftest
configure:8175: $? = 0
configure:8187: result: yes
configure:8099: checking for select
configure:8156: g++ -o conftest conftest.cc >&5
configure:8162: $? = 0
configure:8166: test -z
|| test ! -s conftest.err
configure:8169: $? = 0
configure:8172: test -s conftest
configure:8175: $? = 0
configure:8187: result: yes
configure:8099: checking for socket
configure:8156: g++ -o conftest conftest.cc >&5
configure:8162: $? = 0
configure:8166: test -z
|| test ! -s conftest.err
configure:8169: $? = 0
configure:8172: test -s conftest
configure:8175: $? = 0
configure:8187: result: yes
configure:8099: checking for sqrt
configure:8156: g++ -o conftest conftest.cc >&5
configure:8162: $? = 0
configure:8166: test -z
|| test ! -s conftest.err
configure:8169: $? = 0
configure:8172: test -s conftest
configure:8175: $? = 0
configure:8187: result: yes
configure:8099: checking for strcasecmp
configure:8156: g++ -o conftest conftest.cc >&5
configure:8162: $? = 0
configure:8166: test -z
|| test ! -s conftest.err
configure:8169: $? = 0
configure:8172: test -s conftest
configure:8175: $? = 0
configure:8187: result: yes
configure:8099: checking for strchr
configure:8156: g++ -o conftest conftest.cc >&5
configure:8162: $? = 0
configure:8166: test -z
|| test ! -s conftest.err
configure:8169: $? = 0
configure:8172: test -s conftest
configure:8175: $? = 0
configure:8187: result: yes
configure:8099: checking for strdup
configure:8156: g++ -o conftest conftest.cc >&5
configure:8162: $? = 0
configure:8166: test -z
|| test ! -s conftest.err
configure:8169: $? = 0
configure:8172: test -s conftest
configure:8175: $? = 0
configure:8187: result: yes
configure:8099: checking for strerror
configure:8156: g++ -o conftest conftest.cc >&5
configure:8162: $? = 0
configure:8166: test -z
|| test ! -s conftest.err
configure:8169: $? = 0
configure:8172: test -s conftest
configure:8175: $? = 0
configure:8187: result: yes
configure:8099: checking for strstr
configure:8156: g++ -o conftest conftest.cc >&5
configure:8162: $? = 0
configure:8166: test -z
|| test ! -s conftest.err
configure:8169: $? = 0
configure:8172: test -s conftest
configure:8175: $? = 0
configure:8187: result: yes
configure:8099: checking for strtol
configure:8156: g++ -o conftest conftest.cc >&5
configure:8162: $? = 0
configure:8166: test -z
|| test ! -s conftest.err
configure:8169: $? = 0
configure:8172: test -s conftest
configure:8175: $? = 0
configure:8187: result: yes
configure:8206: checking for finite
configure:8263: g++ -o conftest conftest.cc >&5
configure:8269: $? = 0
configure:8273: test -z
|| test ! -s conftest.err
configure:8276: $? = 0
configure:8279: test -s conftest
configure:8282: $? = 0
configure:8294: result: yes
configure:8206: checking for _finite
configure:8263: g++ -o conftest conftest.cc >&5
/tmp/cc8gLVoa.o(.text+0x22): In function `main':
: undefined reference to `_finite'
/tmp/cc8gLVoa.o(.data+0x0): undefined reference to `_finite'
collect2: ld returned 1 exit status
configure:8269: $? = 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 LINUX 1
| #define POSIX 1
| #define UNIX 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_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LINUX_SLAB_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_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:8294: result: no
configure:8206: checking for isnan
configure:8263: g++ -o conftest conftest.cc >&5
configure:8269: $? = 0
configure:8273: test -z
|| test ! -s conftest.err
configure:8276: $? = 0
configure:8279: test -s conftest
configure:8282: $? = 0
configure:8294: result: yes
configure:8206: checking for _isnan
configure:8263: g++ -o conftest conftest.cc >&5
/tmp/ccSJ12rX.o(.text+0x22): In function `main':
: undefined reference to `_isnan'
/tmp/ccSJ12rX.o(.data+0x0): undefined reference to `_isnan'
collect2: ld returned 1 exit status
configure:8269: $? = 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 LINUX 1
| #define POSIX 1
| #define UNIX 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_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LINUX_SLAB_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_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
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _isnan (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _isnan
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char _isna
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

you found a bug in the code if you disable sounds.

in order to get sounds to work on your code (and currently it is necessary to work around the bug) you need to make sure you have openal development packages installed
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Version4

Post by Version4 »

Hah, I was afraid you were going to say that, there is not devel package included with SuSE 9.2.... crap.

Thanx for the prompt answer, I'll try to get a different version of openal and try again...
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

I committed a fixed version that doesn't need openAL any more to CVS--if you're a cvs user you can update in about 6-12 hours and get the fix
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Version4

Post by Version4 »

Thanx for the no openal solution dude. I took a chance and installed the 9.1 devel packages and seemed to work ok along with the SDL-devel. I do have another problem, however with the make. The error reads like this:

saveinterface.cpp:464: error: `fs' was not declared in this scope
saveinterface.cpp:464: error: variable or field `delfile' declared void
saveinterface.cpp:464: error: initializer list being treated as compound
expression
saveinterface.cpp:464: error: syntax error before `{' token
saveinterface.cpp:468: error: `chr' was not declared in this scope
saveinterface.cpp:470: error: ISO C++ forbids declaration of `sprintf' with no
type
saveinterface.cpp:470: error: `int sprintf' redeclared as different kind of
symbol
/usr/include/stdio.h:332: error: previous declaration of `int sprintf(char*,
const char*, ...)'
saveinterface.cpp:470: error: initializer list being treated as compound
expression
saveinterface.cpp:470: error: invalid conversion from `char*' to `int'
saveinterface.cpp:472: error: syntax error before `for'
saveinterface.cpp:472: error: syntax error before `;' token
saveinterface.cpp:472: error: syntax error before `++' token
saveinterface.cpp:475: error: ISO C++ forbids declaration of `rmdir' with no
type
saveinterface.cpp:475: error: `int rmdir' redeclared as different kind of
symbol
/usr/include/unistd.h:737: error: previous declaration of `int rmdir(const
char*)'
saveinterface.cpp:475: error: invalid conversion from `char*' to `int'
saveinterface.cpp:476: error: ISO C++ forbids declaration of `remove' with no
type
saveinterface.cpp:476: error: `int remove' redeclared as different kind of
symbol
/usr/include/stdio.h:154: error: previous declaration of `int remove(const
char*)'
saveinterface.cpp:476: error: invalid conversion from `char*' to `int'
saveinterface.cpp:477: error: syntax error before `delete'
saveinterface.cpp:479: error: `fs' was not declared in this scope
saveinterface.cpp:479: error: ISO C++ forbids declaration of `
gtk_file_selection_set_filename' with no type
saveinterface.cpp:479: error: initializer list being treated as compound
expression
saveinterface.cpp:480: error: `fs' was not declared in this scope
saveinterface.cpp:480: error: `GTK_FILE_SELECTION' was not declared in this
scope
saveinterface.cpp:480: error: ISO C++ forbids declaration of `
gtk_widget_destroy' with no type
saveinterface.cpp:481: error: `fs' was not declared in this scope
saveinterface.cpp:481: error: ISO C++ forbids declaration of `
GTK_FILE_SELECTION' with no type
saveinterface.cpp:481: error: syntax error before `->' token
saveinterface.cpp:485: error: `w' was not declared in this scope
saveinterface.cpp:486: error: `GtkFileSelection' was not declared in this scope
saveinterface.cpp:486: error: `fs' was not declared in this scope
saveinterface.cpp:486: error: variable or field `delfile_conf' declared void
saveinterface.cpp:486: error: initializer list being treated as compound
expression
saveinterface.cpp:486: error: syntax error before `{' token
saveinterface.cpp:490: error: `GTK_ENTRY' was not declared in this scope
saveinterface.cpp:491: error: redefinition of `char*newstr'
saveinterface.cpp:468: error: `char*newstr' previously defined here
saveinterface.cpp:492: error: redefinition of `char*remstr'
saveinterface.cpp:469: error: `char*remstr' previously declared here
saveinterface.cpp:493: error: ISO C++ forbids declaration of `sprintf' with no
type
saveinterface.cpp:493: error: redefinition of `int sprintf'
saveinterface.cpp:470: error: `int sprintf' previously declared here
saveinterface.cpp:493: error: initializer list being treated as compound
expression
saveinterface.cpp:493: error: invalid conversion from `char*' to `int'
saveinterface.cpp:494: error: ISO C++ forbids declaration of `window' with no
type
saveinterface.cpp:494: error: redefinition of `int window'
saveinterface.cpp:113: error: `int window' previously defined here
saveinterface.cpp:494: error: `gtk_window_new' was not declared in this scope
saveinterface.cpp:495: error: `GTK_WINDOW' was not declared in this scope
saveinterface.cpp:495: error: ISO C++ forbids declaration of `
gtk_window_set_default_size' with no type
saveinterface.cpp:495: error: redefinition of `int gtk_window_set_default_size'
saveinterface.cpp:114: error: `int gtk_window_set_default_size' previously
defined here
saveinterface.cpp:495: error: initializer list being treated as compound
expression
saveinterface.cpp:496: error: `GTK_WINDOW' was not declared in this scope
saveinterface.cpp:496: error: ISO C++ forbids declaration of `
gtk_window_set_title' with no type
saveinterface.cpp:496: error: redefinition of `int gtk_window_set_title'
saveinterface.cpp:115: error: `int gtk_window_set_title' previously defined
here
saveinterface.cpp:496: error: initializer list being treated as compound
expression
saveinterface.cpp:497: error: syntax error before `*' token
saveinterface.cpp:498: error: syntax error before `*' token
saveinterface.cpp:499: error: syntax error before `*' token
saveinterface.cpp:500: error: syntax error before `*' token
saveinterface.cpp:501: error: `ok' was not declared in this scope
saveinterface.cpp:501: error: `GTK_OBJECT' was not declared in this scope
saveinterface.cpp:501: error: `GTK_SIGNAL_FUNC' was not declared in this scope
saveinterface.cpp:501: error: `fs' was not declared in this scope
saveinterface.cpp:501: error: `GTK_OBJECT' was not declared in this scope
saveinterface.cpp:501: error: ISO C++ forbids declaration of `
gtk_signal_connect' with no type
saveinterface.cpp:501: error: redefinition of `int gtk_signal_connect'
saveinterface.cpp:116: error: `int gtk_signal_connect' previously defined here
saveinterface.cpp:501: error: initializer list being treated as compound
expression
saveinterface.cpp:502: error: `cancel' was not declared in this scope
saveinterface.cpp:502: error: `GTK_OBJECT' was not declared in this scope
saveinterface.cpp:502: error: `GTK_SIGNAL_FUNC' was not declared in this scope
saveinterface.cpp:502: error: `fs' was not declared in this scope
saveinterface.cpp:502: error: `GTK_OBJECT' was not declared in this scope
saveinterface.cpp:502: error: ISO C++ forbids declaration of `
gtk_signal_connect' with no type
saveinterface.cpp:502: error: redefinition of `int gtk_signal_connect'
saveinterface.cpp:501: error: `int gtk_signal_connect' previously defined here
saveinterface.cpp:502: error: initializer list being treated as compound
expression
saveinterface.cpp:503: error: `GTK_OBJECT' was not declared in this scope
saveinterface.cpp:503: error: `GTK_SIGNAL_FUNC' was not declared in this scope
saveinterface.cpp:503: error: ISO C++ forbids declaration of `
gtk_signal_connect' with no type
saveinterface.cpp:503: error: redefinition of `int gtk_signal_connect'
saveinterface.cpp:502: error: `int gtk_signal_connect' previously defined here
saveinterface.cpp:503: error: initializer list being treated as compound
expression
saveinterface.cpp:504: error: syntax error before `*' token
saveinterface.cpp:506: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:506: error: `label' was not declared in this scope
saveinterface.cpp:506: error: `TRUE' was not declared in this scope
saveinterface.cpp:506: error: `TRUE' was not declared in this scope
saveinterface.cpp:506: error: ISO C++ forbids declaration of `
gtk_box_pack_start' with no type
saveinterface.cpp:506: error: initializer list being treated as compound
expression
saveinterface.cpp:509: error: `cont' was not declared in this scope
saveinterface.cpp:509: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:509: error: `ok' was not declared in this scope
saveinterface.cpp:509: error: `TRUE' was not declared in this scope
saveinterface.cpp:509: error: `TRUE' was not declared in this scope
saveinterface.cpp:509: error: ISO C++ forbids declaration of `
gtk_box_pack_start' with no type
saveinterface.cpp:509: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:506: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:509: error: initializer list being treated as compound
expression
saveinterface.cpp:510: error: `cont' was not declared in this scope
saveinterface.cpp:510: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:510: error: `cancel' was not declared in this scope
saveinterface.cpp:510: error: `TRUE' was not declared in this scope
saveinterface.cpp:510: error: `TRUE' was not declared in this scope
saveinterface.cpp:510: error: ISO C++ forbids declaration of `
gtk_box_pack_start' with no type
saveinterface.cpp:510: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:509: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:510: error: initializer list being treated as compound
expression
saveinterface.cpp:511: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:511: error: `cont' was not declared in this scope
saveinterface.cpp:511: error: `TRUE' was not declared in this scope
saveinterface.cpp:511: error: `TRUE' was not declared in this scope
saveinterface.cpp:511: error: ISO C++ forbids declaration of `
gtk_box_pack_start' with no type
saveinterface.cpp:511: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:510: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:511: error: initializer list being treated as compound
expression
saveinterface.cpp:512: error: `GTK_CONTAINER' was not declared in this scope
saveinterface.cpp:512: error: ISO C++ forbids declaration of `gtk_container_add
' with no type
saveinterface.cpp:512: error: redefinition of `int gtk_container_add'
saveinterface.cpp:118: error: `int gtk_container_add' previously defined here
saveinterface.cpp:512: error: initializer list being treated as compound
expression
saveinterface.cpp:513: error: `label' was not declared in this scope
saveinterface.cpp:513: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:513: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:120: error: `int gtk_widget_show' previously declared here
saveinterface.cpp:514: error: `ok' was not declared in this scope
saveinterface.cpp:514: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:514: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:513: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:515: error: `ok' was not declared in this scope
saveinterface.cpp:515: error: `GTK_CAN_DEFAULT' was not declared in this scope
saveinterface.cpp:515: error: ISO C++ forbids declaration of `
GTK_WIDGET_SET_FLAGS' with no type
saveinterface.cpp:515: error: initializer list being treated as compound
expression
saveinterface.cpp:516: error: `cancel' was not declared in this scope
saveinterface.cpp:516: error: `GTK_CAN_DEFAULT' was not declared in this scope
saveinterface.cpp:516: error: ISO C++ forbids declaration of `
GTK_WIDGET_SET_FLAGS' with no type
saveinterface.cpp:516: error: redefinition of `int GTK_WIDGET_SET_FLAGS'
saveinterface.cpp:515: error: `int GTK_WIDGET_SET_FLAGS' previously defined
here
saveinterface.cpp:516: error: initializer list being treated as compound
expression
saveinterface.cpp:517: error: `cancel' was not declared in this scope
saveinterface.cpp:517: error: ISO C++ forbids declaration of `
gtk_widget_grab_default' with no type
saveinterface.cpp:518: error: `cancel' was not declared in this scope
saveinterface.cpp:518: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:518: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:514: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:519: error: `cont' was not declared in this scope
saveinterface.cpp:519: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:519: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:518: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:520: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:520: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:519: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:521: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:521: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:520: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:522: error: `fs' was not declared in this scope
saveinterface.cpp:522: error: ISO C++ forbids declaration of `
GTK_FILE_SELECTION' with no type
saveinterface.cpp:522: error: redefinition of `int GTK_FILE_SELECTION'
saveinterface.cpp:481: error: `int GTK_FILE_SELECTION' previously defined here
saveinterface.cpp:522: error: syntax error before `->' token
saveinterface.cpp:526: error: syntax error before `*' token
saveinterface.cpp:528: error: `w' was not declared in this scope
saveinterface.cpp:529: error: syntax error before `*' token
saveinterface.cpp: In function `void fileop_destroy_dumb(...)':
saveinterface.cpp:530: error: `fs' undeclared (first use this function)
saveinterface.cpp:531: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:531: error: `gtk_widget_destroy' cannot be used as a function
saveinterface.cpp:532: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp: At global scope:
saveinterface.cpp:537: error: `w' was not declared in this scope
saveinterface.cpp:538: error: syntax error before `*' token
saveinterface.cpp: In function `void renfile(...)':
saveinterface.cpp:539: error: `GtkFileSelection' undeclared (first use this
function)
saveinterface.cpp:539: error: `dmb' undeclared (first use this function)
saveinterface.cpp:539: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:540: error: `ent' undeclared (first use this function)
saveinterface.cpp:543: error: `GTK_ENTRY' undeclared (first use this function)
saveinterface.cpp:549: error: `sprintf' cannot be used as a function
saveinterface.cpp:550: error: `sprintf' cannot be used as a function
saveinterface.cpp:553: error: `gtk_file_selection_set_filename' cannot be used
as a function
saveinterface.cpp:560: error: `w' undeclared (first use this function)
saveinterface.cpp: At global scope:
saveinterface.cpp:564: error: variable or field `renfile_conf' declared void
saveinterface.cpp:564: error: initializer list being treated as compound
expression
saveinterface.cpp:564: error: syntax error before `{' token
saveinterface.cpp:568: error: redefinition of `wchar_t*chr'
saveinterface.cpp:490: error: `wchar_t*chr' previously defined here
saveinterface.cpp:568: error: `GTK_ENTRY' was not declared in this scope
saveinterface.cpp:569: error: redefinition of `char*newstr'
saveinterface.cpp:491: error: `char*newstr' previously declared here
saveinterface.cpp:570: error: redefinition of `char*remstr'
saveinterface.cpp:492: error: `char*remstr' previously declared here
saveinterface.cpp:571: error: ISO C++ forbids declaration of `sprintf' with no
type
saveinterface.cpp:571: error: redefinition of `int sprintf'
saveinterface.cpp:493: error: `int sprintf' previously declared here
saveinterface.cpp:571: error: initializer list being treated as compound
expression
saveinterface.cpp:571: error: invalid conversion from `char*' to `int'
saveinterface.cpp:572: error: ISO C++ forbids declaration of `window' with no
type
saveinterface.cpp:572: error: redefinition of `int window'
saveinterface.cpp:494: error: `int window' previously defined here
saveinterface.cpp:572: error: `gtk_window_new' was not declared in this scope
saveinterface.cpp:573: error: `GTK_WINDOW' was not declared in this scope
saveinterface.cpp:573: error: ISO C++ forbids declaration of `
gtk_window_set_default_size' with no type
saveinterface.cpp:573: error: redefinition of `int gtk_window_set_default_size'
saveinterface.cpp:495: error: `int gtk_window_set_default_size' previously
defined here
saveinterface.cpp:573: error: initializer list being treated as compound
expression
saveinterface.cpp:574: error: `GTK_WINDOW' was not declared in this scope
saveinterface.cpp:574: error: ISO C++ forbids declaration of `
gtk_window_set_title' with no type
saveinterface.cpp:574: error: redefinition of `int gtk_window_set_title'
saveinterface.cpp:496: error: `int gtk_window_set_title' previously defined
here
saveinterface.cpp:574: error: initializer list being treated as compound
expression
saveinterface.cpp:575: error: syntax error before `*' token
saveinterface.cpp:576: error: syntax error before `*' token
saveinterface.cpp:577: error: syntax error before `*' token
saveinterface.cpp:578: error: syntax error before `*' token
saveinterface.cpp:579: error: syntax error before `*' token
saveinterface.cpp:581: error: syntax error before `->' token
saveinterface.cpp:582: error: syntax error before `->' token
saveinterface.cpp:583: error: `ok' was not declared in this scope
saveinterface.cpp:583: error: `GTK_OBJECT' was not declared in this scope
saveinterface.cpp:583: error: `GTK_SIGNAL_FUNC' was not declared in this scope
saveinterface.cpp:583: error: ISO C++ forbids declaration of `
gtk_signal_connect' with no type
saveinterface.cpp:583: error: redefinition of `int gtk_signal_connect'
saveinterface.cpp:503: error: `int gtk_signal_connect' previously defined here
saveinterface.cpp:583: error: initializer list being treated as compound
expression
saveinterface.cpp:584: error: `cancel' was not declared in this scope
saveinterface.cpp:584: error: `GTK_OBJECT' was not declared in this scope
saveinterface.cpp:584: error: `GTK_SIGNAL_FUNC' was not declared in this scope
saveinterface.cpp:584: error: ISO C++ forbids declaration of `
gtk_signal_connect' with no type
saveinterface.cpp:584: error: redefinition of `int gtk_signal_connect'
saveinterface.cpp:583: error: `int gtk_signal_connect' previously defined here
saveinterface.cpp:584: error: initializer list being treated as compound
expression
saveinterface.cpp:585: error: `GTK_OBJECT' was not declared in this scope
saveinterface.cpp:585: error: `GTK_SIGNAL_FUNC' was not declared in this scope
saveinterface.cpp:585: error: ISO C++ forbids declaration of `
gtk_signal_connect' with no type
saveinterface.cpp:585: error: redefinition of `int gtk_signal_connect'
saveinterface.cpp:584: error: `int gtk_signal_connect' previously defined here
saveinterface.cpp:585: error: initializer list being treated as compound
expression
saveinterface.cpp:586: error: syntax error before `*' token
saveinterface.cpp:588: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:588: error: `label' was not declared in this scope
saveinterface.cpp:588: error: `TRUE' was not declared in this scope
saveinterface.cpp:588: error: `TRUE' was not declared in this scope
saveinterface.cpp:588: error: ISO C++ forbids declaration of `
gtk_box_pack_start' with no type
saveinterface.cpp:588: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:511: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:588: error: initializer list being treated as compound
expression
saveinterface.cpp:589: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:589: error: `entry' was not declared in this scope
saveinterface.cpp:589: error: `TRUE' was not declared in this scope
saveinterface.cpp:589: error: `TRUE' was not declared in this scope
saveinterface.cpp:589: error: ISO C++ forbids declaration of `
gtk_box_pack_start' with no type
saveinterface.cpp:589: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:588: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:589: error: initializer list being treated as compound
expression
saveinterface.cpp:592: error: `cont' was not declared in this scope
saveinterface.cpp:592: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:592: error: `ok' was not declared in this scope
saveinterface.cpp:592: error: `TRUE' was not declared in this scope
saveinterface.cpp:592: error: `TRUE' was not declared in this scope
saveinterface.cpp:592: error: ISO C++ forbids declaration of `
gtk_box_pack_start' with no type
saveinterface.cpp:592: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:589: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:592: error: initializer list being treated as compound
expression
saveinterface.cpp:593: error: `cont' was not declared in this scope
saveinterface.cpp:593: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:593: error: `cancel' was not declared in this scope
saveinterface.cpp:593: error: `TRUE' was not declared in this scope
saveinterface.cpp:593: error: `TRUE' was not declared in this scope
saveinterface.cpp:593: error: ISO C++ forbids declaration of `
gtk_box_pack_start' with no type
saveinterface.cpp:593: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:592: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:593: error: initializer list being treated as compound
expression
saveinterface.cpp:594: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:594: error: `cont' was not declared in this scope
saveinterface.cpp:594: error: `TRUE' was not declared in this scope
saveinterface.cpp:594: error: `TRUE' was not declared in this scope
saveinterface.cpp:594: error: ISO C++ forbids declaration of `
gtk_box_pack_start' with no type
saveinterface.cpp:594: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:593: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:594: error: initializer list being treated as compound
expression
saveinterface.cpp:595: error: `GTK_CONTAINER' was not declared in this scope
saveinterface.cpp:595: error: ISO C++ forbids declaration of `gtk_container_add
' with no type
saveinterface.cpp:595: error: redefinition of `int gtk_container_add'
saveinterface.cpp:512: error: `int gtk_container_add' previously defined here
saveinterface.cpp:595: error: initializer list being treated as compound
expression
saveinterface.cpp:596: error: `label' was not declared in this scope
saveinterface.cpp:596: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:596: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:521: error: `int gtk_widget_show' previously declared here
saveinterface.cpp:597: error: `ok' was not declared in this scope
saveinterface.cpp:597: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:597: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:596: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:598: error: `ok' was not declared in this scope
saveinterface.cpp:598: error: `GTK_CAN_DEFAULT' was not declared in this scope
saveinterface.cpp:598: error: ISO C++ forbids declaration of `
GTK_WIDGET_SET_FLAGS' with no type
saveinterface.cpp:598: error: redefinition of `int GTK_WIDGET_SET_FLAGS'
saveinterface.cpp:516: error: `int GTK_WIDGET_SET_FLAGS' previously defined
here
saveinterface.cpp:598: error: initializer list being treated as compound
expression
saveinterface.cpp:599: error: `cancel' was not declared in this scope
saveinterface.cpp:599: error: `GTK_CAN_DEFAULT' was not declared in this scope
saveinterface.cpp:599: error: ISO C++ forbids declaration of `
GTK_WIDGET_SET_FLAGS' with no type
saveinterface.cpp:599: error: redefinition of `int GTK_WIDGET_SET_FLAGS'
saveinterface.cpp:598: error: `int GTK_WIDGET_SET_FLAGS' previously defined
here
saveinterface.cpp:599: error: initializer list being treated as compound
expression
saveinterface.cpp:600: error: `cancel' was not declared in this scope
saveinterface.cpp:600: error: ISO C++ forbids declaration of `
gtk_widget_grab_default' with no type
saveinterface.cpp:600: error: redefinition of `int gtk_widget_grab_default'
saveinterface.cpp:517: error: `int gtk_widget_grab_default' previously defined
here
saveinterface.cpp:601: error: `entry' was not declared in this scope
saveinterface.cpp:601: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:601: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:597: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:602: error: `cancel' was not declared in this scope
saveinterface.cpp:602: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:602: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:601: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:603: error: `cont' was not declared in this scope
saveinterface.cpp:603: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:603: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:602: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:604: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:604: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:603: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:605: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:605: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:604: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:606: error: ISO C++ forbids declaration of `
GTK_FILE_SELECTION' with no type
saveinterface.cpp:606: error: redefinition of `int GTK_FILE_SELECTION'
saveinterface.cpp:522: error: `int GTK_FILE_SELECTION' previously defined here
saveinterface.cpp:606: error: syntax error before `->' token
saveinterface.cpp:621: error: syntax error before `*' token
saveinterface.cpp: In function `void copyfile(...)':
saveinterface.cpp:622: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:626: error: `GTK_ENTRY' undeclared (first use this function)
saveinterface.cpp:631: error: `sprintf' cannot be used as a function
saveinterface.cpp:632: error: `sprintf' cannot be used as a function
saveinterface.cpp:652: error: `sprintf' cannot be used as a function
saveinterface.cpp:673: error: `gtk_file_selection_set_filename' cannot be used
as a function
saveinterface.cpp:675: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:675: error: `gtk_widget_destroy' cannot be used as a function
saveinterface.cpp:676: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp: At global scope:
saveinterface.cpp:681: error: variable or field `copyfile_conf' declared void
saveinterface.cpp:681: error: initializer list being treated as compound
expression
saveinterface.cpp:681: error: syntax error before `{' token
saveinterface.cpp:685: error: redefinition of `wchar_t*chr'
saveinterface.cpp:568: error: `wchar_t*chr' previously defined here
saveinterface.cpp:685: error: `GTK_ENTRY' was not declared in this scope
saveinterface.cpp:686: error: redefinition of `char*newstr'
saveinterface.cpp:569: error: `char*newstr' previously declared here
saveinterface.cpp:687: error: redefinition of `char*remstr'
saveinterface.cpp:570: error: `char*remstr' previously declared here
saveinterface.cpp:688: error: ISO C++ forbids declaration of `sprintf' with no
type
saveinterface.cpp:688: error: redefinition of `int sprintf'
saveinterface.cpp:571: error: `int sprintf' previously declared here
saveinterface.cpp:688: error: initializer list being treated as compound
expression
saveinterface.cpp:688: error: invalid conversion from `char*' to `int'
saveinterface.cpp:689: error: ISO C++ forbids declaration of `window' with no
type
saveinterface.cpp:689: error: redefinition of `int window'
saveinterface.cpp:572: error: `int window' previously defined here
saveinterface.cpp:689: error: `gtk_window_new' was not declared in this scope
saveinterface.cpp:690: error: `GTK_WINDOW' was not declared in this scope
saveinterface.cpp:690: error: ISO C++ forbids declaration of `
gtk_window_set_default_size' with no type
saveinterface.cpp:690: error: redefinition of `int gtk_window_set_default_size'
saveinterface.cpp:573: error: `int gtk_window_set_default_size' previously
defined here
saveinterface.cpp:690: error: initializer list being treated as compound
expression
saveinterface.cpp:691: error: `GTK_WINDOW' was not declared in this scope
saveinterface.cpp:691: error: ISO C++ forbids declaration of `
gtk_window_set_title' with no type
saveinterface.cpp:691: error: redefinition of `int gtk_window_set_title'
saveinterface.cpp:574: error: `int gtk_window_set_title' previously defined
here
saveinterface.cpp:691: error: initializer list being treated as compound
expression
saveinterface.cpp:692: error: syntax error before `*' token
saveinterface.cpp:693: error: syntax error before `*' token
saveinterface.cpp:694: error: syntax error before `*' token
saveinterface.cpp:695: error: syntax error before `*' token
saveinterface.cpp:696: error: syntax error before `*' token
saveinterface.cpp:697: error: redefinition of `dumbstruct*newdum'
saveinterface.cpp:580: error: `dumbstruct*newdum' previously declared here
saveinterface.cpp:698: error: syntax error before `->' token
saveinterface.cpp:699: error: syntax error before `->' token
saveinterface.cpp:700: error: `ok' was not declared in this scope
saveinterface.cpp:700: error: `GTK_OBJECT' was not declared in this scope
saveinterface.cpp:700: error: `GTK_SIGNAL_FUNC' was not declared in this scope
saveinterface.cpp:700: error: ISO C++ forbids declaration of `
gtk_signal_connect' with no type
saveinterface.cpp:700: error: redefinition of `int gtk_signal_connect'
saveinterface.cpp:585: error: `int gtk_signal_connect' previously defined here
saveinterface.cpp:700: error: initializer list being treated as compound
expression
saveinterface.cpp:701: error: `cancel' was not declared in this scope
saveinterface.cpp:701: error: `GTK_OBJECT' was not declared in this scope
saveinterface.cpp:701: error: `GTK_SIGNAL_FUNC' was not declared in this scope
saveinterface.cpp:701: error: ISO C++ forbids declaration of `
gtk_signal_connect' with no type
saveinterface.cpp:701: error: redefinition of `int gtk_signal_connect'
saveinterface.cpp:700: error: `int gtk_signal_connect' previously defined here
saveinterface.cpp:701: error: initializer list being treated as compound
expression
saveinterface.cpp:702: error: `GTK_OBJECT' was not declared in this scope
saveinterface.cpp:702: error: `GTK_SIGNAL_FUNC' was not declared in this scope
saveinterface.cpp:702: error: ISO C++ forbids declaration of `
gtk_signal_connect' with no type
saveinterface.cpp:702: error: redefinition of `int gtk_signal_connect'
saveinterface.cpp:701: error: `int gtk_signal_connect' previously defined here
saveinterface.cpp:702: error: initializer list being treated as compound
expression
saveinterface.cpp:703: error: syntax error before `*' token
saveinterface.cpp:705: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:705: error: `label' was not declared in this scope
saveinterface.cpp:705: error: `TRUE' was not declared in this scope
saveinterface.cpp:705: error: `TRUE' was not declared in this scope
saveinterface.cpp:705: error: ISO C++ forbids declaration of `
gtk_box_pack_start' with no type
saveinterface.cpp:705: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:594: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:705: error: initializer list being treated as compound
expression
saveinterface.cpp:706: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:706: error: `entry' was not declared in this scope
saveinterface.cpp:706: error: `TRUE' was not declared in this scope
saveinterface.cpp:706: error: `TRUE' was not declared in this scope
saveinterface.cpp:706: error: ISO C++ forbids declaration of `
gtk_box_pack_start' with no type
saveinterface.cpp:706: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:705: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:706: error: initializer list being treated as compound
expression
saveinterface.cpp:709: error: `cont' was not declared in this scope
saveinterface.cpp:709: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:709: error: `ok' was not declared in this scope
saveinterface.cpp:709: error: `TRUE' was not declared in this scope
saveinterface.cpp:709: error: `TRUE' was not declared in this scope
saveinterface.cpp:709: error: ISO C++ forbids declaration of `
gtk_box_pack_start' with no type
saveinterface.cpp:709: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:706: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:709: error: initializer list being treated as compound
expression
saveinterface.cpp:710: error: `cont' was not declared in this scope
saveinterface.cpp:710: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:710: error: `cancel' was not declared in this scope
saveinterface.cpp:710: error: `TRUE' was not declared in this scope
saveinterface.cpp:710: error: `TRUE' was not declared in this scope
saveinterface.cpp:710: error: ISO C++ forbids declaration of `
gtk_box_pack_start' with no type
saveinterface.cpp:710: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:709: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:710: error: initializer list being treated as compound
expression
saveinterface.cpp:711: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:711: error: `cont' was not declared in this scope
saveinterface.cpp:711: error: `TRUE' was not declared in this scope
saveinterface.cpp:711: error: `TRUE' was not declared in this scope
saveinterface.cpp:711: error: ISO C++ forbids declaration of `
gtk_box_pack_start' with no type
saveinterface.cpp:711: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:710: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:711: error: initializer list being treated as compound
expression
saveinterface.cpp:712: error: `GTK_CONTAINER' was not declared in this scope
saveinterface.cpp:712: error: ISO C++ forbids declaration of `gtk_container_add
' with no type
saveinterface.cpp:712: error: redefinition of `int gtk_container_add'
saveinterface.cpp:595: error: `int gtk_container_add' previously defined here
saveinterface.cpp:712: error: initializer list being treated as compound
expression
saveinterface.cpp:713: error: `label' was not declared in this scope
saveinterface.cpp:713: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:713: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:605: error: `int gtk_widget_show' previously declared here
saveinterface.cpp:714: error: `ok' was not declared in this scope
saveinterface.cpp:714: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:714: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:713: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:715: error: `ok' was not declared in this scope
saveinterface.cpp:715: error: `GTK_CAN_DEFAULT' was not declared in this scope
saveinterface.cpp:715: error: ISO C++ forbids declaration of `
GTK_WIDGET_SET_FLAGS' with no type
saveinterface.cpp:715: error: redefinition of `int GTK_WIDGET_SET_FLAGS'
saveinterface.cpp:599: error: `int GTK_WIDGET_SET_FLAGS' previously defined
here
saveinterface.cpp:715: error: initializer list being treated as compound
expression
saveinterface.cpp:716: error: `cancel' was not declared in this scope
saveinterface.cpp:716: error: `GTK_CAN_DEFAULT' was not declared in this scope
saveinterface.cpp:716: error: ISO C++ forbids declaration of `
GTK_WIDGET_SET_FLAGS' with no type
saveinterface.cpp:716: error: redefinition of `int GTK_WIDGET_SET_FLAGS'
saveinterface.cpp:715: error: `int GTK_WIDGET_SET_FLAGS' previously defined
here
saveinterface.cpp:716: error: initializer list being treated as compound
expression
saveinterface.cpp:717: error: `cancel' was not declared in this scope
saveinterface.cpp:717: error: ISO C++ forbids declaration of `
gtk_widget_grab_default' with no type
saveinterface.cpp:717: error: redefinition of `int gtk_widget_grab_default'
saveinterface.cpp:600: error: `int gtk_widget_grab_default' previously defined
here
saveinterface.cpp:718: error: `entry' was not declared in this scope
saveinterface.cpp:718: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:718: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:714: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:719: error: `cancel' was not declared in this scope
saveinterface.cpp:719: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:719: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:718: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:720: error: `cont' was not declared in this scope
saveinterface.cpp:720: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:720: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:719: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:721: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:721: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:720: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:722: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:722: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:721: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:723: error: ISO C++ forbids declaration of `
GTK_FILE_SELECTION' with no type
saveinterface.cpp:723: error: redefinition of `int GTK_FILE_SELECTION'
saveinterface.cpp:606: error: `int GTK_FILE_SELECTION' previously defined here
saveinterface.cpp:723: error: syntax error before `->' token
saveinterface.cpp:728: error: syntax error before `*' token
saveinterface.cpp: In function `void copynormal(...)':
saveinterface.cpp:729: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:733: error: `GTK_ENTRY' undeclared (first use this function)
saveinterface.cpp:749: error: `gtk_file_selection_set_filename' cannot be used
as a function
saveinterface.cpp: At global scope:
saveinterface.cpp:757: error: variable or field `copynormal_conf' declared void
saveinterface.cpp:757: error: initializer list being treated as compound
expression
saveinterface.cpp:757: error: syntax error before `{' token
saveinterface.cpp:761: error: redefinition of `wchar_t*chr'
saveinterface.cpp:685: error: `wchar_t*chr' previously defined here
saveinterface.cpp:761: error: `GTK_ENTRY' was not declared in this scope
saveinterface.cpp:762: error: redefinition of `char*newstr'
saveinterface.cpp:686: error: `char*newstr' previously declared here
saveinterface.cpp:763: error: redefinition of `char*remstr'
saveinterface.cpp:687: error: `char*remstr' previously declared here
saveinterface.cpp:764: error: ISO C++ forbids declaration of `sprintf' with no
type
saveinterface.cpp:764: error: redefinition of `int sprintf'
saveinterface.cpp:688: error: `int sprintf' previously declared here
saveinterface.cpp:764: error: initializer list being treated as compound
expression
saveinterface.cpp:764: error: invalid conversion from `char*' to `int'
saveinterface.cpp:765: error: ISO C++ forbids declaration of `window' with no
type
saveinterface.cpp:765: error: redefinition of `int window'
saveinterface.cpp:689: error: `int window' previously defined here
saveinterface.cpp:765: error: `gtk_window_new' was not declared in this scope
saveinterface.cpp:766: error: `GTK_WINDOW' was not declared in this scope
saveinterface.cpp:766: error: ISO C++ forbids declaration of `
gtk_window_set_default_size' with no type
saveinterface.cpp:766: error: redefinition of `int gtk_window_set_default_size'
saveinterface.cpp:690: error: `int gtk_window_set_default_size' previously
defined here
saveinterface.cpp:766: error: initializer list being treated as compound
expression
saveinterface.cpp:767: error: `GTK_WINDOW' was not declared in this scope
saveinterface.cpp:767: error: ISO C++ forbids declaration of `
gtk_window_set_title' with no type
saveinterface.cpp:767: error: redefinition of `int gtk_window_set_title'
saveinterface.cpp:691: error: `int gtk_window_set_title' previously defined
here
saveinterface.cpp:767: error: initializer list being treated as compound
expression
saveinterface.cpp:768: error: syntax error before `*' token
saveinterface.cpp:769: error: syntax error before `*' token
saveinterface.cpp:770: error: syntax error before `*' token
saveinterface.cpp:771: error: syntax error before `*' token
saveinterface.cpp:772: error: syntax error before `*' token
saveinterface.cpp:773: error: redefinition of `dumbstruct*newdum'
saveinterface.cpp:697: error: `dumbstruct*newdum' previously declared here
saveinterface.cpp:774: error: syntax error before `->' token
saveinterface.cpp:775: error: syntax error before `->' token
saveinterface.cpp:776: error: `ok' was not declared in this scope
saveinterface.cpp:776: error: `GTK_OBJECT' was not declared in this scope
saveinterface.cpp:776: error: `GTK_SIGNAL_FUNC' was not declared in this scope
saveinterface.cpp:776: error: ISO C++ forbids declaration of `
gtk_signal_connect' with no type
saveinterface.cpp:776: error: redefinition of `int gtk_signal_connect'
saveinterface.cpp:702: error: `int gtk_signal_connect' previously defined here
saveinterface.cpp:776: error: initializer list being treated as compound
expression
saveinterface.cpp:777: error: `cancel' was not declared in this scope
saveinterface.cpp:777: error: `GTK_OBJECT' was not declared in this scope
saveinterface.cpp:777: error: `GTK_SIGNAL_FUNC' was not declared in this scope
saveinterface.cpp:777: error: ISO C++ forbids declaration of `
gtk_signal_connect' with no type
saveinterface.cpp:777: error: redefinition of `int gtk_signal_connect'
saveinterface.cpp:776: error: `int gtk_signal_connect' previously defined here
saveinterface.cpp:777: error: initializer list being treated as compound
expression
saveinterface.cpp:778: error: `GTK_OBJECT' was not declared in this scope
saveinterface.cpp:778: error: `GTK_SIGNAL_FUNC' was not declared in this scope
saveinterface.cpp:778: error: ISO C++ forbids declaration of `
gtk_signal_connect' with no type
saveinterface.cpp:778: error: redefinition of `int gtk_signal_connect'
saveinterface.cpp:777: error: `int gtk_signal_connect' previously defined here
saveinterface.cpp:778: error: initializer list being treated as compound
expression
saveinterface.cpp:779: error: syntax error before `*' token
saveinterface.cpp:781: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:781: error: `label' was not declared in this scope
saveinterface.cpp:781: error: `TRUE' was not declared in this scope
saveinterface.cpp:781: error: `TRUE' was not declared in this scope
saveinterface.cpp:781: error: ISO C++ forbids declaration of `
gtk_box_pack_start' with no type
saveinterface.cpp:781: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:711: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:781: error: initializer list being treated as compound
expression
saveinterface.cpp:782: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:782: error: `entry' was not declared in this scope
saveinterface.cpp:782: error: `TRUE' was not declared in this scope
saveinterface.cpp:782: error: `TRUE' was not declared in this scope
saveinterface.cpp:782: error: ISO C++ forbids declaration of `
gtk_box_pack_start' with no type
saveinterface.cpp:782: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:781: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:782: error: initializer list being treated as compound
expression
saveinterface.cpp:785: error: `cont' was not declared in this scope
saveinterface.cpp:785: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:785: error: `ok' was not declared in this scope
saveinterface.cpp:785: error: `TRUE' was not declared in this scope
saveinterface.cpp:785: error: `TRUE' was not declared in this scope
saveinterface.cpp:785: error: ISO C++ forbids declaration of `
gtk_box_pack_start' with no type
saveinterface.cpp:785: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:782: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:785: error: initializer list being treated as compound
expression
saveinterface.cpp:786: error: `cont' was not declared in this scope
saveinterface.cpp:786: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:786: error: `cancel' was not declared in this scope
saveinterface.cpp:786: error: `TRUE' was not declared in this scope
saveinterface.cpp:786: error: `TRUE' was not declared in this scope
saveinterface.cpp:786: error: ISO C++ forbids declaration of `
gtk_box_pack_start' with no type
saveinterface.cpp:786: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:785: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:786: error: initializer list being treated as compound
expression
saveinterface.cpp:787: error: `GTK_BOX' was not declared in this scope
saveinterface.cpp:787: error: `cont' was not declared in this scope
saveinterface.cpp:787: error: `TRUE' was not declared in this scope
saveinterface.cpp:787: error: `TRUE' was not declared in this scope
saveinterface.cpp:787: error: ISO C++ forbids declaration of `
gtk_box_pack_start' with no type
saveinterface.cpp:787: error: redefinition of `int gtk_box_pack_start'
saveinterface.cpp:786: error: `int gtk_box_pack_start' previously defined here
saveinterface.cpp:787: error: initializer list being treated as compound
expression
saveinterface.cpp:788: error: `GTK_CONTAINER' was not declared in this scope
saveinterface.cpp:788: error: ISO C++ forbids declaration of `gtk_container_add
' with no type
saveinterface.cpp:788: error: redefinition of `int gtk_container_add'
saveinterface.cpp:712: error: `int gtk_container_add' previously defined here
saveinterface.cpp:788: error: initializer list being treated as compound
expression
saveinterface.cpp:789: error: `label' was not declared in this scope
saveinterface.cpp:789: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:789: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:722: error: `int gtk_widget_show' previously declared here
saveinterface.cpp:790: error: `ok' was not declared in this scope
saveinterface.cpp:790: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:790: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:789: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:791: error: `ok' was not declared in this scope
saveinterface.cpp:791: error: `GTK_CAN_DEFAULT' was not declared in this scope
saveinterface.cpp:791: error: ISO C++ forbids declaration of `
GTK_WIDGET_SET_FLAGS' with no type
saveinterface.cpp:791: error: redefinition of `int GTK_WIDGET_SET_FLAGS'
saveinterface.cpp:716: error: `int GTK_WIDGET_SET_FLAGS' previously defined
here
saveinterface.cpp:791: error: initializer list being treated as compound
expression
saveinterface.cpp:792: error: `cancel' was not declared in this scope
saveinterface.cpp:792: error: `GTK_CAN_DEFAULT' was not declared in this scope
saveinterface.cpp:792: error: ISO C++ forbids declaration of `
GTK_WIDGET_SET_FLAGS' with no type
saveinterface.cpp:792: error: redefinition of `int GTK_WIDGET_SET_FLAGS'
saveinterface.cpp:791: error: `int GTK_WIDGET_SET_FLAGS' previously defined
here
saveinterface.cpp:792: error: initializer list being treated as compound
expression
saveinterface.cpp:793: error: `cancel' was not declared in this scope
saveinterface.cpp:793: error: ISO C++ forbids declaration of `
gtk_widget_grab_default' with no type
saveinterface.cpp:793: error: redefinition of `int gtk_widget_grab_default'
saveinterface.cpp:717: error: `int gtk_widget_grab_default' previously defined
here
saveinterface.cpp:794: error: `entry' was not declared in this scope
saveinterface.cpp:794: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:794: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:790: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:795: error: `cancel' was not declared in this scope
saveinterface.cpp:795: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:795: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:794: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:796: error: `cont' was not declared in this scope
saveinterface.cpp:796: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:796: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:795: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:797: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:797: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:796: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:798: error: ISO C++ forbids declaration of `gtk_widget_show'
with no type
saveinterface.cpp:798: error: redefinition of `int gtk_widget_show'
saveinterface.cpp:797: error: `int gtk_widget_show' previously defined here
saveinterface.cpp:799: error: ISO C++ forbids declaration of `
GTK_FILE_SELECTION' with no type
saveinterface.cpp:799: error: redefinition of `int GTK_FILE_SELECTION'
saveinterface.cpp:723: error: `int GTK_FILE_SELECTION' previously defined here
saveinterface.cpp:799: error: syntax error before `->' token
saveinterface.cpp:803: error: type specifier omitted for parameter `
GtkSignalFunc'
saveinterface.cpp:803: error: syntax error before `,' token
saveinterface.cpp: In function `void LoadSaveFunction(...)':
saveinterface.cpp:804: error: `filew' undeclared (first use this function)
saveinterface.cpp:805: error: `Filename' undeclared (first use this function)
saveinterface.cpp:805: error: `gtk_file_selection_new' undeclared (first use
this function)
saveinterface.cpp:806: error: `usenormalbuttons' undeclared (first use this
function)
saveinterface.cpp:807: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:807: error: `gtk_widget_destroy' cannot be used as a function
saveinterface.cpp:808: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:808: error: `gtk_hbox_new' undeclared (first use this
function)
saveinterface.cpp:809: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:809: error: `gtk_widget_show' cannot be used as a function
saveinterface.cpp:810: error: `newb' undeclared (first use this function)
saveinterface.cpp:810: error: `gtk_button_new_with_label' undeclared (first use
this function)
saveinterface.cpp:814: error: `gtk_widget_show' cannot be used as a function
saveinterface.cpp:815: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:815: error: `GTK_CONTAINER' undeclared (first use this
function)
saveinterface.cpp:815: error: `gtk_container_add' cannot be used as a function
saveinterface.cpp:816: error: `GTK_OBJECT' undeclared (first use this function)
saveinterface.cpp:816: error: `GtkSignalFunc' undeclared (first use this
function)
saveinterface.cpp:816: error: syntax error before `,' token
saveinterface.cpp:818: error: `gtk_widget_show' cannot be used as a function
saveinterface.cpp:819: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:819: error: `gtk_container_add' cannot be used as a function
saveinterface.cpp:820: error: syntax error before `,' token
saveinterface.cpp:822: error: `gtk_widget_show' cannot be used as a function
saveinterface.cpp:823: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:823: error: `gtk_container_add' cannot be used as a function
saveinterface.cpp:824: error: syntax error before `,' token
saveinterface.cpp:827: error: `gtk_widget_show' cannot be used as a function
saveinterface.cpp:828: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:828: error: `gtk_container_add' cannot be used as a function
saveinterface.cpp:829: error: syntax error before `,' token
saveinterface.cpp:831: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:832: error: syntax error before `,' token
saveinterface.cpp:833: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:834: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:834: error: `GTK_CAN_DEFAULT' undeclared (first use this
function)
saveinterface.cpp:834: error: `GTK_WIDGET_SET_FLAGS' cannot be used as a
function
saveinterface.cpp:835: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:836: error: syntax error before `,' token
saveinterface.cpp:839: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:840: error: syntax error before `,' token
saveinterface.cpp:845: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:845: error: `default_thing' undeclared (first use this
function)
saveinterface.cpp:845: error: `gtk_file_selection_set_filename' cannot be used
as a function
saveinterface.cpp:847: error: `lbl' undeclared (first use this function)
saveinterface.cpp:847: error: `otherstr' undeclared (first use this function)
saveinterface.cpp:847: error: `gtk_label_new' undeclared (first use this
function)
saveinterface.cpp:848: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:848: error: `gtk_container_add' cannot be used as a function
saveinterface.cpp:849: error: `gtk_widget_show' cannot be used as a function
saveinterface.cpp:850: error: `box' undeclared (first use this function)
saveinterface.cpp:851: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:851: error: `gtk_container_add' cannot be used as a function
saveinterface.cpp:852: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:852: error: `GTK_BOX' undeclared (first use this function)
saveinterface.cpp:852: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:852: error: `TRUE' undeclared (first use this function)
saveinterface.cpp:852: error: `gtk_box_pack_end' undeclared (first use this
function)
saveinterface.cpp:854: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:854: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:855: error: `gtk_widget_show' cannot be used as a function
saveinterface.cpp:856: error: `GTK_FILE_SELECTION' cannot be used as a function
saveinterface.cpp:856: error: `gtk_widget_show' cannot be used as a function
saveinterface.cpp:857: error: `gtk_widget_show' cannot be used as a function
saveinterface.cpp: In function `void LoadMissionDialog(char*, int)':
saveinterface.cpp:870: error: syntax error before `,' token
saveinterface.cpp: In function `void LoadSaveDialog(char*, char*, int)':
saveinterface.cpp:903: error: syntax error before `)' token
saveinterface.cpp: In function `void LoadAutoDialog(char*, char*, int)':
saveinterface.cpp:907: error: syntax error before `)' token
{standard input}: Assembler messages:
{standard input}:5958: Error: symbol `gtk_widget_show' is already defined
{standard input}:5994: Error: symbol `gdk_window_destroy' is already defined
{standard input}:6026: Error: symbol `gdk_window_destroy' is already defined
{standard input}:6295: Error: symbol `newstr' is already defined
{standard input}:6301: Error: symbol `remstr' is already defined
{standard input}:6307: Error: symbol `sprintf' is already defined
{standard input}:6313: Error: symbol `window' is already defined
{standard input}:6319: Error: symbol `gtk_window_set_default_size' is already defined
{standard input}:6325: Error: symbol `gtk_window_set_title' is already defined
{standard input}:6331: Error: symbol `gtk_signal_connect' is already defined
{standard input}:6337: Error: symbol `gtk_signal_connect' is already defined
{standard input}:6343: Error: symbol `gtk_signal_connect' is already defined
{standard input}:6355: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:6361: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:6367: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:6373: Error: symbol `gtk_container_add' is already defined
{standard input}:6379: Error: symbol `gtk_widget_show' is already defined
{standard input}:6385: Error: symbol `gtk_widget_show' is already defined
{standard input}:6397: Error: symbol `GTK_WIDGET_SET_FLAGS' is already defined
{standard input}:6409: Error: symbol `gtk_widget_show' is already defined
{standard input}:6415: Error: symbol `gtk_widget_show' is already defined
{standard input}:6421: Error: symbol `gtk_widget_show' is already defined
{standard input}:6427: Error: symbol `gtk_widget_show' is already defined
{standard input}:6433: Error: symbol `GTK_FILE_SELECTION' is already defined
{standard input}:6445: Error: symbol `chr' is already defined
{standard input}:6451: Error: symbol `newstr' is already defined
{standard input}:6457: Error: symbol `remstr' is already defined
{standard input}:6463: Error: symbol `sprintf' is already defined
{standard input}:6469: Error: symbol `window' is already defined
{standard input}:6475: Error: symbol `gtk_window_set_default_size' is already defined
{standard input}:6481: Error: symbol `gtk_window_set_title' is already defined
{standard input}:6493: Error: symbol `gtk_signal_connect' is already defined
{standard input}:6499: Error: symbol `gtk_signal_connect' is already defined
{standard input}:6505: Error: symbol `gtk_signal_connect' is already defined
{standard input}:6511: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:6517: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:6523: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:6529: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:6535: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:6541: Error: symbol `gtk_container_add' is already defined
{standard input}:6547: Error: symbol `gtk_widget_show' is already defined
{standard input}:6553: Error: symbol `gtk_widget_show' is already defined
{standard input}:6559: Error: symbol `GTK_WIDGET_SET_FLAGS' is already defined
{standard input}:6565: Error: symbol `GTK_WIDGET_SET_FLAGS' is already defined
{standard input}:6571: Error: symbol `gtk_widget_grab_default' is already defined
{standard input}:6577: Error: symbol `gtk_widget_show' is already defined
{standard input}:6583: Error: symbol `gtk_widget_show' is already defined
{standard input}:6589: Error: symbol `gtk_widget_show' is already defined
{standard input}:6595: Error: symbol `gtk_widget_show' is already defined
{standard input}:6601: Error: symbol `gtk_widget_show' is already defined
{standard input}:6607: Error: symbol `GTK_FILE_SELECTION' is already defined
{standard input}:6624: Error: symbol `chr' is already defined
{standard input}:6630: Error: symbol `newstr' is already defined
{standard input}:6636: Error: symbol `remstr' is already defined
{standard input}:6642: Error: symbol `sprintf' is already defined
{standard input}:6648: Error: symbol `window' is already defined
{standard input}:6654: Error: symbol `gtk_window_set_default_size' is already defined
{standard input}:6660: Error: symbol `gtk_window_set_title' is already defined
{standard input}:6666: Error: symbol `newdum' is already defined
{standard input}:6672: Error: symbol `gtk_signal_connect' is already defined
{standard input}:6678: Error: symbol `gtk_signal_connect' is already defined
{standard input}:6684: Error: symbol `gtk_signal_connect' is already defined
{standard input}:6690: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:6696: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:6702: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:6708: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:6714: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:6720: Error: symbol `gtk_container_add' is already defined
{standard input}:6726: Error: symbol `gtk_widget_show' is already defined
{standard input}:6732: Error: symbol `gtk_widget_show' is already defined
{standard input}:6738: Error: symbol `GTK_WIDGET_SET_FLAGS' is already defined
{standard input}:6744: Error: symbol `GTK_WIDGET_SET_FLAGS' is already defined
{standard input}:6750: Error: symbol `gtk_widget_grab_default' is already defined
{standard input}:6756: Error: symbol `gtk_widget_show' is already defined
{standard input}:6762: Error: symbol `gtk_widget_show' is already defined
{standard input}:6768: Error: symbol `gtk_widget_show' is already defined
{standard input}:6774: Error: symbol `gtk_widget_show' is already defined
{standard input}:6780: Error: symbol `gtk_widget_show' is already defined
{standard input}:6786: Error: symbol `GTK_FILE_SELECTION' is already defined
{standard input}:6798: Error: symbol `chr' is already defined
{standard input}:6804: Error: symbol `newstr' is already defined
{standard input}:6810: Error: symbol `remstr' is already defined
{standard input}:6816: Error: symbol `sprintf' is already defined
{standard input}:6822: Error: symbol `window' is already defined
{standard input}:6828: Error: symbol `gtk_window_set_default_size' is already defined
{standard input}:6834: Error: symbol `gtk_window_set_title' is already defined
{standard input}:6840: Error: symbol `newdum' is already defined
{standard input}:6846: Error: symbol `gtk_signal_connect' is already defined
{standard input}:6852: Error: symbol `gtk_signal_connect' is already defined
{standard input}:6858: Error: symbol `gtk_signal_connect' is already defined
{standard input}:6864: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:6870: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:6876: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:6882: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:6888: Error: symbol `gtk_box_pack_start' is already defined
{standard input}:6894: Error: symbol `gtk_container_add' is already defined
{standard input}:6900: Error: symbol `gtk_widget_show' is already defined
{standard input}:6906: Error: symbol `gtk_widget_show' is already defined
{standard input}:6912: Error: symbol `GTK_WIDGET_SET_FLAGS' is already defined
{standard input}:6918: Error: symbol `GTK_WIDGET_SET_FLAGS' is already defined
{standard input}:6924: Error: symbol `gtk_widget_grab_default' is already defined
{standard input}:6930: Error: symbol `gtk_widget_show' is already defined
{standard input}:6936: Error: symbol `gtk_widget_show' is already defined
{standard input}:6942: Error: symbol `gtk_widget_show' is already defined
{standard input}:6948: Error: symbol `gtk_widget_show' is already defined
{standard input}:6954: Error: symbol `gtk_widget_show' is already defined
{standard input}:6960: Error: symbol `GTK_FILE_SELECTION' is already defined
make[2]: *** [saveinterface.o] Error 1
make[2]: Leaving directory `/home/duhast/Documents/vegastrike/vegastrike/launcher'
ma
Version4

Post by Version4 »

{standard input}:6960: Error: symbol `GTK_FILE_SELECTION' is already defined
make[2]: *** [saveinterface.o] Error 1
make[2]: Leaving directory `/home/duhast/Documents/vegastrike/vegastrike/launcher'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/duhast/Documents/vegastrike/vegastrike'
make: *** [all] Error 2


I assumed it was a GTK error because of the GTK references and did a --enable-nogtk in the ./configure but to no avail, got the same error.
Sorry the error is not posted from the beginning but thats all my shell buffer can afford. If you want me to post the configure.log for the --enable-nogtk let me know.

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

Post by hellcatv »

Hey...
well if it gets to the gtk part I believe the actual program has built--and the only stuff left are the gtk setup tools

clearly if you didn't want gtk, then you wouldn't care for these

just check that src/vegastrike has built properly
and src/networking/soundserver/

copy those to your data4.x/bin
try a make -k just to make sure

it seems you've built successfully :-)
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Version4

Post by Version4 »

Say hypothetically if i did want the GTK tools. what packages would I have to install to get the headers so that it can build with them?
Version4

Post by Version4 »

I installed GTK-devel, did a ./configure and make and got the same error.
Then did a make -k and got the same error but continued compiling and got a different error this time it looks like this:



{standard input}:6948: Error: symbol `gtk_widget_show' is already defined
{standard input}:6954: Error: symbol `gtk_widget_show' is already defined
{standard input}:6960: Error: symbol `GTK_FILE_SELECTION' is already defined
make[2]: *** [saveinterface.o] Error 1
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. `gtk-config --cflags` -DHAVE_SDL=1 -DSDL_WINDOWING=1 -I/usr/lib -DHAVE_AL=1 -DDATA_DIR=\"/home/duhast/Documentsvegastrike/data\" -I/usr/include/python -DHAVE_PYTHON=1 -DUSE_BOOST_131=1 -I../src/boost129 -I../src -pipe -ggdb3 -falign-loops=2 -falign-jumps=2-falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT general.o -MD -MP -MF ".deps/general.Tpo" -c -o general.o general.cpp; \
then mv -f ".deps/general.Tpo" ".deps/general.Po"; else rm -f ".deps/general.Tpo"; exit 1; fi
/bin/sh: gtk-config: command not found
make[2]: Target `all' not remade because of errors.
make[2]: Leaving directory `/home/duhast/Documents/vegastrike/vegastrike/launcher'
Making all in tools
make[2]: Entering directory `/home/duhast/Documents/vegastrike/vegastrike/tools'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DHAVE_SDL=1 -DSDL_WINDOWING=1 -I/usr/lib -DHAVE_AL=1 -DDATA_DIR=\"/home/duhast/Documentsvegastrike/data\" -I/usr/include/python -DHAVE_PYTHON=1 -DUSE_BOOST_131=1 -I../src/boost129 -I../src -pipe -ggdb3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT vsrmake.o -MD -MP -MF ".deps/vsrmake.Tpo" -c -o vsrmake.o vsrmake.cpp; \
then mv -f ".deps/vsrmake.Tpo" ".deps/vsrmake.Po"; else rm -f ".deps/vsrmake.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DHAVE_SDL=1 -DSDL_WINDOWING=1 -I/usr/lib -DHAVE_AL=1 -DDATA_DIR=\"/home/duhast/Documentsvegastrike/data\" -I/usr/include/python -DHAVE_PYTHON=1 -DUSE_BOOST_131=1 -I../src/boost129 -I../src -pipe -ggdb3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT common.o -MD -MP -MF ".deps/common.Tpo" -c -o common.o common.cpp; \
then mv -f ".deps/common.Tpo" ".deps/common.Po"; else rm -f ".deps/common.Tpo"; exit 1; fi
g++ -pipe -ggdb3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -L/usr/X11R6/lib -L/usr/X11R6/lib-o vsrmake vsrmake.o common.o -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lGL -lGLU -lglut -lXi -lXmu -lexpat -lpng -ljpeg -lopenal -lpython2.3 -Xlinker -export-dynamic -pthread
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DHAVE_SDL=1 -DSDL_WINDOWING=1 -I/usr/lib -DHAVE_AL=1 -DDATA_DIR=\"/home/duhast/Documentsvegastrike/data\" -I/usr/include/python -DHAVE_PYTHON=1 -DUSE_BOOST_131=1 -I../src/boost129 -I../src -pipe -ggdb3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT vsrextract.o -MD -MP -MF ".deps/vsrextract.Tpo" -c -o vsrextract.o vsrextract.cpp; \
then mv -f ".deps/vsrextract.Tpo" ".deps/vsrextract.Po"; else rm -f ".deps/vsrextract.Tpo"; exit 1; fi
g++ -pipe -ggdb3 -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -L/usr/X11R6/lib -L/usr/X11R6/lib-o vsrextract vsrextract.o common.o -lutil -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lGL -lGLU -lglut -lXi -lXmu -lexpat -lpng -ljpeg -lopenal -lpython2.3 -Xlinker -export-dynamic -pthread
make[2]: Leaving directory `/home/duhast/Documents/vegastrike/vegastrike/tools'
make[2]: Entering directory `/home/duhast/Documents/vegastrike/vegastrike'
make[2]: Leaving directory `/home/duhast/Documents/vegastrike/vegastrike'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/duhast/Documents/vegastrike/vegastrike'
make: *** [all] Error 2


The very top part is the end of the error we already discussed, as you can see it carries on compiling and then it gives a different error...
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

the package needs to include gtk-config

my gtk-devel package includes this program
make usre it's in your $PATH
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Version4

Post by Version4 »

Awesome, thanx dude
Post Reply