Re: [Plplot-devel] Fortran standards compliance

2013-11-05 Thread Alan W. Irwin
On 2013-11-05 21:34- James Tappin wrote: > On 30 October 2013 20:46, Andrew Ross wrote: > >> On Wednesday 30 Oct 2013 13:30:59 Alan W. Irwin wrote: >> >>> Note I have used some explicit calculations here, e.g., z'400' ==> >>> 4*16*16, in the sed script to continue to emphasize the typical >>>

Re: [Plplot-devel] Pltk segfault

2013-11-05 Thread Alan W. Irwin
On 2013-11-05 00:45-0800 Alan W. Irwin wrote: [...] > % plstdwin . > % plxframe .plw > > segfaults with the Debian versions of Tcl/Tk8.5 and > itcl... version 3. I discovered by comparison with examples/tk/runAllDemos.tcl that the source of this issue (I am pretty sure, but I would appreciate con

Re: [Plplot-devel] wxWidgets not detected through cmake

2013-11-05 Thread phil rosenberg
One thing that may be worth checking that caught me out in the past, from memory CMAKE is case sensitive for its paths, even though Windows isn't. Make sure your WXWIN environment variable is case-correct. I am using wxWidgets with plplot on win7 with no problems. I installed wxWidgets 2.8 using

[Plplot-devel] plvect and global transformations

2013-11-05 Thread Andrew Ross
Phil, Apologies. Better late than never. I've finally got back to look at your patch for plvect to ensure it honours any global transformation set with plstransform. I've applied a slightly modified version using the TRANSFORM macro so it will work even when no transform is set. To test it I

[Plplot-devel] Pltk segfault

2013-11-05 Thread Alan W. Irwin
To Maurice and Arjen: I need some help tracking down the cause of a segfault with the menubutton command in bindings/tk/plwidget.tcl. To follow what I have done you should be using the latest trunk version (revision 12650 or later) which corrects a few issues with the test for TEA compliance belo