Author Topic: [Linux] GtkRadiant 1.5 Compilation Fail  (Read 3023 times)

Quakin

  • Posts: 12
  • Turrets: +0/-0
[Linux] GtkRadiant 1.5 Compilation Fail
« 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:

Quote
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

f0rqu3

  • Guest
[Linux] GtkRadiant 1.5 Compilation Fail
« Reply #1 on: May 01, 2007, 02:19:06 am »
so strange
I would say you needed to set your path but on linux it must be already set

TinMan

  • Posts: 1019
  • Turrets: +49/-70
    • http://neonpulse.net
[Linux] GtkRadiant 1.5 Compilation Fail
« Reply #2 on: May 01, 2007, 03:12:39 am »
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:
Code: [Select]
Linux: ~/.tremulous/base/
Mac: ~/Library/Application\ Support/Tremulous/base/
Windows: C:\Documents and Settings\username\Local Settings\Application Data\Tremulous\base\
NeonPulse
http://neonpulse.net/media/games/tremulous/base/autoexec.cfg

Ingar

  • Tremulous Developers
  • *
  • Posts: 554
  • Turrets: +302/-7
    • Ingar's projects on the Web
[Linux] GtkRadiant 1.5 Compilation Fail
« Reply #3 on: May 01, 2007, 10:40:06 am »
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

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.