I managed to get wxPerl 0.65 to build against the new
wxWidgets 2.8.0.
I used the Ubuntu wxWidgets binaries for 2.8.0
(http://www.wxwidg
ets.org/downloads/), but had a few problems with
Alien::WxWidgets:
mike mbs:~/downloads/Alien-wxWidgets-0.25$ perl Build
'animate' library not found at inc/My/Build/Any_wx_config.pm
line 141.
'deprecated' library not found at
inc/My/Build/Any_wx_config.pm line 141.
So I added this line to inc/My/Build/Any_wx_config.pm:
next if $k =~ m/^animate|deprecated$/;
just to see if things would build, etc. After that
everything worked
fine. Not the most elegant fix :-/ but hopefully gives a
clue to
those who are in the know...
BTW, I now have an Ubuntu binary Wx-0.65 against wxWidgets
2.8.0
(wxperl_0.65-1_i386.deb) if anyone wants it, just let me
know...
Mike.
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxperl-users mailing list
wxperl-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxperl-use
rs
|