Build problem in KDE_3_4_BRANCH in kdebase/kcontrol/kio

Helge Deller deller at gmx.de
Sat Mar 5 12:53:07 GMT 2005


I just tried to compile kdebase from KDE_3_4_BRANCH:

make[3]: Entering directory `/mnt/hdc2/build/xc/KDE_3_4_p100-SuSE/kdebase/kcontrol/kio'
if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I/home/cvs/kde20/KDE_3_4_BRANCH/kdebase/kcontrol/kio -I../..  -I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include  -DQT_THREAD_SUPPORT  -D_REENTRANT -D_FILE_OFFSET_BITS=64  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -O2 -march=i686 -mcpu=pentium3 -mmmx -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -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  -MT kcookiesmanagementdlg_ui.lo -MD -MP -MF ".deps/kcookiesmanagementdlg_ui.Tpo" -c -o kcookiesmanagementdlg_ui.lo kcookiesmanagementdlg_ui.cpp; \
then mv -f ".deps/kcookiesmanagementdlg_ui.Tpo" ".deps/kcookiesmanagementdlg_ui.Plo"; else rm -f ".deps/kcookiesmanagementdlg_ui.Tpo"; exit 1; fi
kcookiesmanagementdlg_ui.cpp: In constructor `
   KCookiesManagementDlgUI::KCookiesManagementDlgUI(QWidget*, const char*,
   unsigned int)':
kcookiesmanagementdlg_ui.cpp:77: error: invalid use of undefined type `struct
   KListViewSearchLine'
kcookiesmanagementdlg_ui.h:25: error: forward declaration of `struct
   KListViewSearchLine'
kcookiesmanagementdlg_ui.cpp:78: error: no matching function for call to `
   QHBoxLayout::addWidget(KListViewSearchLine*&)'
....


and:

if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I/home/cvs/kde20/KDE_3_4_BRANCH/kdebase/kcontrol/kio -I../..  -I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include  -DQT_THREAD_SUPPORT  -D_REENTRANT -D_FILE_OFFSET_BITS=64  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -O2 -march=i686 -mcpu=pentium3 -mmmx -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -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  -MT kcookiespoliciesdlg_ui.lo -MD -MP -MF ".deps/kcookiespoliciesdlg_ui.Tpo" -c -o kcookiespoliciesdlg_ui.lo kcookiespoliciesdlg_ui.cpp; \
then mv -f ".deps/kcookiespoliciesdlg_ui.Tpo" ".deps/kcookiespoliciesdlg_ui.Plo"; else rm -f ".deps/kcookiespoliciesdlg_ui.Tpo"; exit 1; fi
kcookiespoliciesdlg_ui.cpp: In constructor `
   KCookiesPolicyDlgUI::KCookiesPolicyDlgUI(QWidget*, const char*, unsigned
   int)':
kcookiespoliciesdlg_ui.cpp:125: error: invalid use of undefined type `struct
   KListViewSearchLine'
kcookiespoliciesdlg_ui.h:29: error: forward declaration of `struct
   KListViewSearchLine'
kcookiespoliciesdlg_ui.cpp:126: error: no matching function for call to `
   QHBoxLayout::addWidget(KListViewSearchLine*&)'
...

Anyone wants to fix ?

Helge




More information about the kde-core-devel mailing list