HOWTO: TA Spring Linux SVN Startup
Moderator: Moderators
-
- Posts: 665
- Joined: 06 Jun 2006, 19:49
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?
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?
g++ -o build/AI/Global/KAI-0.22/AttackHandler.os -c -fsingle
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 ...
here it is:
If anyone can help me solve this, it would be great :)
thx for any help :D

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 ...

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.
thx for any help :D
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

- clericvash
- Posts: 1394
- Joined: 05 Oct 2004, 01:05
trying to build from trunk gives me these no's
Anyone know the package names i need to get to overcome these?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
- clericvash
- Posts: 1394
- Joined: 05 Oct 2004, 01:05
- clericvash
- Posts: 1394
- Joined: 05 Oct 2004, 01:05
- BrainDamage
- Lobby Developer
- Posts: 1164
- Joined: 25 Sep 2006, 13:56