Re: [Plplot-devel] pstex driver

2007-03-23 Thread Alan W. Irwin
On 2007-03-21 18:34-0700 Alan W. Irwin wrote: > It appears all this device needs now is some documentation of exactly how to > use its results. Done. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria

Re: [Plplot-devel] pstex driver

2007-03-21 Thread Miguel de Val Borro
On Wed, Mar 21, 2007 at 06:34:13PM -0700, Alan W. Irwin wrote: > > the segmentation fault was due the fact, that the pstex driver never > > told the plplot core that it can't handle unicode strings, but plplot > > just anticipated that. I fixed the code in cvs and it works for me now > > in Kubuntu

Re: [Plplot-devel] pstex driver

2007-03-21 Thread Alan W. Irwin
On 2007-03-21 22:58+0100 Werner Smekal wrote: > Hi, > > the segmentation fault was due the fact, that the pstex driver never > told the plplot core that it can't handle unicode strings, but plplot > just anticipated that. I fixed the code in cvs and it works for me now > in Kubuntu. > > Should wor

Re: [Plplot-devel] pstex driver

2007-03-21 Thread Werner Smekal
Hi, the segmentation fault was due the fact, that the pstex driver never told the plplot core that it can't handle unicode strings, but plplot just anticipated that. I fixed the code in cvs and it works for me now in Kubuntu. Should work for you as well. Thanks for the bug report. Werner Mi

Re: [Plplot-devel] pstex driver

2007-03-21 Thread Miguel de Val Borro
On Tue, Mar 20, 2007 at 08:02:39PM -0700, Alan W. Irwin wrote: > However, for both -DENABLE_DYNDRIVERS=OFF and ON you get segfaults with any > example. Miguel, if you care to debug that further, valgrind should be a > big help. I had a quick look with our simplest examples (x10c in the > install

Re: [Plplot-devel] pstex driver

2007-03-20 Thread Alan W. Irwin
On 2007-03-20 16:17-0400 Miguel de Val Borro wrote: > Thanks for the advice. The pstex driver can be built with the cmake > option -DENABLE_DYNDRIVERS=OFF. I have run all the example programs in > C, C++, Fortran and Python for the pstex driver and get a segmentation > fault for all of them. I co

Re: [Plplot-devel] pstex driver

2007-03-20 Thread Miguel de Val Borro
On Tue, Mar 20, 2007 at 06:54:25PM -0400, Hazen Babcock wrote: > I've updated the pages in cvs and also added a link to my online > PLplot program. I'll update the pages on Sourceforge when I generate > the next release this weekend. Thank you. > Did we have a volunteer to take over debian pa

Re: [Plplot-devel] pstex driver

2007-03-20 Thread Hazen Babcock
On Mar 20, 2007, at 12:40 PM, Alan W. Irwin wrote: > On 2007-03-20 11:22-0400 Miguel de Val Borro wrote: >> >> I have two updates for the PLplot web page. The LaTeX drivers are >> mentioned >> twice in the front page but they are disabled in the latest stable >> release. >> Also the reference

Re: [Plplot-devel] pstex driver

2007-03-20 Thread Alan W. Irwin
On 2007-03-20 16:17-0400 Miguel de Val Borro wrote: > Thanks for the advice. The pstex driver can be built with the cmake > option -DENABLE_DYNDRIVERS=OFF. I have run all the example programs in > C, C++, Fortran and Python for the pstex driver and get a segmentation > fault for all of them. In mo

Re: [Plplot-devel] pstex driver

2007-03-20 Thread Miguel de Val Borro
On Tue, Mar 20, 2007 at 09:40:09AM -0700, Alan W. Irwin wrote: > Now I understand why you didn't have to change more files. According to > drivers/README.drivers you need to change 5 files, but the changes already > exist for pstex in the last 3 files so the above two file changes should be > suff

Re: [Plplot-devel] pstex driver

2007-03-20 Thread Alan W. Irwin
On 2007-03-20 11:22-0400 Miguel de Val Borro wrote: > Hi Alan, > > I have changed config.h.cmake and cmake/modules/drivers-init.cmake in the > CVS version of PLplot. > > --- config.h.cmake 17 Mar 2007 02:24:06 - 1.15 > +++ config.h.cmake 20 Mar 2007 15:05:32 - > @@ -229,6 +2

Re: [Plplot-devel] pstex driver

2007-03-20 Thread Miguel de Val Borro
Hi Alan, I have changed config.h.cmake and cmake/modules/drivers-init.cmake in the CVS version of PLplot. --- config.h.cmake 17 Mar 2007 02:24:06 - 1.15 +++ config.h.cmake 20 Mar 2007 15:05:32 - @@ -229,6 +229,9 @@ /* Define if ps driver is present */ #cmakedefine PLD_ps

Re: [Plplot-devel] pstex driver

2007-03-19 Thread Alan W. Irwin
On 2007-03-19 23:39-0400 Miguel de Val Borro wrote: > Hi, > > I have tried to build the pstex driver in plplot 5.7.2 using the CBS > adding the corresponding lines to config.h.make and > cmake/modules/drivers-init.cmake but it doesn't compile. Will the pstex > driver be supported in future releas

[Plplot-devel] pstex driver

2007-03-19 Thread Miguel de Val Borro
Hi, I have tried to build the pstex driver in plplot 5.7.2 using the CBS adding the corresponding lines to config.h.make and cmake/modules/drivers-init.cmake but it doesn't compile. Will the pstex driver be supported in future releases? Regards, Miguel --