On Thu, 2006-12-21 at 08:47 +0100, Bellegarde Cedric
wrote:> If i want to build kde decorator, i need to modify
> kde/window-decorator/Makefile and change QT_MOC from /bin/moc to
/usr/bin/moc
>
> I also need to export CPPFLAGS=-I/usr/include/kde before building it.
>
configure script obviously fails to detect where you have kde and qt
installed. You should try to figure out why that happens. Is QTDIR not
set properly when running configure script? Is `kde-config --prefix
--expandvars` not returning the prefix where kde is installed?
-David