From kde-devel Fri Apr 25 15:24:46 2003 From: Tim Wunder Date: Fri, 25 Apr 2003 15:24:46 +0000 To: kde-devel Subject: kdenetwork compile problem X-MARC-Message: https://marc.info/?l=kde-devel&m=105128441009772 I've managed to get kdenetwork to configure, but now I get this error during compile: g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../libkdenetwork -I../kmail -I/opt/kde3/include -I/data/CVS/kde31/qt-copy/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wnon-virtual-dtor -Wno-long-long -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 -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DKDE_NO_COMPAT -DKDE_NO_COMPAT_H -c -o certificatewizard.o `test -f certificatewizard.cpp || echo './'`certificatewizard.cpp certificatewizard.cpp: In constructor `CertificateWizard::CertificateWizard(QWidget*, const char*, bool, unsigned int)': certificatewizard.cpp:124: invalid use of undefined type `struct KURLRequester' certificatewizard.h:19: forward declaration of `struct KURLRequester' certificatewizard.cpp:126: no matching function for call to `QGridLayout:: addWidget(KURLRequester*&, int, int)' /data/CVS/kde31/qt-copy/include/qlayout.h:324: candidates are: void QGridLayout::addWidget(QWidget*, int, int, int = 0) certificatewizard.cpp:175: no matching function for call to `CertificateWizard ::connect(QRadioButton*&, const char[15], KURLRequester*&, const char[18])' /data/CVS/kde31/qt-copy/include/qobject.h:116: candidates are: static bool QObject::connect(const QObject*, const char*, const QObject*, const char*) /data/CVS/kde31/qt-copy/include/qobject.h:227: bool QObject::connect(const QObject*, const char*, const char*) const make[2]: *** [certificatewizard.o] Error 1 make[2]: Leaving directory `/data/CVS/kde31/kdenetwork/certmanager' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/data/CVS/kde31/kdenetwork' make: *** [all] Error 2 I'm using the current qt-copy, kdelibs and kdebase as of 2003/04/24. FWIW: $ autoconf --version autoconf (GNU Autoconf) 2.53 $ automake --version automake (GNU automake) 1.6.3 $ gcc --version gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7) I've searched the kde-devel archives for "certificatewizard", but found nothing, so I'm hoping this isn't a FAQ somewhere. I've already been chastised for posting the problem to bugs.kde.org, I really don't feel like pissing more kde developers off today... Thanks, Tim >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<