Hello,
After upgrading to KDE3.0.5 I had to recompile Kbear. When running "make" I got the following error message:
***BEGIN PASTE***
kbear.cpp: In method `KBear::KBear()':
kbear.cpp:102: `setStandardToolBarMenuEnabled' undeclared (first use this function)
kbear.cpp:102: (Each undeclared identifier is reported only once
kbear.cpp:102: for each function it appears in.)
make[3]: *** [kbear.lo] Error 1
make[3]: Leaving directory `/home/aaespinoza/downloads/kbear-2.0/kbear'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/aaespinoza/downloads/kbear-2.0/kbear'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/aaespinoza/downloads/kbear-2.0'
make: *** [all] Error 2
***END PASTE***
I manage to resolve the problem by commenting out line 102 in kbear.cpp. Here's the snippet of that section of code:
*** BEGIN SNIPPET**
#if (KDE_VERSION >= 305)
setStandardToolBarMenuEnabled( true );
#endif
*** BEGIN SNIPPET**
I am running KDE 3.0.5 with QT3.0.6 under Slack 8.1.
thanks,
-Fuzzy||Logik
Logged In: NO
I have the same error !! kde 3.1.x.x and QT 3.1.x.x