Hi,
First of all, are you talking about porting pygtk on cygwin using XFree (http://cygwin.com/xfree/) or the win32 port of gtk+ (as available from http://www.gimp.org/win32/) ? If you plan to use XFree, things should be pretty straightforward using the configure script. You might have to fight with dlltool/dllwrap to generate the _gtk.pyd though. If you want to use gtk+ for win32, I'd like to repeat here that it's a very bad idea to mix the cygwin runtime environment (cygwin1.dll) with the win32 port of gtk+ (it uses msvcrt). If you really want to compile pygtk with the gcc compiler provided by cygwin, you should use both the -mno-cygwin and -fnative-struct flags. But I really think the simplest for you would be to download one of the many ports of pygtk-0.6.x that are available on the web, among others my little contribution. You'll find my port at http://www.pcpm.ucl.ac.be/~gustin/win32_ports/PyGtk-0.6.9.win32-py2.1.exe You'll also have to install the gtk+ DLLs (from the 1.3.0 production brach on http://www.gimp.org/win32/). Cedric P.S. : what do you mean by "the binary package is not cygwin friendly". You use python as provided by the cygwin distribution ? If it's the case, you must use XFree and port gtk+ and pygtk accordingly. At 03:44 PM 3/26/2002 -0500, Brian E Gallew wrote: >I'm building pygtk-0.6.9 on cygwin. Everything seem good, EXCEPT that >GtkTable doesn't seem to be included in the list of bindings. I'm >finding the generate process to be a little opaque, so any help here >would be appreciated. > >Before you suggest it, no, the binary package really won't work for me >(it's not cygwin friendly). > >_______________________________________________ >pygtk mailing list [EMAIL PROTECTED] >http://www.daa.com.au/mailman/listinfo/pygtk >Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ ______________________________________________________________________________ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
