Comment 12 for bug 1386892

Revision history for this message
Max (m-rest) wrote :

Exactly. Simply apply the patch from [http://trac.wxwidgets.org/changeset/77082/svn-wx] to wxWidgets 3.0.1. You can then also use the daily ppa again.

Do something like this:

- download the source packages from
https://launchpad.net/ubuntu/+source/wxwidgets3.0/3.0.1-3

- dpkg-source -x wxwidgets3.0_3.0.1-3.dsc

- edit window.cpp according to http://trac.wxwidgets.org/changeset/77082/svn-wx

- try dpkg-source -b wxwidgets3.0-3.0.1/ - it fails, but you get the path to the patch in /tmp/.... from it's output

- change the patch description to your needs, copy it to /debian/patches/wx-fix_stackpointer.patch and add the name to the 'series' file

- build all packages with dpkg-buildpackage -us -uc

- install libwxgtk3.0-0_3.0.1-3_amd64.deb and libwxbase3.0-0_3.0.1-3_amd64.deb as those contain the libs used by Kicad.