On Mon, 29 Jun 2020 15:34:28 +0200, Gwenhael Goavec-Merou wrote:
boost/detail/endian.hpp has been marked as deprecated since boost 1.69.0. This file and boost/predef/detail/endian_compat.h are no more available.
This patch suppress this header in some file, where not needed and move
Hi! I didn't see your message, and wrote a couple of patches to fix this, which I attached to this issue: https://projects.osmocom.org/issues/4584
The first patch mostly overlaps with yours; the second one eliminates the need for an endian check at all, by making an improvement to the HackRF source which is similar to the one made to the RTL-SDR source back in 2017 by Krzysztof Halasa.
Wim.