qt3.0.5

Simon Hausmann hausmann at kde.org
Wed Jul 24 10:08:04 UTC 2002


On Wed, Jul 24, 2002 at 09:52:52AM +0200, Amilcar do Carmo Lucas wrote:
> Hi!
> 
> 
> As I said before I cannot compile with qt3.0.5. Even after updating just 
> now.
> 
> Roberto Raggi said the he commited a patch for this, but I still get the 
> same error messages as before:
> 
> /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ 
> -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/interfaces -I../../lib/util 
> -I/opt/kde3/include -I/usr/lib/qt-3.0.5/include -I/usr/X11R6/include   
> -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long 
> -Wbad-function-cast -Wundef -Wall -pedantic -W -Wpointer-arith 
> -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 
> -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions 
> -fno-check-new  -c -o librarydocdlgbase.lo `test -f 
> librarydocdlgbase.cpp || echo './'`librarydocdlgbase.cpp
> librarydocdlgbase.cpp: In method 
> `LibraryDocDlgBase::LibraryDocDlgBase(QWidget * = 0, const char * = 0, 
> bool = FALSE, unsigned int = 0)':
> librarydocdlgbase.cpp:49: invalid use of undefined type `class KLineEdit'

>From http://www.trolltech.com/developer/changes/3.0.5.html :

"Qt 3.0.5 introduces changes in some aspects of plugins, in
particular their loading, path handling and library versions. As a
result of this change, NO plugins compiled with Qt 3.0.4 and earlier
can be loaded by Qt 3.0.5 and later. ALL plugins must be recompiled
to be loaded by 3.0.5 and later."

You most likely forgot to recompile the kde widgets plugin.

Simon




More information about the KDevelop-devel mailing list