Comment #27 on issue 1933 by [email protected]: Lilypond-book requires
msvcrt again
http://code.google.com/p/lilypond/issues/detail?id=1933
You get this:
system = subprocess_system
if sys.platform == 'mingw32':
## subprocess x-compile doesn't work.
system = ossystem_system
ossystem_system just runs a command with no piping and all that kind of
stuff. The issue is how to pipe stderr and stdout on windows and when I
try this from the windows command line, all the methods shown on the web
fail. I've already spent more time on this than I want and I start college
tomorrow. 2 options: I can post a fix that takes windows users (e.g.
remember, me) to where they currently are with the stable build and fix
this critical bug, or I can go and do something else.
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond