So I try to install dvd::rip and get this error:
Code:
[root@minilaptop Video-DVDRip-0.52.7]# perl Makefile.PL
Checking if your kit is complete...
Looks good
Warning: prerequisite Gtk 0.7008 not found.
Warning: prerequisite Gtk::Gdk::Pixbuf 0 not found.
Writing Makefile for Video::DVDRip
So I attempt to install Gtk::Gdk::Pixbuf in Perl and get the following error:
Code:
[root@minilaptop Video-DVDRip-0.52.7]# perl -MCPAN -e 'install Gtk::Gdk::Pixbuf'
...
Loading pkg.defs
Dir ||
gtktypexp.c:1:30: error: gtk/gtktypeutils.h: No such file or directory
gtktypexp.c: In function ‘main’:
gtktypexp.c:9: error: ‘GSList’ undeclared (first use in this function)
gtktypexp.c:9: error: (Each undeclared identifier is reported only once
gtktypexp.c:9: error: for each function it appears in.)
gtktypexp.c:9: error: ‘names’ undeclared (first use in this function)
make: *** [GdkPixbuf/Makefile] Error 141
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
Does anyone have any suggestions on how to get this working?
I'm not too familiar with Perl, so I'm a wee bit lost.