[Gambas-user] Problems with subversion

Benoit Minisini gambas at ...1...
Sun Sep 24 10:22:07 CEST 2006


On Sunday 24 September 2006 03:13, Ron Onstenk wrote:
> On Saturday 23 September 2006 22:53, Benoit Minisini wrote:
> > > I will try again, but if somebody can tell me why this error, and how
> > > to import gambas reliably in sourceforge svn...
> >
> > I fixed the installation ofthe help files and comitted it.
> >
> > So by doing:
> >
> > $ svn checkout https://svn.sourceforge.net/svnroot/gambas/2.0/trunk
> >
> > ...you will get the last snapshot of the development version, that is now
> > fully compilable for now.
> >
> > --
> > Benoit Minisini
>
> yum, yum
>
> mkdir /home/ron/src/svn
> cd /home/ron/src/svn
> svn checkout https://svn.sourceforge.net/svnroot/gambas/2.0/trunk
> chown -R ron:users trunk
> cd trunk
> ./configure --prefix=/opt/gb
>
>
> terminator:/home/ron/src/svn/trunk # ./configure -C --prefix=/opt/gb
> configure: creating cache config.cache
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> updating cache config.cache
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating config.h
> config.status: config.h is unchanged
> configure: configuring in main
> configure: running /bin/sh './configure' --prefix=/opt/gb  '-C'
> '--prefix=/opt/gb' --cache-file=../config.cache --srcdir=. configure:
> loading cache ../config.cache
> checking for a BSD-compatible install... (cached) /usr/bin/install -c
> checking whether build environment is sane... yes
> link: too few arguments
> Try `link --help' for more information.
> configure: WARNING: `missing' script is too old or missing
> checking for gawk... (cached) gawk
> checking whether make sets $(MAKE)... (cached) yes
> configure: error: cannot run /bin/sh ./config.sub
> configure: error: /bin/sh './configure' failed for main
>
>
> above is second trial with adding the -C to configure.
>
> Ron
>

Try to do a ./reconf before, maybe it will work.

-- 
Benoit Minisini





More information about the User mailing list