SVN install doesn't work

SVN install doesn't work

Discuss everything related to running Spring on your chosen distribution of Linux.

Moderator: Moderators

Post Reply
Gari
Posts: 10
Joined: 07 Aug 2006, 22:52

SVN install doesn't work

Post by Gari »

Hi everybody.
I found TA-Spring a few days ago, and I am already fond of it :)
As I am on Kubuntu, I installed it via apt-get. However, I'd like to install it via SVN. So, i followed the SetupGuide given on the site (I cant give the address as it is denied to me).

I performed the necessary apt-get given in the list and, as there is a minor bug on Ubuntu about gl.h, I had to reinstall a package, which I did with this command :

Code: Select all

apt-get --reinstall install mesa-common-dev
I then used SVN as described to retrieve the sourcecode with this command :

Code: Select all

svn checkout svn://svn.berlios.de/taspring-linux/trunk
Then,

Code: Select all

scons configure
This worked perfectly well (Everything seems OK. Run `scons' now to build.).

And,

Code: Select all

scons
Unfortunately, the compiling process failed quite quickly with some errors :

Code: Select all

rts/Game/Game.cpp:108:28: error: ConsoleHistory.h: No such file or directory
rts/Game/Game.cpp:109:28: error: WordCompletion.h: No such file or directory
rts/Game/Game.cpp:116:32: error: Platform/NullSound.h: No such file or directory


And now, I don't know what to do. Could somebody help me ? :)

Thx !

Gari. [/code]
User avatar
Tim Blokdijk
Posts: 1242
Joined: 29 May 2005, 11:18

Post by Tim Blokdijk »

Yhea,.. the BerliOS disk drive is full as far as we know.
Fnordia has set up a new repository at https://taspring.clan-sy.com/svn/spring we still are a bit in a limbo about what to do with the situation.
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Post by Tobi »

You can use the commands (from the checkout directory, ie. where you run scons etc.)

Code: Select all

svn switch --relocate svn://svn.berlios.de/taspring-linux/ \
    https://taspring.clan-sy.com/svn/spring/
svn up
to switch to the most recent SVN repository and update your local copy from it.
Gari
Posts: 10
Joined: 07 Aug 2006, 22:52

Post by Gari »

Thanks Tim, that worked perfectly well.
Tobi, thanks for you tip, however i already downloaded the new version :s
I'll know for next time ! :)
Post Reply

Return to “Linux”