Dylan Baker
Dylan Baker
I... actually have a usecase for all of those things. Some xorg projects use the C preprocessor for generating documentation.
@marc-h38, I'm sure you have some ideas.
@keith-packard is building a tiny libc with meson, so I figured he'd have some suggestions.
> Some kind of new setup --config=mesonsetuprc option where users could dump too long command lines into mesonsetuprc files and easily share them as opposed to mandatory README reading or...
> Is the plan available somewhere? I don't mind searching. There is an issue about it, I can't seem to find it now (I thought I assigned it to myself...)
I think that's related, but there at least was an issue about being able to store project and meson options in a cross file (this issue predates the native file...
The idea of #3001 is to be able to take anything that could be passed on the command line and put it in a cross/native (I'm going to call them...
Using `--target` with clang might not get you want you want, because I still haven't gotten around to fixing the linker detection to understand that... You can work around that...
Latest updates include checking for RE/flex and skipping that, as well as a file watching tool called reflex (similar to what we do with GNU link on windows). I've also...
@thesamesam I wrote some code to allow more configuration of the lex and yacc versions to use, which look like: ```meson codegen.find_lex(implementations : ['flex', 'reflex'], flex_version : '>= 2.6', reflex_version...