Cedric Gustin wrote: > > Hi Thomas, > > I use gcc-2.95.3 from the mingw distribution (http:///www.mingw.org) > combined with cygwin for the bash shell and the autotools (autoconf, > automake, libtools). I had to slightly patch the current cvs version > of pygtk-1.99 to take into account some limitations of gcc-2.95 > (mostly errors similar to the one described at > http://www.python.org/cgi-bin/faqw.py?req=show&file=faq03.024.htp). I > then wrote a setup.py script to generate the win32 installer using > distutils.
I was going to fix those problems with PyType_GenericAlloc and PyType_GenericNew. I will look at fixing the problem for the next release. Feel free to submit any win32 build fixes in bugzilla. > > > If there is some interest for pygtk on win32, maybe I can submit my > mingw patch to cvs. I think you can also compile pygtk-1.99 using > Visual C++ without any extra source modification. Just create a bug report, and then creating an attachment for the bug after creation. James. -- Email: [EMAIL PROTECTED] | Linux.conf.au 2003 Call for Papers out WWW: http://www.daa.com.au/~james/ | http://conf.linux.org.au/cfp.html _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
