From kde-devel Mon Mar 27 01:13:42 2006 From: James Richard Tyrer Date: Mon, 27 Mar 2006 01:13:42 +0000 To: kde-devel Subject: Re: Error compiling kdelibs4_snapshot Message-Id: <44273C46.4010703 () acm ! org> X-MARC-Message: https://marc.info/?l=kde-devel&m=114342205515230 Stefan Winter wrote: > Hello, > > I tried to compile freshly checkout'ed libs today, but it didn't work. Looked > like a Qt error, so I re-checkout'ed qt-copy, ./apply_patches, installed in a > fresh directory. Still the same error remained. > I am using cmake, and one of the topmost errors is about Q3Frame not being > declared. So I assume the Q3support compiler flag isn't set properly. How can > I set that? And why do I have to? I thought this flag is still standard, > given that libs aren't completely ported? Do you have this setup correctly to find and use Qt-4? QTDIR=/usr/local/Trolltech/Qt-4.1.0/lib LD_LIBRARY_PATH=/usr/local/Trolltech/Qt-4.1.0/lib PATH="/usr/local/Trolltech/Qt-4.1.0/bin:$PATH" export QTDIR LD_LIBRARY_PATH PATH [or use your path to QT-4 if not the default} -- JRT >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<