GNOME Bugzilla – Bug 98034
python support does not compile
Last modified: 2002-11-08 17:09:28 UTC
./configure --enable-python && make ... make[1]: Entering directory '/home/users/wrobell/rpm/BUILD/gimp-1.3.10/plug-ins/pygimp/plug-ins' make[1]: *** No rule to make target `gtkcons.py', needed by `all-am'. Stop. make[1]: Leaving directory `/home/users/wrobell/rpm/BUILD/gimp-1.3.10/plug-ins/pygimp/plug-ins' make: *** [all-recursive] Error 1 ... It seems that gtkcons.py is missing or there is unnecessary dependency.
Heh, that's why it was labelled experimental ;-) Fixed in CVS: 2002-11-08 Sven Neumann <sven@gimp.org> * plug-ins/Makefile.am (EXTRA_DIST): added missing file (#98034).