Daniel Jacobs

Results 9 comments of Daniel Jacobs

Note, if I don't derive from `py::trampoline_self_life_support`, the code still compiles and runs without any lifetime issues (and the warning goes away of course).

Seeing that it works without deriving from `py::trampoline_self_life_support`, I'm curious as to what the purpose of inheriting from this class is?

> Or do you think we need to PYBIND11_EXPORT ‘trampoline_self_life_support’? (I hope not, but it totally depends, I guess.) I'm curious, why would we not export this symbol? Seems like...

> > I am wondering the same thing > > Did you make any progress on this? No :(

> Hello Daniel, I'm often use kiwiclient to easily link to a remote, well located and equipped, online kiwi SDR receiver, and downloading locally the IQ data stream that the...

I'm having this same issue trying to cross-compile for arm64 on: - OS: Ubuntu 20.04 - Meson: 0.58.0 - Python: 3.8.10 Here's the trace: ``` $ meson build --cross cross_file_android_arm64_28.txt...

I solved by installing libncurses5: ``` sudo apt install libncurses5 ```