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 347185 - Need a 2.9.3 release
Need a 2.9.3 release
Status: RESOLVED FIXED
Product: pygtk
Classification: Bindings
Component: gtk
2.9.x
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-11 04:34 UTC by Elijah Newren
Modified: 2006-07-13 09:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Elijah Newren 2006-07-11 04:34:06 UTC
Trying to build pygtk-2.9.2 for the Gnome-2.15.4 release, I get

./gtkunixprint.override: In function `_wrap_gtk_print_job_send':
./gtkunixprint.override:174: error: too many arguments to function `gtk_print_job_send'
./gtkunixprint.override:174: error: void value not ignored as it ought to be
make[2]: *** [unixprint_la-gtkunixprint.lo] Error 1
make[2]: Leaving directory `/export/home/b/newrenTemp/tarball-gnome/pygtk-2.9.2/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/b/newrenTemp/tarball-gnome/pygtk-2.9.2'make: *** [all] Error 2

Looks like this has been fixed in CVS (bug 345623), but we need the fix in a released tarball to get Gnome to build.  ;)
Comment 1 Joseph Sacco 2006-07-12 00:45:29 UTC
See GARNOME CVS-HEAD.  I "borrowed" a couple of patches from fedora/rawhide. With these patches I am able to build pygtk-2.9.2 against gtk+-2.10.0

-Joseph