Re: [Python-gtkextra-devel] build issue
Status: Beta
Brought to you by:
treeves
From: Toby D. R. <to...@so...> - 2004-03-08 22:41:28
|
The tarballs python-gtkextra-0.22.tar.gz and python-gtkextra-0.21.tar.gz do not work with pygtk2 or gtkextra2. You must checkout the newer code from cvs to get the newer bindings for pygtk2 and gtkextra2. Something like this might work: >cvs -d:pserver:ano...@cv...:/cvsroot/python-gtkextra login >cvs -z3 -d:pserver:ano...@cv...:/cvsroot/python-gtkextra co python-gtkextra2 >cd python-gtkextra2 >./autogen.sh >make >make install I'll try to get a released tarball put up on sf.net within 24 hours so you don't have to fool with cvs. Toby > > Hi, I'm trying to build GtkExtra python bindings, I downloaded > the latest release (not from CVS) and am attempting to build > and I get errors such as: > > gtkextra/gtkiconlistitem-type.c:177: `PyGdkWindow_Type' undeclared > > I cant find any such definitions in any of the headers in the > directories that are referenced. I'm using python 2.3 and pygtk 2.0. Is > this some sort of version mismatch? Are these files generated > from some spec file (swig?)? If so, is it just a matter of regenerating > the appropriate files? > > Please CC me in any replies. > Tim N. > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Python-gtkextra-devel mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/python-gtkextra-devel |