]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/SWIG/README.txt
mingw32/cygwin compilation fixes
[wxWidgets.git] / wxPython / SWIG / README.txt
index 2343c669bbed250fb19e14e67b3b4bce02c97b08..8fe39f6ecd6fce52bd30ea7c808e124fae780b70 100644 (file)
@@ -1,6 +1,11 @@
 
-Some minor tweaks were made to these files to allow wxPython to build
-with Python 1.6.  Just put these in your swig_lib/python dir and
-you'll be all set.  These are from SWIG 1.1-810, (yes, I am a bit
-behind.)
+Some minor tweaks were made to pyexp.swg and typemaps.i to allow
+wxPython to build with Python 1.6.  Just put these in your
+swig_lib/python dir and you'll be all set.  These are from SWIG
+1.1-883.
+
+
+Additionally, there is a patch in python.cxx.patch that should be
+applied to SWIG's .../Modules/python.cxx file.  This patch prevents
+the out typemap from being used on constructors.