Re: [Plplot-devel] Cairo Driver Family

2007-08-06 Thread Hazen Babcock
On Aug 5, 2007, at 2:56 PM, Alan W. Irwin wrote: > On 2007-08-05 12:02-0400 Hazen Babcock wrote: > >> >> On Aug 3, 2007, at 3:54 AM, Alan W. Irwin wrote: >> >>> On 2007-08-02 23:04-0700 Alan W. Irwin wrote: Now for some issues I discovered with the pscairo results. (1) The bounding box

[Plplot-devel] Changes in octave

2007-08-06 Thread Orion Poplawski
Looks like with the change from octave 2.9.10 -> 2.9.11, automatic_replot is gone from octave along with an apparent rewrite of the graphics system. I'm not sure what all the implications are yet for plplot, but all references to automatic_replot need to be removed when running against octave

Re: [Plplot-devel] python examples hang on ppc64

2007-08-06 Thread Orion Poplawski
Orion Poplawski wrote: > Orion Poplawski wrote: >> The python examples x01 and x09 hang in an infinite loop on Fedora 7 on >> ppc64. The loop is in plline.c in grdashline : > > Some more info: > > #6 0x046919fc in _wrap_plbox (self=, > args=) > at > /builddir/build/BUILD/plp

Re: [Plplot-devel] python examples hang on ppc64

2007-08-06 Thread Orion Poplawski
Orion Poplawski wrote: > The python examples x01 and x09 hang in an infinite loop on Fedora 7 on > ppc64. The loop is in plline.c in grdashline : Some more info: #6 0x046919fc in _wrap_plbox (self=, args=) at /builddir/build/BUILD/plplot-5.7.3/fedora/bindings/python/plplotcm

[Plplot-devel] python examples hang on ppc64

2007-08-06 Thread Orion Poplawski
The python examples x01 and x09 hang in an infinite loop on Fedora 7 on ppc64. The loop is in plline.c in grdashline : /* Update line style variables when alarm goes off */ while (plsc->timecnt >= plsc->alarm) { if (plsc->pendn != 0) { plsc->pendn = 0;

Re: [Plplot-devel] [plplot-devel] Re: Problem compiling latest SVN

2007-08-06 Thread Orion Poplawski
Andrew Ross wrote: > Orion, > > -I${FREETYPE_INCLUDE_DIR} is not explicitly included in the driver's > includes. Each driver is supposed to set the xxx_COMPILE_FLAGS in the > driver cmake module cmake/modules/xxx. For the case of gcw this is > done in cmake/modules/gcw.cmake using pkg-config. Can