Re: [Bug 1899088] Re: Python.h library referencing problem

2021-03-17 Thread Ishan Roychowdhury
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)

[Bug 1899088] [NEW] Python.h library referencing problem

2020-10-08 Thread Ishan Roychowdhury
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