Here's the error I get while running make on 0.9.11: Making all in svgexplugin make[4]: Entering directory `/home/joev/scribus-0.9.11/scribus/plugins/svgexplugin' /usr/lib/qt3-gcc2.95/bin/moc ./svgexplugin.h -o svgexplugin.moc source='svgexplugin.cpp' object='svgexplugin.lo' libtool=yes \ depfile='.deps/svgexplugin.Plo' tmpdepfile='.deps/svgexplugin.TPlo' \ depmode=gcc /bin/sh ../../../admin/depcomp \ /bin/sh ../../../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/lib/qt3-gcc2.95/include -I/usr/X11R6/include -I../../../scribus -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new -c -o svgexplugin.lo `test -f 'svgexplugin.cpp' || echo './'`svgexplugin.cpp mkdir .libs g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/lib/qt3-gcc2.95/include -I/usr/X11R6/include -I../../../scribus -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new -c svgexplugin.cpp -Wp,-MD,.deps/svgexplugin.TPlo -fPIC -DPIC -o .libs/svgexplugin.o svgexplugin.cpp: In method `void SVGExPlug::ProcessPage(ScribusApp *, Page *, QDomDocument *, QDomElement *)': svgexplugin.cpp:273: no matching function for call to `QValueVector<singleLine>::count ()' svgexplugin.cpp:318: no matching function for call to `QValueVector<singleLine>::count ()' svgexplugin.cpp:336: no matching function for call to `QValueVector<singleLine>::count ()' svgexplugin.cpp:379: no matching function for call to `QValueVector<singleLine>::count ()' svgexplugin.cpp:400: no matching function for call to `QValueVector<singleLine>::count ()' make[4]: *** [svgexplugin.lo] Error 1 make[4]: Leaving directory `/home/joev/scribus-0.9.11/scribus/plugins/svgexplugin' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/joev/scribus-0.9.11/scribus/plugins' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/joev/scribus-0.9.11/scribus' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/joev/scribus-0.9.11' make: *** [all] Error 2
Thanks Joe
