The fix probably breaks compilation on everything not using glibc:
get_current_dir_name() is glibc specific, and not available on other
systems, so its invocation should be protected with an #ifdef __GLIBC__
or via an autoconf test.
As indicated in the man page, even on glibc, to use this functio
2017-02-25 1:52 GMT+01:00 Flaming Hakama by Elaine :
> I was tring to set up lilydev within virtualbox on OSX and had some
> trouble.
[...]
> Since git-cl seemed to be only for making changes, I figured I'd go ahead
> and try to build lilypond based on
> http://lilypond.org/doc/v2.19/Documentation/