Skip Menu |

This queue is for tickets about the String-Simrank CPAN distribution.

Report information
The Basics
Id: 55439
Status: new
Priority: 0/
Queue: String-Simrank

People
Owner: Nobody in particular
Requestors: owensjo [...] mail.nih.gov
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: makefile error
Date: Wed, 10 Mar 2010 11:55:31 -0500
To: bug-String-Simrank [...] rt.cpan.org
From: John Owens <owensjo [...] mail.nih.gov>
Hello, After installing all required dependencies and OS updates, I continue to get the following Makefile error when trying to install the simrank module 0.07. Distribution name/version : String-Simrank-0.07 Perl Version: 5.8.6 Operating system and version: Darwin G5Mac166 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc Make file error message: Writing Makefile for StringSimrank cp lib/String/Simrank.pm ../blib/lib/String/Simrank.pm make[1]: *** No rule to make target `Simrank.inl', needed by `pure_all'. Stop. make: *** [subdirs] Error 2 /usr/bin/make -- NOT OK The error appears to be generated from the Inline module reference in MakeMaker Parameters: # ABSTRACT_FROM => q[lib/String/Simrank.pm] # AUTHOR => q[Todd Z. DeSantis <tdesantis@lbl.gov>] # BUILD_REQUIRES => { } # NAME => q[String::Simrank] # PREREQ_PM => { Inline=>q[0.46] } # VERSION_FROM => q[lib/String/Simrank.pm] # clean => { FILES=>q[_Inline Simrank.inl] }