Hi,

Compiling Inkscape r12251 (http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/12251) on Windows XP returns the following error message.
Alex, could you please take a look?

----
Make error line 301: problem compiling: src/registrytool.cpp: In member function 'bool RegistryTool::setStringValue(cons
t Glib::ustring&, const Glib::ustring&, const Glib::ustring&)':
src/registrytool.cpp:55:19: error: variable 'Glib::ustring keyName' has initializer but incomplete type
src/registrytool.cpp:71:5: error: 'gunichar2' was not declared in this scope
src/registrytool.cpp:71:16: error: 'keyw' was not declared in this scope
src/registrytool.cpp:71:70: error: 'g_utf8_to_utf16' was not declared in this scope
src/registrytool.cpp:72:16: error: 'valuenamew' was not declared in this scope
src/registrytool.cpp:72:54: error: invalid use of incomplete type 'const struct Glib::ustring'
src/registrytool.h:25:11: error: forward declaration of 'const struct Glib::ustring'
src/registrytool.cpp:73:16: error: 'valuew' was not declared in this scope
src/registrytool.cpp:73:50: error: invalid use of incomplete type 'const struct Glib::ustring'
src/registrytool.h:25:11: error: forward declaration of 'const struct Glib::ustring'
src/registrytool.cpp:86:56: error: invalid use of incomplete type 'const struct Glib::ustring'
src/registrytool.h:25:11: error: forward declaration of 'const struct Glib::ustring'
src/registrytool.cpp:88:77: error: invalid use of incomplete type 'const struct Glib::ustring'
src/registrytool.h:25:11: error: forward declaration of 'const struct Glib::ustring'
src/registrytool.cpp:98:16: error: 'g_free' was not declared in this scope
....