Joe Villari wrote: > Hoping someone can help or point me in the right direction. > > I have 0.9.6 on my machine and it compiled without a hitch. Now trying > to go to 0.9.10, I downloaded the tar ball, uncompressed it and ran > ./configure which seemed to go fine. Now when I run make I get the > following error: > > make[3]: Entering directory `/home/joev/scribus-0.9.10/scribus' > source='scfonts.cpp' object='scfonts.o' libtool=no \ > depfile='.deps/scfonts.Po' tmpdepfile='.deps/scfonts.TPo' \ > depmode=gcc /bin/sh ../admin/depcomp \ > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/freetype2 > -I/usr/lib/qt3-gcc2.95/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT > -D_REENTRANT -O2 -fno-exceptions -fno-check-new -c -o scfonts.o `test > -f 'scfonts.cpp' || echo './'`scfonts.cpp > scfonts.cpp: In method `bool Foi_postscript::ReadMetrics()': > scfonts.cpp:174: implicit declaration of function `int > FT_Get_First_Char(...)' > scfonts.cpp:179: implicit declaration of function `int > FT_Get_Next_Char(...)'
Your freetype lib is too old, use freetype 2.13 or newer to compile successfully. Best Regards Franz Schmid
