Re: [Plplot-devel] [Plplot-general] More questions about install

2018-02-04 Thread Phil Rosenberg
Hmm, not sure. Are you rebuilding the whole library? Did you clean out the old build directory? How did you download? Are any cygwin binary directories on your path? Phil On Feb 4, 2018 11:32, "David Bergman" wrote: I am building on windows, DOS cmd build instructions as per https://sourcefor

Re: [Plplot-devel] [Plplot-general] More questions about install

2018-02-04 Thread Phil Rosenberg
Hi David Can I as what toolset you are using to build with? Libltdl appears to be gnu related, but I thought you were building with the standard windows toolset. Phil Get Outlook for Android From: David Bergman Sent: Sunday, February 4, 03:41 Subject: Re: [Plplot-genera

Re: [Plplot-devel] [Plplot-general] More questions about install

2018-02-03 Thread Phil Rosenberg
Hi David Yes, that's exactly what you need to do. can be pretty much any wxWidget window class, although I suggest using wxPanel. Using wxFrame works on Windows, but is apparently not good practice and some things don't work properly if you render directly to a wxFrame on Linux. In terms of a

Re: [Plplot-devel] [Plplot-general] More questions about install

2018-02-02 Thread Phil Rosenberg
Hi David Integrating wxWidgets into PLplot should be as simple as defining the WXWIN system variable before running cmake. Cmake should see that and automagically find wxWidgets and build that backend for the library along with the example. Where things may get complicated is matching the library