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-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

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 work for

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-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-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 to PLplot

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