Closed bgilbert closed 11 years ago
I thought this was an OS change. I installed autoconf-archive, the package on Debian with the AC_FUNC_MKDIR macro definition, and the problem went away.
I suppose a better fix would be to use the glib mkdir wrapper rather than our own. libvips seems to use mkdir as well, I forget why. I'll make a patch.
Ah! Fedora also has autoconf-archive, and that does fix it. Perhaps it's worth mentioning in the README, if you don't end up switching to g_mkdir().
Thanks.
Fixed with this: https://github.com/jcupitt/nip2/commit/fe9f43b0e25fe56dea8e2eda844c1a5a61603b39
There's a similar patch for libvips. Thanks Benjamin.
I should have said, the patches switch nip2/libvips to using g_mkdir().
Since af001726,
bootstrap.sh
says:This leads to a configure warning:
and ultimately a build failure: