<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Ok, now it works, thank's..<br>
I'll set up my system to run the installer, because it didn't
works the other time i tried.<br>
Thanks for your support.<br>
<br>
Cheers,<br>
bebo_sudo<br>
<br>
</div>
<blockquote
cite="mid:CACNhcBEU=_faS2o1rSG85czZHSFWz29EL5tQvM7sHPFTLW_uLA@mail.gmail.com"
type="cite">That guide is probably rather inaccurate. Our website
is at <a moz-do-not-send="true"
href="http://icculus.org/gtkradiant">http://icculus.org/gtkradiant</a>
<div><br>
</div>
<div>Compiling Radiant is recommended for developers. If you are
looking to use GtkRadiant, you should grab one of the installers
we provide.</div>
<div><br>
</div>
<div>Best,</div>
<div>TTimo<br>
<br>
<div class="gmail_quote">On Sat, Sep 22, 2012 at 3:57 PM,
bebo_sudo <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:bebo.sudo@gmail.com" target="_blank">bebo.sudo@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div>Thank's for your reply..<br>
i follow this (<a moz-do-not-send="true"
href="http://daffy.nerius.com/radiant" target="_blank">daffy.nerius.com/radiant</a>)
guide to complie gtkradiant on my pc and it says that I
have to do the scons target=setup before the scons
target=radiant,q3map2,setup. Or not?<br>
<br>
But i did the cmd and this is the result..<br>
<br>
<blockquote>....<br>
Install file: "build/release/q3map2_urt/q3map2_urt" as
"install/q3map2_urt"
<div class="im"><br>
FinishBuild(["finish"], [])<br>
Lookup and bundle the PNG and JPEG libraries<br>
</div>
JPEG library: '/lib64/libjpeg.so.62'<br>
PNG library: '/lib64/libpng15.so.15'<br>
scons: done building targets.<br>
$<br>
</blockquote>
Actually I have the radiant.bin exec in the install
folder, but it never didn't give me this kinds of
outputs others times. It's all okay?<br>
Sorry for my english...<br>
<br>
</div>
<div>
<div class="h5">
<blockquote type="cite">Oh that's because of your
target list. setup doesn't imply compiling stuff.
You need to run:
<div>$ scons target=radiant,q3map2,setup</div>
<div><br>
</div>
<div>TTimo<br>
<br>
<div class="gmail_quote">On Sat, Sep 22, 2012 at
12:12 PM, bebo_sudo <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:bebo.sudo@gmail.com"
target="_blank">bebo.sudo@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0
0 0 .8ex;border-left:1px #ccc
solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div> $ ldd install/modules/image.so<br>
ldd: install/modules/image.so: No such
file or directory.<br>
<br>
<br>
I tried again:<br>
<blockquote>$ git clone <a
moz-do-not-send="true"
href="https://github.com/TTimo/GtkRadiant"
target="_blank">https://github.com/TTimo/GtkRadiant</a>
./gtkradiant3<br>
Cloning into './gtkradiant3'...<br>
remote: Counting objects: 12649, done.<br>
remote: Compressing objects: 100%
(4653/4653), done.<br>
remote: Total 12649 (delta 7780), reused
12198 (delta 7520)<br>
Ricezione degli oggetti: 100%
(12649/12649), 23.63 MiB | 90 KiB/s,
done.<br>
Risoluzione dei delta: 100% (7780/7780),
done.<br>
$ scons target=setup<br>
scons: Reading SConscript files ...<br>
saving updated configuration<br>
emit build rules<br>
emit configuration: config:
target=['setup'] config=['release']<br>
['svn', 'checkout', 'svn://<a
moz-do-not-send="true"
href="http://svn.icculus.org/gtkradiant-gamepacks/Q3Pack/trunk"
target="_blank">svn.icculus.org/gtkradiant-gamepacks/Q3Pack/trunk</a>',
'install/installs/Q3Pack']<br>
A install/installs/Q3Pack/install<br>
A
install/installs/Q3Pack/install/missionpack<br>
A
install/installs/Q3Pack/install/missionpack/maps<br>
A
install/installs/Q3Pack/install/missionpack/maps/Team
Arena Prefabs<br>
[..cut..]<br>
A
install/installs/QLPack/install/baseq3/scripts/default_shaderlist.txt<br>
A
install/installs/QLPack/install/baseq3/common-spog.pk3<br>
A install/installs/QLPack/game<br>
A
install/installs/QLPack/game/synapse.config<br>
A
install/installs/QLPack/game/game.xlink<br>
Estratta revisione 92.
<div><br>
scons: done reading SConscript files.<br>
scons: Building targets ...<br>
FinishBuild(["finish"], [])<br>
Lookup and bundle the PNG and JPEG
libraries<br>
ldd: install/modules/image.so: File o
directory non esistente<br>
scons: *** [finish] IndexError : list
index out of range<br>
Traceback (most recent call last):<br>
File
"/usr/lib/scons/SCons/Action.py", line
1062, in execute<br>
result =
self.execfunction(target=target,
source=rsources, env=env)<br>
</div>
File
"/home/bebo_sudo/gtkradiant3/config.py",
line 378, in FinishBuild
<div><br>
jpeg_path = find_library(
module_ldd, 'libjpeg' )<br>
</div>
File
"/home/bebo_sudo/gtkradiant3/config.py",
line 375, in find_library
<div><br>
match = filter( lambda l : l.find(
libname ) != -1, output.split( '\n' )
)[0]<br>
IndexError: list index out of range<br>
scons: building terminated because of
errors.<br>
$<br>
</div>
</blockquote>
I tried to install also turbojpeg-devel
but nothing..ideas?<br>
<br>
Thanks,<br>
Alb<br>
<br>
<br>
<br>
<br>
</div>
<div>
<div>
<blockquote type="cite">Scratch that,
apparently you don't have an image.so
for some reason.
<div>Checkout to a fresh directory,
issue an scons command, and paste
the whole output of that?</div>
<div><br>
</div>
<div>TTimo<br>
<br>
<div class="gmail_quote"> On Thu,
Sep 20, 2012 at 9:04 AM, Timothee
Besset <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:ttimo@ttimo.net"
target="_blank">ttimo@ttimo.net</a>></span>
wrote:<br>
<blockquote class="gmail_quote"
style="margin:0 0 0
.8ex;border-left:1px #ccc
solid;padding-left:1ex">
<div bgcolor="#FFFFFF">
<div>please post the output of
ldd install/modules/image.so</div>
<div><br>
</div>
<div>Cheers,</div>
<div>TTimo
<div>
<div><br>
<br>
On Sep 20, 2012, at
7:56, bebo_sudo <<a
moz-do-not-send="true"
href="mailto:bebo.sudo@gmail.com" target="_blank">bebo.sudo@gmail.com</a>>
wrote:<br>
<br>
</div>
</div>
</div>
<div>
<div>
<blockquote type="cite">
<div>
<div>Hi all,<br>
I'm no longer able
to compile
gtkradiant.<br>
This is the results:<br>
<blockquote>scons:
done reading
SConscript files.<br>
scons: Building
targets ...<br>
FinishBuild(["finish"],
[])<br>
Lookup and bundle
the PNG and JPEG
libraries<br>
ldd:
install/modules/image.so:
File o directory
non esistente<br>
scons: ***
[finish]
IndexError : list
index out of range<br>
Traceback (most
recent call last):<br>
File
"/usr/lib/scons/SCons/Action.py",
line 1062, in
execute<br>
result =
self.execfunction(target=target,
source=rsources,
env=env)<br>
File
"/home/bebo_sudo/gtkradiant/config.py",
line 378, in
FinishBuild<br>
jpeg_path =
find_library(
module_ldd,
'libjpeg' )<br>
File
"/home/bebo_sudo/gtkradiant/config.py",
line 375, in
find_library<br>
match =
filter( lambda l :
l.find( libname )
!= -1,
output.split( '\n'
) )[0]<br>
IndexError: list
index out of range<br>
scons: building
terminated because
of errors.<br>
$<br>
</blockquote>
what packages do i
need? I'm running
fedora..<br>
<br>
cheers, bebo_sudo<br>
<br>
Il 18/09/2012 07:29,
Tim Aerdts ha
scritto:<br>
</div>
<blockquote
type="cite">Thanks
TTimo! I will try it
when I get home from
work :)
<div><br>
</div>
<div>- Tim<br>
<br>
<div
class="gmail_quote">On
Tue, Sep 18,
2012 at 4:59 AM,
Timothee Besset
<span dir="ltr"><<a
moz-do-not-send="true" href="mailto:ttimo@ttimo.net" target="_blank">ttimo@ttimo.net</a>></span>
wrote:<br>
<blockquote
class="gmail_quote"
style="margin:0
0 0
.8ex;border-left:1px
#ccc
solid;padding-left:1ex">There
is an updated
Windows
installer up:
<div><a
moz-do-not-send="true"
href="https://s3.amazonaws.com/GtkRadiant/GtkRadiant-1.6-20120917.zip"
target="_blank">https://s3.amazonaws.com/GtkRadiant/GtkRadiant-1.6-20120917.zip</a></div>
<div><br>
</div>
<div>TTimo
<div>
<div><br>
<br>
<div
class="gmail_quote">On
Mon, Sep 17,
2012 at 2:51
PM, Timothee
Besset <span
dir="ltr"><<a
moz-do-not-send="true" href="mailto:ttimo@ttimo.net" target="_blank">ttimo@ttimo.net</a>></span>
wrote:<br>
<blockquote
class="gmail_quote"
style="margin:0
0 0
.8ex;border-left:1px
#ccc
solid;padding-left:1ex">
Any older
release yes.
Or fire up
Windows, fix
the compile
problem and
submit a merge
request.
<div><br>
</div>
<div>TTimo
<div>
<div><br>
<br>
<div
class="gmail_quote">On
Mon, Sep 17,
2012 at 2:49
PM, Tim Aerdts
<span
dir="ltr"><<a
moz-do-not-send="true" href="mailto:fragger123@gmail.com"
target="_blank">fragger123@gmail.com</a>></span>
wrote:<br>
<blockquote
class="gmail_quote"
style="margin:0
0 0
.8ex;border-left:1px
#ccc
solid;padding-left:1ex">Is
it possible to
get a Windows
build in any
other way? A
way that does
not involve me
compiling it
myself? :)
<div>
<div><br>
<br>
<div
class="gmail_quote">On
Mon, Sep 17,
2012 at 9:47
PM, Timothee
Besset <span
dir="ltr"><<a
moz-do-not-send="true" href="mailto:ttimo@ttimo.net" target="_blank">ttimo@ttimo.net</a>></span>
wrote:<br>
<blockquote
class="gmail_quote"
style="margin:0
0 0
.8ex;border-left:1px
#ccc
solid;padding-left:1ex">I
pulled the
Windows link
for now.
<div><br>
</div>
<div>TTimo
<div>
<div><br>
<br>
<div
class="gmail_quote">On
Mon, Sep 17,
2012 at 2:46
PM, Timothee
Besset <span
dir="ltr"><<a
moz-do-not-send="true" href="mailto:ttimo@ttimo.net" target="_blank">ttimo@ttimo.net</a>></span>
wrote:<br>
<blockquote
class="gmail_quote"
style="margin:0
0 0
.8ex;border-left:1px
#ccc
solid;padding-left:1ex">Ah
.. actually
that would
make sense.
QBall reported
that he had
trouble
compiling on
Windows. Since
I do all my
development on
Linux, I
didn't see
this. Sounds
like the
template that
produces the
Windows
installer
doesn't care
if the build
fails :)
<div> <br>
</div>
<div>TTimo
<div>
<div><br>
<br>
<div
class="gmail_quote">On
Mon, Sep 17,
2012 at 2:43
PM, Tim Aerdts
<span
dir="ltr"><<a
moz-do-not-send="true" href="mailto:fragger123@gmail.com"
target="_blank">fragger123@gmail.com</a>></span>
wrote:<br>
<blockquote
class="gmail_quote"
style="margin:0
0 0
.8ex;border-left:1px
#ccc
solid;padding-left:1ex">
Hello,
<div><br>
</div>
<div>Is it
just me or are
there no
executables in
the windows
build zip?</div>
<div>Where as
the Linux
builds have
radiant.bin :)</div>
<div><br>
</div>
<div>- Tim<br>
<br>
<div
class="gmail_quote">
<div>
<div> On Mon,
Sep 17, 2012
at 4:21 PM,
Timothee
Besset <span
dir="ltr"><<a
moz-do-not-send="true" href="mailto:ttimo@ttimo.net" target="_blank">ttimo@ttimo.net</a>></span>
wrote:<br>
</div>
</div>
<blockquote
class="gmail_quote"
style="margin:0
0 0
.8ex;border-left:1px
#ccc
solid;padding-left:1ex">
<div>
<div><span
style="color:rgb(51,51,51);font-family:Helvetica,arial,freesans,clean,sans-serif;font-size:13px;line-height:20px;background-color:rgb(251,251,251)">New
builds:</span><br
style="color:rgb(51,51,51);font-family:Helvetica,arial,freesans,clean,sans-serif;font-size:13px;line-height:20px;background-color:rgb(251,251,251)">
<a
moz-do-not-send="true"
href="https://s3.amazonaws.com/GtkRadiant/GtkRadiant-1.6-20120917.zip"
style="margin:0px;padding:0px;border:0px;color:rgb(65,131,196);text-decoration:none;font-family:Helvetica,arial,freesans,clean,sans-serif;font-size:13px;line-height:20px;background-color:rgb(251,251,251)"
target="_blank">https://s3.amazonaws.com/GtkRadiant/GtkRadiant-1.6-20120917.zip</a><br
style="color:rgb(51,51,51);font-family:Helvetica,arial,freesans,clean,sans-serif;font-size:13px;line-height:20px;background-color:rgb(251,251,251)">
<a
moz-do-not-send="true"
href="https://s3.amazonaws.com/GtkRadiant/GtkRadiant-1.6-Linux-i686-20120917.tar.gz"
style="margin:0px;padding:0px;border:0px;color:rgb(65,131,196);text-decoration:none;font-family:Helvetica,arial,freesans,clean,sans-serif;font-size:13px;line-height:20px;background-color:rgb(251,251,251)"
target="_blank">https://s3.amazonaws.com/GtkRadiant/GtkRadiant-1.6-Linux-i686-20120917.tar.gz</a><br
style="color:rgb(51,51,51);font-family:Helvetica,arial,freesans,clean,sans-serif;font-size:13px;line-height:20px;background-color:rgb(251,251,251)">
<a
moz-do-not-send="true"
href="https://s3.amazonaws.com/GtkRadiant/GtkRadiant-1.6-Linux-x86_64-20120917.tar.gz"
style="margin:0px;padding:0px;border:0px;color:rgb(65,131,196);text-decoration:none;font-family:Helvetica,arial,freesans,clean,sans-serif;font-size:13px;line-height:20px;background-color:rgb(251,251,251)"
target="_blank">https://s3.amazonaws.com/GtkRadiant/GtkRadiant-1.6-Linux-x86_64-20120917.tar.gz</a>
<div> <br>
</div>
<div>The
QuakeLive
support takes
another step
forward. This
build will
load the model
textures (png
and other
formats) from
the crypted
pk3s.</div>
<div><br>
</div>
<div>TTimo</div>
<div><br>
</div>
<br>
</div>
</div>
_______________________________________________<br>
Gtkradiant
mailing list<br>
<a
moz-do-not-send="true"
href="mailto:Gtkradiant@icculus.org" target="_blank">Gtkradiant@icculus.org</a><br>
<a
moz-do-not-send="true"
href="http://icculus.org/mailman/listinfo/gtkradiant" target="_blank">http://icculus.org/mailman</a></blockquote>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</blockquote>
</div>
</blockquote>
<blockquote type="cite">
<div><span>_______________________________________________</span><br>
<span>Gtkradiant
mailing list</span><br>
<span><a
moz-do-not-send="true"
href="mailto:Gtkradiant@icculus.org" target="_blank">Gtkradiant@icculus.org</a></span><br>
<span><a
moz-do-not-send="true"
href="http://icculus.org/mailman/listinfo/gtkradiant" target="_blank">http://icculus.org/mailman/listinfo/gtkradiant</a></span><br>
</div>
</blockquote>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset></fieldset>
<br>
<pre>_______________________________________________
Gtkradiant mailing list
<a moz-do-not-send="true" href="mailto:Gtkradiant@icculus.org" target="_blank">Gtkradiant@icculus.org</a>
<a moz-do-not-send="true" href="http://icculus.org/mailman/listinfo/gtkradiant" target="_blank">http://icculus.org/mailman/listinfo/gtkradiant</a>
</pre>
</blockquote>
</div>
</div>
</div>
<br>
_______________________________________________<br>
Gtkradiant mailing list<br>
<a moz-do-not-send="true"
href="mailto:Gtkradiant@icculus.org"
target="_blank">Gtkradiant@icculus.org</a><br>
<a moz-do-not-send="true"
href="http://icculus.org/mailman/listinfo/gtkradiant"
target="_blank">http://icculus.org/mailman/listinfo/gtkradiant</a><br>
<br>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset></fieldset>
<br>
<pre>_______________________________________________
Gtkradiant mailing list
<a moz-do-not-send="true" href="mailto:Gtkradiant@icculus.org" target="_blank">Gtkradiant@icculus.org</a>
<a moz-do-not-send="true" href="http://icculus.org/mailman/listinfo/gtkradiant" target="_blank">http://icculus.org/mailman/listinfo/gtkradiant</a>
</pre>
</blockquote>
<br>
</div>
</div>
</div>
<br>
_______________________________________________<br>
Gtkradiant mailing list<br>
<a moz-do-not-send="true"
href="mailto:Gtkradiant@icculus.org">Gtkradiant@icculus.org</a><br>
<a moz-do-not-send="true"
href="http://icculus.org/mailman/listinfo/gtkradiant"
target="_blank">http://icculus.org/mailman/listinfo/gtkradiant</a><br>
<br>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Gtkradiant mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Gtkradiant@icculus.org">Gtkradiant@icculus.org</a>
<a class="moz-txt-link-freetext" href="http://icculus.org/mailman/listinfo/gtkradiant">http://icculus.org/mailman/listinfo/gtkradiant</a>
</pre>
</blockquote>
<br>
</body>
</html>