Re: Generating glib-genmarshal

2017-09-07 Thread Emmanuele Bassi
On 7 September 2017 at 16:35, John Emmas wrote: > gdk-pixbuf and gdk+2 both built fine for me. The only odd thing I noticed > was when building gtk (from gtk-2-24) I saw quite a few warning messages > looking like this:- > > WARNING: The token "BOOL" is

Re: Generating glib-genmarshal

2017-09-07 Thread John Emmas
On 07/09/2017 08:44, John Emmas wrote: On 07/09/2017 03:59, Chun-wei Fan (范君維) via gtk-devel-list wrote: p.s. Were you able to build GDK-Pixbuf succesfully? I'm going through the process of adapting my MSVC projects to accommodate the fact that some old perl scripts are now python scripts

Re: Generating glib-genmarshal

2017-09-07 Thread John Emmas
On 07/09/2017 03:59, Chun-wei Fan (范君維) via gtk-devel-list wrote: p.s. Were you able to build GDK-Pixbuf succesfully? Hi Chun-wei, I'm going through the process of adapting my MSVC projects to accommodate the fact that some old perl scripts are now python scripts (and glib-genmarshal is

Re: Generating glib-genmarshal

2017-09-06 Thread 范君維
Hi John, Thanks for pointing this out (oversight on my side), the fix for this has been pushed to master. p.s. Were you able to build GDK-Pixbuf succesfully? With blessings, and cheers! ___ gtk-devel-list mailing list gtk-devel-list@gnome.org

Re: Generating glib-genmarshal

2017-09-06 Thread John Emmas
On 06/09/2017 17:37, Emmanuele Bassi wrote: In GLib 2.52, glib-genmarshal is a C program. In GLib master, which will become GLib 2.54 soon, glib-genmarshal is a Python program. Ah... possibly the error message needs to change then at line 35 of 'win32/gen_util_scripts.py' (in master) ?

Re: Generating glib-genmarshal

2017-09-06 Thread Emmanuele Bassi
In GLib 2.52, glib-genmarshal is a C program. In GLib master, which will become GLib 2.54 soon, glib-genmarshal is a Python program. The change from C to Python will *not* be backported to GLib 2.52. Ciao, Emmanuele. On 6 September 2017 at 16:41, John Emmas wrote: >

Generating glib-genmarshal

2017-09-06 Thread John Emmas
Hi guys... python win32/gen_util_scripts.py --type=glib-genmarshal --version= If I'm building glib from git master, the above command works fine (if I issue it from a DOS window or from my MSVC project file). However... it produces an error if I try to build from the 'glib-2-52'