<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"> $ 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 class="moz-txt-link-freetext" href="https://github.com/TTimo/GtkRadiant">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://svn.icculus.org/gtkradiant-gamepacks/Q3Pack/trunk',
        'install/installs/Q3Pack']<br>
        A&nbsp;&nbsp;&nbsp; install/installs/Q3Pack/install<br>
        A&nbsp;&nbsp;&nbsp; install/installs/Q3Pack/install/missionpack<br>
        A&nbsp;&nbsp;&nbsp; install/installs/Q3Pack/install/missionpack/maps<br>
        A&nbsp;&nbsp;&nbsp; install/installs/Q3Pack/install/missionpack/maps/Team Arena
        Prefabs<br>
        [..cut..]<br>
        A&nbsp;&nbsp;&nbsp;
        install/installs/QLPack/install/baseq3/scripts/default_shaderlist.txt<br>
        A&nbsp;&nbsp;&nbsp; install/installs/QLPack/install/baseq3/common-spog.pk3<br>
        A&nbsp;&nbsp;&nbsp; install/installs/QLPack/game<br>
        A&nbsp;&nbsp;&nbsp; install/installs/QLPack/game/synapse.config<br>
        A&nbsp;&nbsp;&nbsp; install/installs/QLPack/game/game.xlink<br>
        Estratta revisione 92.<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>
        &nbsp; File "/usr/lib/scons/SCons/Action.py", line 1062, in execute<br>
        &nbsp;&nbsp;&nbsp; result = self.execfunction(target=target, source=rsources,
        env=env)<br>
        &nbsp; File "/home/bebo_sudo/gtkradiant3/config.py", line 378, in
        FinishBuild<br>
        &nbsp;&nbsp;&nbsp; jpeg_path = find_library( module_ldd, 'libjpeg' )<br>
        &nbsp; File "/home/bebo_sudo/gtkradiant3/config.py", line 375, in
        find_library<br>
        &nbsp;&nbsp;&nbsp; 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>
      I tried to install also turbojpeg-devel but nothing..ideas?<br>
      <br>
      Thanks,<br>
      Alb<br>
      <br>
      <br>
      <br>
      <br>
    </div>
    <blockquote
cite="mid:CACNhcBH_r8wRoL6kxu6_x+J0kghy1HWtYaZeWfB0-NS-5zKdiQ@mail.gmail.com"
      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">&lt;<a moz-do-not-send="true"
              href="mailto:ttimo@ttimo.net" target="_blank">ttimo@ttimo.net</a>&gt;</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 class="h5"><br>
                    <br>
                    On Sep 20, 2012, at 7:56, bebo_sudo &lt;<a
                      moz-do-not-send="true"
                      href="mailto:bebo.sudo@gmail.com" target="_blank">bebo.sudo@gmail.com</a>&gt;
                    wrote:<br>
                    <br>
                  </div>
                </div>
              </div>
              <div>
                <div class="h5">
                  <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>
                          &nbsp; File "/usr/lib/scons/SCons/Action.py", line
                          1062, in execute<br>
                          &nbsp;&nbsp;&nbsp; result = self.execfunction(target=target,
                          source=rsources, env=env)<br>
                          &nbsp; File "/home/bebo_sudo/gtkradiant/config.py",
                          line 378, in FinishBuild<br>
                          &nbsp;&nbsp;&nbsp; jpeg_path = find_library( module_ldd,
                          'libjpeg' )<br>
                          &nbsp; File "/home/bebo_sudo/gtkradiant/config.py",
                          line 375, in find_library<br>
                          &nbsp;&nbsp;&nbsp; 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">&lt;<a
                                moz-do-not-send="true"
                                href="mailto:ttimo@ttimo.net"
                                target="_blank">ttimo@ttimo.net</a>&gt;</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">&lt;<a
                                          moz-do-not-send="true"
                                          href="mailto:ttimo@ttimo.net"
                                          target="_blank">ttimo@ttimo.net</a>&gt;</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">&lt;<a
                                                    moz-do-not-send="true"
href="mailto:fragger123@gmail.com" target="_blank">fragger123@gmail.com</a>&gt;</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">&lt;<a
moz-do-not-send="true" href="mailto:ttimo@ttimo.net" target="_blank">ttimo@ttimo.net</a>&gt;</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">&lt;<a
moz-do-not-send="true" href="mailto:ttimo@ttimo.net" target="_blank">ttimo@ttimo.net</a>&gt;</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">&lt;<a
moz-do-not-send="true" href="mailto:fragger123@gmail.com"
                                                          target="_blank">fragger123@gmail.com</a>&gt;</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">&lt;<a
moz-do-not-send="true" href="mailto:ttimo@ttimo.net" target="_blank">ttimo@ttimo.net</a>&gt;</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 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>
  </body>
</html>