Hi Partha,
De : Partha Bagchi <partha1b@...400...> I have not been able to build because of the following build error: ...
In file included from C:/Win64/msys/opt/include/giomm-2.4/giomm/dbusmethodinvocation.h:30:0, from C:/Win64/msys/opt/include/giomm-2.4/giomm/dbusconnection.h:33, from C:/Win64/msys/opt/include/giomm-2.4/giomm/dbusaddress.h:29, from C:/Win64/msys/opt/include/giomm-2.4/giomm.h:37, from C:/Win64/msys/opt/include/gtkmm-2.4/gtkmm.h:88, from ui/dialog/filedialog.h:22, from ui/dialog/filedialogimpl-win32.cpp:43: C:/Win64/msys/opt/include/giomm-2.4/giomm/dbusmessage.h:270:94: error: expected ',' or '...' before 'struct' C:/Win64/msys/opt/include/giomm-2.4/giomm/dbusmessage.h:281:126: error: expected ',' or '...' before 'struct'
I ran into the same issue in my attempts to compile Inkscape with gtk3 and the OpenSuse cross-compiled libs (files and documentation available at http://bazaar.launchpad.net/~jazzynico/inkscape-devlibs/devlibs-gtk3/files). Commenting all the includes related to dbus in include/giomm-2.4/giomm.h fixed the issue. Not sure dbus works on Windows anyway.
Note that using the OpenSuse files requires that you extract the downloaded files twice (the first one generate a cpio file). You can also use a python utility called download-mingw-rpm.py (from https://github.com/mkbosmans/download-mingw-rpm) to help you download and extract everything in one go.
Did you recompile all the devlibs with g++-4.7? I'm still stuck with ImageMagick and Aspell, and it would be great if you have tips for that libs.
Regards, -- Nicolas