# # Get gnome.pm from from cpan # Gnome.pm is part of Gtk-Perl # which requires gnome-config # ( GConf-2.4.0.1.tar.bz2 ) # # # http://www.gtkperl.org/Gtk-Perl-0.7008.tar.gz # http://www.cpan.org/modules/by-module/Gtk/Gtk-Perl-0.7009.tar.gz # ftp://ftp.gimp.org/pub/gtk/ # # gtk-perl-list@gnome.org. # # # Slackare # - use gtk 2.0.2 or later # # Suse-9.1 # - use disk4 and disk5 # # # GtkPerl is out of date and has been replaced by the gtk2-perl # http://www.gtk.org # http://gtk2-perl.sf.net/ # # # Gconf # http://www.gnome.org/projects/gconf/ # # # 01-Jun-04 amo Date-of-Birth # # # Versions # --------- # glib-config --version # # 1.2.10 # gtk-config --version # # 1.2.10 # gnome-config --version # - not found - # http://www.gtkperl.org/download.html # cd /usr/local/src # # wget http://www.gtkperl.org/Gtk-Perl-0.7008.tar.gz wget http://www.cpan.org/modules/by-module/Gtk/Gtk-Perl-0.7009.tar.gz # # tar zxpf Gtk-Perl-0.7009.tar.gz # cd Gtk-Perl-0.7009/ # # perl Makefile.PL # Can't exec "gnome-config": No such file or directory at Makefile.PL line 141. # # # # gnome-config is a developers package and is probably # # included in gnome-libs-devel ( GConf-2.4.0.1.tar.bz2 ) # # # # # Get around the problem -- though its a bad idea # ----------------------------------------------- # perl Makefile.PL --without-guessing # Can't locate XML/Writer.pm # Can't locate XML/Parser.pm # # make # make[1]: Entering directory `/usr/local/src/Gtk-Perl-0.7009/Gtk' # make[1]: *** No rule to make target `build/perl-gtk-ref.pod', needed by `manifypods'. Stop. # make[1]: Leaving directory `/usr/local/src/Gtk-Perl-0.7009/Gtk' # make: *** [subdirs] Error 2 # # make test # make install # # # # End of file