checking for glGetString in -lGL... no configure: error: Unable to locate required GL library
How many fucking things will I have to fix in the very same way…
@lanodan @kirby
meson is as good as autotools, except it's python instead of m4. With both I can see why things break and fix it, would that be idiomatic? Not so sure. I don't get why people hate autotools — sure, it's lots of generated boilerplate code, but you can figure out what ti does just by looking at it. Unlike CMake — which is pure evil!
@lanodan @kirby
Yes, that is so! It's only "fixable" in a sense that you can make some software get built right here right now, finding fundamental flaws and submitting the fix upstream would sure take a lot of effort, but with CMke even that is impossible, because I just don't understand how it works under the hood, it's just a black box.
@lanodan @kirby
Not quite a black box, as I still have it's source, but that would be fixing CMake, installing fixed CMake, it would have nothing to do with software itself 🤷