Re: distributing wx based application in binary format for linux

2009-12-08 Thread Gabor Szabo
Finally I went with the original suggestion of Mattia and managed to build it on an Ubuntu 8.04 (6.04 was just too old and needed lot of extra things) and then I tried it on both Ubuntu 9.04 and 9.10 and it was working. I am now trying to fix various issues I encountered and improve the build syst

Re: distributing wx based application in binary format for linux

2009-12-08 Thread Mattia Barbon
Gabor Szabo wrote: On Sun, Nov 29, 2009 at 1:57 PM, Mattia Barbon wrote: Gabor Szabo wrote: Hi, Now I moved it to an Ubuntu 9.04 and I get the following error: Can't load '/home/gabor/perl-5.10.1-xl-0.01/perl/lib/site_perl/5.10.1/i686-linux-thread-multi/auto/Wx/Wx.so' for module Wx: /usr/l

Re: distributing wx based application in binary format for linux

2009-12-07 Thread Gabor Szabo
On Sun, Nov 29, 2009 at 1:57 PM, Mattia Barbon wrote: > Gabor Szabo wrote: > >  Hi, > >> Now I moved it to an Ubuntu 9.04 and I get the following error: >> >> Can't load >> '/home/gabor/perl-5.10.1-xl-0.01/perl/lib/site_perl/5.10.1/i686-linux-thread-multi/auto/Wx/Wx.so' >> for module Wx: /usr/lib/

Re: distributing wx based application in binary format for linux

2009-11-29 Thread Mattia Barbon
Gabor Szabo wrote: Hi, Now I moved it to an Ubuntu 9.04 and I get the following error: Can't load '/home/gabor/perl-5.10.1-xl-0.01/perl/lib/site_perl/5.10.1/i686-linux-thread-multi/auto/Wx/Wx.so' for module Wx: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /home/g

Re: distributing wx based application in binary format for linux

2009-11-29 Thread Sergei Steshenko
--- On Sun, 11/29/09, Gabor Szabo wrote: > From: Gabor Szabo > Subject: distributing wx based application in binary format for linux > To: "wxPerl users" > Date: Sunday, November 29, 2009, 1:36 AM > I am trying to build a package that > would include a full perl &

distributing wx based application in binary format for linux

2009-11-29 Thread Gabor Szabo
I am trying to build a package that would include a full perl distribution and also Padre which is written in wxPerl. So far I managed to build the whole package. The first issue I encountered was that when I was trying to run padre on a bare-bone system it complained about missing libwx_gtk2u_cor