On 17/08/2017 16:48, John Emmas wrote:
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 |