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

Re: Perl bindings on windows

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-06-21 05:00:57 CEST

Russell Yanofsky wrote:
> 'BEGIN not safe after errors--compilation aborted at K:/Program
> Files/Perl/site/lib/SVN/Core.pm line 100.'
> 'Bareword "init_ra_libs" not allowed while "strict subs" in use at
> K:/Program Files/Perl/site/lib/SVN/Ra.pm line 64.'

That line could be changed from

        my $ralib = init_ra_libs;

to

        my $ralib = init_ra_libs();

and it shouldn't give that error any more. However, the bigger issue is why it
works for others and not for you (since that is exactly the line in the version
I am using sucessfully (granted under Linux).

What version of Perl are you using ('perl -V' would be helpful)? Did you build
it yourself (since it doesn't look like you installed ActiveState's Perl which I
don't think will work in "Program Files")? In fact, that is a very bad idea in
general (directories with spaces) since there are a number of Perl modules which
won't react well.

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 21 05:01:16 2004

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.