I have libboost-dev installed.
How do i pass it as an argument?
HOWTO: TA Spring Linux SVN Startup
Moderator: Moderators
- clericvash
- Posts: 1394
- Joined: 05 Oct 2004, 01:05
-
- Posts: 1
- Joined: 08 Jul 2007, 05:55
cannot start game
I have downloaded the source codes and compiled them successfully. Then I have downloaded the required files and set the environment as stated in SetupGuide or the first post of this topic. But when I run the binary, the program exited after selecting mods with the following error:
The line and column depending on the selection I made.
There are also two warnings:
My system is:
- Ubuntu Breezy
- SDL-1.2.11
- boost_1_34_0
- openal-0.0.8
- glew-1.4.0
- DevIL-1.6.8
- Python 2.4.2 (from ubuntu)
- source: spring_0.74b3_src.tar.bz2 / spring_0.74b2_src.tar.bz2 / also from svn
- data: spring-linux-data-0.74b1.tar.bz2
- maps: Mars.sd7, SmallDivide.sd7
- mods: XTAPE.sd7, NanoBlobs064.sdz, Classic_TA_56.sd7
I have been googling and still found no answer. Is there anything wrong with above configuration? Any hints will be appreciated. TIA.
Code: Select all
Parse error in gamedata/explosion_alias.tdf at line 48 column 34 near
There are also two warnings:
Code: Select all
Warning: Missing charsets in String to FontSet conversion
Warning: Unable to load any usable fontset
- Ubuntu Breezy
- SDL-1.2.11
- boost_1_34_0
- openal-0.0.8
- glew-1.4.0
- DevIL-1.6.8
- Python 2.4.2 (from ubuntu)
- source: spring_0.74b3_src.tar.bz2 / spring_0.74b2_src.tar.bz2 / also from svn
- data: spring-linux-data-0.74b1.tar.bz2
- maps: Mars.sd7, SmallDivide.sd7
- mods: XTAPE.sd7, NanoBlobs064.sdz, Classic_TA_56.sd7
I have been googling and still found no answer. Is there anything wrong with above configuration? Any hints will be appreciated. TIA.
tukangdolan that is because spring 0.74b3 and boost 1.34 are not compatible with each other, even though nothing checks it and things compile.
You need this patch:
http://semi.dnsalias.org/~semi/tmp/spri ... lity.patch
go to spring source directory and say:
patch -p0 < spring-0.74b3-boost-1.34-compatibility.patch
then compile and install.
You need this patch:
http://semi.dnsalias.org/~semi/tmp/spri ... lity.patch
go to spring source directory and say:
patch -p0 < spring-0.74b3-boost-1.34-compatibility.patch
then compile and install.
Much more thorough install instructions can be found here:
http://spring.clan-sy.com/wiki/SetupGuide
I did a massive rewrite on them a couple days ago.
I will update them when next version is released.
Any problems you encounter with these, pop on #taspring at Freenode and ask.
http://spring.clan-sy.com/wiki/SetupGuide
I did a massive rewrite on them a couple days ago.
I will update them when next version is released.
Any problems you encounter with these, pop on #taspring at Freenode and ask.
- clericvash
- Posts: 1394
- Joined: 05 Oct 2004, 01:05