Always, first time I try the test, Indexed_palette.png is not showed although a windows of the correct size appears but it is fully black. Then test stops. If I try it again, the full test is executed with success and 6 images are displayed. I paste a log of a session. GDL> .run /home/lluvia/Compiling/gnudatalanguage/gdl/testsuite/test_read_standard_images.pro % Compiled module...
2012-05-17 02:40:45 PDT in GDL - GNU Data La...
Without the export command: lluvia@mercurio:~/My_Programs/gdl/bin$ ldd gdl linux-gate.so.1 => (0xb77ca000) libncurses.so.5 => /lib/libncurses.so.5 (0xb777b000) libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7777000) libreadline.so.6 => /lib/libreadline.so.6 (0xb7742000) libgsl.so.0 => /usr/lib/libgsl.so.0 (0xb7560000) libgslcblas.so.0 => /usr/lib/libgslcblas.
2012-05-17 02:27:22 PDT in GDL - GNU Data La...
I'm on Ubuntu 10.04 and ./configure seems to not recognize plplot When I build and install gdl when i execute it is returned ./gdl: error while loading shared libraries: libplplotd.so.11: cannot open shared object file: No such file or directory This is the result of the configure $ ./configure --without-netcdf --without-wxWidgets --without-python --without-hdf --without-hdf5...
2012-05-15 07:08:48 PDT in GDL - GNU Data La...
I did 0/, then 1/ which returned autoreconf: configure.in: not using Automake between other lines. Then I did $ ./configure --without-netcdf --without-wxWidgets --without-python --without-hdf --without-hdf5 --without-Magick --with-GraphicsMagick=/home/lluvia/My_Programs --with-pslib=no --with-plplot=/home/lluvia/My_Programs and then $ make, which returned Makefile:16: ***...
2012-05-14 04:27:22 PDT in GDL - GNU Data La...
Ping. Any clue in advance about what's the cause? Known versions of Magick which are working? I'd like helping to fix the issue since quite a lot of my code is involved. I didn't write in C++ before, but I can waste some time reading the related code, but a bit orientation about what watching would be nice. Regards.
2012-04-24 06:32:46 PDT in GDL - GNU Data La...
Idem for ImageMagick-6.7.3-0 and ImageMagick-6.7.0-10.
2012-04-02 09:30:14 PDT in GDL - GNU Data La...
I downloaded a tar from the link "Download GNU tarball" from here http://gnudatalanguage.cvs.sourceforge.net/viewvc/gnudatalanguage/ I checked that my read_jpeg.pro has corrected the line if ~MAGICK_PING(filename, 'JPEG') then begin which was the last change done to this file...
2012-04-02 08:38:37 PDT in GDL - GNU Data La...
I did a typo. > At any case, if a force variable has_palette to 1, error happens also. I wanted to say that I forced it to 0, that is, without palette.
2012-03-22 12:06:47 PDT in GDL - GNU Data La...
Hi, I'm testing the JPEG-1 channel (grayscale) image http://upload.wikimedia.org/wikipedia/commons/thumb/9/94/Lubinus_Duchy_of_Pomerania_Map_1618_monocromatic.jpg/640px-Lubinus_Duchy_of_Pomerania_Map_1618_monocromatic.jpg When loading, read_jpeg, '640px-Lubinus_Duchy_of_Pomerania_Map_1618_monocromatic.jpg', image % MAGICK_READINDEXES: (FIXME!) Magick's getIndexes() returned NULL...
2012-03-22 10:49:56 PDT in GDL - GNU Data La...
Hi, I wrote a script for helping myself to install GDL when I'm using a computer which I don't own (and I cannot install the *-dev packages of GNU/Linux distribution). It is really a bit hard to take care of all the dependencies, IMHO. The script is not perfect yet, but it works for me and probably I'll dedicate it more time in the future. Maybe you find it useful also. It is the file...
2012-03-20 09:48:28 PDT in GDL - GNU Data La...