I think people should be using our standard, supported stuff rather than
Makefile.svn. if there is a problem with the std stuff, then we should fix
it.
My understanding of Makefile.svn was that Stefan merely checked it in,
rather than intending it to become recommended in any way.
Cheers,
-g
On Mar 19, 2011 12:57 PM, "Stefan Sperling" <stsp_at_elego.de> wrote:
> 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.
>
>>
>> thanks
>> -vignesh
Received on 2011-03-19 20:59:14 CET