[Plplot-devel] Issues with locate mode for the non-IPC3 case

2017-10-06 Thread Alan W. Irwin
Hi Phil: I just discovered on Linux that your IPC3 workaround does allow -locate mode for example 1 to work perfectly for mouse clicks. (IPC3 locate mode key hits are not implemented yet.) But I also think that workaround should not be necessary, and the fundamental problem is when I originally

Re: [Plplot-devel] Run-time issue on Linux (wxWidgets 3.0.2) that was introduced for commit e4fb932 or later.

2017-10-06 Thread Alan W. Irwin
On 2017-10-06 23:30+0100 Phil Rosenberg wrote: Hi Alan Try it now. Fingers crossed :-) Your commit (3fe27f0) got rid of this run-time invalid bitmap issue on Linux. Thanks! And now on to more wxwidgets testing for me. Alan __ Alan W. Irwin Astronomical research

Re: [Plplot-devel] Run-time issue on Linux (wxWidgets 3.0.2) that was introduced for commit e4fb932 or later.

2017-10-06 Thread Phil Rosenberg
Hi Alan Try it now. Fingers crossed :-) On 6 October 2017 at 20:44, Alan W. Irwin wrote: > On 2017-10-05 20:44-0700 Alan W. Irwin wrote: > >> On 2017-10-06 00:19+0100 Phil Rosenberg wrote: >> >>> This is a GCC vs Visual Studio difference I have seen before. I think >>>

[Plplot-devel] Run-time issue on Linux (wxWidgets 3.0.2) that was introduced for commit e4fb932 or later.

2017-10-06 Thread Alan W. Irwin
On 2017-10-05 20:44-0700 Alan W. Irwin wrote: On 2017-10-06 00:19+0100 Phil Rosenberg wrote: This is a GCC vs Visual Studio difference I have seen before. I think my latest commit should have fixed it, but I don't have access to a linux system right now to test on. Hi Phil: Your commit got

Re: [Plplot-devel] wingcc and wingdi build bugs

2017-10-06 Thread Alan W. Irwin
On 2017-10-06 11:00+0100 Phil Rosenberg wrote: Given that the libraries in question are in the standard c and C++ libraries. I just tested to see what the impact is of simply commenting out the checks for these two libraries. The result is that wingcc is accepted onto the driver list, appears

[Plplot-devel] CMake version discussion

2017-10-06 Thread Alan W. Irwin
On 2017-10-06 11:00+0100 Phil Rosenberg wrote: I [...] spotted this bug report https://cmake.org/Bug/view.php?id=15831. I think the gist of it is that find_library will only search in Windows SDKs that are at least as old as the one used to build that version of Cmake. This seems a bit daft to

Re: [Plplot-devel] wingcc and wingdi build bugs

2017-10-06 Thread Phil Rosenberg
Given that the libraries in question are in the standard c and C++ libraries. I just tested to see what the impact is of simply commenting out the checks for these two libraries. The result is that wingcc is accepted onto the driver list, appears in my plplot VC++ project, everything builds