Hi All,

My mistake for calling Ubuntu which has been a pain in the past - but not now:

Newly created Ubuntu 11.10 32 bit
This has Perl 5.12.4 / gcc 4.6.1

Things to install

libwxgtk2.8-dev
gtk2-engines-pixbuf
g++

Then
sudo cpan -i Alien::wxWidgets
sudo cpan -i Wx
sudo cpan -i Wx::Demo

all works for me.

Looks like your issues are down to either a broken prior install of wxWidgets or some issue with your particular perlbrew.

In your perl -V output, which must be for a perlbrew install, the @INC output looks wrong, using the system directories?.
The libpth value also looks completely wrong for Ubuntu 11.10

Regards

Mark





On 20/11/2011 17:39, herbert breunung wrote:
ah, it was a private mail but it was in fact 32 bit 11.10
with Perl 12.2 i reported him also the whole -V string
so i hop it will all work out in the end

unfortunately i could not install wxMediaCtrl
since I found no wxmediactrl package name

best
herbert


Am 20.11.2011 18:30, schrieb Steve Cookson:
Hi Herbert,

Which version of Ubuntu are you using?

As Mark says, the lines:

make[2]: Betrete Verzeichnis
'/home/lichtkind/.cpanm/work/1321757274.25763/Wx-0.9903/ext/media'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Verlasse Verzeichnis
'/home/lichtkind/.cpanm/work/1321757274.25763/Wx-0.9903/ext/media'

If my German serves me right, implies that Media.pm is not installed (does
it say 'nothing to do'?).

It means the dependencies are not met.

These are defined at:

http://wiki.wxwidgets.org/Linking_With_Gtk_And_Running_On_Any_Linux

But to save you the trouble of clicking on the link they are:

     * sudo -s
     * (password)
     * apt-get install libgconf2-dev
     * apt-get install libgstreamer0.10-dev
     * apt-get install libgstreamer-plugins-base0.10-dev

If you subsequently get a gtk+-2.0.pc error this can be fixed by:

     * apt-get install libgtk2.0-dev


Regards

Steve
-----Original Message-----
From: herbert breunung [mailto:deirdre_s...@web.de]
Sent: 20 November 2011 11:51
To: wxperl-users@perl.org
Subject: compile error under 64 bit ubuntu

cheers,
can anybody hint me to my mistake,
Thanks a lot.




Reply via email to