You are not logged in.

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...