[Plplot-devel] Bug 3602454 fixed (Tcl/Tk build failing with version 8.6)

2013-01-29 Thread Arjen Markus
Hello, I fixed bug 3602454 by removing the last reference to interp->result in the source code, but I can not test this (almost trivial change), as it requires a Linux platform (on Windows the Tk bindings can not be built). Could someone test this for me? Regards, Arjen DISCLAIMER: This me

Re: [Plplot-devel] Probably gcc 4.8 ada issue

2013-01-29 Thread Andrew Ross
On Mon, Jan 28, 2013 at 08:47:14PM -0700, Orion Poplawski wrote: > On 01/28/2013 07:54 PM, Alan W. Irwin wrote: > > On 2013-01-28 17:01-0700 Orion Poplawski wrote: > > > >> Fedora rawhide has moved to gcc 3.8 and I'm seeing: > >> > >> $ ./x02a -dev psc -o x02a.psc > >> > >> raised CONSTRAINT_ERROR

Re: [Plplot-devel] Probably gcc 4.8 ada issue

2013-01-29 Thread Jerry
On Jan 28, 2013, at 8:47 PM, Orion Poplawski wrote: > On 01/28/2013 07:54 PM, Alan W. Irwin wrote: >> On 2013-01-28 17:01-0700 Orion Poplawski wrote: >> >>> Fedora rawhide has moved to gcc 3.8 and I'm seeing: >>> >>> $ ./x02a -dev psc -o x02a.psc >>> >>> raised CONSTRAINT_ERROR : x02a.adb:138

Re: [Plplot-devel] Should line width thinner than 1.0 be supported?

2013-01-29 Thread Andrew Ross
On Mon, Jan 28, 2013 at 06:31:42PM -0800, Alan Irwin wrote: > On 2013-01-15 12:47+0800 H??ili??ng W??ng wrote: > > >Hello, > > > >I'm plotting a small PDF graph (128x96) with cairopdf driver, and the > >line width looks too thick with line width 1. > > > >To solve the problem, I modify the code wi

Re: [Plplot-devel] Should line width thinner than 1.0 be supported?

2013-01-29 Thread Hailiang Wang
It is great to have float line width in the future release! Thanks! Hǎiliàng > Hi Hǎiliàng: > > I gave you a quick answer on plplot-general, but I think the rest of > this discussion should be on plplot-devel. Please subscribe to that > list (i.e., the current list) if you would like to partici

Re: [Plplot-devel] Should line width thinner than 1.0 be supported?

2013-01-29 Thread Alan W. Irwin
On 2013-01-29 10:23- Andrew Ross wrote: > On Mon, Jan 28, 2013 at 06:31:42PM -0800, Alan Irwin wrote: >> On 2013-01-15 12:47+0800 H??ili??ng W??ng wrote: >> >>> Hello, >>> >>> I'm plotting a small PDF graph (128x96) with cairopdf driver, and the >>> line width looks too thick with line width 1

Re: [Plplot-devel] Bug 3602454 fixed (Tcl/Tk build failing with version 8.6)

2013-01-29 Thread Alan W. Irwin
On 2013-01-29 09:41+0100 Arjen Markus wrote: > Hello, > > I fixed bug 3602454 by removing the last reference to > interp->result in the source code, but I can not test this > (almost trivial change), as it requires a Linux platform > (on Windows the Tk bindings can not be built). > > Could someone

Re: [Plplot-devel] Probably gcc 4.8 ada issue

2013-01-29 Thread Orion Poplawski
On 01/29/2013 03:21 AM, Jerry wrote: > > Hi Orion, > > This is puzzling. I can't see what could possibly be causing this. (By "this" > I mean the x02.adb example, as I haven't looked any of the others.) I have > not set ranges for any of the entities involved. (In Ada, you can specify an > allow

Re: [Plplot-devel] Probably gcc 4.8 ada issue

2013-01-29 Thread Jerry
On Jan 29, 2013, at 5:02 PM, Orion Poplawski wrote: > On 01/29/2013 03:21 AM, Jerry wrote: >> >> Hi Orion, >> >> This is puzzling. I can't see what could possibly be causing this. (By >> "this" I mean the x02.adb example, as I haven't looked any of the others.) I >> have not set ranges for an

Re: [Plplot-devel] Should line width thinner than 1.0 be supported?

2013-01-29 Thread Alan W. Irwin
Hi Andrew, Hez Jerry, and Hǎiliàng: @Hǎiliàng: the svn trunk version now supports widths < 1 for cairo devices (see discussion below). @Hez: Because of my plwidth core changes, the OCaml bindings will not build any more. More details below. To others here: use -DENABLE_ocaml=OFF for the svn tru