> -----Original Message-----
> From: David Simcik [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 17, 2001 10:35 AM
> To: Perl Beginners
> Subject: Problem Building Module...
> 
> 
> Hi all,
>       Trying to build XML-XPath.pm. I keep on getting this 
> error when I run make
> (Win 2000, recent ActiveState Perl Build):
> 
> Makefile:740: *** missing separator.  Stop.
> 
> I'm hoping it's a silly problem, but I'm pretty clueless when 
> it comes to
> Make.

The value of the Config.pm entry 'make' controls how Makefile.PL
generates the Makefile, and must match the actual make you are
using.

ActiveState sets this to 'nmake', which I don't have. To get it
working, here's what I've done:

1. Install dmake from

   http://www.cpan.org/authors/id/GSAR/dmake-4.1pl1-win32.zip

2. Change c:\perl\lib\Config.pm (or wherever it is) and find
the line make='nmake' and change it to make='dmake'

3. Rerun perl Makefile.PL and then make using dmake.

HTH.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to