You are not logged in.

1

Sunday, June 26th 2005, 12:22pm

error after "make" koffice 1.4

/usr/lib/qt3//bin/moc ./koMainWindow.h -o koMainWindow.moc
if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/store -I../../lib/store -I../../lib/kwmf -I../../lib/kwmf -I/usr/lib/qt3//include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -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 -MT koMainWindow.lo -MD -MP -MF ".deps/koMainWindow.Tpo" \
-c -o koMainWindow.lo `test -f 'koMainWindow.cc' || echo './'`koMainWindow.cc; \
then mv -f ".deps/koMainWindow.Tpo" ".deps/koMainWindow.Plo"; \
else rm -f ".deps/koMainWindow.Tpo"; exit 1; \
fi
koMainWindow.cc: In member function `virtual void KoMainWindow::slotActivePartChanged(KParts::Part*)':
koMainWindow.cc:1485: error: 'class KToggleAction' has no member named 'setCheckedState'


what i should do?
i use mandrake 10.1
kernel 2.6.8.1
kde 3.2.3
+)

This post has been edited 2 times, last edit by "delphi1988" (Jun 26th 2005, 12:38pm)


2

Sunday, June 26th 2005, 2:43pm

RE: error after "make" koffice 1.4

The function which causes the error message is new in kde 3.3, so it doesn't work kde 3.2.3.

To compile KOffice 1.4, you need kdelibs 3.3 or higher.