Re: Subversion, DLL and Python
From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-06-25 15:34:04 CEST
Emmanuel-G BLOT wrote:
If you want to give some specifics, I'll try to help you solve the problem.
>> I will add a cygwin subversion-python package to my todo list.
OK, I've just built the python bindings. It was messy - I had to add extra libraries to lots of link lines, and hack out a check in
Here's the short version, for anyone interested:
libsvn_swig_py link line: Add -L/usr/lib/python2.3/config -lpython2.3 -lswigpy
all bindings modules line lines: Add -L/usr/lib/python2.3/config -lpython2.3
Need to hack libtool, because it wants to disallow linking a DLL against a static library (which is what -lswigpy is on Cygwin at
I'll set about tidying this up, and then think about a new version of my Cygwin packages with python support.
Max.
---------------------------------------------------------------------
|
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.