News:

Come Chat with us live! Learn how HERE!

Main Menu

[Linux] GtkRadiant 1.5 Compilation Fail

Started by Quakin, May 01, 2007, 02:13:39 AM

Quakin

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:

Quotescons 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

so strange
I would say you needed to set your path but on linux it must be already set

TinMan

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

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.