Re: [Plplot-devel] Finding wxWidgets

2016-11-15 Thread Alan W. Irwin
On 2016-11-14 23:39-0500 Pedro Vicente wrote: > all is fine > > so, the problem was that I was using git bash for Windows as shell (where > back-slash forward-slash convention is different from Unix/Windows; as a > software engineer I end up losing hours of my life fixing > different

Re: [Plplot-devel] Finding wxWidgets

2016-11-14 Thread Pedro Vicente
uot; <laurent.ber...@univ-lemans.fr>; <plplot-devel@lists.sourceforge.net> Sent: Monday, November 14, 2016 3:23 AM Subject: Re: [Plplot-devel] Finding wxWidgets On 2016-11-13 22:14-0500 Pedro Vicente wrote: I have WXWIN = M:\wx\wxwidgets-3.1.0 Hi Pedro: That form is consis

Re: [Plplot-devel] Finding wxWidgets

2016-11-14 Thread Alan W. Irwin
On 2016-11-13 22:14-0500 Pedro Vicente wrote: > I have > > > WXWIN = M:\wx\wxwidgets-3.1.0 Hi Pedro: That form is consistent with the examples at . Nevertheless, CMake is sometimes difficult about the back-slash Windows

Re: [Plplot-devel] Finding wxWidgets

2016-11-13 Thread Laurent Berger
Hi, I have just made a git pull git.code.sf.net/p/plplot/plplot. Using cmake 3.7.0.rc2 and wxwidgets 3.1.0 and VS 2015. After pressing OK every where, all is fine. thanks for this new version! Le 12/11/2016 à 10:00, Alan W. Irwin a écrit : > On 2016-11-12 00:08-0500 Pedro Vicente wrote: >

Re: [Plplot-devel] Finding wxWidgets

2016-11-13 Thread Pedro Vicente
rch.org> Cc: "Phil Rosenberg" <p.d.rosenb...@gmail.com>; "Laurent Berger" <laurent.ber...@univ-lemans.fr>; <plplot-devel@lists.sourceforge.net> Sent: Saturday, November 12, 2016 4:00 AM Subject: Re: [Plplot-devel] Finding wxWidgets > On 2016-11-12 00:08-0

Re: [Plplot-devel] Finding wxWidgets

2016-11-12 Thread Pedro Vicente
Vicente" <pedro.vice...@space-research.org> Cc: "Phil Rosenberg" <p.d.rosenb...@gmail.com>; "Laurent Berger" <laurent.ber...@univ-lemans.fr>; <plplot-devel@lists.sourceforge.net> Sent: Saturday, November 12, 2016 4:00 AM Subject: Re: [Plplot-devel] F

Re: [Plplot-devel] Finding wxWidgets

2016-11-12 Thread Alan W. Irwin
On 2016-11-12 00:08-0500 Pedro Vicente wrote: > Hi Alan > > it seems all is ok now > doing > $ cmake ".." -G "Visual Studio 14" -DPL_DOUBLE:BOOL=ON > -DBUILD_TEST:BOOL=ON -DCMAKE_CONFIGURATION_TYPES:STRING="Debug" > -DCMAKE_BUILD_TYPE:STRING="Deb ug" -DBUILD_SHARED_LIBS:BOOL=OFF >

Re: [Plplot-devel] Finding wxWidgets

2016-11-11 Thread Pedro Vicente
<ir...@beluga.phys.uvic.ca> To: "Pedro Vicente" <pedro.vice...@space-research.org>; "Phil Rosenberg" <p.d.rosenb...@gmail.com>; "Laurent Berger" <laurent.ber...@univ-lemans.fr>; <plplot-devel@lists.sourceforge.net> Sent: Wednesday, Octobe

Re: [Plplot-devel] Finding wxWidgets

2016-10-19 Thread Alan W. Irwin
N.B. I have just (commit 3ab6396) updated the PLplot wxWidgets find module again to conform (identically except for one necessary line) to the latest (CMake-3.7.0-rc2) official version. See the commit log message for a description of the changes in the PLplot version of this find module (which we

Re: [Plplot-devel] Finding wxWidgets

2016-10-19 Thread p.d.rosenberg
Windows 10 phone From: Laurent Berger Sent: 19 October 2016 20:46 To: plplot-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] Finding wxWidgets Hi all, I still use plplot (PLplot Release 5.11.2) and wxwidgets (from github) using cmake with vs 2015. If you want to check something about

Re: [Plplot-devel] Finding wxWidgets

2016-10-19 Thread Laurent Berger
Hi all, I still use plplot (PLplot Release 5.11.2) and wxwidgets (from github) using cmake with vs 2015. If you want to check something about detect wxwidgets feel free to ask me. Laurent Le 19/10/2016 à 21:39, Alan W. Irwin a écrit : > On 2016-10-19 00:10-0400 Pedro Vicente wrote: > >> 2)

[Plplot-devel] Finding wxWidgets

2016-10-19 Thread Alan W. Irwin
On 2016-10-19 00:10-0400 Pedro Vicente wrote: > 2) wxWidgets not detected > > > I used > > > > M:\plplot-plplot\build>cmake ".." -G "Visual Studio 14" -DPL_DOUBLE:BOOL=ON > -DBUILD_TEST:BOOL=ON -DCMAKE_CONFIGURATION_TYPES:STRING="Debug" > -DCMAKE_BUILD_TYP > E:STRING="Debug"