Re: missing separator

2001-03-12 Thread Paul D. Smith
%% "Michael Sterrett -Mr. Bones.-" <[EMAIL PROTECTED]> writes: msb> Lines 345 and 346 start with spaces instead of tabs. Change that msb> and it may work much better. The last rule in the file also has this problem. msb> That particular error message is not very helpful. Get a newer ver

Re: missing separator

2001-03-12 Thread Paul D. Smith
Shell command lines in make _MUST_ start with a TAB character. Your makefile has 8 spaces instead of a TAB in the last two rules. A number of Windows editors will "helpfully" convert TABs to spaces automatically for you; find one that doesn't when you edit makefiles. If you get a newer version

Re: missing separator

2001-03-12 Thread Michael Sterrett -Mr. Bones.-
Lines 345 and 346 start with spaces instead of tabs. Change that and it may work much better. That particular error message is not very helpful. Michael Sterrett -Mr. Bones.- [EMAIL PROTECTED] ___ Bug-make mailing list [EMAIL PROTECTED] http://mai

Re: Missing Separator error

2000-10-23 Thread Paul D. Smith
%% Larry Knibb <[EMAIL PROTECTED]> writes: lk> I'm trying to 'make test' to check a Perl module before installing lk> on Win32 and I get lk> "makefile:770: *** missing separator. Stop." lk> I had a look around line 770 of the makefile and it looks like this: lk> 765: pm_to_blib: $