[pygtk] Can't build gobjectmodule.o - missing CVS checkin?

2001-10-19 Thread Skip Montanaro
I'm trying to build PyGtk from CVS and get this compilation error: gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/python2.2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include

Re: [pygtk] Can't build gobjectmodule.o - missing CVS checkin?

2001-10-19 Thread Matt Wilson
On Fri, Oct 19, 2001 at 02:22:15PM -0500, Skip Montanaro wrote: Actually, I'm now using 2.2b1+... I update both Python and Gtk/PyGtk stuff frequently, at least a few times a week. I had no problems yesterday. I guess I'll take a look and see what the latest PyGtk checkins were. They

Re: [pygtk] Can't build gobjectmodule.o - missing CVS checkin?

2001-10-19 Thread Matt Wilson
Well, the tail end of all of the PyTypeObjects will have to be fixed. It looks like you should be able to use tp_cache where we were using tp_defined before, but I'm not sure. Matt On Fri, Oct 19, 2001 at 02:51:34PM -0500, Skip Montanaro wrote: Actually, I'm now using 2.2b1+...