On 17/08/2017 16:48, John Emmas wrote:
Any other Windows devs able to reproduce this or is it just me..?
I've tried with python2.7, python3.1 and python3.3 and I see the same
problem with all of them :-(
AFAICT this problem got introduced by commit #fe2a9887a8 - in particular
the change to 'gdbus-codegen.in' (line 30) which previously looked like
this:-
elif os.name == 'nt':
but it got changed to this:-
elif os.basename(filedir) == 'bin'
Changing that line back again fixes the problem for me. I haven't yet
tried linking anything to the built libraries - but the build itself now
completes successfully. My guess is that whoever made that change is
possibly cross-building (from Linux?) whereas a genuine Windows build
won't work any more.
John
_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list