You can try building the tools too. # cleanup everything (WARNING, it basically deletes everything not commited) git clean -fdx # build the needed tools cd extras/tools ./bootstrap && make # build the contribs cd ../../contribs && mkdir native && cd native ../bootstrap &...