I am trying to install Gnome on a freshly installed FreeBSD using the ports.
I am stuck with an error message that says:
Checking for headers required to compile python extensions ... not found
Then it fails unexpectedly.
I've tried to re-install python27 and that didn't help.
What could possibly be the problem?
EDIT:
I am running FreeBSD 9.1; I tried to install gnome by following the FAQ I simply cd /usr/ports/x11/gnome2 then I ran make install cleanand as for the configs, I left them unchanged; by checking make config I have two unselected options:
XSCREENSAVER
MAPI
As for the output of python2.7-config --includes I got the following:
-I/usr/local/include/python2.7 -I/usr/local/include/python2.7
make config). Which FreeBSD version? What is the output ofpython2.7-config --includes? ...