Open zxlhhyccc opened 3 years ago
Install gcc-multilib
Posting this here in case somebdy else runs into an error around #include <bits/libc-header-start.h>
- for me (working locally on some updates to the net/dnsdist
package), installing gcc-multilib
only brought me to the next problem, because the actual issue was that my target build had managed to included some headers from my host's /usr/include because https://github.com/tsuna/boost.m4 tries those if it can't find Boost in the right spaces.
So, tl;dr: this error may mean your host includes are leaking into your target builds, and in that case you should fix that instead.