Re: make glib-2.29.16 fails on codegen_main.py

2011-08-18 Thread Dieter Verfaillie
Quoting George Brink siberian...@yahoo.com: On 8/16/2011 3:31 PM, Dieter Verfaillie wrote: You seem to be hitting the same stuff I have already encountered, so you might also be interested in my windows branch here: https://github.com/dieterv/glib/tree/windows Yes, I am trying to build GTK+3

Re: Is select_format() function called from gdk_x11_draw_pixbuf() is assuming the in memory data format as ABGR always??

2011-08-18 Thread prudhvi raj
Can any one explain why the select_format() function called from gdk_x11_draw_pixbuf() is always checking for ABGR XRenderPictFormat before checking for ARGB?? Can we query for the format in which the actual image buffer is aligned, rather than querying in some fixed order like ABGR first

Re: gtk-devel-list Digest, Vol 88, Issue 15

2011-08-18 Thread jun louis
This error because of parser.py Conflict with python builtin module parser. when import parser in codegen_main.py cause error. so I rename parser.py to xxparser.py then, modify codegen_main.py, replace parser with xxparser, compile succeed! good luck! 2011/8/18 gtk-devel-list-requ...@gnome.org