I am having trouble compiling kdebase KDE_3_4_BRANCH my inviroment varables are export KDEDIR=/opt/kde export QTDIR=/home/john/cvs/kde/qt-copy export YACC='byacc -d' export LD_LIBRARY_PATH=$KDEDIR/lib:$QTDIR/lib export PATH=$KDEDIR/bin/$QTDIR/bin/:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games:/home/john/bin running on mandrake 10.1 here is the error make[3]: Entering directory `/home/john/cvs/kde/kdebase/libkonq/favicons' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/john/cvs/kde/kdebase/libkonq/favicons' make[3]: Entering directory `/home/john/cvs/kde/kdebase/libkonq' if /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include/arts -I/opt/kde/include -I/home/john/cvs/kde/qt-copy/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 -O2 -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 konq_popupmenu.lo -MD -MP -MF ".deps/konq_popupmenu.Tpo" \ -c -o konq_popupmenu.lo `test -f 'konq_popupmenu.cc' || echo './'`konq_popupmenu.cc; \ then mv -f ".deps/konq_popupmenu.Tpo" ".deps/konq_popupmenu.Plo"; \ else rm -f ".deps/konq_popupmenu.Tpo"; exit 1; \ fi In file included from konq_popupmenu.cc:43: knewmenu.h:177: warning: `visibility' attribute does not apply to types In file included from konq_popupmenu.h:38, from konq_popupmenu.cc:44: konq_xmlguiclient.h:68: warning: `visibility' attribute does not apply to types In file included from konq_popupmenu.cc:44: konq_popupmenu.h:148: warning: `visibility' attribute does not apply to types konq_popupmenu.h:202: warning: `visibility' attribute does not apply to types konq_popupmenu.h:216: warning: `visibility' attribute does not apply to types In file included from konq_popupmenu.cc:45: konq_operations.h:171: warning: `visibility' attribute does not apply to types konq_popupmenu.cc: In member function `void KonqPopupMenu::setup(uint)': konq_popupmenu.cc:337: error: `NoDeletion' is not a member of `KParts::BrowserExtension' konq_popupmenu.cc:339: error: 'class KFileItem' has no member named 'isWritable' konq_popupmenu.cc:366: error: 'class KFileItem' has no member named 'mostLocalURL' konq_popupmenu.cc:399: error: 'class KFileItem' has no member named 'isWritable' konq_popupmenu.cc:619: error: no matching function for call to `KDEDesktopMimeType::userDefinedServices(const QString&, KSimpleConfig&, bool)' /opt/kde/include/kmimetype.h:563: note: candidates are: static QValueList KDEDesktopMimeType::userDefinedServices(const QString&, bool) konq_popupmenu.cc:639: error: no matching function for call to `KDEDesktopMimeType::userDefinedServices(QString&, KSimpleConfig&, bool)' /opt/kde/include/kmimetype.h:563: note: candidates are: static QValueList KDEDesktopMimeType::userDefinedServices(const QString&, bool) konq_popupmenu.cc:751: error: no matching function for call to `KDEDesktopMimeType::userDefinedServices(const QString, KSimpleConfig&, bool)' /opt/kde/include/kmimetype.h:563: note: candidates are: static QValueList KDEDesktopMimeType::userDefinedServices(const QString&, bool) make[3]: *** [konq_popupmenu.lo] Error 1 make[3]: Leaving directory `/home/john/cvs/kde/kdebase/libkonq' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/john/cvs/kde/kdebase/libkonq' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/john/cvs/kde/kdebase' make: *** [all] Error 2 >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<