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

Friday, February 6th 2004, 12:53pm

Problem with installing kdelibs

I'm installing and compiling some of the kde source for the first time. I installed and compiled arts with no problem. With kdelins when I run make it runs successfully for about a minute and then gives me the following error:


kstyle.cpp: In member function `virtual int
KStyle::pixelMetric(QStyle::PixelMetric, const QWidget*) const':
kstyle.cpp:975: `PM_MenuBarItemSpacing' undeclared (first use this function)
kstyle.cpp:975: (Each undeclared identifier is reported only once for each
function it appears in.)
kstyle.cpp:978: `PM_ToolBarItemSpacing' undeclared (first use this function)
make[2]: *** [kstyle.lo] Error 1
make[2]: Leaving directory `/usr/local/kde/kdelibs/kdefx'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/kde/kdelibs'
make: *** [all] Error 2


The version of kdelibs I'm using is the latest snapshot. Is it a problem with the kdelibs that's cuasing the problem?

Any suggestions??

2

Friday, February 6th 2004, 2:31pm

What version of QT are you using ? QT3.3 is not supported by KDE, and I remember having trouble when compiling kdelibs with QT3.3. If you are using QT3.3, you can either patch kdelibs, either downgrade to QT3.2.

3

Friday, February 6th 2004, 4:51pm

Quoted

Original von cyb

What version of QT are you using ? QT3.3 is not supported by KDE, and I remember having trouble when compiling kdelibs with QT3.3. If you are using QT3.3, you can either patch kdelibs, either downgrade to QT3.2.


What is SuSE doing with that?
They insist on it. I have a program that will not work with it.
Is there any body that have SuSE 8.2 (and/or 9.0) with KDE 3.2 working?
I could even not compile 3.14 with the orginal compiler from suse 8.2
and konstruct. Got the same kind of errors as 'bitzi'
Update the compiler made problems with installed software.
They did not accept the wrong libc 3.3 version (orginal 3.23beta ???? by suse 8.2).

From the upgrade page:
Feb 5 2004
qt3 3300 kB qt3 3.3.0:
kdebase3 21162 kB kdebase3 3.2.0:
kdebase3-extra 696 kB kdebase3-extra 3.2.0:
kdebase3-kdm 359 kB kdebase3-kdm 3.2.0:
kdebase3-ksysguardd 77 kB kdebase3-ksysguardd 3.2.0:
kdebase3-nsplugin 100 kB kdebase3-nsplugin 3.2.0:
kdebase3-samba 122 kB kdebase3-samba 3.2.0:
kdelibs3 15068 kB kdelibs3 3.2.0:

unhappy nero

4

Monday, February 9th 2004, 11:43am

I was originally using QT3.3 so I tried using QT3.2 instead but now when I try to configure arts it can not find QT. I've set the correct path to the QT directory. I've tried this with both QT3.2.0 and QT3.2.2 but I still have the same problem with both???