Your message dated Sat, 9 Jan 2010 09:29:59 +0100
with message-id <20100109082959.ga6...@elende>
and subject line bug did not close properly?
has caused the Debian Bug report #545252,
regarding graph display window does not open
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
545252: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545252
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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



--- End Message ---
--- Begin Message ---
Package: libmgl5

The bugreport was closed, but was reopened by debbug again. Retring
closing it.

Bests
Salvatore

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to