Dylan Baker

Results 390 comments of Dylan Baker

If you set any option in the `subproject_options()` object does that make the error go away?

I looked at the error message in the code, and it doesn't make much sense to me either. It's coming from the code that converts CMake custom targets into Meson...

That assert is just bogus. It should either be removed, or the code should be refactored so that a non-string ends up in common error condition.

I need to fix this for my own use, and I have some work in progress on it.

I think that's actually the easy part, we can just initiate the project with host == build. I think the two hardest things are going to be enforcing the subproject...

There’s some 1.4 references that need to be 1.5 now

Hard NAK, distros rely on this, and every other major build system implements this interface, they’ll just end up reverting this because that’s easier than working around it.

This was not "broken by some refactoring" It was an explicit decision to make our usage of CC, CFLAGS, etc match what everyone else does, because implementing a standard interface...

This looks like a Meson bug, we should be honoring the Meson global configuration for pic based on the Meson `b_staticpic` option, which helps to ensure that all subprojects and...

This looks like a larger issue that we don't look at the builtin options inside CMake at all. This makes me wonder how we're not running into more of these...