I've been attempting to compile knetworkmanager for fc5. After running around looking for devel packages, I finally got to the point that I can successfully run configure. It works fine and gives me some makefiles. Now, when I run make, it gives me this:
Code:
make[2]: *** No rule to make target `/opt/kde3/include/serviceiface.h', needed by `serviceiface.kidl'. Stop.
/opt/kde3/include/serviceiface.h doesn't exist. Aside from the fact that I can't find any fedora packages that provide it, /opt/kde3/include isn't the correct directory. Fedora has everything in /usr/include/kde.
I'd appreciate it if someone could tell me where to get serviceiface.h and how to get configure to find it properly.