Page 1 of 1

SVN install doesn't work

Posted: 07 Aug 2006, 23:11
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]

Posted: 07 Aug 2006, 23:23
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.

Posted: 08 Aug 2006, 00:47
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.

Posted: 08 Aug 2006, 05:22
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 ! :)