On Mon, Nov 24, 2008 at 5:35 AM, Keedi Kim <[EMAIL PROTECTED]> wrote: > Hi, :-) > > How could i change the system wx lib version when building Wx perl module? > In my Ubuntu 8.10 system has two Wx libs, 2.6 and 2.8. > > And I try to install Wx::AUI since I'm trying to install Padre Perl IDE > tools. > So I need Wx 2.8 than 2.6 where AUI is supported. > > When I try to install Wx Perl modules > I tried perl Makefile.PL then generating Makefile uses Wx 2.6 lib. > > How do I change the Makefile.PL's option? > > Any help will be appreciated. > Thanks! :-)
can't you uninstall the 2.6 libs? or install Alien::wxWidgtes and tell it to compile wxWidgets. It will download the 2.8.8 and use that. I also use Ubuntu 8.10 and for me Alien::wxWidgets found the correct headers. BTW you are welcome to ask on irc.perl.org #padre too Gabor
