Compiling on Knoppix :blush: (HD Installation)

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
Pilot67
Merchant
Merchant
Posts: 44
Joined: Sat Sep 04, 2004 9:43 am
Location: en route

Compiling on Knoppix :blush: (HD Installation)

Post by Pilot67 »

Sorry, I'm a poser: hellcatv was helping me in the 'user help' forum where I claimed to be running Debian I'M A POSER! LOL.
Hopefully this time I'll provide better info.
I ran linux_vegastrike-0.4.2.sh in /usr/local/share
/usr/local/share/vegastrike <- directory already existed
The CVS session ended with a configure error which I though I had fixed, but
/usr/local/share/vegastrike/vegastrike# ./configure
gives the same error:
--
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
--
Also tried "./configure --enable-boost-128 --enable-debug --enable-ggdb3"
/lib/cpp is a link "cpp -> /usr/bin/cpp-3.3"
I tried just pointing it to /usr/bin/gcc-3.3, with same error.
Using: (config.log below) Many Thanks for any clues!! Thank you!
gcc (GCC) 3.3.4 (Debian 1:3.3.4-13)
cpp (GCC) 3.3.4 (Debian 1:3.3.4-13)
automake (GNU automake) 1.4-p6
Python 2.3.4
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

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

$ ./configure

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

hostname = hostname
uname -m = i686
uname -r = 2.4.26.071704
uname -s = Linux
uname -v = #1 SMP Sat Jul 17 02:48:39 EDT 2004

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

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

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


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

configure:1387: checking Checking for C++ compiler.
configure:1436: checking for g++
configure:1452: found /usr/bin/g++
configure:1462: result: g++
configure:1577: checking for C++ compiler version
configure:1580: g++ --version </dev/null >&5
g++ (GCC) 3.3.4 (Debian 1:3.3.4-13)
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:1583: $? = 0
configure:1585: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.4/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.4 (Debian 1:3.3.4-13)
configure:1588: $? = 0
configure:1590: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:1593: $? = 1
configure:1616: checking for C++ compiler default output file name
configure:1619: g++ conftest.cc >&5
configure:1622: $? = 0
configure:1668: result: a.out
configure:1673: checking whether the C++ compiler works
configure:1679: ./a.out
configure:1682: $? = 0
configure:1699: result: yes
configure:1706: checking whether we are cross compiling
configure:1708: result: no
configure:1711: checking for suffix of executables
configure:1713: g++ -o conftest conftest.cc >&5
configure:1716: $? = 0
configure:1741: result:
configure:1747: checking for suffix of object files
configure:1768: g++ -c conftest.cc >&5
configure:1771: $? = 0
configure:1793: result: o
configure:1797: checking whether we are using the GNU C++ compiler
configure:1821: g++ -c conftest.cc >&5
configure:1827: $? = 0
configure:1830: test -z || test ! -s conftest.err
configure:1833: $? = 0
configure:1836: test -s conftest.o
configure:1839: $? = 0
configure:1852: result: yes
configure:1858: checking whether g++ accepts -g
configure:1879: g++ -c -g conftest.cc >&5
configure:1885: $? = 0
configure:1888: test -z || test ! -s conftest.err
configure:1891: $? = 0
configure:1894: test -s conftest.o
configure:1897: $? = 0
configure:1908: result: yes
configure:1950: g++ -c -g -O2 conftest.cc >&5
configure:1956: $? = 0
configure:1959: test -z || test ! -s conftest.err
configure:1962: $? = 0
configure:1965: test -s conftest.o
configure:1968: $? = 0
configure:1994: 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:2000: $? = 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:1950: g++ -c -g -O2 conftest.cc >&5
configure:1956: $? = 0
configure:1959: test -z || test ! -s conftest.err
configure:1962: $? = 0
configure:1965: test -s conftest.o
configure:1968: $? = 0
configure:1994: g++ -c -g -O2 conftest.cc >&5
configure:2000: $? = 0
configure:2003: test -z || test ! -s conftest.err
configure:2006: $? = 0
configure:2009: test -s conftest.o
configure:2012: $? = 0
configure:2040: checking how to run the C++ preprocessor
configure:2071: g++ -E conftest.cc
In file included from /usr/include/bits/posix1_lim.h:130,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i486-linux/3.3.4/include/limits.h:122,
from /usr/lib/gcc-lib/i486-linux/3.3.4/include/syslimits.h:7,
from /usr/lib/gcc-lib/i486-linux/3.3.4/include/limits.h:11,
from conftest.cc:13:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
configure:2077: $? = 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. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:2071: g++ -E conftest.cc
In file included from /usr/include/bits/posix1_lim.h:130,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i486-linux/3.3.4/include/limits.h:122,
from /usr/lib/gcc-lib/i486-linux/3.3.4/include/syslimits.h:7,
from /usr/lib/gcc-lib/i486-linux/3.3.4/include/limits.h:11,
from conftest.cc:13:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
configure:2077: $? = 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. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:2071: /lib/cpp conftest.cc
In file included from /usr/include/bits/posix1_lim.h:130,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i486-linux/3.3.4/include/limits.h:122,
from /usr/lib/gcc-lib/i486-linux/3.3.4/include/syslimits.h:7,
from /usr/lib/gcc-lib/i486-linux/3.3.4/include/limits.h:11,
from conftest.cc:13:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
conftest.cc:17: error: parse error at end of input
configure:2077: $? = 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. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:2071: /lib/cpp conftest.cc
In file included from /usr/include/bits/posix1_lim.h:130,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i486-linux/3.3.4/include/limits.h:122,
from /usr/lib/gcc-lib/i486-linux/3.3.4/include/syslimits.h:7,
from /usr/lib/gcc-lib/i486-linux/3.3.4/include/limits.h:11,
from conftest.cc:13:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
conftest.cc:17: error: parse error at end of input
configure:2077: $? = 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. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:2154: result: /lib/cpp
configure:2178: /lib/cpp conftest.cc
In file included from /usr/include/bits/posix1_lim.h:130,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i486-linux/3.3.4/include/limits.h:122,
from /usr/lib/gcc-lib/i486-linux/3.3.4/include/syslimits.h:7,
from /usr/lib/gcc-lib/i486-linux/3.3.4/include/limits.h:11,
from conftest.cc:13:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
conftest.cc:17: error: parse error at end of input
configure:2184: $? = 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. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:2178: /lib/cpp conftest.cc
In file included from /usr/include/bits/posix1_lim.h:130,
from /usr/include/limits.h:144,
from /usr/lib/gcc-lib/i486-linux/3.3.4/include/limits.h:122,
from /usr/lib/gcc-lib/i486-linux/3.3.4/include/syslimits.h:7,
from /usr/lib/gcc-lib/i486-linux/3.3.4/include/limits.h:11,
from conftest.cc:13:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
conftest.cc:17: error: parse error at end of input
configure:2184: $? = 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. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:2253: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

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

ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_objext=o
ac_cv_prog_CXXCPP=/lib/cpp
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cxx_g=yes

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

ACLOCAL=''
ALLOCA=''
AUTOCONF=''
AUTOHEADER=''
AUTOMAKE=''
BOOST_CPPFLAGS=''
BOOST_LIBS=''
CC=''
CFLAGS=''
CG_CPPFLAGS=''
CG_LIBS=''
CPP=''
CPPFLAGS=''
CXX='g++'
CXXCPP='/lib/cpp'
CXXFLAGS='-g -O2'
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LINUX_FALSE=''
LINUX_TRUE=''
LN_S=''
LTLIBOBJS=''
MACOSX_FALSE=''
MACOSX_TRUE=''
MAKEINFO=''
NETCOMM_FALSE=''
NETCOMM_JVOIP_FALSE=''
NETCOMM_JVOIP_TRUE=''
NETCOMM_NOSOUND_FALSE=''
NETCOMM_NOSOUND_TRUE=''
NETCOMM_NOWEBCAM_FALSE=''
NETCOMM_NOWEBCAM_TRUE=''
NETCOMM_PORTAUDIO_FALSE=''
NETCOMM_PORTAUDIO_TRUE=''
NETCOMM_TRUE=''
OBJEXT='o'
PACKAGE=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME='vegastrike'
PACKAGE_STRING='vegastrike 0.4.0'
PACKAGE_TARNAME='vegastrike'
PACKAGE_VERSION='0.4.0'
PATH_SEPARATOR=':'
PYTHON_CPPFLAGS=''
PYTHON_LIBS=''
RANLIB=''
SDL_CFLAGS=''
SDL_CONFIG=''
SDL_LIBS=''
SDL_MIXER_LIBS=''
SET_MAKE=''
SHELL='/bin/sh'
USEBOOST128_FALSE=''
USEBOOST128_TRUE=''
USEBOOST131_FALSE=''
USEBOOST131_TRUE=''
VERSION=''
VS_CPPFLAGS=''
VS_CXXFLAGS=''
VS_LIBS=''
WIN32_FALSE=''
WIN32_TRUE=''
ac_ct_CC=''
ac_ct_CXX='g++'
ac_ct_RANLIB=''
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${prefix}/share'
exec_prefix='NONE'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target=''
target_alias=''
target_cpu=''
target_os=''
target_vendor=''

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

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "vegastrike"
#define PACKAGE_STRING "vegastrike 0.4.0"
#define PACKAGE_TARNAME "vegastrike"
#define PACKAGE_VERSION "0.4.0"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 1
]<|\|()]P]P][>< ]P][]V[]P
"...we look for things to make us go...."
Post Reply