After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 98034 - python support does not compile
python support does not compile
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
1.x
Other Linux
: Normal normal
: ---
Assigned To: GIMP Bugs
Daniel Egger
Depends on:
Blocks:
 
 
Reported: 2002-11-08 16:52 UTC by wrobell
Modified: 2002-11-08 17:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description wrobell 2002-11-08 16:52:49 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.
Comment 1 Sven Neumann 2002-11-08 17:09:28 UTC
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).