Re: [Plplot-devel] The pls NULL fix for some Linux platforms

2016-12-16 Thread Pedro Vicente
Hi Alan the patch with the 2nd commit with fix is attached -Pedro On 2016-12-15 20:14, Alan W. Irwin wrote: 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)

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

2016-12-16 Thread Pedro Vicente
Hi Alan my new commit with debug prints and new commit message is attached -Pedro On 2016-12-15 20:14, Alan W. Irwin wrote: 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

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

2016-12-16 Thread Pedro Vicente
Hi Phil, Alan I tried evtCreateExample.cpp and I get the good expected result. This just means that for this simple example the OnCreate event is triggered. To note that on my bad results of the PLplot demo, the OnCreate event is *also* triggered. the problem is that is triggered after the

Re: [Plplot-devel] Comprehensive testing

2016-12-16 Thread Alan W. Irwin
On 2016-12-16 13:10- Arjen Markus wrote: > It took some experimenting to get the installation of MinGW-w64/MSYS2 to work properly (some packages need to be installed via the full name - mingw-w64-x86_64-gcc for instance - to get the latest version and even then that does not always happen,

[Plplot-devel] Cmake generation with wxWidgets on Windows

2016-12-16 Thread Pedro Vicente
Hi Alan I am having linking errors on the latest git clone in Windows when I use wxWidgets. It seems that the all the examples (or plplot.lib) are trying to link with wxWidgets , and I get this kind of errors -- Build started: Project: x00c, Configuration: Debug Win32 --