Re: Installing wxPerl on Ubuntu 7.10

2008-05-16 Thread Gabor Szabo
On Tue, May 13, 2008 at 12:51 AM, Mattia Barbon <[EMAIL PROTECTED]> wrote: > > Sorry, my bad. Please try the just uploaded 0.35_01. That worked well. Thanks. Gabor

Re: Installing wxPerl on Ubuntu 7.10

2008-05-12 Thread Mattia Barbon
Gabor Szabo wrote: On Mon, May 12, 2008 at 1:16 AM, Mattia Barbon <[EMAIL PROTECTED]> wrote: Mattia Barbon wrote: Tentative and hopefully correct patch attached below (it passes a sane-looking --refix value to configure, but it will be a couple of hours before the Linux build finishes and I c

Re: Installing wxPerl on Ubuntu 7.10

2008-05-12 Thread Gabor Szabo
On Mon, May 12, 2008 at 1:16 AM, Mattia Barbon <[EMAIL PROTECTED]> wrote: > Mattia Barbon wrote: > >> Tentative and hopefully correct patch attached below (it passes >> a sane-looking --refix value to configure, but it will be a couple >> of hours before the Linux build finishes and I can check...

Re: Installing wxPerl on Ubuntu 7.10

2008-05-11 Thread Mark Dootson
Full download and build of wxWidgets on Win32 works and installs correctly to --prefix too. Mattia Barbon wrote: Mattia Barbon wrote: Tentative and hopefully correct patch attached below (it passes a sane-looking --refix value to configure, but it will be a couple of hours before the Linux

Re: Installing wxPerl on Ubuntu 7.10

2008-05-11 Thread Mattia Barbon
Mattia Barbon wrote: Tentative and hopefully correct patch attached below (it passes a sane-looking --refix value to configure, but it will be a couple of hours before the Linux build finishes and I can check...). Works for me on Linux, so tentatively committed. Gabor, can you try subve

Re: Installing wxPerl on Ubuntu 7.10

2008-05-11 Thread Mark Dootson
Hi, Patched code works correctly with my normal build process on Win32 (wxWidgets pre-built) and I now get correct values in my Config. I have just set a build in progress to test download and build of wxWidgets from scratch. I will post result when complete. Regards Mark Mattia Barbon wr

Re: Installing wxPerl on Ubuntu 7.10

2008-05-11 Thread Mattia Barbon
Mark Dootson wrote: F.Y.I. I don't know if this helps in tracking down the problem, but on Win32 Yes, it does, and your analisys is correct. perl Build.PL --prefix=F:/path/i/want works fine and Alien::wxWidgets gets installed where I have specified. However, I am not using Alien to build

Re: Installing wxPerl on Ubuntu 7.10

2008-05-11 Thread Mark Dootson
F.Y.I. I don't know if this helps in tracking down the problem, but on Win32 perl Build.PL --prefix=F:/path/i/want works fine and Alien::wxWidgets gets installed where I have specified. However, I am not using Alien to build wxWidgets and in my package Alien::wxWidgets::Config::msw_2_8_7_un

Re: Installing wxPerl on Ubuntu 7.10

2008-05-11 Thread Mattia Barbon <[EMAIL PROTECTED]>
Hi, > ok, so now I tried to install it manually: > > perl Makefile.PL PREFIX=/home/gabor/perl5lib LIB=/home/gabor/perl5lib/lib > > which was then translated to > /usr/bin/perl Build.PL --prefix /home/gabor/perl5lib > --install_path lib=/home/gabor/perl5lib/lib > > make > make test > make in

Re: Installing wxPerl on Ubuntu 7.10

2008-05-11 Thread Mattia Barbon <[EMAIL PROTECTED]>
Hi, > On Tue, May 6, 2008 at 10:06 AM, Huub Peters <[EMAIL PROTECTED]> wrote: > > I'm not going to discuss whether Alien::wxWidgets should or should not > > download wxwidgets by itself but I think it is great that it offers this. > > Anyway, as always in perl, there's more than one way to do

Re: Installing wxPerl on Ubuntu 7.10

2008-05-07 Thread Eric Wilhelm
# from Gabor Szabo # on Tuesday 06 May 2008: >>   wx-config --libs > >-pthread   -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 >-lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 >-lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 > >>  The last should match: >>   perl -e 'use

Re: Installing wxPerl on Ubuntu 7.10

2008-05-06 Thread Gabor Szabo
On Wed, May 7, 2008 at 8:31 AM, Eric Wilhelm <[EMAIL PROTECTED]> wrote: > # from Gabor Szabo > # on Tuesday 06 May 2008: > > > >> What do you get for `wx-config --cxxflags`? > > > >-I/usr/lib/wx/include/base-unicode-release-2.8 -I/usr/include/wx-2.8 > >-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -Dw

Re: Installing wxPerl on Ubuntu 7.10

2008-05-06 Thread Eric Wilhelm
# from Gabor Szabo # on Tuesday 06 May 2008: >> What do you get for `wx-config --cxxflags`? > >-I/usr/lib/wx/include/base-unicode-release-2.8 -I/usr/include/wx-2.8 >-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DwxUSE_GUI=0 -pthread The wxUSE_GUI=0 was probably a bad sign ;-) When it is setup correctl

Re: Installing wxPerl on Ubuntu 7.10

2008-05-06 Thread Gabor Szabo
On Tue, May 6, 2008 at 11:34 PM, Eric Wilhelm <[EMAIL PROTECTED]> wrote: > # from Gabor Szabo > # on Tuesday 06 May 2008: > > > >Unable to determine toolkit! at inc/My/Build/Any_wx_config.pm line 95. > > What do you get for `wx-config --cxxflags`? > -I/usr/lib/wx/include/base-unicode-release-2.8

Re: Installing wxPerl on Ubuntu 7.10

2008-05-06 Thread Eric Wilhelm
# from Gabor Szabo # on Tuesday 06 May 2008: >Unable to determine toolkit! at inc/My/Build/Any_wx_config.pm line 95. What do you get for `wx-config --cxxflags`? Perhaps you need to also install the '...-dev' package. --Eric -- "Insert random misquote here" -

Re: Installing wxPerl on Ubuntu 7.10

2008-05-06 Thread Eric Wilhelm
# from Gabor Szabo # on Tuesday 06 May 2008: >ok, so now I tried to install it manually: > >perl Makefile.PL PREFIX=/home/gabor/perl5lib > LIB=/home/gabor/perl5lib/lib > >which was then translated to > /usr/bin/perl Build.PL --prefix /home/gabor/perl5lib >--install_path lib=/home/gabor/perl5li

Re: Installing wxPerl on Ubuntu 7.10

2008-05-06 Thread Gabor Szabo
On Tue, May 6, 2008 at 10:06 AM, Huub Peters <[EMAIL PROTECTED]> wrote: > I'm not going to discuss whether Alien::wxWidgets should or should not > download wxwidgets by itself but I think it is great that it offers this. > Anyway, as always in perl, there's more than one way to do it. Yup. I don

Re: Installing wxPerl on Ubuntu 7.10

2008-05-06 Thread Gabor Szabo
ok, so now I tried to install it manually: perl Makefile.PL PREFIX=/home/gabor/perl5lib LIB=/home/gabor/perl5lib/lib which was then translated to /usr/bin/perl Build.PL --prefix /home/gabor/perl5lib --install_path lib=/home/gabor/perl5lib/lib make make test make install ... make[2]: Leavi

Re: Installing wxPerl on Ubuntu 7.10

2008-05-06 Thread Roberto C . Sánchez
On Tue, May 06, 2008 at 06:56:08AM +0300, Gabor Szabo wrote: > Hi, > > I have tried to install wxPerl on Ubuntu 7.10 but as far as I could find > there is no such Ubuntu package. > I maintain the Debian packages for libalien-wxwidgets-perl and also libwx-perl. Just grab the source packages from

Re: Installing wxPerl on Ubuntu 7.10

2008-05-06 Thread Huub Peters
Gabor Szabo wrote: Hi, I have tried to install wxPerl on Ubuntu 7.10 but as far as I could find there is no such Ubuntu package. So I tried CPAN.pm it tried to also install Alien-wxWidgets-0.35 The following questions I answered with an ENTER: Do you want to build wxWidgets? [yes ] Which arch

Re: Installing wxPerl on Ubuntu 7.10

2008-05-05 Thread Eric Wilhelm
# from Gabor Szabo # on Monday 05 May 2008: >I have tried to install wxPerl on Ubuntu 7.10 but as far as I could > find there is no such Ubuntu package. I don't speak ubuntu releases, but Debian etch (stable) has no libwx-perl while lenny (testing) has 0.82. If you don't have that in your apt-

Installing wxPerl on Ubuntu 7.10

2008-05-05 Thread Gabor Szabo
Hi, I have tried to install wxPerl on Ubuntu 7.10 but as far as I could find there is no such Ubuntu package. So I tried CPAN.pm it tried to also install Alien-wxWidgets-0.35 The following questions I answered with an ENTER: Do you want to build wxWidgets? [yes ] Which archive type? [tar.gz ] D