in reply to "make"ing a CPAN module

I don't know much about Camelbox, but it looks to me that you're trying to build the module in a bash-type shell (Cygwin or MSYS ?). I don't think that's the right thing to be doing.

As I understand it, Camelbox is a native Win32 build of perl, so try building the module in the cmd.exe shell. And use 'dmake' instead of 'make'. (I think 'dmake' comes with Camelbox, and I *expect* it's the right flavour of make to be using ... but I don't know for sure. What does perl -V:make report ?)

Cheers,
Rob

Replies are listed 'Best First'.
Re^2: "make"ing a CPAN module
by JimEL (Initiate) on Sep 23, 2008 at 19:31 UTC
    Thanx, Rob,

    dmake did the trick.

    I came from a Unix background before retirement and I'm not too familiar with Windoze yet.

    Camelbox has both make and dmake but only mentioned make in the README.