I almost regularly build for Windows XP but I don't always synchronize the new builds with the working system I use unless I see that some bug I care about has been fixed. The version I'm using is Inkscape 0.92.2pre0 (f9bf460709, 2017-07-30) but it was not built with MSYS2: I had always built the 0.92.x with devlibs till yesterday, both 64 and 32 versions so I can't say when it got broken.
I tried the MSYS2 build for it because with devlibs I get this error:
C:\Inkscape\0.92.x\src\io\sys.cpp: In function 'int Inkscape::IO::mkdir_utf8name(const char*)': C:\Inkscape\0.92.x\src\io\sys.cpp:103:46: error: 'S_IRGRP' was not declared in this scope C:\Inkscape\0.92.x\src\io\sys.cpp:103:56: error: 'S_IXGRP' was not declared in this scope mingw32-make[2]: *** [src/CMakeFiles/inkscape_base.dir/io/sys.cpp.obj] Error 1 mingw32-make[1]: *** [src/CMakeFiles/inkscape_base.dir/all] Error 2 mingw32-make: *** [all] Error 2
And knowing that devlibs are not supported and updated anymore, I thought that it was time to change.
-- Sent from: http://inkscape.13.x6.nabble.com/Inkscape-Dev-f2781808.html