----- Original Message ----- 
From: "Alexandru Palade" <[EMAIL PROTECTED]>

>     VERSION_FROM      => 'lib/ChmFile.pm', # finds $VERSION

I think *that* is the problem - ie Inline doesn't know how to deal with the
situation when ChmFile.pm is in the 'lib' folder. It wants ChmFile.pm to be
in the current working directory. If you move ChmFile.pm to the current
working directory (top level folder) and amend the above line from the
Makefile.PL appropriately, then it should work.

Alternatively, there may be a fix that allows ChmFile.pm to remain in the
'lib' folder - but I don't know what it is. I've a feeling that this has
been discusssed here previously - perhaps there's something in the archive
that helps.

I get a very similar error on Win32 when I move Simple.pm to a 'lib' folder
with the Math::Simple example that ships with the source distro.

D:\tmp>dmake
cp lib/Simple.pm blib\lib\Simple.pm
dmake.exe:  Error -- `Simple.inl' not found, and can't be made

Cheers,
Rob

Reply via email to