On 2020/02/01 20:49:09, hanwenn wrote: > On 2020/02/01 11:00:41, hahnjo wrote: > > > https://codereview.appspot.com/561390043/diff/557260051/lily/include/score-engraver.hh > > File lily/include/score-engraver.hh (right): > > > > > https://codereview.appspot.com/561390043/diff/557260051/lily/include/score-engraver.hh#newcode26 > > lily/include/score-engraver.hh:26: #include <gc.h> > > This effectively adds a dependency on libgc which you should search for at > > configure - it is not necessarily installed in a default location. > > I've added a TODO for now. One complication is that libgc doesn't come with > pkg-config.
This is just not true: $ pkg-config --libs bdw-gc -lgc https://codereview.appspot.com/561390043/