I'm dying to tree out this new rendering engine but cannot compile the scribus source. I've updated to freetype 2.1.5, ghostscript 8.11 and qt 3.1.2 (and it's associated packages).
Below are the errors for scribus during ./configure and scribus-scripting during make: [joev at localhost scribus-1.1.0]$ ./configure checking build system type... powerpc-unknown-linux-gnu checking host system type... powerpc-unknown-linux-gnu checking target system type... powerpc-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking for -p flag to install... yes checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for libart2-config... /usr/bin/libart2-config checking for freetype-config... /usr/local/bin/freetype-config checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking dependency style of gcc... gcc checking for FT_Get_First_Char in -lfreetype... no checking for FT_Get_Next_Char in -lfreetype... no configure: error: You need at least libfreetype 5.0 [joev at localhost scribus-scripting-0.5.1]$make make[2]: Entering directory `/home/joev/scribus-scripting-0.5.1/scriptplugin' source='cmdmisc.cpp' object='cmdmisc.lo' libtool=yes \ depfile='.deps/cmdmisc.Plo' tmpdepfile='.deps/cmdmisc.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/freetype2 -I/usr/local/include -I/usr/lib/qt3-gcc2.95/include -I/usr/X11R6/include -I/usr/local/include/scribus -I/usr/local/include/python2.2 -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new -c -o cmdmisc.lo `test -f 'cmdmisc.cpp' || echo './'`cmdmisc.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/lib/qt3-gcc2.95/include -I/usr/X11R6/include -I/usr/local/include/scribus -I/usr/local/include/python2.2 -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new -c cmdmisc.cpp -Wp,-MD,.deps/cmdmisc.TPlo -fPIC -DPIC -o .libs/cmdmisc.o cmdmisc.cpp: In function `struct PyObject * scribus_setredraw(PyObject *, PyObject *)': cmdmisc.cpp:13: `class ScribusDoc' has no member named `DoDrawing' make[2]: *** [cmdmisc.lo] Error 1 make[2]: Leaving directory `/home/joev/scribus-scripting-0.5.1/scriptplugin' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/joev/scribus-scripting-0.5.1' make: *** [all] Error 2 Thanks Joe
