Hi,

I'm having a linking problem when compiling the latest repository revisions, unless I do it without inkboard support (commenting out line CFLAGS += -DWITH_INKBOARD on Makefile.mingw.common ).
I think it happens with all revisions since there was a major change to the src/jabber_whiteboard contents last week.
It's probably something with my configuration, since noone else seems affected. Can anyone tell me what could be causing this? The following is the error I get, I hope it's enough information, if it isn't let me know.

Thanks,

Hugo


i686-pc-mingw32-g++ --export-dynamic -o inkscape.exe main.o winmain.o inkres.o l
ibinkscape.a -Lc:/gtk28/lib -lgtkmm-2.4 -lgdkmm-2.4 -lglibmm-2.4 -latkmm-1.6 -lp
angomm-1.4 -lsigc-2.0 -lgtk-win32-2.0 -lgdk-win32-2.0 - latk-1.0 -lgdk_pixbuf-2.0
 -lpangocairo-1.0 -lpangoft2-1.0 -lpangowin32-1.0 -lpango-1.0 -lgobject-2.0 -lgm
odule-2.0 -lgthread-2.0 -lglib-2.0 -lcairo -Lc:/gtk28/perl/lib/CORE -lperl58 -Lc
:/gtk28/python/libs -lpython24 c:/gtk28/bin/libxml2.dll c:/gtk28/lib/iconv.lib -
lfreetype.dll -lfontconfig.dll -llcms.dll -lloudmouth-1.dll -lssl -lcrypto -lpng
 -lpopt c:/gtk28/lib/zdll.lib -lgc -mwindows -lws2_32 -lintl -lm
libinkscape.a(inkboard-document.o): In function `ZN8Inkscape10Whiteboard16Inkboa
rdDocument13_initBindingsEv':D:/inkscape4/src/./jabber_whiteboard/inkboard-sessi
on.h:47: undefined reference to `vtable for Inkscape::Whiteboard::InkboardSessio
n'
:D:/inkscape4/src/./jabber_whiteboard/inkboard- session.h:47: undefined reference
 to `vtable for Inkscape::Whiteboard::InkboardSession'
collect2: ld returned 1 exit status
make[1]: *** [inkscape.exe] Error 1