Results 1 to 1 of 1
Hi
I had compiled wxGTK-2.8 succesfully (monolithic/single library). I want to compile WxPerl, but it need Alien::wxWidgets module.
http://search.cpan.org/~mbarbon/Alie...n/wxWidgets.pm
When I try to compile Alien::wxWidgets, there are errors about missing ...
- 03-21-2007 #1Linux Newbie
- Join Date
- Oct 2004
- Posts
- 114
Compiling Perl-Alien::wxWidgets - Missing Libraries
Hi
I had compiled wxGTK-2.8 succesfully (monolithic/single library). I want to compile WxPerl, but it need Alien::wxWidgets module.
http://search.cpan.org/~mbarbon/Alie...n/wxWidgets.pm
When I try to compile Alien::wxWidgets, there are errors about missing libraries:
richtext' 'stc' 'gl' 'media' 'xrc' library not found: some functionality will be missing
wxPerl cannot be compiled (errors because of the missing libraries).
According to Changelog, Alien::wxWidgets can handle monolithic wxGTK library. How to solve this problem?
Is wxPerl compatible with wxGTK-2.8?
Thank you.
The non monolithic library from wxGTK-2.6:
/usr/lib/libwx_gtk2_core-2.6.so.0.3.1
/usr/lib/libwx_gtk2_html-2.6.so.0.3.1
/usr/lib/libwx_gtk2_qa-2.6.so.0.3.1
/usr/lib/libwx_gtk2_xrc-2.6.so.0.3.1
/usr/lib/libwx_gtk2_adv-2.6.so.0.3.1
/usr/lib/libwx_gtk2_media-2.6.so.0.3.1
Monolithic/single library from wxGTK-2.8:
/usr/lib/libwx_gtk2u-2.8.so.0.1.0


Reply With Quote