Ooops, sorry I didn't copy/paste it all Yes the makefile has the "use Inline::MakeMaker;" line in it. And well I've looked over all the Inline::C solutions and I can't seem to find the problem.
On Thu, 24 Mar 2005 08:20:29 -0600, Eric Wilhelm <[EMAIL PROTECTED]> wrote: > # The following was supposedly scribed by > # Alexandru Palade > # on Thursday 24 March 2005 07:58 am: > > >My Makefile.pl is as simple as can be: > > Maybe it needs: > > use Inline::MakeMaker; > > >WriteMakefile( > > NAME => 'ChmFile', > > VERSION_FROM => 'lib/ChmFile.pm', # finds $VERSION > > PREREQ_PM => {Inline::CPP => 0.25}, # e.g., Module::Name > > => 1.1 ); > > Sorry, that's all I've got. Inline::CPP uses Inline::C for most of what > it does, so anything you've read about Inline::C *might* apply. > > --Eric > -- > "It works better if you plug it in!" > -- Sattinger's Law > --------------------------------------------- > http://scratchcomputing.com > --------------------------------------------- >