On Mon, Dec 27, 2021 at 8:49 PM Gavin Smith <[email protected]> wrote: > > 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.
I've "git cherry-picked" the history of the webkitgtk program onto the master branch to make it easier to work on, without having to switch branches. I haven't built the program yet myself as I haven't installed the webkitgtk libraries. I didn't attempt to do a "git merge" as there is history from another program, "qt-info" on the "webkitgtk-info" branch. I do not expect to see any more development on the "qt-info" program. It's likely that I'll delete the "webkitgtk-info" branch shortly. There may be some good changes to js/info.js on the "qt-info" branch so I will leave the "qt-info" branch for now, for reference.
