On Mon, Dec 27, 2021 at 09:07:21AM -0800, Per Bothner wrote: > I tried building the webkitgtk-info branch, but failed: > > In file included from hard-locale.c:23: > ./locale.h:718:11: fatal error: setlocale_null.h: No such file or directory > 718 | # include "setlocale_null.h" > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > make[4]: *** [Makefile:1473: hard-locale.o] Error 1 > > Didn't investigate.
I actually had exactly the same error when building from the top-level directory. You might have a better time changing to the "infog" directory and just building in that directory instead. I believe the code in there should be self-contained and not rely on the rest of the code in the repository.
