Le Saturday 15 December 2001 22:29, Kamil a =E9crit :
> Hi,
>
> I made a mistake in 'configure' script. I didn't know that Debian had a
> separate package for QtGL extension, and 'configure' checks only if GL
> library is installed and if it is it assumes that QtGL is built-in into=
Qt
> ( as in my RedHat ). You will have to configure without GL then. There=
are
> also a few further bugs noticed, so I probably release KMatplot 0.3.1 i=
n a
> few days.
OK, I have compiled kmatplot for debian without opengl.
However, there are one remark to do and one bug to point:
- first, KDEDIR must be set to your kde base directory (I think it's=20
generally /usr/local/kde for debian) before any use of kmatplot;
- octave works well with kplot but nothing seems to work with kcontour or=
=20
kmesh. For instance, this doesn't work:
octave-2.1.35:1> [x,y]=3Dmeshgrid(-10:10);
octave-2.1.35:2> g=3Dexp(-(x.^2+y.^2)/2);
octave-2.1.35:3> kaddaxes(0);
octave-2.1.35:4> kcontour(g);
ans =3D 2
I got only an image with axes and no contours.
Anyway, this buggy package, valid only for debian sid, can be found here:
ftp://fyma.fyma.ucl.ac.be/pub/ljacques/Linux/projects/kmatplot/kmatplot_0=
.3-1_i386.deb
ftp://fyma.fyma.ucl.ac.be/pub/ljacques/Linux/projects/kmatplot/kmatplot_0=
.3-1.dsc
ftp://fyma.fyma.ucl.ac.be/pub/ljacques/Linux/projects/kmatplot/kmatplot_0=
.3-1_i386.changes
Laurent.
|