Hi.
I don't compile anything. I always install rpms provided in my distribution. When i choose to install KDevelop, it asks to me that additionnal packages must be installed, such as GCC, Qt devel, KDE devel, KDBG ....
here is what i get when i run configure :
.....
checking for Qt... libraries /usr/lib/qt3//lib, headers /usr/lib/qt3//include using -mt
checking if Qt compiles without flags... no
checking for moc... /usr/lib/qt3//bin/moc
checking for uic... /usr/lib/qt3//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 /usr/lib, headers /usr/include
checking if UIC has KDE plugins available... configure: error: not found - you need to install kdelibs first.
this error happens each time it checks for "if UIC has KDE plugs available". In my programs, configure doesn't check that and they compile fine.
Thanks.