Marius Gedminas wrote: > On Wed, Mar 08, 2017 at 08:40:56PM +0100, Bram Moolenaar wrote: > > Recently there was a test failing specifically with Python 3.6. > > I tried installing it, but configure could not find it. > > > > For Python 3.5 the config directory is > > /usr/lib/python3.5/config-3.5m-x86_64-linux-gnu > > And it contains config.c. That is what configure checks for. > > > > For Python 3.6 the config directory should be > > /usr/lib/python3.6/config-3.6m-x86_64-linux-gnu > > However, it does not contain config.c (or any other relevant files). > > > > Perhaps I'm just missing a package. I don't have python3-dev installed, > > it's for Python 3.5 anyway. > > You want python3.6-dev. > > Note that Ubuntu 16.10 has a pre-release of Python 3.6. You can get the > final release from Felix Krull's PPA: > https://launchpad.net/~fkrull/+archive/ubuntu/deadsnakes > > sudo add-apt-repository ppa:fkrull/deadsnakes > sudo apt-get update > sudo apt-get install python3.6-dev
Thanks, adding python3.6-dev worked. Somehow I thought I didn't have python-dev and assumed the "-dev" package wasn't needed. Now that I look again I do have python-dev. -- Where do you want to crash today? /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
