in reply to compilation problem

Do you have any autoruns configured?

You need to show all output from perl Makefile.PL && dmake test

after doing a  dmake realclean of course :)

Replies are listed 'Best First'.
Re^2: compilation problem
by jlnh (Novice) on Jan 07, 2012 at 12:20 UTC

    Yes, the installation with cpanm Module::Name is working properly.

    E:\Applications\OS\Crypt-Rijndael-1.09>perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Crypt::Rijndael Writing MYMETA.yml and MYMETA.json E:\Applications\OS\Crypt-Rijndael-1.09>make to undefined at C:/strawberry/perl/lib/ExtUtils/Install.pm line 1208 make: *** [pm_to_blib] Error 2 E:\Applications\OS\Crypt-Rijndael-1.09>
      E:\Applications\OS\Crypt-Rijndael-1.09>make

      You need to run dmake, not make

      Cheers,
      Rob