Hi guys,
I ran into an issue trying to get x11 built from source; the build process was error coding 1 about gobject-introspection, so I tried to build it. But make install clean would fail because it couldn't find the Python headers.
I tried to rebuild Python, tried to upgrade it (was already up to date) but the only thing that worked to "rectify" the issue with the missing python headers was to use,
Does anyone know exactly did command this to do fix the python headers issue other than copy one file to another directory?
I ran into an issue trying to get x11 built from source; the build process was error coding 1 about gobject-introspection, so I tried to build it. But make install clean would fail because it couldn't find the Python headers.
I tried to rebuild Python, tried to upgrade it (was already up to date) but the only thing that worked to "rectify" the issue with the missing python headers was to use,
Code:
cp /usr/local/include/pth/pth.h /usr/local/include/python2.7/
Does anyone know exactly did command this to do fix the python headers issue other than copy one file to another directory?