Re: Issue 4876/4: Enable fontname replacing in TrueType functions (issue 300490043 by truer...@gmail.com)

2016-06-25 Thread lemzwerg
LGTM again, thanks! https://codereview.appspot.com/300490043/diff/60001/lily/open-type-font.cc File lily/open-type-font.cc (right): https://codereview.appspot.com/300490043/diff/60001/lily/open-type-font.cc#newcode185 lily/open-type-font.cc:185: // FreeType 2.6.2+ has been fixed this issue.) /

Re: compiling lilypond fails

2016-06-25 Thread David Kastrup
David Kastrup writes: > Not with my current patch-in-progress. g++-4.8 seems to do some kind > of "overloading resolution" by just randomly picking a candidate from > several it fails to distinguish and then complaining when it does not > fit. The errors I am getting seem sort of arbitrary rega

Re: Issue 4876/4: Enable fontname replacing in TrueType functions (issue 300490043 by truer...@gmail.com)

2016-06-25 Thread trueroad
Thank you for your reviewing. https://codereview.appspot.com/300490043/diff/20001/lily/open-type-font.cc File lily/open-type-font.cc (right): https://codereview.appspot.com/300490043/diff/20001/lily/open-type-font.cc#newcode160 lily/open-type-font.cc:160: string cff_table = get_otf_table (face,

Re: Issue 4876/4: Enable fontname replacing in TrueType functions (issue 300490043 by truer...@gmail.com)

2016-06-25 Thread lemzwerg
LGTM, thanks! https://codereview.appspot.com/300490043/diff/20001/lily/open-type-font.cc File lily/open-type-font.cc (right): https://codereview.appspot.com/300490043/diff/20001/lily/open-type-font.cc#newcode160 lily/open-type-font.cc:160: string cff_table = get_otf_table (face, "CFF "); // For

Re: compiling lilypond fails

2016-06-25 Thread Marc Hohl
Am 25.06.2016 um 10:36 schrieb David Kastrup: David Kastrup writes: David Kastrup writes: autogen.sh --noconfigure configure --prefix=/home/knut/sources/lilybisect/ make -k -j 1 CPU_COUNT=1 all Logfile attached. I see a single error. That's ... curious. Have to go to rehearsal now, wil

Re: compiling lilypond fails

2016-06-25 Thread David Kastrup
Knut Petersen writes: > Am 25.06.2016 um 10:36 schrieb David Kastrup: >> Ok, issue 4903 is now in master. What's the news on make -k output >> now? Does applying the last patch (the one with ENGRAVER_INHERIT in >> its title) make any difference in the amount of reported errors? > > knut@golem:~/

Re: compiling lilypond fails

2016-06-25 Thread Knut Petersen
Am 25.06.2016 um 10:36 schrieb David Kastrup: Ok, issue 4903 is now in master. What's the news on make -k output now? Does applying the last patch (the one with ENGRAVER_INHERIT in its title) make any difference in the amount of reported errors? knut@golem:~/sources/lily> ../mklily Building li

Re: compiling lilypond fails

2016-06-25 Thread David Kastrup
David Kastrup writes: > David Kastrup writes: > >> David Kastrup writes: >> autogen.sh --noconfigure configure --prefix=/home/knut/sources/lilybisect/ make -k -j 1 CPU_COUNT=1 all Logfile attached. >>> >>> I see a single error. That's ... curious. Have to go to rehear

Re: compiling lilypond fails

2016-06-25 Thread David Kastrup
David Kastrup writes: > David Kastrup writes: > >>> autogen.sh --noconfigure >>> configure --prefix=/home/knut/sources/lilybisect/ >>> make -k -j 1 CPU_COUNT=1 all >>> >>> Logfile attached. >> >> I see a single error. That's ... curious. Have to go to rehearsal now, >> will investigate later.