You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Sunday, November 2nd 2003, 8:35am

problem with compilation of kde-pim cvs

for about a week i've been having a problem with compilation of kde-pim from cvs. the error is still the same:
[code:1]
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../libkdenetwork -I../libkdepim -I../libksieve -I../mimelib -I../ktnef -I.. -I/usr/kde/3.2/include -I/usr/qt/3.2/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -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 -c -o dictionarycombobox.lo `test -f 'dictionarycombobox.cpp' || echo './'`dictionarycombobox.cpp
dictionarycombobox.cpp: In member function `void
KMail::DictionaryComboBox::reloadCombo()':
dictionarycombobox.cpp:118: no matching function for call to `KSpellConfig::
fillDicts(KMail::DictionaryComboBox* const, QStringList*)'
/usr/kde/3.2/include/ksconfig.h:110: candidates are: void
KSpellConfig::fillDicts(QComboBox*)
make[3]: *** [dictionarycombobox.lo] B??d 1
make[3]: Leaving directory `/home/yemu/programs/kde/kdepim-031101/kmail'
make[2]: *** [all-recursive] B??d 1
make[2]: Leaving directory `/home/yemu/programs/kde/kdepim-031101/kmail'
make[1]: *** [all-recursive] B??d 1
make[1]: Leaving directory `/home/yemu/programs/kde/kdepim-031101'
[/code:1]
what can i do? thanks for any suggestions
best regards
yemu
However many ways there may be of being alife, it is certain that there are vastly more ways of being dead.
Richard Dawkins in The Blind Watchmaker (1986)

2

Sunday, November 2nd 2003, 10:32am

Usually you have to install the newest KDElibs et al to get the newest functionalities. So search for KSpellConfig in the sources and you'll find out what package you'll have to install.
Expect the worst, it's the least you can do.

3

Sunday, November 2nd 2003, 10:41am

Grepping my archive showed:

[code:1]christian@bowfinger:~/download/kde/cvs> grep -R "KSpellConfig::fillDicts" *
kdelibs/kdeui/ksconfig.cpp:KSpellConfig::fillDicts( QComboBox* box, QStringList* dictionaries )
[/code:1]

So you will have to compile kdelibs (and probably qt-copy and arts, too).
Expect the worst, it's the least you can do.