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

(perl 5.6.1 ) Re: building Subversion 1.0.3 on Woody

From: DH <crazyinsomniac_at_yahoo.com>
Date: 2004-09-26 16:15:50 CEST

After trying to build SVN::Core for 5.6.1 win32, I ran into your account
http://www.contactor.se/~dast/svnusers/archive-2004-05/1060.shtml

PERL_MAGIC_tiedscalar is not available in 5.6.x, but luckily,
its been backported through Devel::PPPort
( http://search.cpan.org/dist/Devel-PPPort
http://cpan.uwinnipeg.ca/dist/Devel-PPPort ).

alls you need to do is cd to subversion\bindings\swig\perl and run

   perl ppport.h --patch=the.magic.patch

and then simply apply the.magic.patch (patch -i the.magic.patch)
and it should compile fine (given that ppport.h is in your include path)

                
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Sep 26 17:12:15 2004

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

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