[aur-general] Problem with compizconfig-backend-kconfig and KDE3
Hello to all, I am trying to compile this backend for ccsm with kde3 enabled, because with kde4 it seems don't work. So, I add to depends kdelibs3, qt3, added --without-arts, added source /etc/profile.d/{kde3,qt3}.sh, but in configure I read: checking for Qt... libraries /opt/qt/lib, headers /opt/qt/include using -mt checking for moc... /opt/qt/bin/moc checking for uic... /opt/qt/bin/uic checking whether uic supports -L ... yes checking whether uic supports -nounload ... yes checking if Qt needs -ljpeg... no checking for rpath... yes checking for KDE... libraries /opt/kde/lib, headers /usr/include What?!?! headers in /usr/include? Oh, no... and I can't compile it successful, because I have error like In file included from /usr/include/QtCore/qbasicatomic.h:209, from /usr/include/QtCore/qatomic.h:48, from /usr/include/QtCore/qvariant.h:47, from /usr/include/QtCore/QVariant:1, from /usr/include/kconfig.h:32, from kconfig_backend.cpp:24: /usr/include/QtCore/qatomic_arch.h:84:4: error: #error "Qt has not been ported to this architecture" kconfig_backend.cpp:29:23: error: kinstance.h: No such file or directory kconfig_backend.cpp:31:18: error: kipc.h: No such file or directory kconfig_backend.cpp:33:24: error: dcopclient.h: No such file or directory Also, the error that qt has not been ported to $CARCH (that is i686 in my case) is ridiculous ^^. I think the problem is that it use headers from /usr/include (kde4) that aren't like headers in kde3. Am I wrong in something? Thanks
Am Mittwoch 30 Juli 2008 17:32:42 schrieb DaNiMoTh:
I think the problem is that it use headers from /usr/include (kde4) that aren't like headers in kde3.
Yes, you trying to build with QT-4 here. Maybe there is a configure option to set the path right. (Have you sourced qt3 and jde3 profiles?) Anyway: I think this compiz stuff might be obsolete now since KWin support such desktop effects out-of-the-box. -- Pierre Schmitz Clemens-August-Straße 76 53115 Bonn Telefon 0228 9716608 Mobil 0160 95269831 Jabber pierre@jabber.archlinux.de WWW http://www.archlinux.de
2008/7/30 Pierre Schmitz <pierre@archlinux.de>:
Am Mittwoch 30 Juli 2008 17:32:42 schrieb DaNiMoTh:
I think the problem is that it use headers from /usr/include (kde4) that aren't like headers in kde3.
Yes, you trying to build with QT-4 here. Maybe there is a configure option to set the path right. (Have you sourced qt3 and jde3 profiles?)
Uhm, seems that I can compile only if I set --prefix=/opt/kde to configure. It install anyway to /usr, so I think this package has a bad auto-configure script. I am now waiting feedback on the packages.. If problems still remain, I will report upstream.
Anyway: I think this compiz stuff might be obsolete now since KWin support such desktop effects out-of-the-box.
You're right: The users will choose the manager that they like more =) Thanks
participants (2)
-
DaNiMoTh
-
Pierre Schmitz