From: Bruno P. <bru...@cl...> - 2005-10-25 15:58:05
|
<!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"> Hi!<br> <br> This is my first post to this list. I've seen that this topic was already tackled but I would need<br> additionnal information: sorry if this topic is out of subject or the topic is closed...<br> <br> I'm currently trying to install plplot on cygwin in order to use it in perl/pdl script. I've seen this<br> message of plplot list on this topic:<br> <br> <pre>> hello, > > i would like to install the PLplot library v.5.3.0 on a WindowsXP > machine, so to use it with Perl-PDL. > i tried following the instructions in INSTALL.txt, so I downloaded the > free MSVisual C++ toolbox 2003 and started compiling. > i found there were some errors in the makefile, but I was able to go on.</pre> i didn't see any install.txt nor any instruction about msvisual so i didn't understand the answer:<br> <pre>Well, I have never used PLplot with Perl on Windows, but I can assure you that the C, Fortran, Tcl and Java versions work alright. (FYI: I maintain the Windows driver) </pre> Currently, Ii've succeed in installing plplot 5.5.3 but i can't pass the "perl Makefile.PL;make;make test;make install" steps : (.<br> Actually I even don't know if I'm doint it in the good way...<br> <pre></pre> Finally, did anyone succeed in installing plplot and making it working with pdl?<br> <br> if yes, could anyone send me information about his experience or a link where i could find INSTALL.txt?<br> <br> if not, did anyone find an alternative to plot 3D graph within cygwin-perl-pdl scripts ?<br> <br> best regards,<br> <br> bruno <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> |
From: Alan W. I. <ir...@be...> - 2005-10-25 17:49:33
|
On 2005-10-25 17:57+0200 Bruno Picard wrote: > Hi! > > This is my first post to this list. I've seen that this topic was already > tackled but I would need > additionnal information: sorry if this topic is out of subject or the > topic is closed... > > I'm currently trying to install plplot on cygwin in order to use it in > perl/pdl script. I've seen this > message of plplot list on this topic: > > > hello, > > > > i would like to install the PLplot library v.5.3.0 on a WindowsXP > > machine, so to use it with Perl-PDL. > > i tried following the instructions in INSTALL.txt, so I downloaded the > > free MSVisual C++ toolbox 2003 and started compiling. > > i found there were some errors in the makefile, but I was able to go on. > i didn't see any install.txt nor any instruction about msvisual so i > didn't understand the answer: > > Well, I have never used PLplot with Perl on Windows, but I can assure > you that the C, Fortran, Tcl and Java versions work alright. > (FYI: I maintain the Windows driver) Hi Bruno: To clear up one thing that is confusing you, we have several different Windows platforms. There is the Cygwin platform, the MinGW platform, and the raw Windows platform. The first two are actually unix based so you can build PLplot with the normal Unix methods which most of our developers are familiar with. The raw platform is built following the specific rules in sys/win32/msdev/INSTALL.TXT. I think it is fair to say that the raw platform is more mature than the Cygwin or MinGW platforms, but you need to buy a compiler to use the raw platform and development of that platform is slow because only one of our developers (Arjen) is familiar with that platform. The Cygwin and MinGW platforms are quickly maturing. For example, we have just got shared libraries to work on them for the CVS version of PLplot. The previous PDL-oriented message was about the prospects for a PDL PLplot interface on the raw windows platform, but I don't think anybody got it to work there. Also, I think you are the first to try PDL with Cygwin, but since that is a Unix system I would encourage you to continue with your efforts since there is a lot of Unix expertise on this list. Also, our one developer (Rafael) who is familiar with Perl/PDL is more comfortable with Unix than windows. > > Currently, Ii've succeed in installing plplot 5.5.3 but i can't pass the > "perl Makefile.PL;make;make test;make install" steps : (. > Actually I even don't know if I'm doint it in the good way... Advice to every Unix user (including Bruno). "./configure --help" is your friend. The results of that command often help to guide you through the large number of different ./configure options (although often the default value of any option is the best choice). Also, if that command doesn't help you, please give the specifics of your problem to the list. Here is how: save complete results in output files as in "./configure --various_options >& configure.out", "make >& make.out", "make install >& make_install.out", and send those *.out results to the list. Good luck, Bruno, with sorting out how to build and use the Perl/PDL interface to PLplot on Cygwin. I am sure it can be done, but you are the pioneer for that specific Unix platform. Alan __________________________ Alan W. Irwin email: ir...@be... phone: 250-727-2902 Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific plotting software package (plplot.org); the Yorick front-end to PLplot (yplot.sf.net); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ |
From: Arjen M. <arj...@wl...> - 2005-10-26 06:38:26
|
"Alan W. Irwin" wrote: > > Hi Bruno: > > To clear up one thing that is confusing you, we have several different > Windows platforms. There is the Cygwin platform, the MinGW platform, and > the raw Windows platform. The first two are actually unix based so you can > build PLplot with the normal Unix methods which most of our developers are > familiar with. The raw platform is built following the specific rules in > sys/win32/msdev/INSTALL.TXT. I think it is fair to say that the raw > platform is more mature than the Cygwin or MinGW platforms, but you need to > buy a compiler to use the raw platform and development of that platform is > slow because only one of our developers (Arjen) is familiar with that > platform. The Cygwin and MinGW platforms are quickly maturing. For example, > we have just got shared libraries to work on them for the CVS version of > PLplot. > > The previous PDL-oriented message was about the prospects for a PDL PLplot > interface on the raw windows platform, but I don't think anybody got it to > work there. Also, I think you are the first to try PDL with Cygwin, but > since that is a Unix system I would encourage you to continue with your > efforts since there is a lot of Unix expertise on this list. Also, our one > developer (Rafael) who is familiar with Perl/PDL is more comfortable with > Unix than windows. > > > > > Currently, Ii've succeed in installing plplot 5.5.3 but i can't pass the > > "perl Makefile.PL;make;make test;make install" steps : (. > > Actually I even don't know if I'm doint it in the good way... > > Advice to every Unix user (including Bruno). > > "./configure --help" is your friend. The results of that command often help > to guide you through the large number of different ./configure options > (although often the default value of any option is the best choice). Also, > if that command doesn't help you, please give the specifics of your problem > to the list. Here is how: save complete results in output files as in > "./configure --various_options >& configure.out", "make >& make.out", "make > install >& make_install.out", and send those *.out results to the list. > > Good luck, Bruno, with sorting out how to build and use the Perl/PDL > interface to PLplot on Cygwin. I am sure it can be done, but you are the > pioneer for that specific Unix platform. > If it is any consolation, I (indeed the Arjen Alan refers to ;)) have gained more experience with the Cygwin platform the last couple of months. And though I have not had time of late to solve a few of the remaining issues (real life and my regular job get in te way as with most of us), I may be able to help. Regards, Arjen |