

Code: Select all
svn checkout https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk GtkRadiant
svn checkout https://zerowing.idsoftware.com/svn/radiant/Q3Pack/trunk GtkRadiant/games/Q3PackCode: Select all
emerge scons gtkglext libxml2 zlib libpng mhash
cd GtkRadiant
scons SETUP=0Code: Select all
copy the contents of './GtkRadiant/games/Q3Pack/tools/' to './GtkRadiant/install/'
copy the contents of './GtkRadiant/setup/data/tools/' to './GtkRadiant/install/'
Code: Select all
final link failed: Bad value
collect2: ld returned 1 exit status
scons: *** [build/debug/archivepak.so] Error 1
scons: building terminated because of errors.
Code: Select all
scons: Reading SConscript files ...
SCons 0.96.1
OS="Linux"
Loading build configuration from site.conf
CC="gcc"
CXX="g++"
JOBS="1"
BUILD="debug"
version: 1.5.0
minor: 0 major: 5
svn: '/home/<username>' is not a working copy
Exception: failed to obtain revision number:
File "SConstruct", line 326:
radiant_makeversion('\\ngcc version: %s.%s.%s' % ( ver_cc[0], ver_cc[1], ver_cc[2] ) )
File "/home/<username>/My Projects/GtkRadiant/GtkRadiant/makeversion.py", line 87: line = "Custom build based on revision " + str(svn.getRevision(os.getcwd())) File "/home/<username>/My Projects/GtkRadiant/GtkRadiant/svn.py", line 10:
raise Exception("failed to obtain revision number")
