Package: libmgl5
Version: 1.9-1+b1
Severity: important

The following C++ code 

#include <mgl/mgl_zb.h>
int main()
{
    mglGraph *gr = new mglGraphZB;
    //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    mglData y(50,3);
    y.Modify("0.7*sin(2*pi*x) + 0.5*cos(3*pi*x) + 0.2*sin(pi*x)",0);
    y.Modify("sin(2*pi*x)",1);
    y.Modify("cos(2*pi*x)",2);
    gr->Box();
    gr->Plot(y);
    //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    gr->ShowImage();    
    delete gr;
    return 0;
}

is compiled and run with the commands

g++ test.cpp -lmgl | ./a.out

and gives the error

sh: kuickshow: command not found

Image viewer kuickshow is not part of KDE 4. A work around is to create 
a symbolic link to e.g. gewenview.

Regards
Dimitris
   
-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=el_GR.UTF-8, LC_CTYPE=el_GR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libmgl5 depends on:
ii  libc6                        2.9-26      GNU C Library: Shared libraries
ii  libgcc1                      1:4.4.1-3   GCC support library
ii  libgif4                      4.1.6-8     library for GIF images (library)
ii  libgl1-mesa-glx [libgl1]     7.5.1-1     A free implementation of the OpenG
ii  libgomp1                     4.4.1-3     GCC OpenMP (GOMP) support library
ii  libgsl0ldbl                  1.12+dfsg-1 GNU Scientific Library (GSL) -- li
ii  libhdf5-openmpi-1.8.3 [libhd 1.8.3-2.1   Hierarchical Data Format 5 (HDF5) 
ii  libjpeg62                    6b-15       The Independent JPEG Group's JPEG 
ii  libmgl-data                  1.9-1       library for scientific graphs. (da
ii  libpng12-0                   1.2.39-1    PNG library - runtime
ii  libstdc++6                   4.4.1-3     The GNU Standard C++ Library v3

libmgl5 recommends no packages.

libmgl5 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to