Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-06-20 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Wednesday, June 21, 2017 3:02 AM > > To Arjen and Phil: > > I have now made these 4 additional wxwidgets-related commits: > > 2bc0626 IPC for wxwidgets: Reenable the PL_WXWIDGETS_IPC3 option > e0

Re: [Plplot-devel] Pause behavior while minimized

2017-06-20 Thread Alan W. Irwin
On 2017-06-21 00:26-0400 James Dishaw wrote: I have been working on a wingcc bug that was reported and I am not sure what the correct behavior should be for a pause when a window is minimized. I think the correct behavior is that a minimized window should be treated like a normal window (in W

[Plplot-devel] Pause behavior while minimized

2017-06-20 Thread James Dishaw
I have been working on a wingcc bug that was reported and I am not sure what the correct behavior should be for a pause when a window is minimized. I think the correct behavior is that a minimized window should be treated like a normal window (in Windows a minimized window is given a size of 16

Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-06-20 Thread Alan W. Irwin
On 2017-06-20 11:36-0700 Alan W. Irwin wrote: Also now that I have finally found a partner who is willing to test the wxwidgets IPC methods on a native Windows platform, I have a number of IPC build system and code changes in mind. If you have looked at the code at all now, you can see it is a

Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-06-20 Thread Arjen Markus
Hi Alan, Ah, this came in after I had finished writing up my adventures. I will have a closer look later to see what needs to be done. Regards, Arjen > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Tuesday, June 20, 2017 8:37 PM ... > To A

Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-06-20 Thread Arjen Markus
Hi Alan, I just concluded a rather unsuccessful session to get the wxWidgets driver to build: Step 1: I changed the line #ifdef WIN32 in wxwidgets_comms.h to: #if defined(WIN32) && !defined(__MINGW32__) The macro __MINGW32__ is defined on MinGW-w64/MSYS2 32-bits and 64-bits. Step 2:

Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-06-20 Thread Alan W. Irwin
On 2017-06-20 13:18- Arjen Markus wrote: From the error message above, something is obviously wrong with the build for that case, but it likely is something very simple (e.g., likely a missing #ifdef WIN32 section inside an existing #ifdef PL_WXWIDGETS_IPC3 section in drivers/wxwidgets_com

Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-06-20 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Tuesday, June 20, 2017 12:12 PM > > In general, many small focussed commits (each with a good commit message) are > better than one massive commit. So please go ahead and commit your change to

Re: [Plplot-devel] Problem with wxWidgets under MinGW-w64/MSYS2

2017-06-20 Thread Alan W. Irwin
On 2017-06-20 06:37- Arjen Markus wrote: Hi everyone, I made a small adjustment to the FindwxWidgets.cmake file so that it would properly recognise the installation of wxWidgets under MinGW-w64/MSYS2. CMake was happy with it, but when I tried building PLplot, I got a compiler error: