On Mon, 2008-10-27 at 22:34 +0100, Mattia Barbon wrote:
> James McDonald wrote:
> Ugh! I should be punished for such an unhelpful error
> message... I am in the process of releasing Alien::wxWidgets
> 0.41, which will correct that.
Weird thing is I went and installed the Alien::wxWidgets manually
instead of using perl -MCPAN 'install Wx' and then installed Wx manually
and it worked.
>
> In the meantime, could you post here the output of
>
> perl -MAlien::wxWidgets=:dump -e 42
$VAR1 = {
'compiler_kind' => 'gcc',
'version' => '2.008007',
'build' => 'multi',
'key' => 'gtk2_2_8_7_uni_gcc_3_4',
'package' =>
'Alien::wxWidgets::Config::gtk2_2_8_7_uni_gcc_3_4',
'compiler_version' => '3.4',
'mslu' => 0,
'unicode' => 1,
'toolkit' => 'gtk2',
'debug' => 0
};
$VAR2 = {
'compiler_kind' => 'nc',
'version' => '2.008007',
'build' => 'multi',
'key' => 'gtk2_2_8_7_uni_nc_0',
'package' => 'Alien::wxWidgets::Config::gtk2_2_8_7_uni_nc_0',
'compiler_version' => 0,
'mslu' => 0,
'unicode' => 1,
'toolkit' => 'gtk2',
'debug' => 0
};
> ?
>
> > Compilation failed in require at Makefile.PL line 21.
> > BEGIN failed--compilation aborted at Makefile.PL line 21.
> > Warning: No success on command[/usr/bin/perl Makefile.PL
> > INSTALLDIRS=site]
> > MBARBON/Wx-0.86.tar.gz
> > /usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK
> > Running make test
> > Make had some problems, won't test
> > Running make install
> >
> > Perl Version:
> > perl -v
> > This is perl, v5.8.8 built for i486-linux-gnu-thread-multi
> >
> > I have installed gcc-3.4 and g++-3.4
> >
> > setting CC and CXX to the paths of the above doesn't seem to work.
>
> Thanks!
> Mattia