2009/8/27 Carlos Alberto Flores <[email protected]>: > I used msvc 2008 to compile pycairo, pygobject and pygtk.
Didn't you have to patch pycairo for that? it uses c99 variable declaration style which prevents it to compile here. I filed a bug for it, but the maintainer asked me to ask Microsoft to fix their compilers to solve the problem: http://bugs.freedesktop.org/show_bug.cgi?id=22940 Comments on the bug and the patch are welcome :-) > I still cant upload pygtksourceview since I could only built the binary, not > an installer and it was compiled using mingwx64, > > Carlos Flores > > > 2009/8/27 Alberto Ruiz <[email protected]> >> >> 2009/8/27 Carlos Alberto Flores <[email protected]>: >> > It seems i did built pygtk 2.16.0 instead of 2.14, well it seems that we >> > are >> > a bit ahead of win32 now! it even doesnt have a 2.14 binary for any >> > python >> > version >> >> Which compiler did you use for this? >> >> > Carlos Flores >> > >> > >> > 2009/8/25 Luis A. Bastiao Silva <[email protected]> >> >> >> >> Hi, >> >> >> >> It is really good news. Do you have blog or put in somewhere >> >> instructions >> >> to build it? >> >> >> >> It will be awesome. In this way some other guys could help maintaining >> >> it. >> >> >> >> Thanks. >> >> >> >> On Wed, Aug 26, 2009 at 3:02 AM, Carlos Alberto Flores >> >> <[email protected]> >> >> wrote: >> >>> >> >>> I have built several binary modules for python 2.6 on win64. >> >>> >> >>> There are some notes about some changes, incompatibilities this >> >>> binaries >> >>> have. >> >>> For atk the bits that cause undefined reference problems have been >> >>> disabled. >> >>> >> >>> In gdk GdkAppLaunchContext has been disabled for the same reasons. >> >>> >> >>> In gtk GtkMountOperation has been disabled for the same reasons. >> >>> >> >>> I built those files on a hurry because i really needed to have it >> >>> ready, >> >>> ill soon upload gtksourview 2.6.0 and pygtksourceview 2.6.0 too. >> >>> >> >>> Link to the files: Download >> >>> >> >>> Carlos Flores >> >>> >> >>> >> >>> _______________________________________________ >> >>> pygtk mailing list [email protected] >> >>> http://www.daa.com.au/mailman/listinfo/pygtk >> >>> Read the PyGTK FAQ: http://faq.pygtk.org/ >> >> >> >> >> >> Best Regards, >> >> -- >> >> Luís A. Bastião Silva >> >> >> > >> > >> > _______________________________________________ >> > pygtk mailing list [email protected] >> > http://www.daa.com.au/mailman/listinfo/pygtk >> > Read the PyGTK FAQ: http://faq.pygtk.org/ >> > >> >> >> >> -- >> Un saludo, >> Alberto Ruiz > > > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://faq.pygtk.org/ > -- Un saludo, Alberto Ruiz _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
