Installing VegaStrike 1.4D on Mandrake 9.2

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
michaelmcw
Atmospheric Pilot
Atmospheric Pilot
Posts: 1
Joined: Fri Mar 05, 2004 9:40 pm
Contact:

Installing VegaStrike 1.4D on Mandrake 9.2

Post by michaelmcw »

Here is a log of my install,

[michael@localhost michael]$ cd v
vegastrike-0.4.1-installer vegastrike-0.4.1-installer.tar.bz2
[michael@localhost michael]$ cd vegastrike-0.4.1-installer
[michael@localhost vegastrike-0.4.1-installer]$ sh setup.sh
autoconf: Undefined macros:
configure.in:1029:AC_ARG_WITH(al-inc, AC_HELP_STRING([--with-al-inc=DIR], [OpenAL header file location]))
configure.in:1100:dnl AC_ARG_ENABLE(crypto, AC_HELP_STRING([--enable-crypto], [Enable crypto++ library support]), [CRYPTO="1"])
configure.in:1103: AC_HELP_STRING([--enable-crypto=VERSION],
configure.in:1188: AC_HELP_STRING([--enable-netcomm=TYPE],
configure.in:121:AC_ARG_ENABLE(ggdb3, AC_HELP_STRING([--enable-ggdb3], [Add the -ggdb3 compiler flag.]), DEBUG_FLAGS="-ggdb3")
configure.in:131:AC_ARG_ENABLE(debug, AC_HELP_STRING([--enable-debug], [Produce an executable with debugging symbols]), [TR_CFLAGS="$DEBUG_FLAGS -Wall "; TR_CXXFLAGS="$DEBUG_FLAGS -Wall"])
configure.in:133:AC_ARG_ENABLE(debug-rel, AC_HELP_STRING([--enable-debug-rel], [Produce an executable with debugging symbols and optimizations]), [TR_CFLAGS="$DEBUG_FLAGS -O2 -Wall -ffast-math $TR_ALIGN $USER_FLAGS"; TR_CXXFLAGS="$DEBUG_FLAGS -Wall -O2 -ffast-math $TR_ALIGN $USER_FLAGS"])
configure.in:135: AC_ARG_ENABLE(profile, AC_HELP_STRING([--enable-profile], [Produce a profiled executable]), [TR_CFLAGS="$DEBUG_FLAGS -pg $USER_FLAGS"; TR_CXXFLAGS="$DEBUG_FLAGS -pg $USER_FLAGS"])
configure.in:1370:AC_ARG_ENABLE(netcomm, AC_HELP_STRING([--enable-winsock2], [Enable winsock2 support instead of winsock1 under win32]), [TR_CFLAGS="$TR_CFLAGS -D_WIN32_WINNT=0x0400"; echo "Using winsock 2 support"])
configure.in:1378:AC_ARG_ENABLE(stencil-buffer, AC_HELP_STRING([--enable-stencil-buffer], [Use if your hardware has a stencil buffer]),TR_CPPFLAGS="$TR_CPPFLAGS -DUSE_STENCIL_BUFFER=1")
configure.in:137:AC_ARG_ENABLE(debug-profile, AC_HELP_STRING([--enable-debug-profile], [Produce a profiled, debuggable, and optimized executable]), [TR_CFLAGS="$DEBUG_FLAGS -O2 -Wall -ffast-math -pg $TR_ALIGN $USER_FLAGS"; TR_CXXFLAGS="$DEBUG_FLAGS -O2 -Wall -ffast-math -pg $TR_ALIGN $USER_FLAGS"])
configure.in:1380:AC_ARG_ENABLE(nvidia-cg, AC_HELP_STRING([--enable-nvidia-cg],
configure.in:1386:AC_ARG_WITH(data-dir, AC_HELP_STRING([--with-data-dir=PATH], [Default vegastrike data directory]),TR_CPPFLAGS="$TR_CPPFLAGS -DDATA_DIR=\\\"$withval\\\"")
configure.in:1397:AC_ARG_ENABLE(boost-128, AC_HELP_STRING([--enable-boost-128], [Use if your compiler has trouble with boost-129]),TESTUSEBOOST129="0")
configure.in:1398:AC_ARG_ENABLE(boost-129, AC_HELP_STRING([--enable-boost-129], [Use if your compiler has trouble with boost-128]),TESTUSEBOOST129="1")
configure.in:139:AC_ARG_ENABLE(pedantic, AC_HELP_STRING([--enable-pedantic], [Enable -pedantic (and -ansi for C) modes]), TR_CFLAGS="$TR_CFLAGS -ansi -pedantic"; TR_CXXFLAGS="$TR_CXXFLAGS -pedantic")
configure.in:1416: AC_HELP_STRING([--enable-net-threads=TYPE], [TYPE=none (default), posix]),
configure.in:141:AC_ARG_ENABLE(macosx_bundle, AC_HELP_STRING([--enable-macosx-bundle], [Produce a MacOSX bundle executable]), [TR_CPPFLAGS="$TR_CPPFLAGS -DWITH_MACOSX_BUNDLE=1";])
configure.in:369:AC_ARG_ENABLE(car, AC_HELP_STRING([--enable-car], [Produce an executable for car simulation]), [TR_CPPFLAGS="$TR_CPPFLAGS -DCAR_SIM "; echo "making car simulator"])
configure.in:374:AC_ARG_ENABLE(sdl, AC_HELP_STRING([--disable-sdl], [Use GLUT instead of SDL]), _sdl=$enableval)
configure.in:398:AC_ARG_ENABLE(sdl-windowing, AC_HELP_STRING([--disable-sdl-windowing], [Disable SDL's window management options]), sdl_windowing=$enableval)
configure.in:427:AC_ARG_WITH(gl-libs, AC_HELP_STRING([--with-gl-libs=DIR], [GL/MesaGL library location]))
configure.in:428:AC_ARG_WITH(gl-lib-name, AC_HELP_STRING([--with-gl-lib-name=NAME], [GL library name]))
configure.in:519:AC_ARG_WITH(glu-libs, AC_HELP_STRING([--with-glu-libs=DIR], [GLU/MesaGLU library location]))
configure.in:520:AC_ARG_WITH(glu-lib-name, AC_HELP_STRING([--with-glu-lib-name=NAME], [GLU library name]))
configure.in:604:AC_ARG_WITH(gl-inc, AC_HELP_STRING([--with-gl-inc=DIR], [OpenGL header file location]))
configure.in:63:AC_FUNC_FORK()
configure.in:690:AC_ARG_WITH(glut-libs, AC_HELP_STRING([--with-glut-libs=DIR], [Location of GLUT library]))
configure.in:739:AC_ARG_WITH(glut-inc, AC_HELP_STRING([--with-glut-inc=DIR], [Specify GLUT header file location]))
configure.in:765:AC_ARG_WITH(expat-libs, AC_HELP_STRING([--with-expat-libs=DIR], [Location of expat library]))
configure.in:804:AC_ARG_WITH(expat-inc, AC_HELP_STRING([--with-expat-inc=DIR], [Specify expat header file location]))
configure.in:832:AC_ARG_WITH(png-libs, AC_HELP_STRING([--with-png-libs=DIR], [Location of png library]))
configure.in:83:AC_ARG_ENABLE(flags, AC_HELP_STRING([--enable-flags=opts], [Set specific flags for the compiler]), userflags=$enableval)
configure.in:875:AC_ARG_WITH(png-inc, AC_HELP_STRING([--with-png-inc=DIR], [Specify png header file location]))
configure.in:910:AC_ARG_WITH(jpeg-libs, AC_HELP_STRING([--with-jpeg-libs=DIR], [Location of jpeg library]))
configure.in:949:AC_ARG_WITH(jpeg-inc, AC_HELP_STRING([--with-jpeg-inc=DIR], [Specify jpeg header file location]))
configure.in:982:AC_ARG_ENABLE(sound, AC_HELP_STRING([--disable-sound], [Disable allsound support]),sdl_sound=$enableval)
configure.in:984:AC_ARG_WITH(openal-libs, AC_HELP_STRING([--with-openal-libs=DIR], [Location of openal library]))
src/networking/Makefile.am:92: variable `liblowlevel' not defined
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking how to run the C++ preprocessor... c++ -E
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for fcntl.h... yes
checking for limits.h... yes
checking for malloc.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for working const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for inline... inline
checking for size_t... yes
checking for getcwd... yes
checking for gettimeofday... yes
checking for strdup... yes
checking for select... yes
checking for socket... yes
checking for strstr... yes
checking for access... yes
checking for lstat... yes
checking for finite... yes
checking for isnan... yes
checking for _finite... no
checking for _isnan... no
checking for ieeefp.h... no
checking for zlib.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for 8-bit clean memcmp... yes
Enabling user-specified flags:
checking for Win32 platform... no
checking for Linux platform... yes
checking for MacOSX platform... no
checking for python... configure: error: *** Python version 2.2 or later not found!
**WARNING** I hope you are running as a user account right now
** if not then please restart with a user... we will only switch to root to copy
make: *** No targets specified and no makefile found. Stop.
Compiling FleetYards... generalsh: line 1: gtk-config: command not found
centralsh: line 1: gtk-config: command not found
In file included from ../src/include/central.cpp:18:
../src/include/central.h:36:21: gtk/gtk.h: No such file or directory
In file included from ../src/include/central.h:37,
from ../src/include/central.cpp:18:
../src/include/display_gtk.h:26: error: `GtkWidget' was not declared in this scope
../src/include/display_gtk.h:26: error: `vbox' was not declared in this scope
../src/include/display_gtk.h:26: error: syntax error before `*' token
../src/include/display_gtk.h:27: error: `GtkWidget' was not declared in this scope
../src/include/display_gtk.h:27: error: `w' was not declared in this scope
../src/include/display_gtk.h:27: error: syntax error before `*' token
../src/include/display_gtk.h:29: error: syntax error before `*' token
In file included from ../src/include/central.cpp:18:
../src/include/central.h:63: error: syntax error before `*' token
../src/include/central.cpp: In function `void Start()':
../src/include/central.cpp:31: error: `gtk_main' undeclared (first use this function)
../src/include/central.cpp:31: error: (Each undeclared identifier is reported only once for each function it appears in.)
display_gtksh: line 1: gtk-config: command not found
In file included from ../src/include/display_gtk.h:22,
from ../src/include/display_gtk.cpp:18:
../src/include/central.h:36:21: gtk/gtk.h: No such file or directory
In file included from ../src/include/display_gtk.h:22,
from ../src/include/display_gtk.cpp:18:
../src/include/central.h:63: error: syntax error before `*' token
In file included from ../src/include/display_gtk.cpp:18:
../src/include/display_gtk.h:26: error: `GtkWidget' was not declared in this scope
../src/include/display_gtk.h:26: error: `vbox' was not declared in this scope
../src/include/display_gtk.h:26: error: syntax error before `*' token
../src/include/display_gtk.h:27: error: `GtkWidget' was not declared in this scope
../src/include/display_gtk.h:27: error: `w' was not declared in this scope
../src/include/display_gtk.h:27: error: syntax error before `*' token
../src/include/display_gtk.h:29: error: syntax error before `*' token
../src/include/display_gtk.cpp:27: error: syntax error before `*' token
../src/include/display_gtk.cpp: In function `void InitGraphics()':
../src/include/display_gtk.cpp:34: error: `window' undeclared (first use this function)
../src/include/display_gtk.cpp:34: error: (Each undeclared identifier is reported only once for each function it appears in.)
../src/include/display_gtk.cpp:34: error: `GTK_WINDOW_TOPLEVEL' undeclared (first use this function)
../src/include/display_gtk.cpp:34: error: `gtk_window_new' undeclared (first use this function)
../src/include/display_gtk.cpp:35: error: `GTK_WINDOW' undeclared (first use this function)
../src/include/display_gtk.cpp:35: error: `gtk_window_set_default_size' undeclared (first use this function)
../src/include/display_gtk.cpp:36: error: `gtk_window_set_title' undeclared (first use this function)
../src/include/display_gtk.cpp:38: error: `GTK_OBJECT' undeclared (first use this function)
../src/include/display_gtk.cpp:38: error: `gtk_exit' undeclared (first use this function)
../src/include/display_gtk.cpp:38: error: `GTK_SIGNAL_FUNC' undeclared (first use this function)
../src/include/display_gtk.cpp:38: error: `gtk_signal_connect' undeclared (first use this function)
../src/include/display_gtk.cpp:41: error: `GTK_CONTAINER' undeclared (first use this function)
../src/include/display_gtk.cpp:41: error: `gtk_container_set_border_width' undeclared (first use this function)
../src/include/display_gtk.cpp:43: error: `main_vbox' undeclared (first use this function)
../src/include/display_gtk.cpp:43: error: `FALSE' undeclared (first use this function)
../src/include/display_gtk.cpp:43: error: `gtk_vbox_new' undeclared (first use this function)
../src/include/display_gtk.cpp:44: error: `gtk_container_border_width' undeclared (first use this function)
../src/include/display_gtk.cpp:45: error: `gtk_container_add' undeclared (first use this function)
../src/include/display_gtk.cpp:47: error: `GtkWidget' undeclared (first use this function)
../src/include/display_gtk.cpp:47: error: `lbl' undeclared (first use this function)
../src/include/display_gtk.cpp:47: error: `gtk_label_new' undeclared (first use this function)
../src/include/display_gtk.cpp:49: error: `gtk_widget_show' undeclared (first use this function)
../src/include/display_gtk.cpp:51: error: `gtk_widget_realize' undeclared (first use this function)
../src/include/display_gtk.cpp: In function `void myexit(int)':
../src/include/display_gtk.cpp:61: error: `gtk_exit' undeclared (first use this function)
../src/include/display_gtk.cpp: In function `void ShowMain()':
../src/include/display_gtk.cpp:68: error: `hbox' undeclared (first use this function)
../src/include/display_gtk.cpp:68: error: `vbox' undeclared (first use this function)
../src/include/display_gtk.cpp:68: error: `label' undeclared (first use this function)
../src/include/display_gtk.cpp:68: error: `button' undeclared (first use this function)
../src/include/display_gtk.cpp:77: error: `gtk_hbox_new' undeclared (first use this function)
../src/include/display_gtk.cpp:79: error: `gtk_vbox_new' undeclared (first use this function)
../src/include/display_gtk.cpp:80: error: `gtk_label_new' undeclared (first use this function)
../src/include/display_gtk.cpp:81: error: `GTK_CONTAINER' undeclared (first use this function)
../src/include/display_gtk.cpp:81: error: `gtk_container_add' undeclared (first use this function)
../src/include/display_gtk.cpp:82: error: `gtk_widget_show' undeclared (first use this function)
../src/include/display_gtk.cpp:83: error: `menu' undeclared (first use this function)
../src/include/display_gtk.cpp:83: error: `gtk_option_menu_new' undeclared (first use this function)
../src/include/display_gtk.cpp:84: error: `my_menu' undeclared (first use this function)
../src/include/display_gtk.cpp:84: error: `gtk_menu_new' undeclared (first use this function)
../src/include/display_gtk.cpp:86: error: `GTK_OPTION_MENU' undeclared (first use this function)
../src/include/display_gtk.cpp:86: error: `gtk_option_menu_set_menu' undeclared (first use this function)
../src/include/display_gtk.cpp:96: error: `gtk_option_menu_set_history' undeclared (first use this function)
../src/include/display_gtk.cpp:118: error: `gtk_button_new_with_label' undeclared (first use this function)
../src/include/display_gtk.cpp:119: error: `GTK_OBJECT' undeclared (first use this function)
../src/include/display_gtk.cpp:119: error: `GTK_SIGNAL_FUNC' undeclared (first use this function)
../src/include/display_gtk.cpp:119: error: `gtk_signal_connect' undeclared (first use this function)
../src/include/display_gtk.cpp: At global scope:
../src/include/display_gtk.cpp:131: error: syntax error before `*' token
../src/include/display_gtk.cpp: In function `void AddCats(...)':
../src/include/display_gtk.cpp:139: error: syntax error before `,' token
../src/include/display_gtk.cpp:152: error: `gtk_widget_show' undeclared (first use this function)
../src/include/display_gtk.cpp:153: error: `GTK_MENU' undeclared (first use this function)
../src/include/display_gtk.cpp:153: error: `gtk_menu_append' undeclared (first use this function)
../src/include/display_gtk.cpp:154: error: 'struct catagory' has no member named 'button'
../src/include/display_gtk.cpp:155: error: `GTK_OBJECT' undeclared (first use this function)
../src/include/display_gtk.cpp:155: error: `GTK_SIGNAL_FUNC' undeclared (first use this function)
../src/include/display_gtk.cpp:155: error: `gtk_signal_connect' undeclared (first use this function)
../src/include/display_gtk.cpp:134: warning: unused variable `int length'
../src/include/display_gtk.cpp:133: warning: unused variable `char*new_text'
../src/include/display_gtk.cpp: At global scope:
../src/include/display_gtk.cpp:156: error: syntax error before `while'
../src/include/display_gtk.cpp:159: error: `w' was not declared in this scope
../src/include/display_gtk.cpp:159: error: syntax error before `*' token
../src/include/display_gtk.cpp: In function `void ClickButton(...)':
../src/include/display_gtk.cpp:166: error: `CUR' undeclared (first use this function)
filesh: line 1: gtk-config: command not found
In file included from ../src/include/file.h:22,
from ../src/include/file.cpp:19:
../src/include/central.h:36:21: gtk/gtk.h: No such file or directory
In file included from ../src/include/central.h:37,
from ../src/include/file.h:22,
from ../src/include/file.cpp:19:
../src/include/display_gtk.h:26: error: `GtkWidget' was not declared in this scope
../src/include/display_gtk.h:26: error: `vbox' was not declared in this scope
../src/include/display_gtk.h:26: error: syntax error before `*' token
../src/include/display_gtk.h:27: error: `GtkWidget' was not declared in this scope
../src/include/display_gtk.h:27: error: `w' was not declared in this scope
../src/include/display_gtk.h:27: error: syntax error before `*' token
../src/include/display_gtk.h:29: error: syntax error before `*' token
In file included from ../src/include/file.h:22,
from ../src/include/file.cpp:19:
../src/include/central.h:63: error: syntax error before `*' token
../src/include/file.cpp: In function `void LoadConfig()':
../src/include/file.cpp:155: error: 'struct catagory' has no member named 'button'

setup... Buildingsh: line 1: gtk-config: command not found
In file included from ../src/c/setup.cpp:18:
../src/include/central.h:36:21: gtk/gtk.h: No such file or directory
In file included from ../src/include/central.h:37,
from ../src/c/setup.cpp:18:
../src/include/display_gtk.h:26: error: `GtkWidget' was not declared in this scope
../src/include/display_gtk.h:26: error: `vbox' was not declared in this scope
../src/include/display_gtk.h:26: error: syntax error before `*' token
../src/include/display_gtk.h:27: error: `GtkWidget' was not declared in this scope
../src/include/display_gtk.h:27: error: `w' was not declared in this scope
../src/include/display_gtk.h:27: error: syntax error before `*' token
../src/include/display_gtk.h:29: error: syntax error before `*' token
In file included from ../src/c/setup.cpp:18:
../src/include/central.h:63: error: syntax error before `*' token
../src/c/setup.cpp: In function `int main(int, char**)':
../src/c/setup.cpp:64: error: `gtk_init' undeclared (first use this function)
../src/c/setup.cpp:64: error: (Each undeclared identifier is reported only once for each function it appears in.)
Linkingsh: line 1: gtk-config: command not found
g++: ../src/c/setup.o: No such file or directory
g++: ../src/include/central.o: No such file or directory
g++: ../src/include/display_gtk.o: No such file or directory
g++: ../src/include/file.o: No such file or directory
Done

Time Elapsed: 10 second
mv: cannot stat `../vegastrike/src/vegastrike': No such file or directory
cp: cannot stat `../vegastrike/src/networking/soundserver': No such file or directory
cp: cannot stat `../vegastrike/launcher/vslauncher': No such file or directory
ok I need to be root now please enter your password (edit root-setup.sh to see what the script does if you are rightfully careful.)
Password:
Sorry, try again.
Password:
Sorry, try again.
Password:
Sorry, try again.
sudo: 3 incorrect password attempts
if you see a prompt now, that means you don't have su installed, type root password
Password:
../root-setup.sh: line 2: cd: data: No such file or directory
install: cannot stat `./vegastrike': No such file or directory
install: cannot stat `./vslauncher': No such file or directory
mkdir: cannot create directory `/usr/local/man/man1': No such file or directory
install: cannot create regular file `/usr/local/man/man1/vegastrike.1': No such file or directory
install: cannot create regular file `/usr/local/man/man1/vslauncher.1': No such file or directory
install: cannot create regular file `/usr/local/man/man1/vsinstall.1': No such file or directory
install: cannot create regular file `/usr/local/man/man1/vssetup.1': No such file or directory
mkdir: cannot create directory `/usr': File exists
mkdir: cannot create directory `/usr/local': File exists
mkdir: cannot create directory `/usr/local/share': File exists
mkdir: cannot create directory `/usr/local/share/vegastrike': File exists
cp: cannot stat `data': No such file or directory
run vsinstall to setup your account
then run vslauncher to start Vega Strike
[michael@localhost vegastrike-0.4.1-installer]$
[/quote]
ace123
Lead Network Developer
Lead Network Developer
Posts: 2560
Joined: Sun Jan 12, 2003 9:13 am
Location: Palo Alto CA
Contact:

Post by ace123 »

You need python-2.2.1 (and python-2.2.1-dev[el]) packages (not sure of the exact name)
Also you might need GTk
Post Reply