perl - Can't install Clownfish from cpan under Cygwin -
i not understand goes wrong here:
cpan[1]> install clownfish going read '/home/y/.cpan/metadata' database generated on wed, 26 nov 2014 running install module 'clownfish' running make c/cr/creamyg/clownfish-0.4.1.tar.gz checksum /home/y/.cpan/sources/authors/id/c/cr/creamyg/clownfish-0.4.1.tar.gz ok scanning cache /home/y/.cpan/build sizes ............................................................done ---- unsatisfied dependencies detected during ---- ---- creamyg/clownfish-0.4.1.tar.gz ---- clownfish::cfc::perl::build [build_requires] running make test make had problems, won't test delayed until after prerequisites running make install make had problems, won't install delayed until after prerequisites
the error message says "make had problems". have make
in cygwin:
$ make --version gnu make 4.0 built i686-pc-cygwin copyright (c) 1988-2013 free software foundation, inc.
it bug in perl prior version 5.18. (works fine latest strawberry perl, @ moment version 5.20.)
Comments
Post a Comment