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

Re: Re: svn commit: r16211 - trunk/subversion/bindings/swig/python/svn

From: David James <djames_at_collab.net>
Date: 2006-09-18 04:03:30 CEST

On 9/26/05, Max Bowsher <maxb@ukf.net> wrote:
> Marc Haesen wrote:
> > Hi,
> >
> > The current python bindings on trunk are crashing in windows. The reason
> > is
> > that in some cases the variable _global_pool is NULL, depending from which
> > python module (dll) the libsvn_swig_py functions are called.
> > This can easily be solved by compiling the libsvn_swig_py module to a dll
> > instead of a static library. In this case all functions of the
> > libsvn_swig_py module need to be exported to.
> >
> > I have made these changes locally, and they seem to solve the crash.
>
> This seems like a known problem (issue 2202) that has been exacerbated by
> the recent improvements to the Python bindings.
>
> Marc, could you please send a patch, because so far, I don't think anyone
> else has figured out how to get libsvn_swig_py built as a DLL with MSVC.

In case anyone here wasn't following, Issue 2202 was fixed in r16302
and r16303. I double checked the recipe in Issue 2202 on Windows and
everything works great now.

Cheers,

David

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 18 04:03:43 2006

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.