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