[kde-edu]: Kmplot Compiling

Fredrik Edemar f_edemar at linux.se
Tue Apr 5 22:32:55 CEST 2005


tisdagen den 5 april 2005 21.42 skrev Andrei Stoian:
> Hello,
>
> I'm new to developing for KDE and I want to contribute to Kmplot. Mostly
> I want to add some features I'd like, for example error bars, plotting
> points, inserting best fit lines into these, features to make it similar
> to Graph (www.padowan.dk) and even better. So instead of starting a new
> project I think Kmplot is a good starting basis for what I aim for.
>
> I've checked out the CVS for the kdeedu module and i've ran ./configure.
> Next I created a project in KDevelop from the makefile in kdeedu/kmplot
> and compiled it. It worked fine, but when running it it gives an error:
> "Cannot load Kmplot's part". The library it's trying to load lib
> "libkmplotpart" is not on my system and I don't know how to get it. I've
> tried searching for it in the apt repositories but it's not there. How
> can i build that library or get it for my MEPIS(debian)/KDE 3.3 desktop?
>
> Best Regards,
> Andrei
Hi Andrei!

First of all: Thanks for showing interest in Kmplot and the KDE project :)
Kmplot was converted to a KParts part last year, and therefore is the "real" 
program built as a library. The command "kmplot" tries to load the lib, and 
returns an error message("Cannot load Kmplot's part") if it fails. Solution: 
Just do as Albert said :) : type "make install" to copy the lib and the icons 
to your KDE directory so that "kmplot" can found them.

If you have any questions about the program you can mail me or join the 
edutainment developers channel #kde-edu on freenode.net.
-- 
Kindly regards
Fredrik Edemar


More information about the kde-edu mailing list