On Monday 26 February 2001 09:13, Pascal Francq wrote: > Hi, > > When I compile the latest version of koffice, I have got the following message: > > make[3]: Entering directory `/home/pfrancq/tmp/kde2/koffice/lib/kofficecore' > /bin/sh ../../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/koml -I../../lib/koml -I../../lib/store -I../../lib/store -I/opt/kde2/include -I/usr/lib/qt2/include -I. - > O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -Wnon-virtual-dtor -fno-builtin -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CA > ST -frtti -c koMainWindow.cc > g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/koml -I../../lib/koml -I../../lib/store -I../../lib/store -I/opt/kde2/include -I/usr/lib/qt2/include -I. -O2 -fno-exceptions -fno-check-new -Wall -pedantic - > W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -Wnon-virtual-dtor -fno-builtin -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -frtti -c koMainWindow.cc -fPIC -DPIC -o .libs/ > koMainWindow.o > koMainWindow.cc: In method `KoMainWindow::KoMainWindow(KInstance *, const char * = 0)': > koMainWindow.cc:225: `initialGeometrySet' undeclared (first use this function) > koMainWindow.cc:225: (Each undeclared identifier is reported only once > koMainWindow.cc:225: for each function it appears in.) > koMainWindow.cc:239: `restoreWindowSize' undeclared (first use this function) > koMainWindow.cc: In method `void KoMainWindow::closeEvent(QCloseEvent *)': > koMainWindow.cc:502: `saveWindowSize' undeclared (first use this function) > make[3]: *** [koMainWindow.lo] Error 1 > make[3]: Leaving directory `/home/pfrancq/tmp/kde2/koffice/lib/kofficecore' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/pfrancq/tmp/kde2/koffice/lib' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/pfrancq/tmp/kde2/koffice' > make: *** [all-recursive-am] Error 2 > > What can it be? You need to update kdelibs - this relies on a new feature in kdelibs. This is only about restoring window sizes though, so if you prefer, you can also comment out those three lines (225, 239 and 502), and everything will still work fine. -- David FAURE, david@mandrakesoft.com, faure@kde.org http://perso.mandrakesoft.com/~david/, http://www.konqueror.org/ KDE, Making The Future of Computing Available Today