On Sat, Sep 24, 2005 at 12:20:50AM +0400, Alexandre Prokoudine wrote:
On 9/23/05, Bryce Harrington <bryce@...961...> wrote:
When that says 'ok', then do this to test it:
$ perl Makefile.PL
avp@...998...:~/soft/build/graphics/pdf2svg$ perl Makefile.PL Warning: prerequisite Text::PDF::API2 0 not found.
Did you mean 'Text::PDF'? I wasn't able to find a Text::PDF::API2 library on cpan...
Writing Makefile for pdf2svg avp@...998...:~/soft/build/graphics/pdf2svg$ make cp FontInfo.pm blib/lib/FontInfo.pm cp Scanner.pm blib/lib/Scanner.pm cp Parser.pm blib/lib/Parser.pm cp pdfGraphics.pm blib/lib/pdfGraphics.pm cp Gfxstate.pm blib/lib/Gfxstate.pm cp Subpath.pm blib/lib/Subpath.pm cp pdfStream.pm blib/lib/pdfStream.pm make: *** No rule tocompile target `scripts/pdf2svg', required for `blib/script/pdf2svg'. Stop.
In the Makefile.PL, change 'scripts/pdf2svg' to 'pdf2svg' or whereever you put the pdf2svg script in the package.
Bryce