Re: error with -dseparate-log-files

2012-08-21 Thread David Kastrup
Colin Hall writes: > On Tue, Aug 21, 2012 at 09:48:09AM +0100, Phil Holmes wrote: >> - Original Message - From: "Colin Hall" >> > >> >Looks like there are two bugs here: >> > >> >1. Eluze reported that -dseparate-log-files does not work on Windows. >> > >> >2. Lilypond running on Windows

Re: error with -dseparate-log-files

2012-08-21 Thread Colin Hall
On Tue, Aug 21, 2012 at 09:48:09AM +0100, Phil Holmes wrote: > - Original Message - From: "Colin Hall" > > > >Looks like there are two bugs here: > > > >1. Eluze reported that -dseparate-log-files does not work on Windows. > > > >2. Lilypond running on Windows attempted to use /dev/stderr,

Re: error with -dseparate-log-files

2012-08-21 Thread Phil Holmes
- Original Message - From: "Colin Hall" To: "Phil Holmes" Cc: Sent: Tuesday, August 21, 2012 9:24 AM Subject: Re: error with -dseparate-log-files On Mon, Aug 20, 2012 at 10:43:54AM +0100, Phil Holmes wrote: "eluze" wrote in message news:134545256

Re: error with -dseparate-log-files

2012-08-21 Thread Colin Hall
On Mon, Aug 20, 2012 at 10:43:54AM +0100, Phil Holmes wrote: > "eluze" wrote in message > news:1345452563462-130931.p...@n5.nabble.com... > >running the command > > > >lilypond -dseparate-log-files a.ly ab.ly > > > >results in: > > > >GNU LilyPond 2.15.95 > >C:/Program Files > >(x86)/LilyPond/usr

Re: error with -dseparate-log-files

2012-08-20 Thread Ian Hulin
On 20/08/12 22:32, James wrote: > Hello, > > On 20 August 2012 22:29, eluze wrote: >> >> James-387 wrote >>> >>> >>> >>> what happens if you run cmd /S /C and just quote the whole >>> command without all the extra quotes? >>> >>> >> I'm not sure if I understand correctly: >> >> when enteri

Re: error with -dseparate-log-files

2012-08-20 Thread James
Hello, On 20 August 2012 22:29, eluze wrote: > > James-387 wrote >> >> >> >> what happens if you run cmd /S /C and just quote the whole command >> without all the extra quotes? >> >> > I'm not sure if I understand correctly: > > when entering /cmd /S /C /in the the windows "run" window it opens t

Re: error with -dseparate-log-files

2012-08-20 Thread eluze
les a.ly ab.ly" Der Befehl ""lilypond -dseparate-log-files a.ly ab.ly"" ist entweder falsch geschrieben oder konnte nicht gefunden werden. is there one that you meant? Eluze -- View this message in context: http://lilypond.1069038.n5.

Re: error with -dseparate-log-files

2012-08-20 Thread James
Hello, On 20 August 2012 15:24, eluze wrote: > > eluze wrote >> >> >> >> workaround (for windows): >> >> FOR %x IN (*.ly) DO lilypond %x [1>"%~nx.out"] 2>"%~nx.log" >> > > small correction - %x should also be double-quoted for the case of file > names with spaces; then it is > > FOR %x IN (*.ly)

Re: error with -dseparate-log-files

2012-08-20 Thread eluze
lilypond "%x" 1>"%~nx.out" 2>"%~nx.log" Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/error-with-dseparate-log-files-tp130931p130971.html Sent from the Bugs mailing list archive at Nabble.com. _

Re: error with -dseparate-log-files

2012-08-20 Thread David Kastrup
"Phil Holmes" writes: > Definite bug for windows. Don't believe dev/stderr should be used here: > > (open-file (if (string-or-symbol? (ly:get-option 'log-file)) > (format #f "~a.log" (ly:get-option 'log-file)) > "/dev/stderr") "a") #f)

Re: error with -dseparate-log-files

2012-08-20 Thread Phil Holmes
"eluze" wrote in message news:1345452563462-130931.p...@n5.nabble.com... running the command lilypond -dseparate-log-files a.ly ab.ly results in: GNU LilyPond 2.15.95 C:/Program Files (x86)/LilyPond/usr/share/lilypond/current/scm/lily.scm:807:15: In procedure open-file in expression (open-f

Re: error with -dseparate-log-files

2012-08-20 Thread Colin Hall
On Mon, Aug 20, 2012 at 10:52:24AM +0200, David Kastrup wrote: > eluze writes: > > > running the command > > > > lilypond -dseparate-log-files a.ly ab.ly > > > > results in: > > > > GNU LilyPond 2.15.95 > > C:/Program Files > > (x86)/LilyPond/usr/share/lilypond/current/scm/lily.scm:807:15: In pro

Re: error with -dseparate-log-files

2012-08-20 Thread David Kastrup
eluze writes: > running the command > > lilypond -dseparate-log-files a.ly ab.ly > > results in: > > GNU LilyPond 2.15.95 > C:/Program Files > (x86)/LilyPond/usr/share/lilypond/current/scm/lily.scm:807:15: In procedure > open-file in expression (open-file (if # # ...) "a"): > C:/Program Files > (

error with -dseparate-log-files

2012-08-20 Thread eluze
luze -- View this message in context: http://lilypond.1069038.n5.nabble.com/error-with-dseparate-log-files-tp130931.html Sent from the Bugs mailing list archive at Nabble.com. ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond