| | 35 | |
| | 36 | === If you accidentally tried to install with wx-2.6 libs, |
| | 37 | then the installation will die at some point during the Wx compilation phase. In that case, Alien::wxWidgets will think that you have v 2.6 (even after you install 2.8), so you must remove it before moving forward with the install. (I tried simply force-installing Alien::wxWidgets and it didn't work, for reasons not clear to me.) Here's what you should do: |
| | 38 | |
| | 39 | * install the wx-2.8 libraries through apt-get, as listed above |
| | 40 | * install App::pmuninstall via CPAN, i.e. |
| | 41 | {{{#!sh |
| | 42 | cpan App::pmuninstall |
| | 43 | # or if you're more modern: |
| | 44 | cpanm App::pmuninstall |
| | 45 | }}} |
| | 46 | * uninstall Alien::wxWidgets: |
| | 47 | {{{#!sh |
| | 48 | pm-uninstall Alien::wxWidgets |
| | 49 | }}} |
| | 50 | * reinstall Wx, as discussed above. |
| | 51 | |