
I also tried to compile on Windows after some delay and get this:
Make error line 478: LINK problem: c:/mingw/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/bin/ld.exe: warning: auto-i mporting has been activated without --enable-auto-import specified on the command line. This should work unless it involves constant data structures referencing symbols from auto-imported DLLs. build\libinkscape.a(vertices.o):vertices.cpp:(.text+0x1a0e): undefined reference to `_Unwind_Resume' build\libinkscape.a(vertices.o):vertices.cpp:(.text$_ZNSt8_Rb_treeIjjSt9_IdentityIjESt4lessIjESaIjEE7_M_copyEPKSt13_Rb_t ree_nodeIjEPS7_[std::_Rb_tree<unsigned int, unsigned int, std::_Identity<unsigned int>, std::less<unsigned int>, std::al locator<unsigned int> >::_M_copy(std::_Rb_tree_node<unsigned int> const*, std::_Rb_tree_node<unsigned int>*)]+0x106): un defined reference to `_Unwind_Resume' build\libinkscape.a(vertices.o):vertices.cpp:(.text$_ZNSt8_Rb_treeIN5Avoid6VertIDESt4pairIKS1_St3setIjSt4lessIjESaIjEEES t10_Select1stIS9_ES5_IS1_ESaIS9_EE9_M_insertEPSt18_Rb_tree_node_baseSG_RKS9_[std::_Rb_tree<Avoid::VertID, std::pair<Avoi d::VertID const, std::set<unsigned int, std::less<unsigned int>, std::allocator<unsigned int> > >, std::_Select1st<std:: pair<Avoid::VertID const, std::set<unsigned int, std::less<unsigned int>, std::allocator<unsigned int> > > >, std::less< Avoid::VertID>, std::allocator<std::pair<Avoid::VertID const, std::set<unsigned int, std::less<unsigned int>, std::alloc ator<unsigned int> > > > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::pair<Avoid::VertID const, std::set<unsigned int, std::less<unsigned int>, std::allocator<unsigned int> > > const&)]+0x115): undefined reference t o `_Unwind_Resume' build\libinkscape.a(vertices.o):vertices.cpp:(.eh_frame+0x12): undefined reference to `__gxx_personality_v0' build\libinkscape.a(gc.o):gc.cpp:(.text+0x273): undefined reference to `_Unwind_Resume'
and so on. Any quick fix for me?