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
Code: Select all
svn checkout svn://svn.berlios.de/taspring-linux/trunk
Code: Select all
scons configure
And,
Code: Select all
scons
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]