Re: [Plplot-devel] wxPLViewer dependancy

2015-02-16 Thread Alan W. Irwin
Hi Phil: Your static library point is well taken, but that is a head-scratcher. Because right now wxPLViewer depends on plplotcxx (see the same bit of code in utils/CMakeLists.txt), and that library depends on plplot. So then if you add an extra dependency of plplot on wxPLViewer for the static c

Re: [Plplot-devel] wxPLViewer dependancy

2015-02-16 Thread Phil Rosenberg
Also, during development I might make a change to wxPLViewer, then run an example in the IDE to test that. If wxPLViewer is a dependency of the example then it will get rebuilt automatically. Otherwise I have to manually rebuild wxPLViewer for my changes to take effect Phil On 16 February 2015 a

Re: [Plplot-devel] wxPLViewer dependancy

2015-02-16 Thread Alan W. Irwin
On 2015-02-16 10:30- Phil Rosenberg wrote: > Hi Alan > I need to add wxPLViewer as a dependency of all examples and probably > some of the tests if wxWidgets is enabled. As this program is called > by the driver when I run an example, it clearly must be built to do > so. > > I have a feeling t

[Plplot-devel] wxPLViewer dependancy

2015-02-16 Thread Phil Rosenberg
Hi Alan I need to add wxPLViewer as a dependency of all examples and probably some of the tests if wxWidgets is enabled. As this program is called by the driver when I run an example, it clearly must be built to do so. I have a feeling there is probably something close to a one line solution in C