[Fwd: Re: [Fwd: Re: Last item on TODO list for mc before 4.6.1]]

Roland Illig roland.illig at gmx.de
Thu Sep 23 20:23:46 UTC 2004


Leonard den Ottolander wrote:
> Hello Roland,
> 
> On Thu, 2004-09-23 at 17:20, Roland Illig wrote:
> 
>>>this is the today's version of pipethrough. The name of the function and 
>>>the internal data types will most likely change, but I consider the 
>>>interface stable.
> 
> Hm. pipethrough "ls" gives me "Broken pipe" :p .

Is it reported in the stderr_buf? If yes => no problem. Otherwise please 
tell me the complete command line, as it works fine for me. (That is: I 
don't get a broken pipe.)

> O, and the Makefile doesn't build (Makefile:11: *** missing separator. 

It is a BSD style Makefile which should be processed with BSD Make. I am 
using this format because all the targets ("all", "clean", "lint") are 
defined in that include file, so I don't have to write them myself.

For GNU Make you can replace the last line of the Makefile with
${PROG}: ${filter %.c,${SRCS}}

Roland



More information about the mc-devel mailing list