GNOME Bugzilla – Bug 161716
Pygimp build fails due to missing pygimp-logo.png
Last modified: 2008-01-15 12:43:15 UTC
tar -jxvf gimp-2.2.0.tar.bz2 cd gimp-2.2.0 ./confiure --enable-python make gives: make[4]: *** No rule to make target `pygimp-logo.png', needed by `all-am'. Stop. make[4]: Leaving directory `/home/yeti/src/gimp-2.2.0/plug-ins/pygimp' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/yeti/src/gimp-2.2.0/plug-ins/pygimp' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/yeti/src/gimp-2.2.0/plug-ins' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/yeti/src/gimp-2.2.0' make: *** [all] Error 2 Note I'm using `Current CVS' as version, because it's not possible to select 2.2.0 yet.
*** Bug 161719 has been marked as a duplicate of this bug. ***
None problem, fixed in CVS. All you need to do is to add the missing PNG file to your build. http://cvs.gnome.org/viewcvs/*checkout*/gimp/plug-ins/pygimp/pygimp-logo.png
err, I meant to write "Known problem ..." of course.
Marking as fixed, since fix has been in CVS for some time now.