
bulia byak wrote:
Unfortunately I can't compile the Windows build today - errors during linking:
libinkscape.a(inkscape.o)(.text+0x1a6):inkscape.cpp: undefined reference to `sp_marshal_VOID__POINTER_UINT' libinkscape.a(document.o)(.text+0x194):document.cpp: undefined reference to `sp_marshal_VOID__DOUBLE_DOUBLE' libinkscape.a(view.o)(.text+0x136):view.cpp: undefined reference to `sp_marshal_BOOLEAN__VOID' libinkscape.a(view.o)(.text+0x1e7):view.cpp: undefined reference to `sp_marshal_VOID__DOUBLE_DOUBLE'
etc. I used to get such errors before from time to time and I don't really know how to fix them. Any help is appreciated.
Those missing function are marshaller for signals in GObject, generated automatically from descriptions in sp-marshal.list (src/helper/sp-marshal.list).
Maybe glib-genmarshal has not been run during the build process?