Scott Wrote: Changed over to QT 3.2.0 and now get the following error in kdebase: Did: $ make distclean $ ./configure --prefix=/home1/kdecvs --with-qt-dir=/home1/kdecvs/lib/qt3 --with-shadow --with-java=/opt/java $ make install Also tried removing the entire kfontinst directory and doing cvs update again to no avail. make[3]: Entering directory `/home2/kdecvs/src/kdebase/kcontrol/kfontinst/viewpart' /bin/sh ../../../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -o libkfontviewpart.la.closure libkfontviewpart_la_closure.lo -module -avoid-version -module -no-undefined -R /home1/kdecvs/lib -R /home1/kdecvs/lib/qt3/lib -R /usr/X11R6/lib FontViewPart.lo FontViewPartFactory.lo FontPreview.lo -lkparts ../lib/libkfontinst.la ../lib/.libs/libkfontinst.a(FontEngine.o)(.text+0x5259): In function `CFontEngine::createNameBmp(int, int, QString const&)': clip................ --------------------------- This has been seen. Change Makefile.am in the viewpart directory as follows: Line 4: add $(all_libraries) libkfontviewpart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) Change should have been committed but was not for some reason. Cheers! Peter >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<