Mail Archives: djgpp-workers/1997/05/25/06:43:28
Thanks for your reports.
> Indent man and info declare that the option -[n]bbb
> - --[no-]blank-lines-after-block-comments are recognized by indent.
> Instead indent refuses those parameters.
> It's even not well documented.
Please report this to bug-gnu-utils AT prep DOT ai DOT mit DOT edu. These are
generic GNU bugs, and should be corrected by them.
> Moreover, to recompile indent I needed to change configdj.sed
> modify this line to compile backup.c (diff -c produces a big file ;):
>
> s|@DEFS@|-DHAVE_UNISTD_H=1 -D_USE_LFN=1|g
This is not the right way to correct this problem. You need to change
things so that <fcntl.h> is included by backup.c. Can you see why it
wasn't included in your case and tell me?
> this is needed for help:
>
> s|.texinfo|.tex|
I don't understand. What exactly fails, and with what message, if you
don't do this?
> I'm unable to understand under which conditions groff
> produces and leaves in %DJDIR%\tmp temporary files.
Please at least say which commands leave files in TMPDIR, and what
files are they. I cannot begin to look into that without some minimal
info.
- Raw text -