Hi Guys, I seem to be in deep doodoo (still) on the Kubuntu 11.04 Wx::MediaCtrl front.
But maybe I just am having difficulty with the parameters on Alien. Here's what I'm doing. I've got wxWidgets installed nicely on the machine and playing the wxWidgets samples in c++. Great. The wxWidgets install directory is /var/local/wxtesting-2.9.2/widgets. This tells me that all the GStreamer dependencies are all installed and working. ---------------------------------------------------------------------------- -- Now for Alien-wxWidgets. I am under the impression that if I install Alien. I download Alien-wxWidgets into a folder from svn (because this: svn export http://wxperl.svn.sourceforge.net/viewvc/wxperl/Alien-wxWidgets/trunk/ is broken, see http://www.perlmonks.org/?node_id=923418.) I right-click wxperl-alien.tar.gz and "install here", switch to a command-line prompt and change to the new directory. Then I do: export LD_LIBRARY_PATH=/var/local/wxtesting-2.9.2/widgets/lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH=/var/local/wxtesting-2.9.2/widgets/lib:$LD_LIBRARY_PATH export PERL5LIB=/var/local/wxtesting-2.9.2/perl/lib perl Build.PL --wxWidgets-extraflags="--with-gtk --enable-debug --enable-mediactrl --prefix=/var/local/wxtesting-2.9.2/widgets" --wxWidgets-build='yes' --wxWidgets-source='tar.bz2' --wxWidgets-unicode=1 --wxWidgets-build-opengl=1 --wxWidgets-version=2.9.2 --prefix=/var/local/wxtesting-2.9.2/perl perl Build test perl Build install Now I think I have a working Wx. Is this correct, or do I need to do something else? If I run a MediaCtrl program I get "maybe you forgot to 'use' Wx::MediaCtrl.". Anyhow, If this is as it should be I'll post an install dump. It's just so huge, I'm a little reluctant to do it. Regards Steve
<<Blank Bkgrd.gif>>