Hai

  I added the    'PERL => "$^X",' command the in the  makefile.pl .  But  it is not 
throwing any perl path error.  it is creating the makefile.

But when you try nmake , it is throwing the following error
makefile(889)    cannot have : and ::    dependents for same  targets.


#################################################
# --- MakeMaker staticmake section:

# --- MakeMaker makeaperl section ---
MAP_TARGET    = perl
FULLPERL      = c:\perl\5.6.1\bin\MSWin32-x86\perl.exe

$(MAP_TARGET) :: static $(MAKE_APERL_FILE)
        $(MAKE) -f $(MAKE_APERL_FILE) $@
#############################################################

>>> "Sisyphus" <[EMAIL PROTECTED]> 07/26/01 05:42PM >>>

----- Original Message -----
From: "Randy Kobes" <[EMAIL PROTECTED]>
To: "Murugan K" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, July 26, 2001 3:36 PM
Subject: Re: Help required on compile


> On Wed, 25 Jul 2001, Murugan K wrote:
>
> > Hai
> >     I am trying to build Mod-perl_1.26  on Windows NT.  For that i
> > installed perl5.6.1 and apache 1.3.19 on my windows machine ( "C"
drive).
> > After that  (as per read me ) , i have to run  the makefile.pl .
> > But that is giving the following error.
> >
> > Perl makefile.pl
> >
> > Checking if your kit is complete...
> > Looks good
> > Unable to find a perl 5 (by these names:
> > C:\Perl\5.6.1\bin\MSWin32-x86\perl.exe
> > miniperl perl perl5 perl5.6.1, in these dirs:
> [ ... ]
>

I tried posting this earlier.

The problem can usually be overcome by including:
 'PERL => "$^X",'
 in the 'WriteMakefile()' section of 'Makefile.pl'.

Give that a try.

Cheers,
Rob


Reply via email to