[Gtkradiant] Updated GtkRadiant 1.6.3 builds

bebo_sudo bebo.sudo at gmail.com
Sat Sep 22 17:43:42 EDT 2012


Ok, now it works, thank's..
I'll set up my system to run the installer, because it didn't works the 
other time i tried.
Thanks for your support.

Cheers,
bebo_sudo

> That guide is probably rather inaccurate. Our website is at 
> http://icculus.org/gtkradiant
>
> Compiling Radiant is recommended for developers. If you are looking to 
> use GtkRadiant, you should grab one of the installers we provide.
>
> Best,
> TTimo
>
> On Sat, Sep 22, 2012 at 3:57 PM, bebo_sudo <bebo.sudo at gmail.com 
> <mailto:bebo.sudo at gmail.com>> wrote:
>
>     Thank's for your reply..
>     i follow this (daffy.nerius.com/radiant
>     <http://daffy.nerius.com/radiant>) 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?
>
>     But i did the cmd and this is the result..
>
>         ....
>         Install file: "build/release/q3map2_urt/q3map2_urt" as
>         "install/q3map2_urt"
>
>         FinishBuild(["finish"], [])
>         Lookup and bundle the PNG and JPEG libraries
>         JPEG library: '/lib64/libjpeg.so.62'
>         PNG  library: '/lib64/libpng15.so.15'
>         scons: done building targets.
>         $
>
>     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?
>     Sorry for my english...
>
>>     Oh that's because of your target list. setup doesn't imply
>>     compiling stuff. You need to run:
>>     $ scons target=radiant,q3map2,setup
>>
>>     TTimo
>>
>>     On Sat, Sep 22, 2012 at 12:12 PM, bebo_sudo <bebo.sudo at gmail.com
>>     <mailto:bebo.sudo at gmail.com>> wrote:
>>
>>         $ ldd install/modules/image.so
>>         ldd: install/modules/image.so: No such file or directory.
>>
>>
>>         I tried again:
>>
>>             $ git clone https://github.com/TTimo/GtkRadiant ./gtkradiant3
>>             Cloning into './gtkradiant3'...
>>             remote: Counting objects: 12649, done.
>>             remote: Compressing objects: 100% (4653/4653), done.
>>             remote: Total 12649 (delta 7780), reused 12198 (delta 7520)
>>             Ricezione degli oggetti: 100% (12649/12649), 23.63 MiB |
>>             90 KiB/s, done.
>>             Risoluzione dei delta: 100% (7780/7780), done.
>>             $ scons target=setup
>>             scons: Reading SConscript files ...
>>             saving updated configuration
>>             emit build rules
>>             emit configuration: config: target=['setup']
>>             config=['release']
>>             ['svn', 'checkout',
>>             'svn://svn.icculus.org/gtkradiant-gamepacks/Q3Pack/trunk
>>             <http://svn.icculus.org/gtkradiant-gamepacks/Q3Pack/trunk>',
>>             'install/installs/Q3Pack']
>>             A    install/installs/Q3Pack/install
>>             A install/installs/Q3Pack/install/missionpack
>>             A install/installs/Q3Pack/install/missionpack/maps
>>             A install/installs/Q3Pack/install/missionpack/maps/Team
>>             Arena Prefabs
>>             [..cut..]
>>             A
>>             install/installs/QLPack/install/baseq3/scripts/default_shaderlist.txt
>>             A install/installs/QLPack/install/baseq3/common-spog.pk3
>>             A    install/installs/QLPack/game
>>             A install/installs/QLPack/game/synapse.config
>>             A install/installs/QLPack/game/game.xlink
>>             Estratta revisione 92.
>>
>>             scons: done reading SConscript files.
>>             scons: Building targets ...
>>             FinishBuild(["finish"], [])
>>             Lookup and bundle the PNG and JPEG libraries
>>             ldd: install/modules/image.so: File o directory non esistente
>>             scons: *** [finish] IndexError : list index out of range
>>             Traceback (most recent call last):
>>               File "/usr/lib/scons/SCons/Action.py", line 1062, in
>>             execute
>>                 result = self.execfunction(target=target,
>>             source=rsources, env=env)
>>               File "/home/bebo_sudo/gtkradiant3/config.py", line 378,
>>             in FinishBuild
>>
>>                 jpeg_path = find_library( module_ldd, 'libjpeg' )
>>               File "/home/bebo_sudo/gtkradiant3/config.py", line 375,
>>             in find_library
>>
>>                 match = filter( lambda l : l.find( libname ) != -1,
>>             output.split( '\n' ) )[0]
>>             IndexError: list index out of range
>>             scons: building terminated because of errors.
>>             $
>>
>>         I tried to install also turbojpeg-devel but nothing..ideas?
>>
>>         Thanks,
>>         Alb
>>
>>
>>
>>
>>>         Scratch that, apparently you don't have an image.so for some
>>>         reason.
>>>         Checkout to a fresh directory, issue an scons command, and
>>>         paste the whole output of that?
>>>
>>>         TTimo
>>>
>>>         On Thu, Sep 20, 2012 at 9:04 AM, Timothee Besset
>>>         <ttimo at ttimo.net <mailto:ttimo at ttimo.net>> wrote:
>>>
>>>             please post the output of ldd install/modules/image.so
>>>
>>>             Cheers,
>>>             TTimo
>>>
>>>
>>>             On Sep 20, 2012, at 7:56, bebo_sudo <bebo.sudo at gmail.com
>>>             <mailto:bebo.sudo at gmail.com>> wrote:
>>>
>>>>             Hi all,
>>>>             I'm no longer able to compile gtkradiant.
>>>>             This is the results:
>>>>
>>>>                 scons: done reading SConscript files.
>>>>                 scons: Building targets ...
>>>>                 FinishBuild(["finish"], [])
>>>>                 Lookup and bundle the PNG and JPEG libraries
>>>>                 ldd: install/modules/image.so: File o directory non
>>>>                 esistente
>>>>                 scons: *** [finish] IndexError : list index out of
>>>>                 range
>>>>                 Traceback (most recent call last):
>>>>                   File "/usr/lib/scons/SCons/Action.py", line 1062,
>>>>                 in execute
>>>>                     result = self.execfunction(target=target,
>>>>                 source=rsources, env=env)
>>>>                   File "/home/bebo_sudo/gtkradiant/config.py", line
>>>>                 378, in FinishBuild
>>>>                     jpeg_path = find_library( module_ldd, 'libjpeg' )
>>>>                   File "/home/bebo_sudo/gtkradiant/config.py", line
>>>>                 375, in find_library
>>>>                     match = filter( lambda l : l.find( libname ) !=
>>>>                 -1, output.split( '\n' ) )[0]
>>>>                 IndexError: list index out of range
>>>>                 scons: building terminated because of errors.
>>>>                 $
>>>>
>>>>             what packages do i need? I'm running fedora..
>>>>
>>>>             cheers, bebo_sudo
>>>>
>>>>             Il 18/09/2012 07:29, Tim Aerdts ha scritto:
>>>>>             Thanks TTimo! I will try it when I get home from work :)
>>>>>
>>>>>             - Tim
>>>>>
>>>>>             On Tue, Sep 18, 2012 at 4:59 AM, Timothee Besset
>>>>>             <ttimo at ttimo.net <mailto:ttimo at ttimo.net>> wrote:
>>>>>
>>>>>                 There is an updated Windows installer up:
>>>>>                 https://s3.amazonaws.com/GtkRadiant/GtkRadiant-1.6-20120917.zip
>>>>>
>>>>>                 TTimo
>>>>>
>>>>>
>>>>>                 On Mon, Sep 17, 2012 at 2:51 PM, Timothee Besset
>>>>>                 <ttimo at ttimo.net <mailto:ttimo at ttimo.net>> wrote:
>>>>>
>>>>>                     Any older release yes. Or fire up Windows, fix
>>>>>                     the compile problem and submit a merge request.
>>>>>
>>>>>                     TTimo
>>>>>
>>>>>
>>>>>                     On Mon, Sep 17, 2012 at 2:49 PM, Tim Aerdts
>>>>>                     <fragger123 at gmail.com
>>>>>                     <mailto:fragger123 at gmail.com>> wrote:
>>>>>
>>>>>                         Is it possible to get a Windows build in
>>>>>                         any other way? A way that does not involve
>>>>>                         me compiling it myself? :)
>>>>>
>>>>>
>>>>>                         On Mon, Sep 17, 2012 at 9:47 PM, Timothee
>>>>>                         Besset <ttimo at ttimo.net
>>>>>                         <mailto:ttimo at ttimo.net>> wrote:
>>>>>
>>>>>                             I pulled the Windows link for now.
>>>>>
>>>>>                             TTimo
>>>>>
>>>>>
>>>>>                             On Mon, Sep 17, 2012 at 2:46 PM,
>>>>>                             Timothee Besset <ttimo at ttimo.net
>>>>>                             <mailto:ttimo at ttimo.net>> wrote:
>>>>>
>>>>>                                 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 :)
>>>>>
>>>>>                                 TTimo
>>>>>
>>>>>
>>>>>                                 On Mon, Sep 17, 2012 at 2:43 PM,
>>>>>                                 Tim Aerdts <fragger123 at gmail.com
>>>>>                                 <mailto:fragger123 at gmail.com>> wrote:
>>>>>
>>>>>                                     Hello,
>>>>>
>>>>>                                     Is it just me or are there no
>>>>>                                     executables in the windows
>>>>>                                     build zip?
>>>>>                                     Where as the Linux builds have
>>>>>                                     radiant.bin :)
>>>>>
>>>>>                                     - Tim
>>>>>
>>>>>                                     On Mon, Sep 17, 2012 at 4:21
>>>>>                                     PM, Timothee Besset
>>>>>                                     <ttimo at ttimo.net
>>>>>                                     <mailto:ttimo at ttimo.net>> wrote:
>>>>>
>>>>>                                         New builds:
>>>>>                                         https://s3.amazonaws.com/GtkRadiant/GtkRadiant-1.6-20120917.zip
>>>>>                                         https://s3.amazonaws.com/GtkRadiant/GtkRadiant-1.6-Linux-i686-20120917.tar.gz
>>>>>                                         https://s3.amazonaws.com/GtkRadiant/GtkRadiant-1.6-Linux-x86_64-20120917.tar.gz
>>>>>
>>>>>
>>>>>                                         The QuakeLive support
>>>>>                                         takes another step
>>>>>                                         forward. This build will
>>>>>                                         load the model textures
>>>>>                                         (png and other formats)
>>>>>                                         from the crypted pk3s.
>>>>>
>>>>>                                         TTimo
>>>>>
>>>>>
>>>>>                                         _______________________________________________
>>>>>                                         Gtkradiant mailing list
>>>>>                                         Gtkradiant at icculus.org
>>>>>                                         <mailto:Gtkradiant at icculus.org>
>>>>>                                         http://icculus.org/mailman
>>>>>                                         <http://icculus.org/mailman/listinfo/gtkradiant>
>>>>>
>>>>             _______________________________________________
>>>>             Gtkradiant mailing list
>>>>             Gtkradiant at icculus.org <mailto:Gtkradiant at icculus.org>
>>>>             http://icculus.org/mailman/listinfo/gtkradiant
>>>
>>>
>>>
>>>
>>>         _______________________________________________
>>>         Gtkradiant mailing list
>>>         Gtkradiant at icculus.org  <mailto:Gtkradiant at icculus.org>
>>>         http://icculus.org/mailman/listinfo/gtkradiant
>>>
>>
>>         _______________________________________________
>>         Gtkradiant mailing list
>>         Gtkradiant at icculus.org <mailto:Gtkradiant at icculus.org>
>>         http://icculus.org/mailman/listinfo/gtkradiant
>>
>>
>>
>>
>>     _______________________________________________
>>     Gtkradiant mailing list
>>     Gtkradiant at icculus.org  <mailto:Gtkradiant at icculus.org>
>>     http://icculus.org/mailman/listinfo/gtkradiant
>
>
>     _______________________________________________
>     Gtkradiant mailing list
>     Gtkradiant at icculus.org <mailto:Gtkradiant at icculus.org>
>     http://icculus.org/mailman/listinfo/gtkradiant
>
>
>
>
> _______________________________________________
> Gtkradiant mailing list
> Gtkradiant at icculus.org
> http://icculus.org/mailman/listinfo/gtkradiant

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://icculus.org/pipermail/gtkradiant/attachments/20120922/e1fec3de/attachment-0001.htm>


More information about the Gtkradiant mailing list