Re: Gtk2::Ex::TreeMaker - 0.05 is now available !
- From: "Kevin C. Krinke" <kckrinke opendoorsoftware com>
- To: gtk-perl-list gnome org
- Subject: Re: Gtk2::Ex::TreeMaker - 0.05 is now available !
- Date: Sat, 05 Feb 2005 13:04:32 -0500
When trying to install this package, I got the error:
$ perl Makefile.PL
Could not open 'lib\Gtk2\Ex\TreeMaker.pm': No such file or directory
at /usr/share/perl/5.8/ExtUtils/MM_Unix.pm line 3062.
# Looks like your test died before it could output anything.
I edited the Makefile.PL and replaced the /'s with \'s in the
VERSION_FROM and ABSTRACT_FROM lines.
<diff>
--- Makefile.PL.orig 2005-02-05 12:59:24.000000000 -0500
+++ Makefile.PL 2005-02-05 12:59:40.000000000 -0500
@@ -5,8 +5,8 @@
WriteMakefile(
NAME => 'Gtk2::Ex::TreeMaker',
AUTHOR => 'Ofey Aikon <ofey_aikon yahoo com>',
- VERSION_FROM => 'lib\Gtk2\Ex\TreeMaker.pm',
- ABSTRACT_FROM => 'lib\Gtk2\Ex\TreeMaker.pm',
+ VERSION_FROM => 'lib/Gtk2/Ex/TreeMaker.pm',
+ ABSTRACT_FROM => 'lib/Gtk2/Ex/TreeMaker.pm',
PL_FILES => {},
PREREQ_PM => {
'Test::More' => 0,
</diff>
$ perl Makefile.PL
WARNING: Setting ABSTRACT via file 'lib/Gtk2/Ex/TreeMaker.pm' failed
at /usr/share/perl/5.8/ExtUtils/MakeMaker.pm line 606
Writing Makefile for Gtk2::Ex::TreeMaker
So the makefile was created at least and now I'm able to install and use
this great looking widget.
--
Kevin C. Krinke <kckrinke opendoorsoftware com>
Open Door Software Inc.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]