Closed JedBartlett closed 7 years ago
The error from CD is just the check whether the working directory exists. I expect those to end up being externally (manually) generated with a CMake based build, so I don't feel highly compelled to suppress that output.
The rest just looks like a normal Python backtrace, probably invoked by ^C. The lilypond-book program is a python script and it is invoked in quiet mode with the --loglevel=ERROR
and --lily-loglevel=ERROR
options.
lily_command = lilypond-book --pdf --include=../$(included_music_dir) --loglevel=ERROR --lily-loglevel=ERROR
Try waiting longer for lilypond to finish.
Yea, I left it running when I left for work, came back and had all the PDFs! Modifying the Holy God now to add the extra languages, I think I just about have it.
On Tue, Jul 28, 2015 at 7:40 PM, John Szwast notifications@github.com wrote:
The error from CD is just the check whether the working directory exists. I expect those to end up being externally (manually) generated with a CMake based build, so I don't feel highly compelled to suppress that output.
The rest just looks like a normal Python backtrace, probably invoked by ^C. The lilypond-book program is a python script and it is invoked in quiet mode with the --loglevel=ERROR and --lily-loglevel=ERROR options.
lily_command = lilypond-book --pdf --include=../$(included_music_dir) --loglevel=ERROR --lily-loglevel=ERROR
Try waiting longer for lilypond to finish.
— Reply to this email directly or view it on GitHub https://github.com/JedBartlett/OrthodoxLiturgics/issues/4#issuecomment-125816625 .
$ make /bin/sh: 1: cd: can't cd to out.pentecost-tablet
If I c, the process stops with a dump of several other errors (Shown below)
but running make a second time seems to kick things off without a hitch.
My make foo is not as strong as yours, if you could look into it, I'd appreciate it. Thanks!