I found this in the makefile itself.
disttest : distdir
cd $(DISTVNAME) && $(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) Makefile.PL
cd $(DISTVNAME) && $(MAKE)
cd $(DISTVNAME) && $(MAKE) test
But, that's not where the problem actually lies. It's when MakeMaker
actually generates the makefile that I got those problems.
It seems like there is a problem with makemaker.pm itself, at least in
WriteMakefile.
Regarding not being able to run 0, I looked and found in the makefile
PERL = 0
FULLPERL = 0
Which I changed to
PERL = C:\Perl\bin\perl.exe
FULLPERL = C:\Perl\bin\perl.exe
Christopher S. Charabaruk (EvilBeaver) <[EMAIL PROTECTED]>
BlakLight Software <http://picksoft.zext.net/>
----- Original Message -----
From: Joe Schell <[EMAIL PROTECTED]>
To: Chris Charabaruk <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Monday, May 22, 2000 8:30 PM
Subject: RE: What is wrong with MakeMaker?
> Usually when I see that sort of output, I usually guess it is because the
> command shell doesn't support multiple commands on one line. That can be
> tested by answering the following two questions.
>
>
> In the makefile does '&&' appear is a shell command like the following
>
> $(PERL) ... temp.xs >temp.c && $(MV) ...
>
> And from the command line does this list a dir twice?
>
> dir && dir
>
> If the answer to the first is yes and the second is no then it is likely
> that the problem is with the make file. Depending on the what the actual
> command is you can modify it by hand using the example above, the single
> line becomes...
>
> $(PERL) ... temp.xs >temp.c
> $(MV) ...
>
>
>
> > -----Original Message-----
> > From: Chris Charabaruk [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, May 22, 2000 6:07 PM
> > To: Joe Schell; [EMAIL PROTECTED]
> > Subject: Re: What is wrong with MakeMaker?
> >
> >
> > I use Windows 98, with ActivePerl build 613. BTW, those files
> > generated, I'm
> > sure that makefile is supposed to be, but what about the &1 file? Also,
I
> > thought another file for nmake was supposed to be produced that
> > created the
> > ppd file. Am I right about this?
> >
> > Christopher S. Charabaruk (EvilBeaver) <[EMAIL PROTECTED]>
> > BlakLight Software <http://picksoft.zext.net/>
> >
> > ----- Original Message -----
> > From: Joe Schell <[EMAIL PROTECTED]>
> > To: Chris Charabaruk <[EMAIL PROTECTED]>; Perl-Win32-Users Mailing
List
> > <[EMAIL PROTECTED]>
> > Sent: Monday, May 22, 2000 5:14 PM
> > Subject: RE: What is wrong with MakeMaker?
> >
> >
> > > What operating system are you using (and command shell if relevant.)
> > >
> > > > Behalf Of Chris Charabaruk
> > > >
> > > >
> > > > Whenever I run makefile.pl (which uses MakeMaker) I always end up
with
> > > > this:
> > > > C:\WINDOWS\Profiles\Chris\Desktop\XML-RSS-0.8>perl makefile.pl
> > > > Checking if your kit is complete...
> > > > Looks good
> > > > Bad command or file name
> > > > Bad command or file name
> > > > Unable to find a perl 5 (by these names: C:\Perl\bin\Perl.exe
> > > > miniperl perl
> > > > perl
> > > > 5 perl5.6.0, in these dirs: C:\ C:\BIN C:\BIN\16-BIT C:\BIN\32-BIT
> > > > C:\BIN\32-BIT
> > > > \UTILS C:\PROGRA~1\WIN98RK C:\WINDOWS C:\WINDOWS\SYSTEM
> > > > C:\WINDOWS\COMMAND
> > > > C:\PE
> > > > RL C:\PERL\BIN\ C:\IBMVJAVA\EAB\BIN C:\DJGPP C:\DJGPP\BIN
> > C:\MASM611\BIN
> > > > C:\WIND
> > > > OWS C:\WINDOWS\COMMAND C:\IMNNQ_95 C:\IMNNQ_95 C:\Perl\bin)
> > > > Writing Makefile for XML::RSS
> > > >
> > > > As well as two files, named &1 and makefile. Whenever I use
> > > > nmake, though,
> > > > I get an error about not able to run 0. What's wrong, and what
> > > > should I do
> > > > to fix it?
> > > >
> > >
> > >
> >
>
>
---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
[EMAIL PROTECTED]
For non-automated Mailing List support, send email to
[EMAIL PROTECTED]