HOWTO: TA Spring Linux SVN Startup - Page 3

HOWTO: TA Spring Linux SVN Startup

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

Moderator: Moderators

ZellSF
Posts: 1187
Joined: 08 Jul 2006, 19:07

Post by ZellSF »

http://spring.clan-sy.com/phpbb/viewtop ... 79&start=0

I'm talking about that (not the widgets, the luaui below that), which does do something in Windows 0.74b2, is the Linux build inferior there?
Kloot
Spring Developer
Posts: 1867
Joined: 08 Oct 2006, 16:58

Post by Kloot »

Ah, got you. Rename "GUI.lua" to "gui.lua" and it should work, the code that loads the file isn't case-insensitive.
ZellSF
Posts: 1187
Joined: 08 Jul 2006, 19:07

Post by ZellSF »

Wah. I'm stupid. I could've thought of that. Thanks.

So, anyway, if I want to play multiplayer, do I install TASClient via WINE or is multiplayer with TASClient players with UnityLobby playable (or will be within days)?
ZellSF
Posts: 1187
Joined: 08 Jul 2006, 19:07

Post by ZellSF »

Oh, great, I have to recompile already for a new version :P

edit: is the current svn trunk 0.74b3?
User avatar
Peet
Malcontent
Posts: 4384
Joined: 27 Feb 2006, 22:04

Post by Peet »

Yes...revision 3261 to be specific.
ZellSF
Posts: 1187
Joined: 08 Jul 2006, 19:07

Post by ZellSF »

Uh, trunk's 3275.
User avatar
Peet
Malcontent
Posts: 4384
Joined: 27 Feb 2006, 22:04

Post by Peet »

Er...what I meant, is .74b3 is revision 3261.
hollowsoul
Posts: 665
Joined: 06 Jun 2006, 19:49

Post by hollowsoul »

there should also be a tagged release in svn if your not sure
ZellSF
Posts: 1187
Joined: 08 Jul 2006, 19:07

Post by ZellSF »

At the time of posting there wasn't though :P
keithjr
Posts: 110
Joined: 30 Jun 2006, 18:45

Post by keithjr »

Hi everybody. I'm sorry, I had to disappear for about, what 6 months?! Stupid school. I'd like to get back in the flow, at least until I have a computer that can run supcom....


I've updated the how-to for the new versions of the tagged release, and in a moment I'll fix it up to correctly detail UnityLobby instead of spring-gui.

QUESTION: are there new versions of the linux-data archives?
ZellSF
Posts: 1187
Joined: 08 Jul 2006, 19:07

Post by ZellSF »

There's one linked in the previous page. You don't need any newer gamedata than that (at least not for anything I can see)

UnityLobby vs TASClient isn't working yet btw
(UnityLobby vs UnityLobby should work, I think)
Sylfurd
Posts: 6
Joined: 05 Feb 2007, 01:50

g++ -o build/AI/Global/KAI-0.22/AttackHandler.os -c -fsingle

Post by Sylfurd »

hii everyone ! :-)
I'm trying ton compile the version 0.74b3 from SVN, "scons configure" returns that everything is ok but I've an error when it compiles ... :cry:

here it is:

Code: Select all

g++ -o build/AI/Global/KAI-0.22/AttackHandler.os -c -fsingle-precision-constant -frounding-math -fsignaling-nans -mieee-fp -O2 -pipe -fno-strict-aliasing -fvisibility=hidden -mfpmath=387 -pthread -fPIC -DNDEBUG -D_REENTRANT -D_SZ_ONE_DIRECTORY -Irts -Irts/System -Ilua/luabind -Ilua/lua/include -I/usr/include -I/usr/include/GL -I/usr/include/freetype2 -I/usr/include/SDL -I/usr/include/python2.4 -Irts/ExternalAI AI/Global/KAI-0.22/AttackHandler.cpp
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::reserve(size_t) [with _Tp = float3, _Alloc = std::allocator<float3>]':
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/vector.tcc:86: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.1/README.Bugs>.
The bug is not reproducible, so it is likely a hardware or OS problem.
scons: *** [build/AI/Global/KAI-0.22/AttackHandler.os] Error 1
scons: building terminated because of errors.
If anyone can help me solve this, it would be great :)

thx for any help :D
User avatar
genblood
Posts: 862
Joined: 19 Jan 2005, 03:37

Post by genblood »

A small problem ...
I followed the instructions

It starts, I selected comms 1000s, when map an then a mod.
I get a error message saying can't open wave file. The wave
sound is button9.wav ...

can some post a fix for this issue..
Kloot
Spring Developer
Posts: 1867
Joined: 08 Oct 2006, 16:58

Post by Kloot »

You either did not download base-ota-content.zip or you extracted it to a place where Spring can't find its contents, check that your /<whatever>/spring/base/ directory contains all of these files:
  • otacontent.sdz
    spring/bitmaps.sdz
    springcontent.sdz
    tacontent_v2.sdz
    tatextures_v062.sdz
Also open ~/.springrc and look for the line "SpringData=/<whatever>/spring/", if it's missing then you probably skipped step 5. ;)
User avatar
genblood
Posts: 862
Joined: 19 Jan 2005, 03:37

Post by genblood »

Kloot,

I was missing some files ..


These files where missing ..
otacontent.sdz
tacontent_v2.sdz
tatextures_v062.sdz


Thanks for the help ... I got it working and sound is working too ... :lol:
User avatar
clericvash
Posts: 1394
Joined: 05 Oct 2004, 01:05

Post by clericvash »

trying to build from trunk gives me these no's
Checking for C library boost_regex-gcc-mt... no
Checking for C library boost_regex-mt... no
Checking for C library boost_regex-gcc... no
Checking for C library boost_thread-gcc-mt... no
Checking for C library boost_thread-mt... no
Checking for C library boost_thread-gcc... no
Checking for C++ header file jni.h... no
Could not find one of these headers: ['jni.h']
Checking for C library python2.5... no
Checking for C library python25... no
Anyone know the package names i need to get to overcome these?
Auswaschbar
Spring Developer
Posts: 1254
Joined: 24 Jun 2007, 08:34

Post by Auswaschbar »

boost :roll:
python :roll:
User avatar
clericvash
Posts: 1394
Joined: 05 Oct 2004, 01:05

Post by clericvash »

No need for the smilies, simple questions from a newbie.

And thanks.
User avatar
clericvash
Posts: 1394
Joined: 05 Oct 2004, 01:05

Post by clericvash »

Also i have many boost packages installed yet i still get the errors?
User avatar
BrainDamage
Lobby Developer
Posts: 1164
Joined: 25 Sep 2006, 13:56

Post by BrainDamage »

you need the development version of the packages

so they might be called like

boost-devel
boost-dev
libboost-dev

ecc...

if they still aren't found, you'll need to pass the path as argument when you run the scons configure
Post Reply

Return to “Linux”