Just notes about the installation I did, I know Html2 is alpha code and the version of SourceView (0.40) I am installing is not a real released version. Still this might help (or distract ;-) someone later on..
Gtk2::Html2 requires libgtkhtml which is called gtkhtml2 on FC3 but actualy I needed gtkhtml2-devel Gtk2::SourceView requires Gnome2::Print that requries libgnomeprintui22-devel when trying to build it fails with the following error: [EMAIL PROTECTED] Gtk2-SourceView-0.40]$ make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00.SourceView................NOK 1 # Failed test (t/00.SourceView.t at line 9) # Tried to use 'Gtk2::SourceView'. # Error: Can't load '/home/gabor/download/docs/gtk/Gtk2-SourceView-0.40/blib/arch/auto/Gtk2/SourceView/SourceView.so' for module Gtk2::SourceView: /home/gabor/download/docs/gtk/Gtk2-SourceView-0.40/blib/arch/auto/Gtk2/SourceView/SourceView.so: undefined symbol: gtk_source_view_set_highlight_current_line at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 230. # at (eval 3) line 2 Gabor _______________________________________________ gtk-perl-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-perl-list
