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

[PATCH] Issue 990: SWIG Python on Win32

From: Dale Hirt <dale_at_sbcltd.com>
Date: 2003-02-25 23:04:35 CET

Well,

I have finally achieved compilation, with no changes to SWIG. One change to
apr.i, and a whole host of changes to swigutil_py.c, and a bunch of
self-generated dsp's. They are currently posted on the website at
http://subversion.tigris.org/issues/show_bug.cgi?id=990. Please ignore the
first patch, download svn200302251332.diff and win32.tar.gz. unzip
win32.tar.gz in folder subversion/bindings/swig/python.

Hope your day is as good as mine.

Dale

Log
============

subversion.dsw:
    * Added in subversion/bindings/swig/python/win32/*.dsps and put
swig_python.dsp as dependency of __build__.

subversion/bindings/swig/apr.i:
    * Added in typemaps for apr_int64_t and mapped all calls for apr_time_t
to it.

subversion/bindings/swig/swigutil_py.c:
    * Added svn_swig_py_get_osfhandle and svn_swig_py_valid_fhandle.
Changed svn_swig_py_make_file to be more robust with error-checking, and to
account for platform differences.

subversion/bindings/swig/python/win32/libswig_svn_client.dsp
subversion/bindings/swig/python/win32/libswig_svn_delta.dsp
subversion/bindings/swig/python/win32/libswig_svn_fs.dsp
subversion/bindings/swig/python/win32/libswig_svn_ra.dsp
subversion/bindings/swig/python/win32/libswig_svn_repos.dsp
subversion/bindings/swig/python/win32/libswig_svn_util.dsp
subversion/bindings/swig/python/win32/libswig_svn_wc.dsp
subversion/bindings/swig/python/win32/swig_python.dsp:
    * Visual C++ 6.0 project files to create python .pyd dll's from
respective .i file.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 25 23:05:26 2003

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.