Re: GUB and librestrict

2016-08-08 Thread littlesincanada
Hi, On 08/08/16 04:23, Masamichi Hosoda wrote: I've created a pull request. https://github.com/gperciva/gub/pull/27 It fixes the librestrict C99 problem. And, it fixes tools::guile texi compilation problem. Also, some libraries update is contained. I've succeed full `make lilypond' in my GUB e

Re: GUB and librestrict

2016-08-08 Thread Ralph Little
Hi Excellent! I will give it a try tonight! Many thanks Ralph On Mon, 8/8/16, Masamichi Hosoda wrote: Subject: Re: GUB and librestrict To: w...@gnu.org Cc: m...@philholmes.net, littlesincan...@yahoo.co.uk, lilypond-devel@gnu.org Received: Monday,

Re: SchemeTextSpanEvent in scheme-text-spanner.ly partly broken?

2016-08-08 Thread David Kastrup
David Kastrup writes: > Thomas Morley writes: > >> Issue at >> https://sourceforge.net/p/testlilyissues/issues/4953/ >> patch is up >> http://codereview.appspot.com/301560043 >> >> Hope you enjoyed your accordionist meeting. > > It was fun. http://www.akkordeonscene.de/unsere-bisherigen-treffen

Re: GUB and librestrict

2016-08-08 Thread Werner LEMBERG
>> Irrespective of that, can someone please fix the `restrict' problem? >> It should be a trivial renaming issue. > > I've created a pull request. > https://github.com/gperciva/gub/pull/27 > > It fixes the librestrict C99 problem. > And, it fixes tools::guile texi compilation problem. > Also, som

Re: GUB and librestrict

2016-08-08 Thread Masamichi Hosoda
>> You should get more debugging information in the terminal output - >> it normally has something like "Tail of .log". Have a good look >> in xxx.log and see what the error is. > > Irrespective of that, can someone please fix the `restrict' problem? > It should be a trivial renaming issue. I

Re: SchemeTextSpanEvent in scheme-text-spanner.ly partly broken?

2016-08-08 Thread David Kastrup
Thomas Morley writes: > Issue at > https://sourceforge.net/p/testlilyissues/issues/4953/ > patch is up > http://codereview.appspot.com/301560043 > > Hope you enjoyed your accordionist meeting. It was fun. -- David Kastrup ___ lilypond-devel mailing

Re: SchemeTextSpanEvent in scheme-text-spanner.ly partly broken?

2016-08-08 Thread Thomas Morley
2016-08-08 12:37 GMT+02:00 David Kastrup : > Thomas Morley writes: > >> Hi, >> >> in input/regression/scheme-text-spanner.ly `SchemeTextSpanEvent' is >> surely meant to be a post-event, at least >> http://lilypond.org/doc/v2.14/input/regression/collated-files.html >> shows this behaviour. >> >> Ad

Fix SchemeTextSpanEvent in scheme-text-spanner.ly (issue 301560043 by thomasmorle...@gmail.com)

2016-08-08 Thread thomasmorley65
Reviewers: , Description: Fix SchemeTextSpanEvent in scheme-text-spanner.ly Adding 'post-event to the types of SchemeTextSpanEvent in (define scheme-event-spanner-types ...) Please review this at https://codereview.appspot.com/301560043/ Affected files (+1, -1 lines): M input/regression/sche

Re: SchemeTextSpanEvent in scheme-text-spanner.ly partly broken?

2016-08-08 Thread David Kastrup
Thomas Morley writes: > Hi, > > in input/regression/scheme-text-spanner.ly `SchemeTextSpanEvent' is > surely meant to be a post-event, at least > http://lilypond.org/doc/v2.14/input/regression/collated-files.html > shows this behaviour. > > Adding 'post-event in (define scheme-event-spanner-types

SchemeTextSpanEvent in scheme-text-spanner.ly partly broken?

2016-08-08 Thread Thomas Morley
Hi, in input/regression/scheme-text-spanner.ly `SchemeTextSpanEvent' is surely meant to be a post-event, at least http://lilypond.org/doc/v2.14/input/regression/collated-files.html shows this behaviour. Adding 'post-event in (define scheme-event-spanner-types ...) fixes it. I'd prepare a patch f

Re: GUB and librestrict

2016-08-08 Thread David Kastrup
littlesincanada writes: > Hi, >> However, I get a further failure in the build which I'm not sure how >> to deal with: >> > > Further to the further, I'm wondering if the following is actually > what is causing the error and the other error might be a problem in > the error recovery: > > --8<