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: Building Alien::wxWidgets - where is wx-config

2009-12-08 Thread Mattia Barbon
Gabor Szabo wrote: I tried to buld wxWidgets with these flags ./configure --with-gtk --disable-shared --enable-unicode and got this error in the make phase: home/szabgab/.perldist_xl/src/wxWidgets-2.8.10/bk-deps g++ -c -o corelib_gtk_gsockgtk.o -I./.pch/wxprec_corelib -D__WXGTK__ -I./src/tiff

Re: Building Alien::wxWidgets - where is wx-config

2009-12-08 Thread Mattia Barbon
Gabor Szabo wrote: In my quest to build a stand-alone perl with wx I got to another issue I don't understand showing my total lack of understanding of the build system. When I am trying to build Alien::wxWidgets and want it to download the source of wxWidgets the README.txt tells me the followi