Well, I think I figured out how to crosscompile libgc 6.4 for the win32 compile. However, I can't seem to link the win32 version any more. I'm very confused...
main.o(.text+0x3b0):main.cpp: undefined reference to `sp_repr_document_root(SPReprDoc const*)' main.o(.text+0x3e3):main.cpp: undefined reference to `sp_repr_document(SPRepr const*)' main.o(.text+0x737):main.cpp: undefined reference to `sp_repr_attr(SPRepr const*, char const*)' main.o(.text+0x750):main.cpp: undefined reference to `sp_repr_attr(SPRepr const*, char const*)' main.o(.text+0xa2a):main.cpp: undefined reference to `sp_repr_attr(SPRepr const*, char const*)' main.o(.text+0xa57):main.cpp: undefined reference to `sp_repr_attr(SPRepr const*, char const*)' main.o(.text+0xb22):main.cpp: undefined reference to `sp_repr_attr(SPRepr const*, char const*)'
Is this the result hiding functions into object methods? Updating the ming file lists didn't help. (And this seems to have broken the autobuilds on the 26th?)