[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Need help with Makefile.svn

From: Vignesh Srinivasan <vignesh.x.srinivasan_at_gmail.com>
Date: Sat, 19 Mar 2011 22:23:29 +0530

I installed swig, did a nuke and rebuild. Now the build is complete.

*vignesh_at_vignesh-laptop:****/prefix/svn-trunk/bin$ ./svn --version*
*svn, version 1.7.0 (dev build)*
* compiled Mar 19 2011, 22:09:16*

Appreciate your help and quick replies.

Thanks a ton
-vignesh

On Sat, Mar 19, 2011 at 9:21 PM, Daniel Shahaf <d.s_at_daniel.shahaf.name>wrote:

> Daniel Shahaf wrote on Sat, Mar 19, 2011 at 17:33:23 +0200:
> > Stefan Sperling wrote on Sat, Mar 19, 2011 at 13:56:45 +0100:
> > > On Sat, Mar 19, 2011 at 06:13:37PM +0530, Vignesh Srinivasan wrote:
> > > > Hi
> > > >
> > > > I am newbie to subversion development trying to learn and contribute
> to the
> > > > community. Sorry if this is numb question.
> > > >
> > > > I am trying to setup the development environment using Makefile.svn
> and I am
> > > > stuck with the bellow error. Could someone help me in proceeding
> further?
> > > >
> > > > if [ "none" = "none" ]; then \
> > > > echo "SWIG disabled at configure time" >&2; \
> > > > exit 1; \
> > > > fi
> > > > SWIG disabled at configure time
> > > > make[1]: *** [check-SWIG] Error 1
> > > > make[1]: Leaving directory
> `/home/vignesh/src/svn/subversion/svn-trunk'
> > > > make: ***
> > > >
> [/home/vignesh/src/svn/subversion/objdir/svn-trunk/.bindings-compiled] Error
> > > > 2
> > > >
> > >
> > > Hi Vignesh,
> > >
> > > you need to install swig.
> > >
> >
> > Or just don't pass --with-swig to configure.
>
> I meant: don't run 'make swig-py' or 'make check-swig-py'. (Apparently
> the Makefile.svn wrapper does this for you.)
>
> > It's only required for the py/pl bindings.
>
Received on 2011-03-19 17:54:01 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.