Hi, > 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).
By associated packages, do you mean the -devel packages? > Below are the errors for scribus during ./configure and > scribus-scripting during make: > 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 Freetype2-devel should have in it libfreetype6 - it certainly does under RH9. > 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 As the configure script couldn't find libfreetype >= 5, this problem could be down to this. Then again, it might not - without seeing the output of the configure script (unless it was the one above), it's hard to diagnose. TTFN Paul -- One OS to fool them all One browser to find them One email client to bring them all And through security holes, blind them...
