You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Friday, November 28th 2003, 10:01pm

Compiling add-ons

I'm a complete nebie and I'm trying to compile some add-ons (have Gcc installed) e.g. some themes for superkaramba and also some screensavers. I always seem to get an error message saying something about not having KDE headers in the prefix I chose. I have KDE 3.1.3 on Mandrake 9.2. :?:

2

Saturday, November 29th 2003, 7:20am

Re: Compiling add-ons

Quoted

Original von orangejusty

I always seem to get an error message saying something about not having KDE headers in the prefix I chose.

Probably it means just that. You're missing the header files.
They are packaged separately in most distributions. Make sure
you install the development packages for the KDE packages.
E.g., for the package kdelibs it's probably called kdelibs-devel,
for kdebase it's kdebase-devel,
and so on...