in reply to Re^5: Need help installing wxWidgets 2.9.4
in thread Need help installing wxWidgets 2.9.4
I use CPAN. Did you know that you can configure CPAN to uninstall for you? It'll uninstall conflicting files, but don't use it if you use INSTALL_BASE. Enter the CPAN shell:perl Build.PL wxWidgets-version=2.9.4
Check that the change took effect:cpan> o conf init mbuild_install_arg cpan> --uninst 1 cpan> o conf commit
Now docpan> o conf mbuild_install_arg mbuild_install_arg [--uninst 1]
It worked. You're done. Now install Wx.cpan> o conf init make_install_arg cpan> UNINST=1 cpan> o conf commit cpan> o conf make_install_arg make_install_arg [UNINST=1]
Update: Revised
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Need help installing wxWidgets 2.9.4
by HelenCr (Monk) on May 06, 2013 at 19:08 UTC | |
|
Re^7: Need help installing wxWidgets 2.9.4
by HelenCr (Monk) on May 06, 2013 at 07:26 UTC |