I mean one of the header files is referencing another header file using the
wrong path
On Tue, 9 Mar 2021 at 10:20, Matthias Klose <1899...@bugs.launchpad.net>
wrote:
> this is correct behavior. The headers are searched in
> /usr/include/python3.8
>
>
> ** Package changed: gcc-defaults (Ubuntu) =
Public bug reported:
In the file /usrinclude/python3.8/cpython/pystate.h, on line 9, it is
trying to reference the initconfig file but is using the path
"cpython/initconfig" even though initconfig is in the same directory as
pystate.h and gcc thinks that it means another directory called cpython
i