Help installing Vega Strike in Mint 13 KDE 64bit

Just downloaded Vega Strike and need help? Have a question but don't know where to start? Ask here.
Post Reply
Orn
Star Pilot
Star Pilot
Posts: 7
Joined: Sun Oct 28, 2012 3:40 pm

Help installing Vega Strike in Mint 13 KDE 64bit

Post by Orn »

I'm having quite a bit of headache installing Vega strike on mint 13 kde 64bit. I downloaded the tar file from the sourceforge page.
This is what I did in the terminal.

Code: Select all

ornim@ornim-desktop ~/Documents/vega $ sudo chmod +x vsinstall.sh
ornim@ornim-desktop ~/Documents/vega $ sudo ./vsinstall.sh
                     ==== VEGA STRIKE 0.5.0 ====


I am installing 64-bit binaries.

This script needs your password to link the following commands 
 into '/usr/bin': vegastrike vegaserver vssetup mesher

Do you wish to grant administrator access to install these binaries?
Type yes or no: y
Installation successful!

Do you want to run 'vssetup'? [yes]/no? yes
./vsinstall.sh: line 108: vssetup: command not found
Settings should now be configured.

Type 'vegastrike' at a terminal to play VS!  Press any key to exit.
After opening a new terminal this was the result.

Code: Select all

ornim@ornim-desktop ~ $ vegastrike
vegastrike: command not found
Any help would be greatly appreciated.
klauss
Elite
Elite
Posts: 7243
Joined: Mon Apr 18, 2005 2:40 pm
Location: LS87, Buenos Aires, República Argentina

Re: Help installing Vega Strike in Mint 13 KDE 64bit

Post by klauss »

Ehm... I don't think vsinstall is being maintained.

You should follow the instructions in the wiki for building, and the ones in the release announcement to set up the data packages.

I'm thinking, next release we must include instructions in the tarballs.
Oíd mortales, el grito sagrado...
Call me "Menes, lord of Cats"
Wing Commander Universe
Orn
Star Pilot
Star Pilot
Posts: 7
Joined: Sun Oct 28, 2012 3:40 pm

Re: Help installing Vega Strike in Mint 13 KDE 64bit

Post by Orn »

thanks klauss for the response, I tried with cmake now I'm getting the dreaded CmakeLists error

steps I took

Code: Select all

ornim@ornim-desktop ~/Documents/vega $ mkdir build
ornim@ornim-desktop ~/Documents/vega $ cd build
ornim@ornim-desktop ~/Documents/vega/build $ ccmake ..
afterwards

Code: Select all

CMake Error: The source directory "/home/ornim/Documents/vega" does not appear to contain
 CMakeLists.txt.
 Specify --help for usage, or press the help button on the CMake GUI.
klauss
Elite
Elite
Posts: 7243
Joined: Mon Apr 18, 2005 2:40 pm
Location: LS87, Buenos Aires, República Argentina

Re: Help installing Vega Strike in Mint 13 KDE 64bit

Post by klauss »

That doesn't seem right. Which package did you download (sources or data)? Was it downloaded correctly? Does its checksum check out alright?
Oíd mortales, el grito sagrado...
Call me "Menes, lord of Cats"
Wing Commander Universe
Orn
Star Pilot
Star Pilot
Posts: 7
Joined: Sun Oct 28, 2012 3:40 pm

Re: Help installing Vega Strike in Mint 13 KDE 64bit

Post by Orn »

I downloaded the data files namely this "vegastrike-data-0.5.1.r1.tar.bz2". Checksum checks out okay. Did I do something wrong?


okay I now downloaded the source files "vegastrike-src-0.5.1.r1.tar.bz2"

and followed the cmake instructions now this shows up

Code: Select all

 

 ++ Using Internal Boost

 ++ OpenGL found :
 /usr/lib/x86_64-linux-gnu/libGLU.so;/usr/lib/x86_64-linux-gnu/libGL.so;/usr/lib/x86_64-linux-gnu/libSM.so;/usr/lib/x86_64-linux-gnu/libICE.so;/usr/lib/x86_
 64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so

 ++ GLUT found : /usr/lib/x86_64-linux-gnu/libglut.so;/usr/lib/x86_64-linux-gnu/libXmu.so;/usr/lib/x86_64-linux-gnu/libXi.so

 ++ Found OpenAL

 ++ SDL Found

 CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message):
   A required package was not found
 Call Stack (most recent call first):
   /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
   FindFFMPEG.cmake:25 (pkg_check_modules)
   CMakeLists.txt:831 (find_package)



 CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message):
   A required package was not found
 Call Stack (most recent call first):
   /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
   FindFFMPEG.cmake:72 (pkg_check_modules)
   CMakeLists.txt:831 (find_package)



 CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message):
   A required package was not found
 Call Stack (most recent call first):
   /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
   FindFFMPEG.cmake:120 (pkg_check_modules)
   CMakeLists.txt:831 (find_package)



 -- FFMPEG Not Found

 -- Ogre Not Found: compiling without

 -- Compiling mesh_tool without OgreMesh support: Ogre not found

 Default build type is Release, no cpu opts enabled.
klauss
Elite
Elite
Posts: 7243
Joined: Mon Apr 18, 2005 2:40 pm
Location: LS87, Buenos Aires, República Argentina

Re: Help installing Vega Strike in Mint 13 KDE 64bit

Post by klauss »

What? FFmpeg isn't "required"...

Another bug in CMakeLists... anyway, if you do install ffmpeg, you should have no problem.
Oíd mortales, el grito sagrado...
Call me "Menes, lord of Cats"
Wing Commander Universe
Orn
Star Pilot
Star Pilot
Posts: 7
Joined: Sun Oct 28, 2012 3:40 pm

Re: Help installing Vega Strike in Mint 13 KDE 64bit

Post by Orn »

FFmpeg still didn't solve the problem I'm still getting the same error as before
klauss
Elite
Elite
Posts: 7243
Joined: Mon Apr 18, 2005 2:40 pm
Location: LS87, Buenos Aires, República Argentina

Re: Help installing Vega Strike in Mint 13 KDE 64bit

Post by klauss »

Are you sure you installed the devel package? It should work with the devel package installed.
Oíd mortales, el grito sagrado...
Call me "Menes, lord of Cats"
Wing Commander Universe
Orn
Star Pilot
Star Pilot
Posts: 7
Joined: Sun Oct 28, 2012 3:40 pm

Re: Help installing Vega Strike in Mint 13 KDE 64bit

Post by Orn »

yes I did, does it have do with the fact that the OS is 64bit?
klauss
Elite
Elite
Posts: 7243
Joined: Mon Apr 18, 2005 2:40 pm
Location: LS87, Buenos Aires, República Argentina

Re: Help installing Vega Strike in Mint 13 KDE 64bit

Post by klauss »

I don't think so. Post the messages again, maybe they only look the same.
Oíd mortales, el grito sagrado...
Call me "Menes, lord of Cats"
Wing Commander Universe
Orn
Star Pilot
Star Pilot
Posts: 7
Joined: Sun Oct 28, 2012 3:40 pm

Re: Help installing Vega Strike in Mint 13 KDE 64bit

Post by Orn »

this is the messaged for the devel packages

Code: Select all


ornim@ornim-desktop ~ $ sudo apt-get install libpng12-0 libpng12-dev python-dev libexpat1-dev     \
>         libjpeg62-dev freeglut3-dev libopenal-dev libgtk2.0-dev libogg-dev libvorbis-dev \
>         build-essential libgl1-mesa-dev automake autoconf libsdl1.2-dev
[sudo] password for ornim: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
autoconf is already the newest version.
automake is already the newest version.
libgtk2.0-dev is already the newest version.
libjpeg62-dev is already the newest version.
libogg-dev is already the newest version.
libopenal-dev is already the newest version.
libpng12-0 is already the newest version.
libpng12-dev is already the newest version.
libsdl1.2-dev is already the newest version.
libvorbis-dev is already the newest version.
python-dev is already the newest version.
build-essential is already the newest version.
freeglut3-dev is already the newest version.
libexpat1-dev is already the newest version.
libgl1-mesa-dev is already the newest version.
The following packages were automatically installed and are no longer required:
  language-pack-gnome-en-base language-pack-gnome-en dh-apparmor html2text libmail-sendmail-perl
  libsys-hostname-long-perl
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded.

I seem to be the only one having the problem
klauss
Elite
Elite
Posts: 7243
Joined: Mon Apr 18, 2005 2:40 pm
Location: LS87, Buenos Aires, República Argentina

Re: Help installing Vega Strike in Mint 13 KDE 64bit

Post by klauss »

I meant the error messages ccmake spits out, where it says what's missing.
Oíd mortales, el grito sagrado...
Call me "Menes, lord of Cats"
Wing Commander Universe
Orn
Star Pilot
Star Pilot
Posts: 7
Joined: Sun Oct 28, 2012 3:40 pm

Re: Help installing Vega Strike in Mint 13 KDE 64bit

Post by Orn »

its the same error as before
klauss
Elite
Elite
Posts: 7243
Joined: Mon Apr 18, 2005 2:40 pm
Location: LS87, Buenos Aires, República Argentina

Re: Help installing Vega Strike in Mint 13 KDE 64bit

Post by klauss »

Um... svn up and check again (I made ffmpeg not required in FindFFMPEG)
Oíd mortales, el grito sagrado...
Call me "Menes, lord of Cats"
Wing Commander Universe
Post Reply