Re: [Plplot-devel] Bug in notcrossed() function of plfill.c

2016-09-17 Thread Phil Rosenberg
Hi Arjen I'm just emailing to say that I have now got plplot to compile with wxWidgets support on Cygwin and I also find that it doesn't function. I will look into it once I get time. On 16 September 2016 at 15:32, Arjen Markus wrote: > Hi Phil, > > > > As a package,

Re: [Plplot-devel] build with wxWidgets, Visual Studio

2016-09-17 Thread Alan W. Irwin
On 2016-09-17 09:12+0200 Laurent Berger wrote: > Hi Pedro, > > I am using vs2013 and plplot (from github) with wxwidgets and I haven't got > any problem. I think you should update findwxwidgets.cmake from > https://sourceforge.net/p/plplot/plplot/ci/master/tree/cmake/modules/FindwxWidgets.cmake

Re: [Plplot-devel] build with wxWidgets, Visual Studio

2016-09-17 Thread Pedro Vicente
so, I found the issue, that was just a matter of not adding strings for the latest wxwidgets-3.1.0 version in the script named FindwxWidgets.cmake add the line containing "31" in several places foreach(LIB net odbc xml) find_library(WX_${LIB}${_DBG} NAMES

Re: [Plplot-devel] build with wxWidgets, Visual Studio

2016-09-17 Thread Laurent Berger
Hi Pedro, I am using vs2013 and plplot (from github) with wxwidgets and I haven't got any problem. I think you should update findwxwidgets.cmake from https://sourceforge.net/p/plplot/plplot/ci/master/tree/cmake/modules/FindwxWidgets.cmake (see

[Plplot-devel] build with wxWidgets, Visual Studio

2016-09-17 Thread Pedro Vicente
Hi I am trying to build PLPlot with the wxWidgets driver , and I get some errors https://sourceforge.net/p/plplot/wiki/WxWidgets/ This is for wxwidgets-3.1.0 Visual Studio 2015 I used cmake ".." -G "Visual Studio 14" -DPL_DOUBLE:BOOL=ON -DBUILD_TEST:BOOL=ON