Re: [Plplot-devel] findwxwidgets.cmake module

2019-01-31 Thread Phil Rosenberg
Okay, well it sounds like the best thing to do is when you bump the minimum version, remove the find wxwidgets module too. Or if you prefer me to get rid of it now, then just say. Get Outlook for Android From: Alan W. Irwin Sent: Thursday

[Plplot-devel] findwxwidgets.cmake module

2019-01-31 Thread Alan W. Irwin
On 2019-01-31 17:37- Phil Rosenberg wrote: Hi Alan I half thought that we had scrapped our findwxWidgets.cmake module, but I just found that this isn't actually the case. I've just disabled our version by renaming it, and I've found that the CMake version does appear to work on Windows. Thi

Re: [Plplot-devel] FindwxWidgets.cmake and FindFreetype.cmake

2014-03-07 Thread Alan W. Irwin
On 2014-03-07 03:28-0800 phil rosenberg wrote: > The (very)simple example is attached - it can be run simply with cmake > "dir/of/example" -G "Visual Studio 11 Win64" > You might well be able to run this on Wine or something as I'm told visual studio generators do not actually need access to the

Re: [Plplot-devel] FindwxWidgets.cmake and FindFreetype.cmake

2014-03-07 Thread phil rosenberg
  Hi Alan The (very)simple example is attached - it can be run simply with cmake "dir/of/example" -G "Visual Studio 11 Win64" You might well be able to run this on Wine or something as I'm told visual studio generators do not actually need access to the compiler like the nmake generator does. 2

Re: [Plplot-devel] FindwxWidgets.cmake and FindFreetype.cmake

2014-03-06 Thread Alan W. Irwin
On 2014-03-06 05:38-0800 phil rosenberg wrote: > Hi Alan > Unfortunately (or fortunately, depending upon your viewpoint) a simple test case that I ran for Brad showed that CMake was reporting the 64 bit compiler correctly, so indicates something deeper in the Plplot build system is happening. Unf

Re: [Plplot-devel] FindwxWidgets.cmake and FindFreetype.cmake

2014-03-06 Thread phil rosenberg
Hi Alan Unfortunately (or fortunately, depending upon your viewpoint) a simple test case that I ran for Brad showed that CMake was reporting the 64 bit compiler correctly, so indicates something deeper in the Plplot build system is happening. Unfortunately it is beyond my skills with CMake to fi

Re: [Plplot-devel] FindwxWidgets.cmake and FindFreetype.cmake

2014-03-04 Thread Alan W. Irwin
On 2014-03-04 15:23-0800 phil rosenberg wrote: > Thanks Alan, that's [referring to my good report for Debian stable] is good to hear. > The FreeType module is working as expected. > The wxWidgets module is not perfect, but is better than not having it. It now finds wxWidgets 2.9 and 3.0. On Wind

Re: [Plplot-devel] FindwxWidgets.cmake and FindFreetype.cmake

2014-03-04 Thread phil rosenberg
Thanks Alan, that's good to hear. The FreeType module is working as expected. The wxWidgets module is not perfect, but is better than not having it. It now finds wxWidgets 2.9 and 3.0. On Windows there still seem to be issues regarding finding the 64 or 32 bit version correctly - but given these

[Plplot-devel] FindwxWidgets.cmake and FindFreetype.cmake

2014-03-04 Thread Alan W. Irwin
On 2014-03-03 02:51-0800 phil rosenberg wrote: > [] I've just checked on my system and it appears that wxWidgets 3.0 is > found correctly. > Unfortunatley there are still some bugs in the wxWidgets module. I reprted a bug to them because CMake never found the 64 bit version of wxWidgets and

Re: [Plplot-devel] FindwxWidgets.cmake

2014-03-03 Thread Alan W. Irwin
On 2014-03-03 02:51-0800 phil rosenberg wrote: > Unfortunately the Freetype module still doesn't work for me. I actually get PL_HAVE_FREETYPE set to ON, however FREETYPE_INCLUDE_DIR is empty and therefore when I try to compile Plplot I get a "cannot find include file" type error. I will keep playi

Re: [Plplot-devel] FindwxWidgets.cmake

2014-03-03 Thread phil rosenberg
We seem to have gotten slightly different information from CMake, as I was told it there was no developer looking after it and that patches I had supplied to the Mantis bug tracker could not be applied. Anyhow, I've just checked on my system and it appears that wxWidgets 3.0 is found correctly.

Re: [Plplot-devel] FindwxWidgets.cmake

2014-03-02 Thread Alan W. Irwin
On 2014-03-03 11:57+1100 Joost Kuckartz wrote: > Hello, > In a previous conversation with Werner (which I noticed ended up not being > sent to the plplot list) I can compile plplot with wxwidgets 3.0.0 without > any problems. The problem is in cmake itself: the findwxwidgets there is not > up t

Re: [Plplot-devel] FindwxWidgets.cmake

2014-03-02 Thread Joost Kuckartz
o look into the bindings (which work but are quite different from the include files for the plplot examples). Regards, Joost > Date: Sun, 2 Mar 2014 08:44:53 -0800 > From: [email protected] > To: [email protected] > CC: [email protected] > Subject: [Pl

[Plplot-devel] FindwxWidgets.cmake

2014-03-02 Thread Alan W. Irwin
On 2014-03-02 02:23-0800 phil rosenberg wrote: > While I'm at it I will have a look to see if the wxWidgets module has had wxWidgets 3.0 support added. If not then I will also add a findWxWidgets module to Plplot, as the feedback I got from CMake was that this module is orphaned so it is unlikely