Tremulous Forum
Media => Mapping Center => Topic started by: Quakin on May 01, 2007, 02:13:39 am
-
I tried to install it, I followed the instructions and I still got this error.. I know I have gcc 4.1 yet it still fails to compile, any ideas what i've done wrong? Can someone post the compiled version up somewhere :eek:
scons SETUP=0 BUILD=release
scons: Reading SConscript files ...
SCons 0.96.93
OS="Linux"
Command line: BUILD="release"
Compiler version check failed - need gcc 3.x or later:
CC: gcc ['4', '1', '2']
CXX: g++ None
root@Unknown:/home/quakin/GtkRadiant#
Thxs
-
so strange
I would say you needed to set your path but on linux it must be already set
-
http://neonpulse.net/linux/games/mapping/
See if that one is what you need, it might be 64-bit, I don't remember which computer I compiled it on so I don't know. D:
-
I have compiled a working 64bit radiant from SVN (rev 166) with gcc 4.1.2. You can find it here:
gtkradiant-svn-166-x86_64.tar.bz2 (http://users.telenet.be/ingar/tremulous/files/gtkradiant-svn-166-x86_64.tar.bz2)
The tarball contains all the radiant binaries, plugins and the tremulous pack. It assumes tremulous is in /opt/games/tremulous. If your tremulous is installed somewhere else, you'll have to edit the file games/tremulous.game and change the line that says
enginepath_linux="/opt/games/tremulous/"
It works for me, your mileage may vary.