On Tue, 2017-10-10 at 10:41 -0500, Jeremiah Benham wrote: > I am making some progress on the mxe build. For some reason lilypond > is crashing. I think I had this problem once before. I am not sure how > I fixed it. The download size it a little large and needs to be > trimmed. I have attached the terminal output and a screenshot.
>From the terminal output I think this bit: Denemo - A script error for file/script C:\msys64\home\jbenham \denemo\share\denemo\actions\denemo.scm; the throw arguments are might be the most important to fix first. It indicates that Guile, the Scheme interpreter, has been found but that it can't execute \denemo\share\denemo\actions\denemo.scm Unfortunately, it gives no clue as to why, but without that happening it would be quite possible that LilyPond would get bad syntax and fail. It would be good to put a call to execute LilyPond (e.g. the call for lilypond --version that we have somewhere there unused at the moment) in the Denemo startup code and to report if it fails on the terminal. I think we had problems getting the output of lilypond --version on Windows, but I'm not sure if that is still a problem... Richard > > > Jeremiah > > > On Fri, Sep 22, 2017 at 3:00 AM, Richard Shann > <rich...@rshann.plus.com> wrote: > On Thu, 2017-09-21 at 19:03 +0200, Johan Vromans wrote: > > On Thu, 21 Sep 2017 15:55:24 +0100, Richard Shann > <rich...@rshann.plus.com> > > wrote: > > > > > Johan - do you have an idea what's wrong here? > > > > I've uploaded my .spec file to > > > http://www.squirrel.nl/pub/xfer/uploads/3CjK4UVlI_1PNyFFw85q_-tg.spec > > > > Ah, right, the problem is the backslash "\" just before the > re-direction > "< configure.ac~" of stdin, it was originally there to escape > a newline > which has gone. > > So the correct command is this: > > sed "s;^\\(AC_INIT(\\[.*\\], \\[\\)\\(.*\\)\\], \\(\\[.*\\])\ > \);\\1\\2-`git rev-parse --short HEAD`], \\3;" < configure.ac~ > > configure.ac > > and with that I get > > > git diff > diff --git a/configure.ac b/configure.ac > index 1a17fc9..8d0adf6 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -1,5 +1,5 @@ > dnl Process this file with autoconf to produce a configure > script. > -AC_INIT([denemo], [2.2.1], [denemo-devel@gnu.org]) > +AC_INIT([denemo], [2.2.1-83829d5], [denemo-devel@gnu.org]) > AC_CONFIG_SRCDIR([src/core/main.c]) > AM_INIT_AUTOMAKE([tar-pax foreign dist-xz subdir-objects]) > dnl AC_CANONICAL_SYSTEM > > as desired. > > Thank you very much Johan, > > Richard > > > _______________________________________________ Denemo-devel mailing list Denemo-devel@gnu.org https://lists.gnu.org/mailman/listinfo/denemo-devel