Re: GD.pm Makefile not installing GD::Polyline



>> 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)],

.



Relevant Pages

  • Re: How to Run ASP natively in SQLServer7
    ... > will not be re-inserted into Fogbugz. ... > 'Otherwise new request will be inserted. ... Insert one row of header data into the BUG table ... > 'within the BUG table everytime a new row is inserted. ...
    (microsoft.public.sqlserver.programming)
  • Re: Cannot drag a link from Outlook Express to IE anymore
    ... I'm not aware of any *bug* that would prevent you from dragging a link ... Open your browser, insert ... > This is not an IE bug as your request for information on IE suggests. ... > email message to IR or to a folder in Windows Explorer. ...
    (microsoft.public.windows.inetexplorer.ie6_outlookexpress)
  • Re: [patch] __block_write_full_page bug
    ... >> It seems that more than one request would be submitted for a given bh ... the bug is that end_buffer_async_write first does ... Or did you mean *how* is it being run twice? ... send the line "unsubscribe linux-kernel" in ...
    (Linux-Kernel)
  • Re: Clipboard GetData with UTF-8 EURO Sign produces wrong output
    ... confirm this as a bug, we can not request a hotfix first. ... Microsoft Online Community Support ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Bug in drivers/block/ll_rw_blk.c ?
    ... While researching stalls of a cloop device under recent 2.4.x kernels, ... I ran across what seems to be a bug in the request handling initiated by ... IDE code, and none of it seem to be called on the stalled request until ...
    (Linux-Kernel)