Re: [Plplot-devel] Results of some tests

2009-05-04 Thread Arjen Markus
On 2009-05-02 18:18, Alan W. Irwin wrote: > > Arjen, you appear to be reporting this issue as a new problem. I would be > quite surprised if you don't remember you ran into this Cygwin g77 issue > years ago, and we implemented what should still be a good workaround then. > Hi Alan, I remember t

Re: [Plplot-devel] Results of some tests

2009-05-04 Thread Arjen Markus
On 2009-05-02 18:18, Alan W. Irwin wrote: > > Arjen, you appear to be reporting this issue as a new problem. I would be > quite surprised if you don't remember you ran into this Cygwin g77 issue > years ago, and we implemented what should still be a good workaround then. > Hi Alan, I have just

Re: [Plplot-devel] [Plplot-general] PLplot 5.9.3 is now available

2009-05-04 Thread Hazen Babcock
Alan W. Irwin wrote: > On 2009-05-03 20:04-0400 Hazen Babcock wrote: > >> Marius Schamschula wrote: >>> Hazen, >>> >>> When building plplot 5.9.3 under Mac OS X I get the following error: >>> >>> [ 66%] Generating test_dyndrivers_dir/aqt.rc >>> cd /tmp/plplot-5.9.3/drivers && ./test-drv-info aqt >

Re: [Plplot-devel] [Plplot-general] PLplot 5.9.3 is now available

2009-05-04 Thread Alan W. Irwin
On 2009-05-04 09:16-0400 Hazen Babcock wrote: > Alan W. Irwin wrote: >> Hi Hazen: >> [...]It appears Mac OS X users of 5.9.3 are going to have to patch their >> systems >> for the entirety of the 5.9.3 release cycle. To reduce that user pain as >> much as possible, I suggest that release cycle s

[Plplot-devel] libnistcd.so version is odd

2009-05-04 Thread Orion Poplawski
/usr/lib64/libnistcd.so..0.1 Seems odd - no major version number. Looks like a typo in plplot_version.cmake: set(nistcd_SOVERSION 0) set(nistcd_VERSION ${nist_SOVERSION}.0.1) should be: set(nistcd_SOVERSION 0) set(nistcd_VERSION ${nistcd_SOVERSION}.0.1) -- Orion Poplawski Technical Manager

Re: [Plplot-devel] [Plplot-general] PLplot 5.9.3 is now available

2009-05-04 Thread Andrew Ross
On Mon, May 04, 2009 at 10:20:04AM -0700, Alan Irwin wrote: > On 2009-05-04 09:16-0400 Hazen Babcock wrote: > > > Alan W. Irwin wrote: > >> Hi Hazen: > >> [...]It appears Mac OS X users of 5.9.3 are going to have to patch their > >> systems > >> for the entirety of the 5.9.3 release cycle. To re

[Plplot-devel] File permissions, other misc issues

2009-05-04 Thread Orion Poplawski
Installed without execute bit set (but should, or it needs the #!/usr/bin/env python removed): /usr/share/plplot5.9.3/examples/python/xw24.py Installed with execute bit set (but shoudn't): /usr/src/debug/plplot-5.9.3/bindings/f95/sc3d.c /usr/src/debug/plplot-5.9.3/bindings/f95/sccont.c /usr/src

Re: [Plplot-devel] [Plplot-general] PLplot 5.9.3 is now available

2009-05-04 Thread Hazen Babcock
Alan W. Irwin wrote: > On 2009-05-04 09:16-0400 Hazen Babcock wrote: > >> Well I hope someone will step up and fix the example 32 problem I mentioned. > > That example is a special one which is still being developed/considered. >>From the commit message for examples/c/x32c.c > > "For now this is

Re: [Plplot-devel] [Plplot-general] PLplot 5.9.3 is now available

2009-05-04 Thread Alan W. Irwin
On 2009-05-04 16:57-0400 Hazen Babcock wrote: > Alan W. Irwin wrote: >> On 2009-05-04 09:16-0400 Hazen Babcock wrote: >> >>> Well I hope someone will step up and fix the example 32 problem I >>> mentioned. >> >> That example is a special one which is still being developed/considered. >>> From t

[Plplot-devel] PLplot 5.9.3 problems on OS-X

2009-05-04 Thread Hazen Babcock
That didn't take long... If you are trying to compile 5.9.3 on OS-X with the Aquaterm driver and you get something like the following message: > > [ 66%] Generating test_dyndrivers_dir/aqt.rc > cd /tmp/plplot-5.9.3/drivers && ./test-drv-info aqt > > /tmp/plplot-5.9.3/drivers/test_dyndrivers_dir

Re: [Plplot-devel] Cairo "sawtooth" polygon fix

2009-05-04 Thread Alan W. Irwin
On 2009-05-01 18:13-0400 Hezekiah M. Carty wrote: > On Fri, May 1, 2009 at 3:47 PM, Hezekiah M. Carty > wrote: >> One fix for the Cairo driver's sawtooth effect suggested on the Cairo >> list is to change the line caps and/or joints.  The attached patch >> does just that and produces, from what

Re: [Plplot-devel] [Plplot-general] PLplot 5.9.3 is now available

2009-05-04 Thread Alan W. Irwin
On 2009-05-04 16:20-0700 Alan W. Irwin wrote: >> Ok, but... It has already made its way into www/examples.php with the commit >> message "Ensure example 32 is propagated to the website. Note currently >> C-only.". Should it be yanked back out? > > Sorry I missed the fact this issue makes for a sli

Re: [Plplot-devel] libnistcd.so version is odd

2009-05-04 Thread Alan W. Irwin
On 2009-05-04 11:42-0600 Orion Poplawski wrote: > /usr/lib64/libnistcd.so..0.1 > > Seems odd - no major version number. > > Looks like a typo in plplot_version.cmake: > > set(nistcd_SOVERSION 0) > set(nistcd_VERSION ${nist_SOVERSION}.0.1) > > should be: > > set(nistcd_SOVERSION 0) > set(nistcd_VER

Re: [Plplot-devel] File permissions, other misc issues

2009-05-04 Thread Alan W. Irwin
On 2009-05-04 13:54-0600 Orion Poplawski wrote: > Installed without execute bit set (but should, or it needs the > #!/usr/bin/env python removed): > > /usr/share/plplot5.9.3/examples/python/xw24.py FIXED. > > Installed with execute bit set (but shoudn't): > > /usr/src/debug/plplot-5.9.3/bindings/

[Plplot-devel] Minor note about Ada status in Ubuntu and possibly elsewhere

2009-05-04 Thread Jerry
I was just poking around on the Ubuntu site and I notice that this statement appears: "The ada bindings are currently under development and should be considered experimental." I think the experimental status was lifted some time back, so I wonder after the dust settles from the new release

Re: [Plplot-devel] -DENABLE_DYNDRIVERS=OFF visibility issue for qt_example

2009-05-04 Thread Alan W. Irwin
On 2009-05-03 10:14-0700 Alan W. Irwin wrote: > Note, I think this is the first time that special stanza in pldll.h for > the -DENABLE_DYNDRIVERS=OFF case has actually made a practical difference > since all the rest of the PLDLLIMPEXP_DRIVER use is for symbols needed > by the driver infrastructur