Re: [Plplot-devel] plbuffer bug

2016-12-15 Thread p.d.rosenberg
Hi Alan, Jim I don't think the size impact of storing everything as a ucs4 string is a big deal. Most text stored will be single character points. But we already have overheads for storing the position, rotation, style, font, etc. So for a 1 byte ascii character we probably already store 20 or

Re: [Plplot-devel] wxPLplotDemo.cpp -- linux build error

2016-12-15 Thread Alan W. Irwin
On 2016-12-16 01:05- Phil Rosenberg wrote: > Hmm - well another theory down in smoke. > > Attached is an absolute minimum example of the use of wxEVT_CREATE. On > Windows I get the expected behaviour of a popup dialog appearing > before the frame saying "OnCreate called." > > Could you try it

Re: [Plplot-devel] wxPLplotDemo.cpp -- linux build error

2016-12-15 Thread Pedro Vicente
Hi Alan ok, I will reformat the commit message later today. since I am not that familiar with git to do the amend, I'll just create a new branch and do the same commit with the message you sent in the last email that's a good idea to have messages as detailed as possible, -Pedro -

Re: [Plplot-devel] wxPLplotDemo.cpp -- linux build error

2016-12-15 Thread Alan W. Irwin
On 2016-12-15 19:56-0500 Pedro Vicente wrote: > Alan > > All my linux failures were on 3 different "real" machines (CentOS with > personal wxwidgets 3.1 build, 2 ubuntus 14.04 16.4 from packages) > > the 4th linux failure was on a debian I installed on VirtualBox. Hi Pedro: Sorry. As Phil

Re: [Plplot-devel] wxPLplotDemo.cpp -- linux build error

2016-12-15 Thread Alan W. Irwin
On 2016-12-16 00:26- Phil Rosenberg wrote: > Unfortunately I don't think I have enough space to install virtualbox. > I presume I need a few 10s of GB for an Ubuntu install? > > I have also just tried on the Bash on Ubuntu on Windows (still trying > to decide if I like this or Cygwin best.

[Plplot-devel] The pls NULL fix for VirtualBox'd Linux platforms

2016-12-15 Thread Alan W. Irwin
On 2016-12-15 18:39-0500 Pedro Vicente wrote: > I did what the README file said and here it is my first patch attached:-) > > what it has it's *just* some print messages (not my fix yet) so that you and > Phil could get a better idea of the bug > > I have > > 17:57:49: Debug:

Re: [Plplot-devel] wxPLplotDemo.cpp -- linux build error

2016-12-15 Thread Phil Rosenberg
Hmm - well another theory down in smoke. Attached is an absolute minimum example of the use of wxEVT_CREATE. On Windows I get the expected behaviour of a popup dialog appearing before the frame saying "OnCreate called." Could you try it on one of your Linux machines? I'm afraid it's way past my

Re: [Plplot-devel] wxPLplotDemo.cpp -- linux build error

2016-12-15 Thread Pedro Vicente
>>Unfortunately I don't think I have enough space to install virtualbox. >>I presume I need a few 10s of GB for an Ubuntu install? not at all ! :-) the beauty of Virtual Box is that it has this feature called dynamic size. you can install ubuntu with 8GB or less. all the OS is contained on a

Re: [Plplot-devel] wxPLplotDemo.cpp -- linux build error

2016-12-15 Thread Pedro Vicente
Alan All my linux failures were on 3 different "real" machines (CentOS with personal wxwidgets 3.1 build, 2 ubuntus 14.04 16.4 from packages) the 4th linux failure was on a debian I installed on VirtualBox. So, it's not a VirtualBox issue. -Pedro - Original Message - From: "Alan W.

Re: [Plplot-devel] wxPLplotDemo.cpp -- linux build error

2016-12-15 Thread Phil Rosenberg
Unfortunately I don't think I have enough space to install virtualbox. I presume I need a few 10s of GB for an Ubuntu install? I have also just tried on the Bash on Ubuntu on Windows (still trying to decide if I like this or Cygwin best. Anyway...). Again everything works fine on this (I'm using

Re: [Plplot-devel] plbuffer bug

2016-12-15 Thread Jim Dishaw
> On Dec 15, 2016, at 5:59 PM, Alan W. Irwin wrote: > >> On 2016-12-15 20:38- Phil Rosenberg wrote: >> >> The problem is that text is written and read in "device native" >> encoding (i.e. Unicode or ascii) so if a buffer is copied from a >> Unicode device to an

Re: [Plplot-devel] Recruiting members of the core development team

2016-12-15 Thread Pedro Vicente
Hi Alan we frankly do like to recruit new and energetic core development help for our favourite software project) ask you to become a core PLplot developer with "git push" privileges. yes , I would like to be a core PLplot developer . I intend to use PLplot on a major project and there are

Re: [Plplot-devel] build plplot using CMAKE using MSYS makefiles on windows 10

2016-12-15 Thread Greg Jung
So I found a reference to the discussion about the unicode patching in wx: https://groups.google.com/forum/#!topic/wx-dev/MTYzgOqLdfU And here is discussion on including the replacement file in MSYS2: https://github.com/Alexpux/MINGW-packages/pull/727 On Thu, Dec 15, 2016 at 2:40 PM, Greg Jung

[Plplot-devel] Recruiting members of the core development team

2016-12-15 Thread Alan W. Irwin
On 2016-12-15 16:39-0500 Pedro Vicente wrote: > do I have git permissions to do > git commit > git push > ? Hi Pedro: I am putting your good general question above on the list so others can share my answer. Of course, you always have git commit privileges on your local cloned PLplot

Re: [Plplot-devel] plbuffer bug

2016-12-15 Thread Alan W. Irwin
On 2016-12-15 20:38- Phil Rosenberg wrote: > Hi All > I've just posted a bug to the bug tracker regarding the buffer. > > I just wanted to send an email out to say that I don't particularly > intend to fix it before the freeze as I don't think there is time. But > I wanted to stick it on the

Re: [Plplot-devel] build plplot using CMAKE using MSYS makefiles on windows 10

2016-12-15 Thread Greg Jung
On Tue, Dec 13, 2016 at 2:13 AM, Laurent Berger < laurent.ber...@univ-lemans.fr> wrote: > Thanks Greg, > > with your patch linking problem is solved. Can you post an answer in this > question https://forums.wxwidgets.org/viewtopic.php?f=19=42882= > 174262#p174262 > > >

Re: [Plplot-devel] wxPLplotDemo.cpp -- linux build error

2016-12-15 Thread Pedro Vicente
Hi Phil >>I can't help feeling that there is something that we are missing here. >>Given both I and Pedro have tested on Ubuntu 14.04 there must be >>something different between the two systems. it seems so. the only way to be sure is that on your side to install a completely new Ubuntu, or

Re: [Plplot-devel] wxPLplotDemo.cpp -- linux build error

2016-12-15 Thread Phil Rosenberg
Hi Pedro, Alan I'm still unable to reproduce the problem on my Ubuntu 14.04 system with wxWidgets 3.0. Very strange. I have tried a totally fresh build directory and static and dynamic builds. I had forgotten to test on my work CentOS PC and although I know it is powered on I can't ssh into it.

Re: [Plplot-devel] wxPLplotDemo.cpp -- FIXED

2016-12-15 Thread Pedro Vicente
> I get something different here > > 12:45:37: Debug: wxPLplotwindow > 12:45:37: Debug: frame->Create > 12:45:37: Debug: wxPLplotwindow::Show this is interesting. It seems that the frame->Create call does *NOT* trigger the wxPLplotwindow::OnCreate event on your run otherwise you would have

[Plplot-devel] More on the -dev wxwidgets long pause issue

2016-12-15 Thread Alan W. Irwin
Hi Pedro: I thought your fix and/or the additional debugging output it produces might yield some insight into the long-pause issue that still remains. So here is the most recent debugging output result for conditions (a quick repeat of an example) that always cause the long pause issue here.

Re: [Plplot-devel] wxPLplotDemo.cpp -- FIXED

2016-12-15 Thread Alan W. Irwin
On 2016-12-15 11:24-0500 Pedro Vicente wrote: > Hi Alan > > > Success > > The solution is to override the Show() function of the window, that is called > in the demo. > So no need to modify the demo at all with a custom function call. > > > in wxPLplotwindow.h I just added this function > >

[Plplot-devel] plbuffer bug

2016-12-15 Thread Phil Rosenberg
Hi All I've just posted a bug to the bug tracker regarding the buffer. I just wanted to send an email out to say that I don't particularly intend to fix it before the freeze as I don't think there is time. But I wanted to stick it on the tracker so it didn't get forgotten. The problem is that

Re: [Plplot-devel] wxPLplotDemo.cpp -- FIXED

2016-12-15 Thread Pedro Vicente
Hi Alan Success The solution is to override the Show() function of the window, that is called in the demo. So no need to modify the demo at all with a custom function call. in wxPLplotwindow.h I just added this function template bool wxPLplotwindow::Show(bool show) {

Re: [Plplot-devel] wxPLplotDemo.cpp -- linux build error

2016-12-15 Thread Pedro Vicente
Hi Alan I installed the latest from the debian site, here https://www.debian.org/distrib/ it's not surprising that I got the same results in ubuntu because I used the same package sudo apt-get install libwxgtk3.0-dev On 2016-12-15 04:32, Alan W. Irwin wrote: > On 2016-12-15 01:11-0500

Re: [Plplot-devel] Comprehensive testing

2016-12-15 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Hi Arjen: > > That's a really nice piece of news to hear from you. I will take a look at > the details > in that report tomorrow and post it and your prior report for MinGW-w64/MSYS2 > on > our

Re: [Plplot-devel] wxPLplotDemo.cpp -- linux build error

2016-12-15 Thread Alan W. Irwin
On 2016-12-15 01:31-0500 Pedro Vicente wrote: > Hi Alan > >> I think you will agree with me that smells like a workaround rather >> than a fundamental fix. > > yes, I agree. > >>> Eventually, we had to change our >>> minimum acceptable wxwidgets version from 2.8 to 3.0 because of one >>> commit

Re: [Plplot-devel] Comprehensive testing

2016-12-15 Thread Alan W. Irwin
On 2016-12-15 07:49- Arjen Markus wrote: > Hi Alan, > > > >> -Original Message- >> From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] >> Sent: Thursday, December 15, 2016 2:31 AM >> >> Well, if I recall correctly, the last time we discussed the >> MinGW-w64/MSYS2 version of cmake,

Re: [Plplot-devel] wxPLplotDemo.cpp -- linux build error

2016-12-15 Thread Alan W. Irwin
On 2016-12-15 01:11-0500 Pedro Vicente wrote: > Hi Alan > > I just installed the latest debian on VirtualBox, and I get the same errors. > the results are attached, same thing that I did for ubuntu. Hi Pedro: Just for the record, what version of Debian? Currently Jessie = stable (a largely

[Plplot-devel] git blog

2016-12-15 Thread Alan W. Irwin
On 2016-12-14 21:35-0800 Alan W. Irwin wrote: > One issue you should be aware of is git blame results are obfuscated > by our code styling events (often triggered by me) which amount to > putting random blanks in the code to make it conform to our style. > > So > > software@raven> git blame