[Gambas-user] Problems with subversion

Ron Onstenk ronstk at ...239...
Sun Sep 24 03:13:31 CEST 2006


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







More information about the User mailing list