CMake and Ninja
I'm trying to compile webkit, version 2.34 (highest version compatible with GCC 7.3 ... latest webkit requires GCC 9.3 or higher ... latest GCC is 12 or 13), but I get the error 'build.ninja' : no such file or directory. Some report it as ninja.build ... So I cannot build it. I'm just trying to build yad with webkit so i can use yad --html .... does anyone have the binary? Or can webkit be replaced with qtwebkit in the compile?
EDIT: clang is part of llvm .... but I have not been able to invoke it. So I'm attempting to build llvm from source along with ninja, try to see what's really going on!