From kde-devel Mon May 17 21:57:17 1999 From: Harri Porten Date: Mon, 17 May 1999 21:57:17 +0000 To: kde-devel Subject: Re: cvs compile error X-MARC-Message: https://marc.info/?l=kde-devel&m=92697770012150 cfjh wrote: > > Hi > > I'am new to cvsup and this is my first try to compile a KDE version > from the cvs. > I've installed qt 2.00 snapshot from 19990513 on Suse Linux 6.1. > I got the KDE cvs from today (17.5.1999 22.00 Met). > > When I compile kdesupport, I get some warning messages in the 'make > -f Makefile.cvs', then configure and make runs without problems. > > When I compile kdelibs, I get some undefiened references errors (all > to qt-objects, see attached file). > > I think I must install some additional packages or I have a wrong > qt-shapshot. > What is wrong? Qt is compiled with -fno-rtti by default. Appearantly the kde libraries don't like that too much. Until that issue is resolved I'd recommend removing -fno-rtti from $QTDIR/conf/linux-g++-shared (or whatever your make target is called). Harri.