"N. Andrew Walsh" <[email protected]> writes: > On Fri, Jan 11, 2019 at 4:36 PM David Kastrup <[email protected]> wrote: > >> >> I cannot really find the location where this error would get triggered, >> so indeed a backtrace in gdb would be helpful. >> >> > When I get to the (gdb) prompt, I try this: > (gdb) run /[PATH]/plus-minus\ example\ 1.ly -file > Starting program: /[PATH]/plus-minus\ example\ 1.ly -file > No executable file specified. > Use the "file" or "exec-file" command. > > What am I doing wrong with that command?
You have to start gdb with the name of your LilyPond executable. -- David Kastrup _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
