> perl Build.PL --wxWidgets-extraflags="--enable-graphics_ctx > --enable-mediactrl"
I'm pretty sure you just need --enable-mediactrl with the 2.8.* series, because the default in wxWidgets build is 'no'. With 2.9.* Vadim from the wxWidgets team assures me the default answer is 'yes'. I've documented the basic wxWidgets build on GTK here: http://wiki.wxwidgets.org/Linking_With_Gtk_And_Running_On_Any_Linux Make sure you scroll down for options if you want wxMediaCtrl. Regards Steve.