From: Bruno P. <bru...@cl...> - 2005-11-04 10:32:26
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <br> Arjen Markus a écrit : <blockquote cite="mid...@wl..." type="cite">The drivers of plplot are:<br> <blockquote type="cite"> <pre wrap="">ls /usr/local/plplot/lib/plplot5.5.3/driversd/* -rwxr-xr-x 1 Maître Aucun 78061 Nov 3 18:00 gd.dll -rwxr-xr-x 1 Maître Aucun 1035 Nov 3 18:00 gd.la -rw-r--r-- 1 Maître Aucun 0 Nov 3 18:00 gd.rc <=== This is the culprit! -rwxr-xr-x 1 Maître Aucun 43425 Nov 3 18:01 hpgl.dll -rwxr-xr-x 1 Maître Aucun 891 Nov 3 18:01 hpgl.la </pre> </blockquote> <pre wrap=""> So, despite the assurance from ./configure that PNG output is enabled, there is no actual driver information (the gd.rc is empty). What happens if you edit this file and insert the following lines: jpeg:JPEG <a class="moz-txt-link-freetext" href="file:0:gd:40:jpeg">file:0:gd:40:jpeg</a> png:PNG <a class="moz-txt-link-freetext" href="file:0:gd:39:png">file:0:gd:39:png</a> (Not sure about the meaning of the numbers, but you can try anyway) We can then start speculating from there. Regards, Arjen </pre> </blockquote> grrr: I'm too stupid!! 'can do an "ls" but incapable to check the sizes... : (<br> I've tried your proposition (edit "gd.rc", isn't it?) and png and jpeg appears in the list of available drivers but, when selected,<br> neither png nor jpeg work:<br> <tt><br> Unable to load driver: gd.<br> ***** PLPLOT Error *****<br> unable to load driver<br> </tt><br> bruno<br> <div class="moz-signature">-- <br> <div align="center"><u>____________________________________________________</u> <br> <font face="Verdana" size="2">Dr. Bruno Picard<br> Dép. Traitement de la Mesure et Segment Sol <br> (Data Analysis and Ground Processing Unit) <br> CLS<br> Dir. Océanographie Spatiale<br> 8-10 rue Hermès, 31520 Ramonville Saint Agne, France<br> <br> Tél: (+33)5.61.39.37.37, Fax: (+33)5.61.39.37.82<br> Mél: <a href="mailto:bru...@cl...">bru...@cl...</a><br> Toile : <a href="http://julie-et-bruno.9online.fr/nono/cadrenono.html" eudora="autourl">http://julie-et-bruno.9online.fr/nono/cadrenono.html</a><br> </font><u>____________________________________________________</u><br> <img src="cid:par...@cl..."><br> </div> </div> </body> </html> |