Marcus Müller
Marcus Müller
Untested, but my understanding: pybind11's [918d4481a4f69c7a4cbb4282acbabd28e2433039](https://github.com/pybind/pybind11/commit/918d4481a4f69c7a4cbb4282acbabd28e2433039) should fix that, if you define `PYTHON_MODULE_EXTENSION` before you pybind_add_module. v2.10.0 does incorporate that. So, for cross-compiles, we'd need to bump the version requirement.
@balister I think that might be a good heads up to give you: if you have a BB for GR that depends on pybind11, make sure it depends on Pybind11...
can't really reproduce getting /usr/local/lib , that seems to be system-specific. Still I doubt whatever Barry saw has been fixed.
This is very confusing to me, I must admit. At the point at which that error is raised, we barely included anything *but* ``. This would sound like Ubuntu 22.10's...
After thorough deliberation: This seems to be an issue specific to a non-LTS version of Ubuntu in a configuration that's unlikely to occur very often in a compilation step done...
Reopening. This popped up in default Ubuntu24's config.
Suspicion: we might be triggering an over-zealous compiler warning, and we might be failing due to that. Let's try to simply disable the warning (`-Wno-sized-deallo…`), and if that fails, go...
@boatbod sorry to warm this up after so long, but could you try whether #7408 works for you?
Yeah, we should probably disable that by now, see also #6730
seems to be pretty relevant to either the single-mapped buffer or the way qtgui (and potential replacements) deal with memory; warrants further investigation (sadly, no CUDA capable GPU on my...