Mail Archives: djgpp/1999/07/28/13:50:23.1
Here is the section of the makefile -- note that line 731 is not
indented at all:
# --- MakeMaker pm_to_blib section:
pm_to_blib: $(TO_INST_PM)
@$(PERL) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)" \
"-I$(PERL_ARCHLIB)" "-I$(PERL_LIB)" -MExtUtils::Install \
-e "pm_to_blib(qw[ <<pmfiles.dat ],'$(INST_LIB)\auto')"
$(PM_TO_BLIB) <<<<<<<<<<<<<this is line #731
<<
@$(TOUCH) $@
# --- MakeMaker selfdocument section:
# --- MakeMaker postamble section:
# End.
-------------------------------
Thanks,
Jeff.
In article <Pine DOT SUN DOT 3 DOT 91 DOT 990728104223 DOT 15288T-100000 AT is>,
djgpp AT delorie DOT com wrote:
>
> On Tue, 27 Jul 1999, Jeff Fritsche wrote:
>
> > The makefile is generated by the Perl script just fine. When I run
> > "Make", the following error message is returned:
> >
> > Makefile:731: *** missing separator. Stop.
>
> Did you look at line 731 of the Makefile? If so, tell us what does it
> say.
>
> FWIW, the above message usually means that the offending line uses
> leading spaces instead of a TAB to indent a command in a rule, but
> Perl should know better...
>
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
- Raw text -