Hi,
When building perl-Wx on Fedora 8 everything seems to work fine.
However, when I try
use Wx ':allclasses';
I get an error that it cannot find Wx::Media.
Inspecting the build process, 'perl Makefile.PL' generates
a cpp/setup.h, which contains
#define wxPERL_USE_MEDIA 1
However, the build does not seem to build anything Media related:
make[2]: Entering directory `/home/jv/wrk/wx/Wx-0.81/ext/media'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jv/wrk/wx/Wx-0.81/ext/media'
Media.pm is included in the exp_list:
/usr/bin/perl script/make_exp_list.pl blib/lib/Wx/Wx_Exp.pm \
... ./ext/media/cpp/me_constants.cpp ./ext/media/lib/Wx/Media.pm ...
But nothing Media related is installed.
Am I overlooking something?
-- Johan