Re: GD.pm Makefile not installing GD::Polyline
- From: Matt Pounsett <mattp@xxxxxxxxxxxxx>
- Date: Thu, 14 Jul 2005 15:44:40 GMT
>> You should probably let the author know and let *him* sort it out - or you
>> could sort it out for him if you feel so diposed.
>
> I posted here intitially at the author's request (as per his README).. but
> since it's clearly a bug, I'll drop him a line.
Since originally emailing the author, I've had time to take a poke at this
myself. It turns out to be a painfully simple change, once you've had a
gander at the MakeMaker docs. I'm sending this to the author as well:
diff -uNr GD-2.23-orig/Makefile.PL GD-2.23/Makefile.PL
--- GD-2.23-orig/Makefile.PL 2005-03-09 16:01:40.000000000 -0500
+++ GD-2.23/Makefile.PL 2005-07-13 12:49:28.000000000 -0400
@@ -230,7 +230,8 @@
'PREREQ_PM' => {
'Math::Trig' => 0,
},
- 'PM' => { 'GD.pm' => '$(INST_LIBDIR)/GD.pm'},
+ 'PM' => { 'GD.pm' => '$(INST_LIBDIR)/GD.pm' , 'GD/Polyline.pm' =>
+'$(INST_LIBDIR)/GD/Polyline.pm' },
'dist' => {'COMPRESS'=>'gzip -9f', 'SUFFIX' => 'gz',
'ZIP'=>'/usr/bin/zip','ZIPFLAGS'=>'-rl'},
'LIBS' => [join(' ',$ENV{'GD_LIBS'},@LIBPATH,@LIBS)],
.
- References:
- GD.pm Makefile not installing GD::Polyline
- From: Matt Pounsett
- Re: GD.pm Makefile not installing GD::Polyline
- From: Sisyphus
- Re: GD.pm Makefile not installing GD::Polyline
- From: Matt Pounsett
- GD.pm Makefile not installing GD::Polyline
- Prev by Date: Re: Calling External DLL functions in Perl using Inline
- Next by Date: Any community interest in Parse::Debian:: modules?
- Previous by thread: Re: GD.pm Makefile not installing GD::Polyline
- Next by thread: [XML::Simple-2.12] problems parsing non ASCII strings
- Index(es):
Relevant Pages
|