Re: Install fails on Ubuntu: cannot find -lwx_gtk2u_media-2.8

2010-08-10 Thread Eric J. Roode
On Mon, Aug 9, 2010 at 2:42 PM, Mattia Barbon mattia.bar...@libero.it wrote: Eric J. Roode wrote: Does anyone have any suggestions for getting past this error? TIA. You are missing the symlink from .so.0 to .so, which should be created by the wxWidgets -dev package. Maybe there is a

logging messages to a window

2010-08-10 Thread Adam Witney
Hi, I am building my first wxPerl app and wanted to create a window to which i can log progress messages from the app. So far in my main Frame class I have this my $text = Wx::TextCtrl-new( $self, -1, , wxDefaultPosition, wxDefaultSize,

RE: List of wxPerl applications

2010-08-10 Thread Steve Cookson
I agree with all the suggestions made on this list. - New apps - Updated doc - Autopost of code Etc. But I also think it would be nice to update the two frontpages more regularly, both the Wiki frontpage and the sourcefourge page. The thing that put me off when deciding to use wxPerl was how

Re: logging messages to a window

2010-08-10 Thread Alessandro
Hi, add this Wx::Log::SetTimestamp(undef); to your code. It should do what you need Alessandro 2010/8/10 Adam Witney awit...@sgul.ac.uk Hi, I am building my first wxPerl app and wanted to create a window to which i can log progress messages from the app. So far in my main

Re: Questions about XS, C++ and Perl.

2010-08-10 Thread Ryan Dietrich
Exceptions were a piece of cake (Thanks!)... Multiple objects isn't going too well thus far. 1. Since you specifically state that you have to use the OBJECTS parameter, does this mean using MYEXTLIB and targeting a shared library is out of the question? 2. What is My.pm ? This isn't covered

Re: Questions about XS, C++ and Perl.

2010-08-10 Thread Mattia Barbon
Ryan Dietrich wrote: Exceptions were a piece of cake (Thanks!)... Multiple objects isn't going too well thus far. 1. Since you specifically state that you have to use the OBJECTS parameter, does this mean using MYEXTLIB and targeting a shared library is out of the question? OBJECTS