[Gtkradiant] help gtkradiant for OSXHi

LinuxManMikeC linuxmanmikec at gmail.com
Tue Jan 30 22:38:12 CST 2007


Looks to me like build.sh is a leftover from the old Make build
system.  GtkRadiant now uses Scons build system.  Build.sh is probably
quite useless to you.

On 1/30/07, Mik <mike at 4thdimstudio.com> wrote:
> I've get this one
>
> "
> #!/bin/sh
> (cd loki_setup && patch -N -p0 < ../setup.patch)
> (cd loki_setupdb ; make distclean ; ./autogen.sh && ./configure && make)
> (
> cd loki_setup
> make distclean
> ./autogen.sh && ./configure && make
> mkdir -p image/setup.data/bin/Darwin/ppc/glibc-2.1
> make install
> find image -name setup -exec rm {} \;
> )
>
> (cd GtkRadiant ; scons BUILD=release SETUP=1)
> "
>
> taken from "/GtkRadiant-GPL Folder/GPL/GtkRadiant/setup/osx/build.sh"
>
>
>
> but when i do
>
> "./build.sh" or "sh build.sh"
> i get this:
>
> build.sh: line 2: cd: loki_setup: No such file or directory
> build.sh: line 3: cd: loki_setupdb: No such file or directory
> make: *** No rule to make target `distclean'.  Stop.
> build.sh: line 3: ./autogen.sh: No such file or directory
> build.sh: line 5: cd: loki_setup: No such file or directory
> make: *** No rule to make target `distclean'.  Stop.
> build.sh: line 7: ./autogen.sh: No such file or directory
> make: *** No rule to make target `install'.  Stop.
> build.sh: line 13: cd: GtkRadiant: No such file or directory
> build.sh: line 13: scons: command not found
>
> i think this build.sh is the way to make my binaries,
> but i don't understand because i get errors..
>
> If some skilled to unix and shell-programmink, know and can help me,
> i'm thankful anticipately.
>
> Thanks
>
> Mike
>
>
>
>
>
> Il giorno 31/gen/07, alle ore 03:54, Mik ha scritto:
>
> > THANKS.
> >
> > I've tried to install scons, and successfull compiled.
> >
> > But i am not able to compile the GTKradiant binary
> >
> > i launch python install.py
> > but no binaries come out
> >
> > Sorry.
> >
> > I don't know really how to do..
> >
> > If someone with OSX have done it, i hope to shown me how.
> >
> > Thanks
> >
> >
> >
> >> Sounds like you don't have scons installed.  That is why scons
> >> SETUP=0
> >> fails.  Get it here:
> >>
> >> http://www.scons.org/
> >>
> >>
> >> On 1/30/07, Mik <mike at 4thdimstudio.com> wrote:
> >>> Sorry.
> >>> I'm not able.
> >>>
> >>> Maybe i'm stupid, but i've installed Python, SVN client, the source
> >>> code of gtkradiant, Xcode, but when i launch from bash
> >>>
> >>> scons SETUP=0
> >>>
> >>> it give command not found error.
> >>>
> >>>
> >>> When i launch
> >>>
> >>> ./install.py
> >>>
> >>> it give
> >>>
> >>> ./install.py: line 27:
> >>> Builds the ./install directory.
> >>>
> >>> Copies files from various locations:
> >>> ./setup/data/tools/
> >>> ./games/<gamepack>/
> >>> ../<library>/<library>.dll
> >>> ./include/version.default is used to generate RADIANT_MAJOR and
> >>> RADIANT_MINOR
> >>> : No such file or directory
> >>> ./install.py: line 29: import: command not found
> >>> ./install.py: line 30: import: command not found
> >>> ./install.py: line 32: syntax error near unexpected token `('
> >>> ./install.py: line 32: `def assertMessage(condition, message):'
> >>>
> >>>
> >>>
> >>> i'm lost, i don't know hot to make the binaries.
> >>> I will not use gtkradiant unfortunately.
> >>>
> >>> Thanks for the help.
> >>>
> >>>
> >>> Best Regards
> >>>
> >>>
> >>> Mike
> >>> ITALY
> >>>
> >>>
> >>>
> >>> > On 30/01/07, Mik <mike at 4thdimstudio.com> wrote:
> >>> >> I'downloading 1.3 Stable SVN from
> >>> >>
> >>> >> http://metissian.com/projects/macosx/subversion/
> >>> >>
> >>> >> but i have no idea of what this is, hot to run, and how to
> >>> install
> >>> >> gtkradiant...
> >>> >>
> >>> >> Maybe SVN is a source-code client gui-interface compiler, that
> >>> makes
> >>> >> binary
> >>> >> from gtkradiant souce?
> >>> >>
> >>> >>
> >>> >>
> >>> >> > Hi,
> >>> >> >
> >>> >> > I recomment to get an uptodate source-snapshot from svn.
> >>> >> > The GPL-zip is very outdated.
> >>> >>
> >>> >> Where is this source-snapshot?
> >>> >>
> >>> >>
> >>> >> >
> >>> >> > namespace
> >>> >> >
> >>> >> > Am Dienstag, 30. Januar 2007 20:58 schrieb Mik:
> >>> >>
> >>> >> Thanks of course man.
> >>> >>
> >>> >>
> >>> >>
> >>> >> >> Hello.
> >>> >> >>
> >>> >> >> I need help for installing gtkradiant for Mac OSX 10.4.8
> >>> PPC G5
> >>> >> dual
> >>> >> >> 1.8.
> >>> >> >>
> >>> >> >> I've got the GtkRadiant-GPL.zip file with the source code
> >>> >> >> but i have some errors when i do ./install.py
> >>> >> >>
> >>> >> >> I got:
> >>> >> >>
> >>> >> >>
> >>> >> >> ./install.py: line 27:
> >>> >> >> Builds the ./install directory.
> >>> >> >>
> >>> >> >> Copies files from various locations:
> >>> >> >> ./setup/data/tools/
> >>> >> >> ./games/<gamepack>/
> >>> >> >> ../<library>/<library>.dll
> >>> >> >> ./include/version.default is used to generate RADIANT_MAJOR
> >>> and
> >>> >> >> RADIANT_MINOR
> >>> >> >>
> >>> >> >> : No such file or directory
> >>> >> >>
> >>> >> >> ./install.py: line 29: import: command not found
> >>> >> >> ./install.py: line 30: import: command not found
> >>> >> >> ./install.py: line 32: syntax error near unexpected token `('
> >>> >> >> ./install.py: line 32: `def assertMessage(condition,
> >>> message):'
> >>> >> >>
> >>> >> >>
> >>> >> >>
> >>> >> >> How to compile the source?
> >>> >> >>
> >>> >> >> Please help me!
> >>> >> >>
> >>> >> >> Regards
> >>> >> >>
> >>> >> >> Mike
> >>> >> >>
> >>> >> >>
> >>> >> >>
> >>> >> >>
> >>> >> >> _______________________________________________
> >>> >> >> Gtkradiant mailing list
> >>> >> >> Gtkradiant at zerowing.idsoftware.com
> >>> >> >> http://zerowing.idsoftware.com/cgi-bin/mailman/listinfo/
> >>> gtkradiant
> >>> >> >
> >>> >> > --
> >>> >> > www.codecreator.net | GPG: 0xD4DB516D
> >>> >> > _______________________________________________
> >>> >> > Gtkradiant mailing list
> >>> >> > Gtkradiant at zerowing.idsoftware.com
> >>> >> > http://zerowing.idsoftware.com/cgi-bin/mailman/listinfo/
> >>> gtkradiant
> >>> >>
> >>> >>
> >>> >> _______________________________________________
> >>> >> Gtkradiant mailing list
> >>> >> Gtkradiant at zerowing.idsoftware.com
> >>> >> http://zerowing.idsoftware.com/cgi-bin/mailman/listinfo/
> >>> gtkradiant
> >>> >>
> >>> >
> >>> > https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk/
> >>> COMPILING
> >>> >
> >>> > _______________________________________________
> >>> > Gtkradiant mailing list
> >>> > Gtkradiant at zerowing.idsoftware.com
> >>> > http://zerowing.idsoftware.com/cgi-bin/mailman/listinfo/gtkradiant
> >>> >
> >>>
> >>>
> >>> _______________________________________________
> >>> Gtkradiant mailing list
> >>> Gtkradiant at zerowing.idsoftware.com
> >>> http://zerowing.idsoftware.com/cgi-bin/mailman/listinfo/gtkradiant
> >>>
> >>
> >> _______________________________________________
> >> Gtkradiant mailing list
> >> Gtkradiant at zerowing.idsoftware.com
> >> http://zerowing.idsoftware.com/cgi-bin/mailman/listinfo/gtkradiant
> >>
> >
> >
> > _______________________________________________
> > Gtkradiant mailing list
> > Gtkradiant at zerowing.idsoftware.com
> > http://zerowing.idsoftware.com/cgi-bin/mailman/listinfo/gtkradiant
> >
>
>
> _______________________________________________
> Gtkradiant mailing list
> Gtkradiant at zerowing.idsoftware.com
> http://zerowing.idsoftware.com/cgi-bin/mailman/listinfo/gtkradiant
>



More information about the Gtkradiant mailing list