Re: [Plplot-devel] CMake bug report - sorry

2013-09-26 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > > @Arjen: are you in a position to do a quick test of this new wxwidgets logic > on > Cygwin? > I haven't looked at wxWidgets under Cygwin yet, so this will be a post-release action, but I will give

Re: [Plplot-devel] Status of the forthcoming 5.9.10 release

2013-09-26 Thread Alan W. Irwin
Commit freeze declared starting now and continuing until the release process is finished. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the Fr

Re: [Plplot-devel] Status of the forthcoming 5.9.10 release

2013-09-26 Thread Alan W. Irwin
On 2013-09-25 18:05-0700 Alan W. Irwin wrote: > The status of my own pre-freeze ToDo list is everything is completed > except for a few final changes to the website (fixing a final few dead > links and figuring out the PHP code to only publish a subset of the > example 33 pages to the website). D

Re: [Plplot-devel] CMake bug report - sorry

2013-09-26 Thread phil rosenberg
Thanks also from me Andrew The change seems to have worked. I think for the first time ever I can now build PLplot how I need from scratch from CMake without having to go into Visual Studio with a list of tweeks I need to make. I think that in itself is a great achievement for the next version.

Re: [Plplot-devel] The forthcoming PLplot-5.9.10 release

2013-09-26 Thread Orion Poplawski
On 09/23/2013 11:01 AM, Alan W. Irwin wrote: > I plan to release PLplot-5.9.10 in 5 days time on September 28th to > make the large amount of work we have put into PLplot for the last two > years more readily available to our users. The PLplot core developers > are still working on one last issue (

Re: [Plplot-devel] x19 patch

2013-09-26 Thread Phil Rosenberg
Perhaps it was Alaska, i just remembered Alan mentioning it after i added the shapefile support, then some months ago i found the reason while looking at something else. Sorry i didn't reply earlier today. I was fighting with the cmake build stuff. Thanks for propagating the fix. Phil -Ori

Re: [Plplot-devel] x19 patch

2013-09-26 Thread Alan W. Irwin
On 2013-09-26 10:00-0700 Alan W. Irwin wrote: > On 2013-09-26 02:19-0700 phil rosenberg wrote: > >> Hi Alan > >> Meant to drop this in to you some time back. A very minor patch to > fix the x19 missing bit of antarctica on the global map. The problem > was that the axes went beyond the -360 to +36

Re: [Plplot-devel] CMake bug report - sorry

2013-09-26 Thread Alan W. Irwin
Hi Andrew: Thanks very much for all your testing and patching work this morning. For example, I didn't have time to deal with Phil's example 19 patch, but you did which I appreciate. More below. On 2013-09-26 16:31+0100 Andrew Ross wrote: > > Phil, > > wxWidgets works fine on my Ubuntu Linux sy

Re: [Plplot-devel] x19 patch

2013-09-26 Thread Alan W. Irwin
On 2013-09-26 02:19-0700 phil rosenberg wrote: > Hi Alan > Meant to drop this in to you some time back. A very minor patch to fix the x19 missing bit of antarctica on the global map. The problem was that the axes went beyond the -360 to +360 degrees that the map routines draw on since the shapefi

Re: [Plplot-devel] CMake bug report - sorry

2013-09-26 Thread Andrew Ross
Phil, wxWidgets works fine on my Ubuntu Linux system. I've checked and I can see no evidence of debug flags in the wxwidgets build, so I'm guessing it is either a windows issue or an issue with the specific wxwidgets version. I've just committed a change so cmake will only add the options if

Re: [Plplot-devel] Status of the forthcoming 5.9.10 release

2013-09-26 Thread Andrew Ross
Alan, As a first testing checkpoint, I've done a full build (including docs) on my current Ubuntu system and all appears to work fine. make test_diff_psc shows no differences except for the 2 ocaml examples with plcolorbar. A random visual check of some images looks ok. I've also run make tes

Re: [Plplot-devel] x19 patch

2013-09-26 Thread Andrew Ross
Actually, looking back I see that this _does_ fix some issues for me, but with Alaska, not Antarctica. Is this what you meant or are we seeing different issues? Anyway, I'll go ahead and commit your change to all languages. Andrew On Thursday 26 Sep 2013 15:49:12 Andrew Ross wrote: Phil,

Re: [Plplot-devel] x19 patch

2013-09-26 Thread Andrew Ross
Phil, Thanks - I've tested this and it seems to make no difference to the map to me. I can see all the parts of Antarctica I would expect to see anyway. I wonder if this is a windows issue with the shapefile support? The only change I see is in the axis labels. Changing the range changes w

[Plplot-devel] CMake bug report - sorry

2013-09-26 Thread phil rosenberg
Sorry to dop this in when clearly there is plenty else to do, but maybe this is an easy fix before the release.   I just tried to build the latest trunk version ahead of the planned release and the wxWidgets build is broken - at least on windows. The wxWidget related files are given debug compil

[Plplot-devel] x19 patch

2013-09-26 Thread phil rosenberg
Hi Alan Meant to drop this in to you some time back. A very minor patch to fix the x19 missing bit of antarctica on the global map. The problem was that the axes went beyond the -360 to +360 degrees that the map routines draw on since the shapefile changes. Changing these limits was all that was