LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problems compiling KDE 3.1.3 (https://www.linuxquestions.org/questions/linux-software-2/problems-compiling-kde-3-1-3-a-88299/)

hernanbadino 09-02-2003 03:22 AM

Problems compiling KDE 3.1.3
 
When trying to compile kdelibs I get the following error:

Making all in keramik
make[3]: Wechsel in das Verzeichnis Verzeichnis »/home/badino/install/kdelibs-3.1.3a/kstyles/keramik«
pics=`ls ./pics/*.png 2>/dev/null` ;\
./genembed $pics > pixmaps.keramik
lt-genembed: relocation error: /home/badino/install/kdelibs-3.1.3a/kdefx/.libs/libkdefx.so.4: undefined symbol: _ZN12QPaintDevice13setResolutionEi
make[3]: *** [keramikrc.h] Fehler 127
make[3]: Verlassen des Verzeichnisses Verzeichnis »/home/badino/install/kdelibs-3.1.3a/kstyles/keramik«
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/badino/install/kdelibs-3.1.3a/kstyles«
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/badino/install/kdelibs-3.1.3a«
make: *** [all] Fehler 2

I'm using QT 3.2.1 with gcc 3.2.2. The function QPaintDevice::setResolution(int ) is implemented in QT as a empty function and it is virtual. I was not able to find the problem.

Can anybody help me please?


All times are GMT -5. The time now is 08:00 PM.