Re: [Plplot-devel] Cmake generation with wxWidgets on Windows

2016-12-18 Thread Pedro Vicente
only after sending the first report that I noticed they did not exist). all good then -Pedro - Original Message - From: "Alan W. Irwin" To: "Pedro Vicente" Cc: "PLplot development list" Sent: Sunday, December 18, 2016 2:28 AM Subject: Re: [Plplot-devel] Cmake

Re: [Plplot-devel] Cmake generation with wxWidgets on Windows

2016-12-17 Thread Alan W. Irwin
On 2016-12-17 19:25-0500 Pedro Vicente wrote: > > Hi Alan > >> (3) Static PLplot libraries + device driver code embedded in our core >> static library (identified by its "plplot" basename). > > I always use (3). > > I repeated what I had done before: > > My wxwidgets libraries are located at > > M

Re: [Plplot-devel] Cmake generation with wxWidgets on Windows

2016-12-17 Thread Pedro Vicente
t if the file does indeed exist, but I did it like this to keep things simple So, the solution I have for find_library assumes that the supplied argument -DJANSSON_LIBRARY is a valid file -Pedro ----- Original Message ----- From: "Alan W. Irwin" To: "Pedro Vicente" Cc: "

Re: [Plplot-devel] Cmake generation with wxWidgets on Windows

2016-12-17 Thread Pedro Vicente
is to keep things simple So, the solution I have for find_library assumes that the supplied argument -DJANSSON_LIBRARY is a valid file -Pedro - Original Message ----- From: "Alan W. Irwin" To: "Pedro Vicente" Cc: "PLplot development list" Sent: Saturday, De

Re: [Plplot-devel] Cmake generation with wxWidgets on Windows

2016-12-17 Thread Alan W. Irwin
On 2016-12-17 03:30-0500 Pedro Vicente wrote: > false alarm, sorry > > what happened is that my wxWidgets libraries were not built. > > In Windows , I don't do install, but rather build software and leave it where > it was built, and sometimes delete and rebuild. > > In PLplot 5.11.1 the build ac

Re: [Plplot-devel] Cmake generation with wxWidgets on Windows

2016-12-17 Thread Pedro Vicente
false alarm, sorry what happened is that my wxWidgets libraries were not built. In Windows , I don't do install, but rather build software and leave it where it was built, and sometimes delete and rebuild. In PLplot 5.11.1 the build actually did not include the wxWidgets projects and files, so