This is a strange problem that I am facing - but I struggled with it for more than an hour without a solution. I am trying to customize the vim build, but continue to work with bugs with python enabled and resolve ruby โโarguments.
Here is what I am trying to do with the relevant parts of the error:
$ ./configure --prefix=/usr/local --with-features=huge --enable-pythoninterp --enable-rubyinterp ... checking --enable-rubyinterp argument... yes checking --with-ruby-command argument... defaulting to ruby checking for ruby... (cached) /usr/bin/ruby checking Ruby version... OK checking Ruby rbconfig... RbConfig checking Ruby header files... not found; disabling Ruby ... checking --enable-pythoninterp argument... yes checking for python2... (cached) /usr/bin/python2 checking Python version... (cached) 2.7 checking Python is 1.4 or better... yep checking Python install prefix... (cached) /usr checking Python execution prefix... (cached) /usr (cached) checking Python configuration directory... (cached) can't find it! ...
I am completely at a dead end, I am relatively new to Linux, but have tried several different things - all to no avail. Help!
EDIT: I am running Mint 14
source share