Open GoogleCodeExporter opened 9 years ago
First cut at a patch. I haven't actually tried loading the output of this as a
Python module, because libtool is a pain, and I don't have it installing to the
right
directory yet, but it builds successfully. I should probably check in the
Python/C++
wrapper files that SWIG generates, since it's more likely that people will have
Python installed and want the bindings than it is that they'll have SWIG
installed.
Original comment by ted.mielczarek
on 27 Jan 2008 at 4:47
Attachments:
Remove unnecessary variables from Makefile.am, they automatically get inserted
since
they get AC_SUBST'ed.
Original comment by ted.mielczarek
on 27 Jan 2008 at 4:58
Attachments:
I revisited this and updated the patch:
http://hg.mozilla.org/users/tmielczarek_mozilla.com/breakpad-mq/file/ef06f69b8d2
3/python-bindings
Original comment by ted.mielczarek
on 24 Sep 2010 at 1:29
This doesn't seem to be in the current version. How much work would it take to
get it working again?
Original comment by a...@pocketgems.com
on 28 May 2014 at 12:22
Probably not a huge undertaking. Working with SWIG was a bit frustrating due to
its C++ support being fiddly.
Original comment by ted.mielczarek
on 28 May 2014 at 1:17
Original issue reported on code.google.com by
ted.mielczarek
on 26 Jan 2008 at 4:53Attachments: