LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   konq_poppup.cc error while building kdebase (https://www.linuxquestions.org/questions/linux-software-2/konq_poppup-cc-error-while-building-kdebase-284741/)

AtroxAngel 01-31-2005 10:35 PM

konq_poppup.cc error while building kdebase
 
Trying to make kdebase-3.3.2 from source,

/usr/lib/qt3/bin/moc ./konq_popupmenu.h -o konq_popupmenu.moc
if /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/arts -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 -O2 -Wformat-security -Wmissing-format-attribute -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 konq_popupmenu.cc; \
then mv -f ".deps/konq_popupmenu.Tpo" ".deps/konq_popupmenu.Plo"; else rm -f ".deps/konq_popupmenu.Tpo"; exit 1; fi
konq_popupmenu.cc: In member function `void KonqPopupMenu::setup(uint)':
konq_popupmenu.cc:497: error: `ShowTextSelectionItems' is not a member of `KParts::BrowserExtension'
make[3]: *** [konq_popupmenu.lo] Error 1
make[3]: Leaving directory `/home/atrox/kde/kdebase-3.3.2/libkonq'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/atrox/kde/kdebase-3.3.2/libkonq'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/atrox/kde/kdebase-3.3.2'
make: *** [all] Error 2


Been having dependency issues here and their but no problem solving those. Ive googled and all Ive come across is that someone fixing it by changing something in a header but they didnt remember what. Running mandrake 10.1

mattrogers 02-01-2005 11:34 PM

did you also update kdelibs to version 3.3.2? If you haven't, try that.

Otherwise, I'm not sure what's wrong since I don't think KDE 3.3.2 would have been released with that severe of a compilation error.


All times are GMT -5. The time now is 09:53 AM.