On 20/04/2018 04:38, Ken Moffat wrote: > I'm on a new build, and I was hoping to build gimp-2.10.0-RC2 (I > build -RC1 on a new build on a different machine a couple of weeks > ago). But the gimp errored out with: > > CC gimpuimodule.lo > gimpuimodule.c:26:10: fatal error: pygtk/pygtk.h: No such file or directory > #include <pygtk/pygtk.h> > ^~~~~~~~~~~~~~~ > > Looking at previous builds, pygtk.h has been in > /usr/include/pygtk-2.0/pygtk/pygtk.h - and the version of pygtk has > been 2.24.0 since at least BLFS-7.9. But on the current build with > 2.24.0 NO files were installed in /usr/include, all I have there is > pyglib.h and pygobject.h > > /me curses Python again, but does anybody have any guidance on WTF > is going on with this [expletive-deleted] ? >
Hmmm, could it be related to the failure to install pkgconfig and headers for pycairo, as you described on -dev? I've built pycairo 1.17.0 adding: python2 setup.py install_pkgconfig # as root python2 setup.py install_pycairo_header # as root and same with python3 then built gimp and its deps by the book, and everything went well... Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
