Eli Schwartz
Eli Schwartz
> Technically you could add the C++ standard library as a Libs.private entry, but that doesn't feel right, since AFAICT it's supposed to be an implementation detail of the C++...
> Will Meson be able to find those variables even if it's a transitive dependency? (In my example, will appstream's Meson build be able to figure out from lerc.pc that...
The CPS schema also defines link_languages, defaulting to "c", although CPS is still effectively an ecosystem in public alpha.
In this case, it turns out we can avoid the fearsome idea of squash merging resulting in utterly mangled commit messages.
> Overall, if you are okay to ramp up support for flang gradually, and accept some sharp corners as things get ironed out over time, then I think we should...
The changes themselves look reasonable enough, but the commit *messages* are... very information-dense. Describing the exact implementation classes being modified is generally not necessary, and may detract from readability in...
I think we're still just waiting on a resolution to @dcbaker's review here (and ideally a tweak to the commit message wording). Any news on an update?
> Or cmake, which can generate files for build system of your choice (not meson, though) Nope, cmake is a build system, it doesn't generate them. It configures itself and...
> I build postgres v16 with meson.pyz and I get the following error: > > ``` > Program f:\USERS\myuser\app\bin\meson.pyz found: NO > > meson.build:421:12: ERROR: Program 'f:\\USERS\\myuser\\app\\bin\\meson.pyz' not found or...
You said that: - you're using Windows - you have the same problem even if you try running meson.pyz directly, as an executable Although I am not entirely sure I...