Werner LEMBERG <[email protected]> writes: >>> Am I right if I suppose that it's best to just wait for your >>> cursing and doing nothing else otherwise? >> >> Well, since master was luckily strictly ahead of staging, I bounced >> staging to be in synch. > > Thanks! > >> The problem we are having now is just that your fix has not seen >> Patchy. I have taken a look, and it looks unlikely to have >> unexpected side effects. So there will likely be no problem. > > Actually, I wasn't able to compile master without that patch: `make > all' aborted with > > In file included from parse-scm.cc:26:0: > ./include/lily-lexer.hh:28:21: fatal error: parser.hh: No such file or > directory
More likely `make -j3 all'... I suspected as much seeing your patch. parser.hh and parser.cc are generated independently since ae9b8d637bae923bf8069f5e0f9bdb327bb98559, and it would appear that I have overlooked dependencies arising from f7437fd4f26ab6ca5b2814f08938d66c80544ed2. -- David Kastrup _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
