Register  |  FAQ  |  Search  |  Memberlist  |  Usergroups  |  Log in 
Reply to topic
  
loki1950
VS Consul General

Joined: 24 Aug 2007
Posts: 1121
Location: Ottawa
Reply with quote
Welcome aboard Taris you could make do with a symlink from the binaries to the root of the data folder been doing i that way for a few years myself Wink

Enjoy the Choice Smile
View user's profile Send private message MSN Messenger
  
Taris
Void
Void

Joined: 31 Jan 2009
Posts: 3
Location: Waterloo, ON
Reply with quote
loki1950 wrote:
Welcome aboard Taris you could make do with a symlink from the binaries to the root of the data folder been doing i that way for a few years myself Wink

Enjoy the Choice Smile


Uh.... Can I just do..

ln -s [priv_pu] [vegastrike]/ugh_this_is_data ?

lol!
View user's profile Send private message
  
loki1950
VS Consul General

Joined: 24 Aug 2007
Posts: 1121
Location: Ottawa
Reply with quote
That should do the trick there is always another angle of attack for any problem Wink but it usually needs an other pair of eyes to see it.

Enjoy the Choice Smile
View user's profile Send private message MSN Messenger
  
scourge
Asteroid
Asteroid

Joined: 21 Jul 2009
Posts: 14
Reply with quote
Alrighty. So, for those who might recall my long ago posts on this board, my divorce with Winders is final, and I've been running Ubuntu 64-bit for quite some time now. (Mighty obliged to those who had useful advice about that, btw)

That said, I've a bit of an issue, I think...Is the version of vegastrike in the in the synaptic repository moreorless the same in the svn repo? And if so, is there any other manner of running Priv: PU linux-native? Because I've had some issues in the past with vegastrike, or at least the one from the synaptic repo. Had python, various dependencies, and the synaptic doohickey in it's entirety, among other things, screwed all to hell, and after three complete wipe and reinstalls, I moreorless narrowed the issue down to having been caused by downloading vegastrike. It appears to use a newer and different version of python, which autoinstalls through synaptic due to dependencies. Ubuntu uses straight Python v2.6, if memory serves, any higher version, or other flavor conflicts w/ 2.6 and therefore removes it, given the auto-dependencies funtions of synaptic. And promptly screws Ubuntu all to hell and gone. It apparently does not like any other version of python, period. Even brute force editing whatever file it is that I can't think of ATM, and ruthlessly ripping out all mention of the other version of python still fails to repair the issue. Only fix I found was to completely wipe the drive and reinstall.

Bottom line, because the linux-native vegastrike engine has completely screwed me in the past, I'm rather loath to install it again unless I absolutely have to. I really do not want to set up everything again, and I've not found any system restore-type function in Ubuntu yet. So is there any way at all to run Priv: PU without installing the linux vegastrike engine, short of using wine support to run it in Winders-native?
View user's profile Send private message
  
gorbalad
Enlisted Pilot
Enlisted Pilot

Joined: 17 Mar 2008
Posts: 2769
Location: Vienna, Austria Timezone: GMT+1 in winter, +2 in summer
Reply with quote
Hmm. The instructions in this thread worked just fine for me (tried it under ubuntu32 and 64, but I think the last time was with 9.04), but I never tried the vegastrike binary from the ubuntu package. I always compiled my own, as described here.

_________________
Ceterum Censeo...
View user's profile Send private message
  
scourge
Asteroid
Asteroid

Joined: 21 Jul 2009
Posts: 14
Reply with quote
Well, I'll give it a shot then, I reckon. Just hope nothing goes wrong again. Mebbe the issue has something to do with the synaptic repo installer, and compiling it myself will work out different.
View user's profile Send private message
  
scourge
Asteroid
Asteroid

Joined: 21 Jul 2009
Posts: 14
Reply with quote
Hmm... This is starting to turn into a bit of a hassle. Following the instructions, I keep running into various errors. Solved most of them already, but this one has got me a bit stumped...Following please find the terminal command used and attached response from the system:

Code:

shea@shea-laptop:~/pu/vegastrike$ ./configure --with-data-dir=/home/user/pu/priv_pu
checking for gawk... gawk
checking whether ln -s works... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output file name...
configure: error: in `/home/shea/pu/vegastrike':
configure: error: C++ compiler cannot create executables
See `config.log' for more details.


And checking the config.log, I find the following:
Code:

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.4, which was
generated by GNU Autoconf 2.64.  Invocation command line was

  $ ./configure --with-data-dir=/home/user/pu/priv_pu

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

hostname = shea-laptop
uname -m = x86_64
uname -r = 2.6.31-18-generic
uname -s = Linux
uname -v = #55-Ubuntu SMP Fri Jan 8 14:54:52 UTC 2010

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

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

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


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

configure:2681: checking for gawk
configure:2697: found /usr/bin/gawk
configure:2708: result: gawk
configure:2719: checking whether ln -s works
configure:2723: result: yes
configure:2788: checking for g++
configure:2818: result: no
configure:2788: checking for c++
configure:2818: result: no
configure:2788: checking for gpp
configure:2818: result: no
configure:2788: checking for aCC
configure:2818: result: no
configure:2788: checking for CC
configure:2818: result: no
configure:2788: checking for cxx
configure:2818: result: no
configure:2788: checking for cc++
configure:2818: result: no
configure:2788: checking for cl.exe
configure:2818: result: no
configure:2788: checking for FCC
configure:2818: result: no
configure:2788: checking for KCC
configure:2818: result: no
configure:2788: checking for RCC
configure:2818: result: no
configure:2788: checking for xlC_r
configure:2818: result: no
configure:2788: checking for xlC
configure:2818: result: no
configure:2842: checking for C++ compiler version
configure:2851: g++ --version >&5
./configure: line 2853: g++: command not found
configure:2862: $? = 127
configure:2851: g++ -v >&5
./configure: line 2853: g++: command not found
configure:2862: $? = 127
configure:2851: g++ -V >&5
./configure: line 2853: g++: command not found
configure:2862: $? = 127
configure:2851: g++ -qversion >&5
./configure: line 2853: g++: command not found
configure:2862: $? = 127
configure:2884: checking for C++ compiler default output file name
configure:2906: g++    conftest.cpp  >&5
./configure: line 2908: g++: command not found
configure:2910: $? = 127
configure:2947: result:
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <stdio.h>
| int
| main ()
| {
| FILE *f = fopen ("conftest.out", "w");
|  return ferror (f) || fclose (f) != 0;
|
|   ;
|   return 0;
| }
configure:2953: error: in `/home/shea/pu/vegastrike':
configure:2957: error: C++ compiler cannot create executables
See `config.log' for more details.

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

ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CEGUI_CFLAGS_set=
ac_cv_env_CEGUI_CFLAGS_value=
ac_cv_env_CEGUI_LIBS_set=
ac_cv_env_CEGUI_LIBS_value=
ac_cv_env_CEGUI_OGRE_CFLAGS_set=
ac_cv_env_CEGUI_OGRE_CFLAGS_value=
ac_cv_env_CEGUI_OGRE_LIBS_set=
ac_cv_env_CEGUI_OGRE_LIBS_value=
ac_cv_env_CEGUI_OPENGL_CFLAGS_set=
ac_cv_env_CEGUI_OPENGL_CFLAGS_value=
ac_cv_env_CEGUI_OPENGL_LIBS_set=
ac_cv_env_CEGUI_OPENGL_LIBS_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_GTK2_CFLAGS_set=
ac_cv_env_GTK2_CFLAGS_value=
ac_cv_env_GTK2_LIBS_set=
ac_cv_env_GTK2_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_OGRE_CFLAGS_set=
ac_cv_env_OGRE_CFLAGS_value=
ac_cv_env_OGRE_LIBS_set=
ac_cv_env_OGRE_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_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_prog_AWK=gawk

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

ACLOCAL=''
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR=''
AUTOCONF=''
AUTOHEADER=''
AUTOMAKE=''
AWK='gawk'
BOOST1_28_FALSE=''
BOOST1_28_TRUE=''
BOOST1_35_FALSE=''
BOOST1_35_TRUE=''
BOOSTSYSTEM_FALSE=''
BOOSTSYSTEM_TRUE=''
BOOST_CPPFLAGS=''
CC=''
CCDEPMODE=''
CEGUI_CFLAGS=''
CEGUI_LIBS=''
CEGUI_OGRE_CFLAGS=''
CEGUI_OGRE_LIBS=''
CEGUI_OPENGL_CFLAGS=''
CEGUI_OPENGL_LIBS=''
CFLAGS=''
CG_CPPFLAGS=''
CG_LIBS=''
CPP=''
CPPFLAGS=''
CXX='g++'
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W=''
DEFS=''
DEPDIR=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GREP=''
GTK2_CFLAGS=''
GTK2_LIBS=''
GTK_CFLAGS=''
GTK_CONFIG=''
GTK_LIBS=''
HAVE_CEGUI_FALSE=''
HAVE_CEGUI_OGRE_FALSE=''
HAVE_CEGUI_OGRE_TRUE=''
HAVE_CEGUI_OPENGL_FALSE=''
HAVE_CEGUI_OPENGL_TRUE=''
HAVE_CEGUI_TRUE=''
HAVE_FFMPEG_FALSE=''
HAVE_FFMPEG_TRUE=''
HAVE_OGRE_FALSE=''
HAVE_OGRE_TRUE=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
INSTALL_STRIP_PROGRAM=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LINUX_FALSE=''
LINUX_TRUE=''
LN_S='ln -s'
LTLIBOBJS=''
MACOSX_FALSE=''
MACOSX_TRUE=''
MAKEINFO=''
MKDIR_P=''
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=''
OGRE_CFLAGS=''
OGRE_LIBS=''
PACKAGE=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME='vegastrike'
PACKAGE_STRING='vegastrike 0.4.4'
PACKAGE_TARNAME='vegastrike'
PACKAGE_URL=''
PACKAGE_VERSION='0.4.4'
PATH_SEPARATOR=':'
PKG_CONFIG=''
POW_LIB=''
PYTHON_CPPFLAGS=''
PYTHON_LIBS=''
RANLIB=''
SDL_CFLAGS=''
SDL_CONFIG=''
SDL_LIBS=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
USE_PRECOMPILED_HEADERS_FALSE=''
USE_PRECOMPILED_HEADERS_TRUE=''
VERSION=''
VS_CPPFLAGS=''
VS_CXXFLAGS=''
VS_LIBS=''
VS_MAKE_GTKUTILS_FALSE=''
VS_MAKE_GTKUTILS_TRUE=''
VS_MAKE_NO_CLIENT_FALSE=''
VS_MAKE_NO_CLIENT_TRUE=''
VS_MAKE_SOUNDSERVER_FALSE=''
VS_MAKE_SOUNDSERVER_TRUE=''
WIN32_FALSE=''
WIN32_TRUE=''
ac_ct_CC=''
ac_ct_CXX=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__isrc=''
am__leading_dot=''
am__quote=''
am__tar=''
am__untar=''
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target=''
target_alias=''
target_cpu=''
target_os=''
target_vendor=''

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

/* confdefs.h */
#define PACKAGE_NAME "vegastrike"
#define PACKAGE_TARNAME "vegastrike"
#define PACKAGE_VERSION "0.4.4"
#define PACKAGE_STRING "vegastrike 0.4.4"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""

configure: exit 77


I solved the intitial issue with this step by installing gawk, and I've also installed g++, which it still appears not to recognize as being present. Anyone got any ideas? I'm not fully awake right now, but I'm not getting much out of the error log. I might see more when I'm actually awake tomorrow (or, after checking the clock, later today *sigh*) Actually, there is one thing that suddenly occurs to me, isn't vegastrike up to v0.5? Not sure why it appears to using v0.4.4. Other than that, nothing is turning the light bulb on. Anyone see whatever it is I'm almost certainly missing?
View user's profile Send private message
  
scourge
Asteroid
Asteroid

Joined: 21 Jul 2009
Posts: 14
Reply with quote
Okay, sorry for the double post, but I seem to have solved the last issue, and I'm now dealing with another (go figure). As it turns out, i was still missing a couple of libraries associated with g++. Now I am getting another error:

Code:

shea@shea-laptop:~/pu/vegastrike$ ./configure --with-data-dir=/home/user/pu/priv_pu
checking for gawk... gawk
checking whether ln -s works... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
configure: Using C++ compiler: g++.
configure: Using C   compiler: gcc.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
checking for -pthread... yes
checking for libsocket... no
checking for libutil... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking OS.h usability... no
checking OS.h presence... no
checking for OS.h... no
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking linux/slab.h usability... no
checking linux/slab.h presence... no
checking for linux/slab.h... no
checking linux/malloc.h usability... no
checking linux/malloc.h presence... no
checking for linux/malloc.h... no
checking for vfscanf... yes
checking for lstat... yes
checking tr1/unordered_map usability... yes
checking tr1/unordered_map presence... yes
checking for tr1/unordered_map... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for off_t... yes
checking for pid_t... yes
checking for C/C++ restrict keyword... __restrict
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working volatile... yes
checking for ptrdiff_t... yes
checking whether closedir returns void... no
checking for error_at_line... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether gcc needs -traditional... no
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether lstat accepts an empty string... no
checking whether lstat dereferences a symlink specified with a trailing slash... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking whether stat accepts an empty string... no
checking for working strcoll... yes
checking for working strtod... yes
checking for vprintf... yes
checking for _doprnt... no
checking for atexit... yes
checking for bzero... yes
checking for fesetround... yes
checking for floor... yes
checking for getcwd... yes
checking for gethostbyname... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for iswprint... yes
checking for localtime_r... yes
checking for mblen... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for munmap... yes
checking for pow... yes
checking for putenv... yes
checking for rint... yes
checking for rmdir... yes
checking for select... yes
checking for setenv... yes
checking for socket... yes
checking for sqrt... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for finite... yes
checking for _finite... no
checking for isnan... yes
checking for _isnan... no
checking for MacOSX platform... no
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking zlib.h usability... no
checking zlib.h presence... no
checking for zlib.h... no
Enabling user-specified flags:
checking for Win32 platform... no
checking for CygWin platform... no
checking for Mingw32 platform... no
checking for Linux platform... yes
checking for FreeBSD platform... no
checking for python... configure: error: *** Python version 2.2 or later not found!


Doing some research it would appear there is some possibility that the error actually involves libxmu, or the lack thereof. I'm installing that now as well, in the hope that it might fix this latest error.
View user's profile Send private message
  
JsnMtth
Sinner
Sinner

Joined: 31 May 2009
Posts: 363
Location: Fresno, California - United States of America
Reply with quote
What version of Ubuntu are you using?
View user's profile Send private message AIM Address Yahoo Messenger
  
tlangas
Space Salvage
Space Salvage

Joined: 23 Feb 2010
Posts: 21
Reply with quote
I am also having trouble with installing. I've noticed my config.log file is rather extensive so I am only posting the first part of my log. I hope you can help.

Code:
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.4, which was
generated by GNU Autoconf 2.64.  Invocation command line was

  $ ./configure --enable-debug --with-data-dir=/home/user/pu/priv_pu --with-png-inc=/usr/include/libpng12/

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

hostname = computer-name
uname -m = i686
uname -r = 2.6.31-19-generic
uname -s = Linux
uname -v = #56-Ubuntu SMP Thu Jan 28 01:26:53 UTC 2010

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

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

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


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

configure:2683: checking for gawk
configure:2699: found /usr/bin/gawk
configure:2710: result: gawk
configure:2721: checking whether ln -s works
configure:2725: result: yes
configure:2790: checking for g++
configure:2806: found /usr/bin/g++
configure:2817: result: g++
configure:2844: checking for C++ compiler version
configure:2853: g++ --version >&5
g++ (Ubuntu 4.4.1-4ubuntu9) 4.4.1
Copyright (C) 2009 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:2864: $? = 0
configure:2853: g++ -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9)
configure:2864: $? = 0
configure:2853: g++ -V >&5
g++: '-V' option must have argument
configure:2864: $? = 1
configure:2853: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:2864: $? = 1
configure:2886: checking for C++ compiler default output file name
configure:2908: g++    conftest.cpp  >&5
configure:2912: $? = 0
configure:2949: result: a.out
configure:2965: checking whether the C++ compiler works
configure:2974: ./a.out
configure:2978: $? = 0
configure:2993: result: yes
configure:3000: checking whether we are cross compiling
configure:3002: result: no
configure:3005: checking for suffix of executables
configure:3012: g++ -o conftest    conftest.cpp  >&5
configure:3016: $? = 0
configure:3038: result:
configure:3044: checking for suffix of object files
configure:3066: g++ -c   conftest.cpp >&5
configure:3070: $? = 0
configure:3091: result: o
configure:3095: checking whether we are using the GNU C++ compiler
configure:3114: g++ -c   conftest.cpp >&5
configure:3114: $? = 0
configure:3123: result: yes
configure:3132: checking whether g++ accepts -g
configure:3152: g++ -c -g  conftest.cpp >&5
configure:3152: $? = 0
configure:3193: result: yes
configure:3221: checking how to run the C++ preprocessor
configure:3248: g++ -E  conftest.cpp
configure:3248: $? = 0
configure:3262: g++ -E  conftest.cpp
conftest.cpp:9:28: error: ac_nonexistent.h: No such file or directory
configure:3262: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3287: result: g++ -E
configure:3307: g++ -E  conftest.cpp
configure:3307: $? = 0
configure:3321: g++ -E  conftest.cpp
conftest.cpp:9:28: error: ac_nonexistent.h: No such file or directory
configure:3321: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
....

*Edit: removed my computer name.


Last edited by tlangas on Wed Feb 24, 2010 3:57 pm; edited 1 time in total
View user's profile Send private message
  
chuck_starchaser
SecretOps
SecretOps

Joined: 21 Jun 2007
Posts: 6291
Reply with quote
Welcome aboard, tlangas!

My understanding of config logs is pretty much nil, but I think the problem is not in the first third of it.
That #include <ac_nonexistent.h> is just a test.

configure wrote:
# OK, works on sane cases. Now check whether nonexistent headers
# can be detected and how.
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <ac_nonexistent.h>
_ACEOF


Also, I once used "with-datadir" and ran into trouble, so I never used it again. I just put symlinks
from pu/bin to vegastrike for all binaries.

_________________
WCpedia --The Wing Commander Encyclopedia
WC Nexus forum, the Moonbase Tycho of WC fans.
View user's profile Send private message
  
JsnMtth
Sinner
Sinner

Joined: 31 May 2009
Posts: 363
Location: Fresno, California - United States of America
Reply with quote
We would need the part of the config log where the error occured. If I remember right searching for the error you received when from the configure output in the config.log would get you to the right place. You probably just need to install something your missing. Also Chuck might be right, it could be attempting to validate the data directory and failing... I'm not really sure. I've used --with-datadir, but then I had to compile a separate binary for use with vegastrike and PU, like Chuck I symlink the binary into the data directory for use.
View user's profile Send private message AIM Address Yahoo Messenger
  
tlangas
Space Salvage
Space Salvage

Joined: 23 Feb 2010
Posts: 21
Reply with quote
Is there a way to attach my config.log? I think it is too long to just post it. Anyways I could not find anything other than the following code when searching "error" and "failed".
Code:
...
conftest.cpp:9:28: error: ac_nonexistent.h: No such file or directory
configure:3262: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
...


I normally can figure out what is wrong by reading the error from the make command but I'm at a loss on this one. I used `make > make.log 2>&1` for the following output.

Code:
make  all-am
make[1]: Entering directory `/home/user/pu/vegastrike'
depbase=`echo src/aldrv/al_sound.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
   g++ -DHAVE_CONFIG_H -I.   -DBOOST_PYTHON_NO_PY_SIGNATURES -DBOOST_PYTHON_STATIC_LIB -I./boost/1_35   -DHAVE_SDL=1 -DSDL_WINDOWING=1      -I/usr/local/include -DDATA_DIR=\"/home/user/pu/priv_pu\" -DHAVE_FFMPEG  -I/usr/include/python2.5 -DHAVE_PYTHON=1    -I./src   -pipe  -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -MT src/aldrv/al_sound.o -MD -MP -MF $depbase.Tpo -c -o src/aldrv/al_sound.o src/aldrv/al_sound.cpp &&\
   mv -f $depbase.Tpo $depbase.Po
src/aldrv/al_sound.cpp: In function ‘bool AUDLoadSoundFile(const char*, AUDSoundProperties*, bool)’:
src/aldrv/al_sound.cpp:448: error: invalid use of incomplete type ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:447: error: forward declaration of ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:466: error: invalid use of incomplete type ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:447: error: forward declaration of ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:467: error: invalid use of incomplete type ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:447: error: forward declaration of ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:479: error: invalid use of incomplete type ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:447: error: forward declaration of ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:480: error: invalid use of incomplete type ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:447: error: forward declaration of ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:481: error: invalid use of incomplete type ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:447: error: forward declaration of ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:483: error: invalid use of incomplete type ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:447: error: forward declaration of ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:494: error: ‘ConvertFormat’ was not declared in this scope
src/aldrv/al_sound.cpp:505: error: ‘ALbyte’ was not declared in this scope
src/aldrv/al_sound.cpp:505: error: expected primary-expression before ‘)’ token
src/aldrv/al_sound.cpp:505: error: invalid use of incomplete type ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:447: error: forward declaration of ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:505: error: invalid use of incomplete type ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:447: error: forward declaration of ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:505: error: invalid use of incomplete type ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:447: error: forward declaration of ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:505: error: invalid use of incomplete type ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:447: error: forward declaration of ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:505: error: invalid use of incomplete type ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:447: error: forward declaration of ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:505: error: ‘blutLoadWAVMemory’ was not declared in this scope
src/aldrv/al_sound.cpp:507: error: invalid use of incomplete type ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:447: error: forward declaration of ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:510: error: invalid use of incomplete type ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp:447: error: forward declaration of ‘struct AUDSoundProperties’
src/aldrv/al_sound.cpp: In function ‘int AUDBufferSound(const AUDSoundProperties*, bool)’:
src/aldrv/al_sound.cpp:515: error: ‘ALuint’ was not declared in this scope
src/aldrv/al_sound.cpp:515: error: expected ‘;’ before ‘wavbuf’
src/aldrv/al_sound.cpp:516: error: ‘wavbuf’ was not declared in this scope
src/aldrv/al_sound.cpp:516: error: ‘alGenBuffers’ was not declared in this scope
src/aldrv/al_sound.cpp:517: error: ‘alGetError’ was not declared in this scope
src/aldrv/al_sound.cpp:518: error: invalid use of incomplete type ‘const struct AUDSoundProperties’
src/aldrv/al_sound.cpp:447: error: forward declaration of ‘const struct AUDSoundProperties’
src/aldrv/al_sound.cpp:518: error: invalid use of incomplete type ‘const struct AUDSoundProperties’
src/aldrv/al_sound.cpp:447: error: forward declaration of ‘const struct AUDSoundProperties’
src/aldrv/al_sound.cpp:518: error: invalid use of incomplete type ‘const struct AUDSoundProperties’
src/aldrv/al_sound.cpp:447: error: forward declaration of ‘const struct AUDSoundProperties’
src/aldrv/al_sound.cpp:518: error: invalid use of incomplete type ‘const struct AUDSoundProperties’
src/aldrv/al_sound.cpp:447: error: forward declaration of ‘const struct AUDSoundProperties’
src/aldrv/al_sound.cpp:518: error: ‘alBufferData’ was not declared in this scope
src/aldrv/al_sound.cpp:519: error: invalid use of incomplete type ‘const struct AUDSoundProperties’
src/aldrv/al_sound.cpp:447: error: forward declaration of ‘const struct AUDSoundProperties’
src/aldrv/al_sound.cpp:519: error: ‘LoadSound’ was not declared in this scope
src/aldrv/al_sound.cpp: In function ‘float AUDGetCurrentPosition(int)’:
src/aldrv/al_sound.cpp:908: error: ‘ALfloat’ was not declared in this scope
src/aldrv/al_sound.cpp:908: error: expected ‘;’ before ‘rv’
src/aldrv/al_sound.cpp:909: error: ‘rv’ was not declared in this scope
src/aldrv/al_sound.cpp:909: error: ‘alGetSourcef’ was not declared in this scope
make[1]: *** [src/aldrv/al_sound.o] Error 1
make[1]: Leaving directory `/home/user/pu/vegastrike'
make: *** [all] Error 2


If it is sound related, it might be because of me testing out several and I mean several video editing programs. That might have messed with the default sound files. Which would explain why most of them are no longer working. I hope this is not the case since a reinstall is currently out of the question.

I think I understand the concept of what Chuck is saying. Can you explain a bit more?

Edit:
Removed my name.


Last edited by tlangas on Wed Feb 24, 2010 3:58 pm; edited 1 time in total
View user's profile Send private message
  
chuck_starchaser
SecretOps
SecretOps

Joined: 21 Jun 2007
Posts: 6291
Reply with quote
My guess is that you haven't followed the installation instructions in the vs wiki. Those incomplete types are
supposed to come from system files, from /user/include/AL I think. But you don't have a missing include
file related to sound; do you? So, the only possibility I can think of is that you got the wrong version of openal
installed. Possibly one of those programs you were trying to run demanded an older version of openal.
Do you have openal-devel? Very important.
# openal + openal-devel

http://vegastrike.sourceforge.net/wiki/HowTo:Compile_from_CVS#Requirements

But wait! There's something weird in the code...
src/aldrv/al_sound.cpp, near the top, #include's "al_globals.h"
And al_globals.h defines AUDSoundProperties: (from my version of the file, line 54)
Code:
struct AUDSoundProperties
{
    //Hashing.
    //Set even if AUDLoadSoundFile fails so that a hash entry can be written.
    bool shared;
    std::string hashname;

    //OpenAL properties.
    ALenum    format;
    ALsizei   size;
    ALsizei   freq;
    void     *wave;
    ALboolean looping;     //can be set by caller.

    bool success;
    AUDSoundProperties()
    {
        wave    = NULL;
        looping = false;
        shared  = false;
        success = false;
        size    = 0;
        freq    = 22050;
    }
};
So, why's it complaining about it being an "incomplete type"? It makes no sense...

EDIT:
Sent an email to Klauss, see if he can figure out this puzzle.

_________________
WCpedia --The Wing Commander Encyclopedia
WC Nexus forum, the Moonbase Tycho of WC fans.
View user's profile Send private message
  
klauss
Enemy of the State
Enemy of the State

Joined: 25 Aug 2007
Posts: 256
Location: LS87, Buenos Aires, Argentina
Reply with quote
chuck_starchaser wrote:

But wait! There's something weird in the code...
src/aldrv/al_sound.cpp, near the top, #include's "al_globals.h"
And al_globals.h defines AUDSoundProperties: (from my version of the file, line 54)

It's ifdeffed out by #ifdef HAVE_AL, if you take a look at the invocation line for gcc, there's no HAVE_AL define.

So configure didn't find openal, and apparently VS is broken without openal (it should build without sound but doesn't).

_________________
Oid mortales, el grito sagrado.
Call me "Menes, lord of Cats"
View user's profile Send private message MSN Messenger ICQ Number
  
chuck_starchaser
SecretOps
SecretOps

Joined: 21 Jun 2007
Posts: 6291
Reply with quote
Ahhh, I think I get it; so openal and/or openal-devel are missing, so then configure tries to build without sound, and fails?
So, tlangas, you need to make sure you got the vegastrike build requirements.

_________________
WCpedia --The Wing Commander Encyclopedia
WC Nexus forum, the Moonbase Tycho of WC fans.
View user's profile Send private message
  
tlangas
Space Salvage
Space Salvage

Joined: 23 Feb 2010
Posts: 21
Reply with quote
Code:
libpng12-0 is already the newest version.
libpng12-dev is already the newest version.
python2.5-dev is already the newest version.
libexpat1-dev is already the newest version.
libjpeg62-dev is already the newest version.
glutg3-dev is already the newest version.
libopenal1 is already the newest version.
libopenal-dev is already the newest version.
libgtk2.0-dev is already the newest version.
libogg-dev is already the newest version.
libvorbis-dev is already the newest version.
build-essential is already the newest version.
libgl1-mesa-dev is already the newest version.
automake is already the newest version.
autoconf is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


Could VS be looking for openal0a? I see that is an alternative version but is missing so it won't install. I follow the instructions on the requirement page you gave as well as this forum. I'll see what I can find with AUDLoadSoundFile.
View user's profile Send private message
  
chuck_starchaser
SecretOps
SecretOps

Joined: 21 Jun 2007
Posts: 6291
Reply with quote
Don't worry about AUDLoadSoundFile; that should take care of itself if you have the requirements installed.
You just need to,
Code:
> sudo aptitude install openal
.............
> sudo aptitude install openal-devel
.............
> (etceteras for all the requirements)

_________________
WCpedia --The Wing Commander Encyclopedia
WC Nexus forum, the Moonbase Tycho of WC fans.
View user's profile Send private message
  
tlangas
Space Salvage
Space Salvage

Joined: 23 Feb 2010
Posts: 21
Reply with quote
I found a sound related problem with my last make attempt.
Code:
$ make all-am
g++  -pipe -O0 -gdwarf-2 -g3  -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread   -o vegastrike  src/cmd/ai/aggressive.o src/cmd/ai/comm_ai.o src/cmd/ai/communication_xml.o src/cmd/ai/communication.o src/cmd/ai/docking.o src/cmd/ai/event_xml.o src/cmd/ai/fire.o src/cmd/ai/fireall.o src/cmd/ai/flybywire.o src/cmd/ai/hard_coded_scripts.o src/cmd/ai/ikarus.o src/cmd/ai/missionscript.o src/cmd/ai/navigation.o src/cmd/ai/order_comm.o src/cmd/ai/order.o src/cmd/ai/script.o src/cmd/ai/tactics.o src/cmd/ai/turretai.o src/cmd/ai/warpto.o src/cmd/alphacurve.o src/cmd/asteroid_generic.o src/cmd/beam_generic.o src/cmd/bolt_generic.o src/cmd/building_generic.o src/cmd/collection.o src/cmd/collide_map.o src/cmd/collide.o src/cmd/container.o src/cmd/csv.o src/cmd/faction_xml.o src/cmd/missile_generic.o src/cmd/mount.o src/cmd/nebula_generic.o src/cmd/planet_generic.o src/cmd/role_bitmask.o src/cmd/unit_bsp.o src/cmd/unit_collide.o src/cmd/unit_const_cache.o src/cmd/unit_csv.o src/cmd/unit_factory_generic.o src/cmd/unit_functions_generic.o src/cmd/unit_generic.o src/cmd/fg_util.o src/cmd/pilot.o src/cmd/unit_util_generic.o src/cmd/unit_xml.o src/cmd/weapon_xml.o src/cmd/collide2/Ice/IceAABB.o src/cmd/collide2/Ice/IceContainer.o src/cmd/collide2/Ice/IceHPoint.o src/cmd/collide2/Ice/IceIndexedTriangle.o src/cmd/collide2/Ice/IceMatrix3x3.o src/cmd/collide2/Ice/IceMatrix4x4.o src/cmd/collide2/Ice/IceOBB.o src/cmd/collide2/Ice/IcePlane.o src/cmd/collide2/Ice/IcePoint.o src/cmd/collide2/Ice/IceRandom.o src/cmd/collide2/Ice/IceRay.o src/cmd/collide2/Ice/IceRevisitedRadix.o src/cmd/collide2/Ice/IceSegment.o src/cmd/collide2/Ice/IceTriangle.o src/cmd/collide2/Ice/IceUtils.o src/cmd/collide2/csgeom2/opbox.o src/cmd/collide2/csgeom2/opmatrix3.o src/cmd/collide2/csgeom2/opvector3.o src/cmd/collide2/OPC_AABBCollider.o src/cmd/collide2/OPC_AABBTree.o src/cmd/collide2/OPC_BaseModel.o src/cmd/collide2/OPC_BoxPruning.o src/cmd/collide2/OPC_Collider.o src/cmd/collide2/OPC_Common.o src/cmd/collide2/OPC_HybridModel.o src/cmd/collide2/OPC_LSSCollider.o src/cmd/collide2/OPC_MeshInterface.o src/cmd/collide2/OPC_Model.o src/cmd/collide2/OPC_OBBCollider.o src/cmd/collide2/OPC_OptimizedTree.o src/cmd/collide2/OPC_Picking.o src/cmd/collide2/OPC_PlanesCollider.o src/cmd/collide2/OPC_RayCollider.o src/cmd/collide2/OPC_SphereCollider.o src/cmd/collide2/OPC_SweepAndPrune.o src/cmd/collide2/OPC_TreeBuilders.o src/cmd/collide2/OPC_TreeCollider.o src/cmd/collide2/OPC_VolumeCollider.o src/cmd/collide2/CSopcodecollider.o src/networking/inet_file.o src/networking/inet.o src/python/init.o src/python/python_compile.o src/python/unit_exports.o src/python/unit_exports1.o src/python/unit_exports2.o src/python/unit_exports3.o src/python/unit_method_defs.o src/python/unit_wrapper.o src/python/universe_util_export.o src/configxml.o src/easydom.o src/endianness.o src/macosx_math.o src/faction_generic.o src/faction_util_generic.o src/galaxy_gen.o src/galaxy_xml.o src/galaxy.o src/hashtable.o src/lin_time.o src/load_mission.o src/pk3.o src/posh.o src/savegame.o src/star_system_generic.o src/star_system_xml.o src/stardate.o src/universe_generic.o src/universe_util_generic.o src/vs_globals.o src/vsfilesystem.o src/xml_serializer.o src/xml_support.o src/options.o src/cmd/script/director_generic.o src/cmd/script/mission_script.o src/cmd/script/mission.o src/cmd/script/msgcenter.o src/cmd/script/pythonmission.o src/cmd/script/script_call_olist.o src/cmd/script/script_call_omap.o src/cmd/script/script_call_order.o src/cmd/script/script_call_string.o src/cmd/script/script_call_unit_generic.o src/cmd/script/script_callbacks.o src/cmd/script/script_expression.o src/cmd/script/script_generic.o src/cmd/script/script_statement.o src/cmd/script/script_util.o src/cmd/script/script_variables.o src/gfx/bounding_box.o src/gfx/bsp.o src/gfx/cockpit_generic.o src/gfx/lerp.o src/gfx/matrix.o src/gfx/mesh_bxm.o src/gfx/mesh_bin.o src/gfx/mesh_poly.o src/gfx/mesh_xml.o src/gfx/mesh.o src/gfx/quaternion.o src/gfx/sphere_generic.o src/gfx/vec.o src/XMLDocument.o src/VSFileXMLSerializer.o src/gui/button.o src/gui/control.o src/gui/eventmanager.o src/gui/eventresponder.o src/gui/font.o src/gui/glut_support.o src/gui/groupcontrol.o src/gui/guidefs.o src/gui/guitexture.o src/gui/modaldialog.o src/gui/newbutton.o src/gui/painttext.o src/gui/picker.o src/gui/scroller.o src/gui/simplepicker.o src/gui/slider.o src/gui/staticdisplay.o src/gui/text_area.o src/gui/textinputdisplay.o src/gui/window.o src/gui/windowcontroller.o src/networking/accountsxml.o src/networking/client.o src/networking/fileutil.o src/networking/savenet_util.o src/networking/cubicsplines.o src/networking/mangle.o src/networking/netclient_clients.o src/networking/netclient_devices.o src/networking/netclient_login.o src/networking/netclient.o src/networking/netserver_acct.o src/networking/netserver_clients.o src/networking/netserver_devices.o src/networking/netserver_login.o src/networking/netserver_net.o src/networking/netserver.o src/networking/prediction.o src/networking/zonemgr.o src/networking/networkcomm.o src/networking/webcam_support.o src/cg_global.o src/command.o src/config_xml.o src/debug_vs.o src/faction_util.o src/force_feedback.o src/gamemenu.o src/gfxlib_struct.o src/in_joystick.o src/in_kb.o src/in_main.o src/in_mouse.o src/in_sdl.o src/main_loop.o src/physics.o src/rendertext.o src/ship_commands.o src/star_system_jump.o src/star_system.o src/universe_util.o src/universe.o src/gfx/ani_texture.o src/gfx/animation.o src/gfx/aux_logo.o src/gfx/aux_palette.o src/gfx/aux_texture.o src/gfx/background.o src/gfx/camera.o src/gfx/cockpit_xml.o src/gfx/cockpit.o src/gfx/coord_select.o src/gfx/env_map_gent.o src/gfx/gauge.o src/gfx/halo_system.o src/gfx/halo.o src/gfx/hud.o src/gfx/jpeg_memory.o src/gfx/loc_select.o src/gfx/masks.o src/gfx/mesh_fx.o src/gfx/mesh_gfx.o src/gfx/nav/criteria_xml.o src/gfx/nav/criteria.o src/gfx/nav/drawgalaxy.o src/gfx/nav/drawlist.o src/gfx/nav/drawsystem.o src/gfx/nav/navcomputer.o src/gfx/nav/navgetxmldata.o src/gfx/nav/navpath.o src/gfx/nav/navscreen.o src/gfx/nav/navscreenoccupied.o src/gfx/particle.o src/gfx/pipelined_texture.o src/gfx/quadsquare_cull.o src/gfx/quadsquare_render.o src/gfx/quadsquare_update.o src/gfx/quadsquare.o src/gfx/quadtree_xml.o src/gfx/quadtree.o src/gfx/ring.o src/gfx/screenshot.o src/gfx/sphere.o src/gfx/sprite.o src/gfx/star.o src/gfx/stream_texture.o src/gfx/tex_transform.o src/gfx/technique.o src/gfx/vdu.o src/gfx/vid_file.o src/ffmpeg_init.o src/gfx/vsbox.o src/gfx/vsimage.o src/gfx/warptrail.o src/audio/CodecRegistry.o src/audio/Stream.o src/audio/Sound.o src/audio/Source.o src/audio/SourceTemplate.o src/audio/SceneManager.o src/audio/Renderer.o src/audio/utils.o src/audio/RenderableSource.o src/audio/Listener.o src/audio/Scene.o src/audio/SimpleSource.o src/audio/SimpleScene.o src/audio/codecs/Codec.o src/audio/codecs/FFStream.o src/audio/codecs/OggStream.o src/audio/codecs/OggData.o src/audio/codecs/OggCodec.o src/audio/codecs/FFCodec.o src/aldrv/al_globals.o src/aldrv/al_init.o src/aldrv/al_listen.o src/aldrv/al_sound.o src/cmd/ai/firekeyboard.o src/cmd/ai/flyjoystick.o src/cmd/ai/flykeyboard.o src/cmd/ai/input_dfa.o src/cmd/asteroid.o src/cmd/atmosphere.o src/cmd/base_init.o src/cmd/base_interface.o src/cmd/base_util.o src/cmd/base_write_python.o src/cmd/base_write_xml.o src/cmd/base_xml.o src/cmd/basecomputer.o src/cmd/beam.o src/cmd/bolt.o src/cmd/briefing.o src/cmd/building.o src/cmd/click_list.o src/cmd/cont_terrain.o src/cmd/music.o src/cmd/nebula.o src/cmd/planet.o src/cmd/script/c_alike/c_alike.tab.o src/cmd/script/c_alike/lex.yy.o src/cmd/script/director.o src/cmd/script/flightgroup.o src/cmd/script/script_call_briefing.o src/cmd/script/script_call_unit.o src/cmd/terrain.o src/cmd/unit_factory.o src/cmd/unit_functions.o src/cmd/unit_interface.o src/cmd/unit_util.o src/gldrv/gl_program.o src/gldrv/gl_clip.o src/gldrv/gl_fog.o src/gldrv/gl_globals.o src/gldrv/gl_init.o src/gldrv/gl_light_pick.o src/gldrv/gl_light_state.o src/gldrv/gl_light.o src/gldrv/gl_material.o src/gldrv/gl_matrix.o src/gldrv/gl_misc.o src/gldrv/gl_quad_list.o src/gldrv/gl_sphere_list.o src/gldrv/gl_state.o src/gldrv/sdds.o src/gldrv/gl_texture.o src/gldrv/gl_vertex_list.o src/gldrv/winsys.o src/main.o src/python/briefing_wrapper.o libnetlowlevel.a libboost_python.a -lz -lvorbisfile -lvorbis -logg   -L/usr/lib -lSDL  -lGL  -lGLU -lXi  -lglut  -lexpat  -lpng  -ljpeg  -lopenal  -lvorbisfile -lvorbis -logg  -lavcodec -lavformat -lswscale -L/usr/lib -lpython2.5 -Xlinker -export-dynamic -pthread
src/aldrv/al_sound.o: In function `std::vector<unsigned int, std::allocator<unsigned int> >::end() const':
/usr/include/c++/4.4/bits/stl_vector.h:453: undefined reference to `unusedsrcs'
src/aldrv/al_sound.o: In function `AUDReclaimSource':
/home/user/pu/vegastrike/src/aldrv/al_sound.cpp:806: undefined reference to `unusedsrcs'
src/aldrv/al_sound.o: In function `std::vector<unsigned int, std::allocator<unsigned int> >::pop_back()':
/usr/include/c++/4.4/bits/stl_vector.h:766: undefined reference to `unusedsrcs'
src/aldrv/al_sound.o: In function `AUDAdjustSound(int, QVector const&, Vector const&)':
/home/user/pu/vegastrike/src/aldrv/al_sound.cpp:710: undefined reference to `scalepos'
/home/user/pu/vegastrike/src/aldrv/al_sound.cpp:711: undefined reference to `scalevel'
/home/user/pu/vegastrike/src/aldrv/al_sound.cpp:714: undefined reference to `usepositional'
/home/user/pu/vegastrike/src/aldrv/al_sound.cpp:719: undefined reference to `usedoppler'
src/aldrv/al_sound.o: In function `std::vector<unsigned int, std::allocator<unsigned int> >::push_back(unsigned int const&)':
/usr/include/c++/4.4/bits/stl_vector.h:735: undefined reference to `unusedsrcs'
/usr/include/c++/4.4/bits/stl_vector.h:735: undefined reference to `unusedsrcs'
src/aldrv/al_sound.o: In function `__gnu_cxx::new_allocator<unsigned int>::construct(unsigned int*, unsigned int const&)':
/usr/include/c++/4.4/ext/new_allocator.h:105: undefined reference to `unusedsrcs'
src/aldrv/al_sound.o: In function `std::vector<unsigned int, std::allocator<unsigned int> >::push_back(unsigned int const&)':
/usr/include/c++/4.4/bits/stl_vector.h:738: undefined reference to `unusedsrcs'
/usr/include/c++/4.4/bits/stl_vector.h:741: undefined reference to `unusedsrcs'
src/aldrv/al_sound.o:/usr/include/c++/4.4/bits/stl_vector.h:735: more undefined references to `unusedsrcs' follow
src/aldrv/al_sound.o: In function `std::tr1::__detail::_Hash_code_base<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, unsigned int*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, unsigned int*> >, std::equal_to<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::tr1::hash<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, false>::_M_hash_code(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const':
/usr/include/c++/4.4/tr1_impl/hashtable_policy.h:754: undefined reference to `soundHash'
src/aldrv/al_sound.o: In function `std::tr1::_Hashtable<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, unsigned int*>, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, unsigned int*> >, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, unsigned int*> >, std::equal_to<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::tr1::hash<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, std::tr1::__detail::_Prime_rehash_policy, false, false, true>::find(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const':
/usr/include/c++/4.4/tr1_impl/hashtable:802: undefined reference to `soundHash'
/usr/include/c++/4.4/tr1_impl/hashtable:803: undefined reference to `soundHash'
src/aldrv/al_sound.o: In function `Hashtable<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, unsigned int, 127>::Put(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int*)':
/home/user/pu/vegastrike/./src/hashtable.h:90: undefined reference to `soundHash'
src/aldrv/al_sound.o: In function `std::tr1::__detail::_Hash_code_base<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, unsigned int*>, std::_Select1st<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, unsigned int*> >, std::equal_to<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::tr1::hash<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, false>::_M_hash_code(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const':
/usr/include/c++/4.4/tr1_impl/hashtable_policy.h:754: undefined reference to `soundHash'
src/aldrv/al_sound.o:/usr/include/c++/4.4/tr1_impl/hashtable:802: more undefined references to `soundHash' follow
collect2: ld returned 1 exit status
make: *** [vegastrike] Error 1

Are you familiar with soundHash?
View user's profile Send private message
  
chuck_starchaser
SecretOps
SecretOps

Joined: 21 Jun 2007
Posts: 6291
Reply with quote
Hmmm....
I'm not sure where unusedsrcs, scalevel, etceteras are supposed to be defined.
The only external library included by al_listen.cpp is <AL/al.h>, and it doesn't define them.
Let me think about it a bit.
In the meantime, could you post your svn info output, and the outputs of ./bootstrap-sh
and ./configure? I have a feeling that the problem is still of incomplete requirements;
otherwise your problem would be common, and it isn't.

_________________
WCpedia --The Wing Commander Encyclopedia
WC Nexus forum, the Moonbase Tycho of WC fans.
View user's profile Send private message
  
JsnMtth
Sinner
Sinner

Joined: 31 May 2009
Posts: 363
Location: Fresno, California - United States of America
Reply with quote
Could you post the output of the following commands?
Code:

dpkg-query -l|grep openal
ldconfig -p|grep openal


The first one lists what packages are installed with "openal" in the package name, the second will list what libraries are being found for the linker to link to, and where they are.

Lastly ... you are trying to compile the latest SVN version right? I think we can get it compiled on your system without having to do a re-install. Hopefully with sound too. Smile
View user's profile Send private message AIM Address Yahoo Messenger
  
tlangas
Space Salvage
Space Salvage

Joined: 23 Feb 2010
Posts: 21
Reply with quote
chuck_starchaser wrote:
Don't worry about AUDLoadSoundFile; that should take care of itself if you have the requirements installed.
You just need to,
Code:
> sudo aptitude install openal
.............
> sudo aptitude install openal-devel
.............
> (etceteras for all the requirements)


I manually did each one using aptitude instead of apt-get. cannot find the following:
    openal
    openal-devel
    expat-devel ( I could find expat and not the devel?)
    libjpeg
    libjpeg-devel ( Installed libjpeg-dev instead)
    opengl (installed libtiff-opengl)
    glut (installed libglut3)
    glut-devel (installed libglut3-dev instead)
    libgtk2.0 (installed libgtk2.0-0)
    libgtk-devel (installed libgtk2.0-dev)


Still does not work. Can you provide the exact filename for the Ubuntu repositories?

This is my entire config.log. I hope you can figure it out.

[code:1:ed7df4d182]
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.4, which was
generated by GNU Autoconf 2.64. Invocation command line was

$ ./configure --enable-debug

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

hostname = <computer_name>
uname -m = i686
uname -r = 2.6.31-19-generic
uname -s = Linux
uname -v = #56-Ubuntu SMP Thu Jan 28 01:26:53 UTC 2010

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

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

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


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

configure:2683: checking for gawk
configure:2699: found /usr/bin/gawk
configure:2710: result: gawk
configure:2721: checking whether ln -s works
configure:2725: result: yes
configure:2790: checking for g++
configure:2806: found /usr/bin/g++
configure:2817: result: g++
configure:2844: checking for C++ compiler version
configure:2853: g++ --version >&5
g++ (Ubuntu 4.4.1-4ubuntu9) 4.4.1
Copyright (C) 2009 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:2864: $? = 0
configure:2853: g++ -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9)
configure:2864: $? = 0
configure:2853: g++ -V >&5
g++: '-V' option must have argument
configure:2864: $? = 1
configure:2853: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:2864: $? = 1
configure:2886: checking for C++ compiler default output file name
configure:2908: g++ conftest.cpp >&5
configure:2912: $? = 0
configure:2949: result: a.out
configure:2965: checking whether the C++ compiler works
configure:2974: ./a.out
configure:2978: $? = 0
configure:2993: result: yes
configure:3000: checking whether we are cross compiling
configure:3002: result: no
configure:3005: checking for suffix of executables
configure:3012: g++ -o conftest conftest.cpp >&5
configure:3016: $? = 0
configure:3038: result:
configure:3044: checking for suffix of object files
configure:3066: g++ -c conftest.cpp >&5
configure:3070: $? = 0
configure:3091: result: o
configure:3095: checking whether we are using the GNU C++ compiler
configure:3114: g++ -c conftest.cpp >&5
configure:3114: $? = 0
configure:3123: result: yes
configure:3132: checking whether g++ accepts -g
configure:3152: g++ -c -g conftest.cpp >&5
configure:3152: $? = 0
configure:3193: result: yes
configure:3221: checking how to run the C++ preprocessor
configure:3248: g++ -E conftest.cpp
configure:3248: $? = 0
configure:3262: g++ -E conftest.cpp
conftest.cpp:9:28: error: ac_nonexistent.h: No such file or directory
configure:3262: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3287: result: g++ -E
configure:3307: g++ -E conftest.cpp
configure:3307: $? = 0
configure:3321: g++ -E conftest.cpp
conftest.cpp:9:28: error: ac_nonexistent.h: No such file or directory
configure:3321: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3386: checking for a BSD-compatible install
configure:3454: result: /usr/bin/install -c
configure:3512: checking for ranlib
configure:3528: found /usr/bin/ranlib
configure:3539: result: ranlib
configure:3610: checking for gcc
configure:3626: found /usr/bin/gcc
configure:3637: result: gcc
configure:3866: checking for C compiler version
configure:3875: gcc --version >&5
gcc (Ubuntu 4.4.1-4ubuntu9) 4.4.1
Copyright (C) 2009 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:3886: $? = 0
configure:3875: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9)
configure:3886: $? = 0
configure:3875: gcc -V >&5
gcc: '-V' option must have argument
configure:3886: $? = 1
configure:3875: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3886: $? = 1
configure:3890: checking whether we are using the GNU C compiler
configure:3909: gcc -c conftest.c >&5
configure:3909: $? = 0
configure:3918: result: yes
configure:3927: checking whether gcc accepts -g
configure:3947: gcc -c -g conftest.c >&5
configure:3947: $? = 0
configure:3988: result: yes
configure:4005: checking for gcc option to accept ISO C89
configure:4069: gcc -c -g -O2 conftest.c >&5
configure:4069: $? = 0
configure:4082: result: none needed
configure:4107: checking how to run the C preprocessor
configure:4138: gcc -E conftest.c
configure:4138: $? = 0
configure:4152: gcc -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:4152: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4177: result: gcc -E
configure:4197: gcc -E conftest.c
configure:4197: $? = 0
configure:4211: gcc -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:4211: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4240: Using C++ compiler: g++.
configure:4242: Using C compiler: gcc.
configure:4249: checking build system type
configure:4263: result: i686-pc-linux-gnu
configure:4283: checking host system type
configure:4296: result: i686-pc-linux-gnu
configure:4317: checking target system type
configure:4330: result: i686-pc-linux-gnu
configure:4438: checking whether build environment is sane
configure:4488: result: yes
configure:4629: checking for a thread-safe mkdir -p
configure:4668: result: /bin/mkdir -p
configure:4677: checking whether make sets $(MAKE)
configure:4699: result: yes
configure:4729: checking for style of include used by make
configure:4757: result: GNU
configure:4842: checking dependency style of gcc
configure:4952: result: gcc3
configure:4969: checking dependency style of g++
configure:5079: result: gcc3
configure:5122: checking for -pthread
configure:5138: g++ -c -Werror -pthread conftest.cpp >&5
configure:5138: $? = 0
configure:5151: result: yes
configure:5156: checking for libsocket
configure:5171: g++ -o conftest -g -O2 conftest.cpp -lnsl -lresolv -lsocket >&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure:5171: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:5183: result: no
configure:5186: checking for libutil
configure:5201: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:5201: $? = 0
configure:5213: result: yes
configure:5222: checking for dirent.h that defines DIR
configure:5241: g++ -c -g -O2 conftest.cpp >&5
configure:5241: $? = 0
configure:5249: result: yes
configure:5263: checking for library containing opendir
configure:5294: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:5294: $? = 0
configure:5311: result: none required
configure:5379: checking for grep that handles long lines and -e
configure:5437: result: /bin/grep
configure:5442: checking for egrep
configure:5504: result: /bin/grep -E
configure:5509: checking for ANSI C header files
configure:5529: g++ -c -g -O2 conftest.cpp >&5
configure:5529: $? = 0
configure:5602: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:5602: $? = 0
configure:5602: ./conftest
configure:5602: $? = 0
configure:5613: result: yes
configure:5621: checking for sys/wait.h that is POSIX.1 compatible
configure:5647: g++ -c -g -O2 conftest.cpp >&5
configure:5647: $? = 0
configure:5654: result: yes
configure:5667: checking for sys/types.h
configure:5667: g++ -c -g -O2 conftest.cpp >&5
configure:5667: $? = 0
configure:5667: result: yes
configure:5667: checking for sys/stat.h
configure:5667: g++ -c -g -O2 conftest.cpp >&5
configure:5667: $? = 0
configure:5667: result: yes
configure:5667: checking for stdlib.h
configure:5667: g++ -c -g -O2 conftest.cpp >&5
configure:5667: $? = 0
configure:5667: result: yes
configure:5667: checking for string.h
configure:5667: g++ -c -g -O2 conftest.cpp >&5
configure:5667: $? = 0
configure:5667: result: yes
configure:5667: checking for memory.h
configure:5667: g++ -c -g -O2 conftest.cpp >&5
configure:5667: $? = 0
configure:5667: result: yes
configure:5667: checking for strings.h
configure:5667: g++ -c -g -O2 conftest.cpp >&5
configure:5667: $? = 0
configure:5667: result: yes
configure:5667: checking for inttypes.h
configure:5667: g++ -c -g -O2 conftest.cpp >&5
configure:5667: $? = 0
configure:5667: result: yes
configure:5667: checking for stdint.h
configure:5667: g++ -c -g -O2 conftest.cpp >&5
configure:5667: $? = 0
configure:5667: result: yes
configure:5667: checking for unistd.h
configure:5667: g++ -c -g -O2 conftest.cpp >&5
configure:5667: $? = 0
configure:5667: result: yes
configure:5683: checking OS.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp:59:16: error: OS.h: No such file or directory
configure:5683: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <OS.h>
configure:5683: result: no
configure:5683: checking OS.h presence
configure:5683: g++ -E conftest.cpp
conftest.cpp:26:16: error: OS.h: No such file or directory
configure:5683: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <OS.h>
configure:5683: result: no
configure:5683: checking for OS.h
configure:5683: result: no
configure:5683: checking arpa/inet.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking arpa/inet.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for arpa/inet.h
configure:5683: result: yes
configure:5683: checking fcntl.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking fcntl.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for fcntl.h
configure:5683: result: yes
configure:5683: checking fenv.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking fenv.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for fenv.h
configure:5683: result: yes
configure:5683: checking float.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking float.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for float.h
configure:5683: result: yes
configure:5683: checking for inttypes.h
configure:5683: result: yes
configure:5683: checking limits.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking limits.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for limits.h
configure:5683: result: yes
configure:5683: checking malloc.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking malloc.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for malloc.h
configure:5683: result: yes
configure:5683: checking for memory.h
configure:5683: result: yes
configure:5683: checking netdb.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking netdb.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for netdb.h
configure:5683: result: yes
configure:5683: checking netinet/in.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking netinet/in.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for netinet/in.h
configure:5683: result: yes
configure:5683: checking stddef.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking stddef.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for stddef.h
configure:5683: result: yes
configure:5683: checking for stdint.h
configure:5683: result: yes
configure:5683: checking for stdlib.h
configure:5683: result: yes
configure:5683: checking for string.h
configure:5683: result: yes
configure:5683: checking sys/file.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking sys/file.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for sys/file.h
configure:5683: result: yes
configure:5683: checking sys/ioctl.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking sys/ioctl.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for sys/ioctl.h
configure:5683: result: yes
configure:5683: checking sys/param.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking sys/param.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for sys/param.h
configure:5683: result: yes
configure:5683: checking sys/socket.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking sys/socket.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for sys/socket.h
configure:5683: result: yes
configure:5683: checking sys/time.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking sys/time.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for sys/time.h
configure:5683: result: yes
configure:5683: checking for unistd.h
configure:5683: result: yes
configure:5683: checking values.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking values.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for values.h
configure:5683: result: yes
configure:5683: checking wchar.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking wchar.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for wchar.h
configure:5683: result: yes
configure:5683: checking wctype.h usability
configure:5683: g++ -c -g -O2 conftest.cpp >&5
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking wctype.h presence
configure:5683: g++ -E conftest.cpp
configure:5683: $? = 0
configure:5683: result: yes
configure:5683: checking for wctype.h
configure:5683: result: yes
configure:5700: checking linux/slab.h usability
configure:5700: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp:82:24: error: linux/slab.h: No such file or directory
configure:5700: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/slab.h>
configure:5700: result: no
configure:5700: checking linux/slab.h presence
configure:5700: g++ -E conftest.cpp
conftest.cpp:49:24: error: linux/slab.h: No such file or directory
configure:5700: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| /* end confdefs.h. */
| #include <linux/slab.h>
configure:5700: result: no
configure:5700: checking for linux/slab.h
configure:5700: result: no
configure:5700: checking linux/malloc.h usability
configure:5700: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp:82:26: error: linux/malloc.h: No such file or directory
configure:5700: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/malloc.h>
configure:5700: result: no
configure:5700: checking linux/malloc.h presence
configure:5700: g++ -E conftest.cpp
conftest.cpp:49:26: error: linux/malloc.h: No such file or directory
configure:5700: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| /* end confdefs.h. */
| #include <linux/malloc.h>
configure:5700: result: no
configure:5700: checking for linux/malloc.h
configure:5700: result: no
configure:5729: checking for vfscanf
configure:5729: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:5729: $? = 0
configure:5729: result: yes
configure:5729: checking for lstat
configure:5729: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:5729: $? = 0
configure:5729: result: yes
configure:5743: checking tr1/unordered_map usability
configure:5743: g++ -c -g -O2 conftest.cpp >&5
configure:5743: $? = 0
configure:5743: result: yes
configure:5743: checking tr1/unordered_map presence
configure:5743: g++ -E conftest.cpp
configure:5743: $? = 0
configure:5743: result: yes
configure:5743: checking for tr1/unordered_map
configure:5743: result: yes
configure:5757: checking for stdbool.h that conforms to C99
configure:5842: g++ -c -g -O2 conftest.cpp >&5
configure:5842: $? = 0
configure:5849: result: yes
configure:5851: checking for _Bool
configure:5851: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:88: error: '_Bool' was not declared in this scope
configure:5851: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_VFSCANF 1
| #define HAVE_LSTAT 1
| #define HAVE_TR1_UNORDERED_MAP 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof (_Bool))
| return 0;
| ;
| return 0;
| }
configure:5851: result: no
configure:5867: checking for an ANSI C-conforming const
configure:5932: g++ -c -g -O2 conftest.cpp >&5
configure:5932: $? = 0
configure:5939: result: yes
configure:5947: checking for inline
configure:5963: g++ -c -g -O2 conftest.cpp >&5
configure:5963: $? = 0
configure:5971: result: inline
configure:5989: checking for off_t
configure:5989: g++ -c -g -O2 conftest.cpp >&5
configure:5989: $? = 0
configure:5989: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:89: error: expected primary-expression before ')' token
configure:5989: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_VFSCANF 1
| #define HAVE_LSTAT 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
| return 0;
| ;
| return 0;
| }
configure:5989: result: yes
configure:6000: checking for pid_t
configure:6000: g++ -c -g -O2 conftest.cpp >&5
configure:6000: $? = 0
configure:6000: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:89: error: expected primary-expression before ')' token
configure:6000: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_VFSCANF 1
| #define HAVE_LSTAT 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:6000: result: yes
configure:6011: checking for C/C++ restrict keyword
configure:6036: g++ -c -g -O2 conftest.cpp >&5
configure:6036: $? = 0
configure:6044: result: __restrict
configure:6057: checking for size_t
configure:6057: g++ -c -g -O2 conftest.cpp >&5
configure:6057: $? = 0
configure:6057: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:90: error: expected primary-expression before ')' token
configure:6057: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_VFSCANF 1
| #define HAVE_LSTAT 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:6057: result: yes
configure:6068: checking whether time.h and sys/time.h may both be included
configure:6088: g++ -c -g -O2 conftest.cpp >&5
configure:6088: $? = 0
configure:6095: result: yes
configure:6103: checking whether struct tm is in sys/time.h or time.h
configure:6123: g++ -c -g -O2 conftest.cpp >&5
configure:6123: $? = 0
configure:6130: result: time.h
configure:6138: checking for working volatile
configure:6157: g++ -c -g -O2 conftest.cpp >&5
configure:6157: $? = 0
configure:6164: result: yes
configure:6172: checking for ptrdiff_t
configure:6172: g++ -c -g -O2 conftest.cpp >&5
configure:6172: $? = 0
configure:6172: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:91: error: expected primary-expression before ')' token
configure:6172: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_VFSCANF 1
| #define HAVE_LSTAT 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ptrdiff_t)))
| return 0;
| ;
| return 0;
| }
configure:6172: result: yes
configure:6185: checking whether closedir returns void
configure:6209: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:6209: $? = 0
configure:6209: ./conftest
configure:6209: $? = 0
configure:6219: result: no
configure:6227: checking for error_at_line
configure:6243: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:6243: $? = 0
configure:6251: result: yes
configure:6264: checking vfork.h usability
configure:6264: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp:89:19: error: vfork.h: No such file or directory
configure:6264: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_VFSCANF 1
| #define HAVE_LSTAT 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_PTRDIFF_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:6264: result: no
configure:6264: checking vfork.h presence
configure:6264: g++ -E conftest.cpp
conftest.cpp:56:19: error: vfork.h: No such file or directory
configure:6264: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_VFSCANF 1
| #define HAVE_LSTAT 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_PTRDIFF_T 1
| /* end confdefs.h. */
| #include <vfork.h>
configure:6264: result: no
configure:6264: checking for vfork.h
configure:6264: result: no
configure:6277: checking for fork
configure:6277: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:6277: $? = 0
configure:6277: result: yes
configure:6277: checking for vfork
configure:6277: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:6277: $? = 0
configure:6277: result: yes
configure:6288: checking for working fork
configure:6310: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:6310: $? = 0
configure:6310: ./conftest
configure:6310: $? = 0
configure:6320: result: yes
configure:6341: checking for working vfork
configure:6451: result: yes
configure:6477: checking whether gcc needs -traditional
configure:6511: result: no
configure:6518: checking whether lstat dereferences a symlink specified with a trailing slash
configure:6544: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:6544: $? = 0
configure:6544: ./conftest
configure:6544: $? = 0
configure:6561: result: yes
configure:6580: checking whether lstat accepts an empty string
configure:6600: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:6600: $? = 0
configure:6600: ./conftest
configure:6600: $? = 0
configure:6610: result: no
configure:6626: checking whether lstat dereferences a symlink specified with a trailing slash
configure:6669: result: yes
configure:6690: checking for stdlib.h
configure:6690: result: yes
configure:6700: checking for GNU libc compatible malloc
configure:6724: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:6724: $? = 0
configure:6724: ./conftest
configure:6724: $? = 0
configure:6734: result: yes
configure:6755: checking for working memcmp
configure:6798: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:6798: $? = 0
configure:6798: ./conftest
configure:6798: $? = 0
configure:6808: result: yes
configure:6823: checking for sys/time.h
configure:6823: result: yes
configure:6823: checking for unistd.h
configure:6823: result: yes
configure:6845: checking for alarm
configure:6845: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
configure:6845: $? = 0
configure:6845: result: yes
configure:6859: checking for working mktime
configure:7064: g++ -o conftest -g -O2 conftest.cpp -lutil >&5
conftest.cpp:100: warning: deprecated conversion from string constant to 'char*'
conftest.cpp:100: warning: deprecated conversion from string constant to 'char*'
conftest.cpp:100: warning: deprecated conversion from string constant to 'char*'
conftest.cpp: In function 'int spring_forward_gap()':
conftest.cpp:115: warning: deprecated conversion from string constant to 'char*'
conftest.cpp: At global scope:
conftest.cpp:128: error: 'now' was not declared in this scope
conftest.cpp:129: error: expected ',' or ';' before 'time_t'
conftest.cpp:130: error: expected unqualified-id before '{' token
conftest.cpp:136: error: 'now' was not declared in this scope
conftest.cpp:137: error: expected ',' or ';' before 'time_t'
conftest.cpp:138: error: expected unqualified-id before '{' token
conftest.cpp:161: error: 'j' was not declared in this scope
conftest.cpp:162: error: expected ',' or ';' before 'int'
conftest.cpp:163: error: expected unqualified-id before '{' token
configure:7064: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.4"
| #define PACKAGE_STRING "vegastrike 0.4.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.4"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_VFSCANF 1
| #define HAVE_LSTAT 1
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| /* end confdefs.h. */
| /* Test program from Paul Eggert and Tony Leneis. */
| #ifdef TIME_WITH_SYS_TIME
| # include <sys/time.h>
| # include <time.h>
| #else
| # ifdef HAVE_SYS_TIME_H
| # include <sys/time.h>
| # else
| # include <time.h>
| # endif
| #endif
|
| #include <limits.h>
| #include <stdlib.h>
|
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #ifndef HAVE_ALARM
| # define alarm(X) /* empty */
| #endif
|
| /* Work around redefinition to rpl_putenv by other config tests. */
| #undef putenv
|
| static time_t time_t_max;
| static time_t time_t_min;
|
| /* Values we'll use to set the TZ environment variable. */
| static char *tz_strings[] = {
| (char *) 0, "TZ=GMT0", "TZ=JST-9",
| "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
| };
| #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
|
| /* Return 0 if mktime fails to convert a date in the spring-forward gap.
| Based on a problem report from Andreas Jaeger. */
| static int
| spring_forward_gap ()
| {
| /* glibc (up to about 1998-10-07) failed this test. */
| struct tm tm;
|
| /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
| instead of "TZ=America/Vancouver" in order to detect the bug even
| on systems that don't support the Olson extension, or don't have the
| full zoneinfo tables installed. */
| putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
|
| tm.tm_
View user's profile Send private message
  
tlangas
Space Salvage
Space Salvage

Joined: 23 Feb 2010
Posts: 21
Reply with quote
JsnMtth wrote:
Could you post the output of the following commands?
Code:

dpkg-query -l|grep openal
ldconfig -p|grep openal


The first one lists what packages are installed with "openal" in the package name, the second will list what libraries are being found for the linker to link to, and where they are.

Lastly ... you are trying to compile the latest SVN version right? I think we can get it compiled on your system without having to do a re-install. Hopefully with sound too. Smile


Here is my output:
Code:

dpkg-query -l|grep openal
ii  libopenal-dev                              1:1.8.466-2                                Software implementation of the OpenAL API (d
ii  libopenal1                                 1:1.8.466-2                                Software implementation of the OpenAL API (s


Code:

ldconfig -p|grep openal
libopenal.so.1 (libc6) => /usr/lib/libopenal.so.1
libopenal.so (libc6) => /usr/lib/libopenal.so
View user's profile Send private message
  
chuck_starchaser
SecretOps
SecretOps

Joined: 21 Jun 2007
Posts: 6291
Reply with quote
tlangas wrote:
chuck_starchaser wrote:
Don't worry about AUDLoadSoundFile; that should take care of itself if you have the requirements installed.
You just need to,
Code:
> sudo aptitude install openal
.............
> sudo aptitude install openal-devel
.............
> (etceteras for all the requirements)


I manually did each one using aptitude instead of apt-get. cannot find the following:
    openal
    openal-devel
    expat-devel ( I could find expat and not the devel?)
    libjpeg
    libjpeg-devel ( Installed libjpeg-dev instead)
    opengl (installed libtiff-opengl)
    glut (installed libglut3)
    glut-devel (installed libglut3-dev instead)
    libgtk2.0 (installed libgtk2.0-0)
    libgtk-devel (installed libgtk2.0-dev)


Still does not work. Can you provide the exact filename for the Ubuntu repositories?

You NEED all the requirements in place before you can build. If there is ONE package not found, then it is a waste
of time to try to build; it simply won't.
So, let's work on making sure that ALL the requirements are installed, first; shall we?
As for your question about repositories, I don't know; aptitude found them all for me, IIRC, and I don't know
much about it. Maybe someone else can figure that out.


Last edited by chuck_starchaser on Wed Feb 24, 2010 5:41 pm; edited 1 time in total

_________________
WCpedia --The Wing Commander Encyclopedia
WC Nexus forum, the Moonbase Tycho of WC fans.
View user's profile Send private message
  
tlangas
Space Salvage
Space Salvage

Joined: 23 Feb 2010
Posts: 21
Reply with quote
For the latest SVN doload I followed the steps in this first post http://wcjunction.com/phpBB2/viewtopic.php?t=321
View user's profile Send private message
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 3 of 5  

  
  
 Reply to topic