On Sunday, 21 February 1999, Werner LEMBERG writes:
> 
> Dear friends,
> 
> 
> after a long time I've again tried lilypond: version 1.1.31 together
> with yodl 1.31.11 -- apparently there are some problems.
> 
> Doing an ordinary `./configure; make' I get a lot of messages like
> this:
> 
>   yodl2msless -doutdir=out --live-data=3 README.yo |
>     striproff > out/README.txt
>   Yodl2ms 1.31.11
>   Yodl is processing a(n) article
>   Document title: This is the toplevel README to Package()
>   Yodl: including file ../BLURB.in
>   Running post-processor /usr/local/bin/yodl2ms-post..
>   README.ms:51: warning: can't find font `CW'
>   grotty:<standard input>:1:fatal error: the first command must be `x T'
> 
> Can someone give me a hint?

Oops, yes.
I've fixed yodl's *roff processing just yesterday, in the pl31.11 that
you've installed.  Previously, yodl2less etc would output troff output,
which was getting postprocessed by 'striproff'.  That's no longer
necessary.
(Of course, it was already fixed in for the upcoming lilypond pl32)

In short, remove the striproff command from

lilypond/stepmake/stepmake/yodl-rules.make:

$(outdir)/%.txt: %.yo
#       $(YODL2TXT) -doutdir=$(outdir) --live-data=3 -o $@ $<
#       $(YODL2MSLESS) -doutdir=$(outdir) --live-data=3 $< | $(STRIPROFF) > $@
        $(YODL2MSLESS) -doutdir=$(outdir) --live-data=3 $< > $@


(note that the whitespace before '$(YODL2...' must be a single TAB character).

Jan.

Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien/      | http://www.lilypond.org/

Reply via email to