---- On Sun, 06 Oct 2024 00:24:22 +0100 Robert Swindells wrote --- > > Roy Marples r...@marples.name> wrote: > > --- includes-libepoxy --- > > nbmake[7]: don't know how to make gl_generated.h. Stop > > nbmake[7]: stopped making "includes" in > > /home/roy/src/src/external/mit/xorg/lib/libepoxy > > nbmake[6]: stopped making "includes" in > > /home/roy/src/src/external/mit/xorg/lib > > > > Looking through the sources, gl_generated and friends are created by > > meson which we don't use, so is the file just missing from the repo? > > The file is in xsrc/external/mit/libepoxy/src, the includes target just > copies it to the right place in the target tree.
Actually the file wasn't there! And that was the clue - a simple hg clone of xsrc checkedout xorg and not trunk. Is there a way to fixate a default branch on clone on anonhg so this doens't happen to others? > Are you using the -j flag to make to build in parallel? Yes, lots. 24j's make the build go a bit quicker. Roy