After bzr 9118, I get the following build error on Windows XP:
============================= Make error line 298: problem compiling: src/extension/implementation/script.cpp: In member function 'Glib::ustring Inkscape::Extension::Implementation::Script:: resolveInterpreterExecutable(const Glib::ustring&)': src/extension/implementation/script.cpp:160: error: invalid conversion from 'uns igned int' to 'HINSTANCE__*' src/extension/implementation/script.cpp:161: error: ISO C++ forbids comparison b etween pointer and integer In file included from src/extension/implementation/script.cpp:43: src/util/glib-list-iterators.h: In member function 'T* const& Inkscape::Util::GS ListConstIterator<T*>::operator*() const [with T = SPItem]': src/extension/implementation/script.cpp:748: instantiated from here src/util/glib-list-iterators.h:47: warning: dereferencing type-punned pointer wi ll break strict-aliasing rules
Thanks for fixing it soon, Johan