From: jeff DOT fritsche AT persoft DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: Make fails with "*** missing separator." Date: Wed, 28 Jul 1999 17:03:34 GMT Organization: Deja.com - Share what you know. Learn what you don't. Lines: 54 Message-ID: <7nnd50$59o$1@nnrp1.deja.com> References: <379E3514 DOT 4B072340 AT persoft DOT com> NNTP-Posting-Host: 128.104.224.101 X-Article-Creation-Date: Wed Jul 28 17:03:34 1999 GMT X-Http-User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows 95; DigExt) X-Http-Proxy: 1.0 x30.deja.com:80 (Squid/1.1.22) for client 128.104.224.101 X-MyDeja-Info: XMYDJUIDjeff_fritsche To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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[ <, 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.