bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fails to create a midi file on lilypond 2.21.4


From: Pierre Perol-Schneider
Subject: Re: Fails to create a midi file on lilypond 2.21.4
Date: Thu, 6 Aug 2020 17:01:31 +0200

Same fail here with the pseudo v2.21.5 (see:
http://lilypond.1069038.n5.nabble.com/2-21-4-released-td235007.html#a235052)
(W10, Frescobaldi 3.1.2)
Cheers,
Pierre

Le jeu. 6 août 2020 à 08:07, Mizutori Tetsuya <cronus@mizutori.net> a
écrit :

> The development versions of lilypond-2.21.3-1.mingw and
> lilypond-2.21.4-1.mingw
> on windows 7 fails to create a midi file.
>
> When compiling any simple input file with \midi{} command, lilypond fails
> to
> create a midi file with the following error message.
>
> > fatal error: cannot create temp file: sample-01.mid.
>
> This error may occur at Midi_stream::Midi_stream class to open a temp file:
>
> ---[ in source file lily/midi-stream.cc ]---
> Midi_stream::Midi_stream (const string &file_name) {
>   tmp_file_name_ = String_convert::form_string ("%s.%8x", file_name.c_str
> (), rand ());
>   out_file_ = fopen (tmp_file_name_.c_str (), "wbx");
> }
> ---
>
> I don't know what causes the failure.
>
> --
> Mizutori Tetsuya
>
>
> _______________________________________________
> bug-lilypond mailing list
> bug-lilypond@gnu.org
> https://lists.gnu.org/mailman/listinfo/bug-lilypond
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]