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] Branches mess up

2015-02-16 Thread Alan W. Irwin
On 2015-02-16 12:41- Phil Rosenberg wrote: > Hi All > Sorry I just managed to accidentally upload all my local branches to > the sourceforge repo instead of to my work Linux machine. I have > removed them all again. I don't think any damage has been done. But > you can obviously ignore the var

Re: [Plplot-devel] Branches mess up

2015-02-16 Thread Alan W. Irwin
On 2015-02-16 12:41- Phil Rosenberg wrote: > Hi All > Sorry I just managed to accidentally upload all my local branches to > the sourceforge repo instead of to my work Linux machine. I have > removed them all again. I don't think any damage has been done. But > you can obviously ignore the var

Re: [Plplot-devel] plmetafile compatibility

2015-02-16 Thread Phil Rosenberg
That works, so long as there is something Phil -Original Message- From: "Jim Dishaw" Sent: ‎16/‎02/‎2015 16:45 To: "Phil Rosenberg" Cc: "plplot-devel@lists.sourceforge.net list" Subject: Re: [Plplot-devel] plmetafile compatibility The current plmeta format puts the string "PLPLOT" at

Re: [Plplot-devel] plmetafile compatibility

2015-02-16 Thread Jim Dishaw
The current plmeta format puts the string "PLPLOT" at the beginning and a version string, currently "2005a" or "2005b" depending if it is a file or a server. I propose making a new version, say "2015-1", and keep the "PLPLOT" as the identifying string. I would like to keep using strings in the

Re: [Plplot-devel] Intrusive style change just made to master branch

2015-02-16 Thread Jim Dishaw
On Feb 16, 2015, at 2:54 AM, "Alan W. Irwin" wrote: > On 2015-02-15 23:04-0500 Jim Dishaw wrote: > >> I think I successfully got my master updated and rebased my branch. I have >> attached a patch that captures my work relative to the current master. I >> really hope this patch works withou

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

[Plplot-devel] Branches mess up

2015-02-16 Thread Phil Rosenberg
Hi All Sorry I just managed to accidentally upload all my local branches to the sourceforge repo instead of to my work Linux machine. I have removed them all again. I don't think any damage has been done. But you can obviously ignore the various commit emails that I'm sure are on their way. Phil

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

Re: [Plplot-devel] Propagation status for release

2015-02-16 Thread Alan W. Irwin
On 2015-02-16 08:49- Arjen Markus wrote: > It is even weirder: I started the MSYS shell and so I would have expected the path to be set up correctly for that environment. So, "which make" reported "/bin/make". If I run the command "make", I do indeed get the intended make version and "make -v

Re: [Plplot-devel] Intrusive style change just made to master branch

2015-02-16 Thread Phil Rosenberg
> @Phil: Those conflicts from the rebase are expected from such an > intrusive change. That was what I was trying to avoid by choosing my > timing such that you could abandon your old topic branch and start > with a fresh branch from master before doing any further changes > beyond what is committ

Re: [Plplot-devel] Intrusive style change just made to master branch

2015-02-16 Thread Alan W. Irwin
On 2015-02-15 16:43-0800 Alan W. Irwin wrote: > Probably you will be able to follow these [uncrustify build] directions on > Cygwin, but it > will only work if you have the appropriate Cygwin autotools > (autoconf, automake, and libtool) packages installed. Also, I assume > you will want to use s

Re: [Plplot-devel] Propagation status for release

2015-02-16 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Monday, February 16, 2015 9:35 AM > To: Arjen Markus > Cc: PLplot development list > Subject: RE: [Plplot-devel] Propagation status for release > > On 2015-02-16 07:57- Arjen Markus wrote:

Re: [Plplot-devel] Propagation status for release

2015-02-16 Thread Alan W. Irwin
On 2015-02-16 07:57- Arjen Markus wrote: > markus@L01259 /d/plplot-svn/build-mingw-git > $ make > Microsoft Windows [Version 6.1.7601] > Copyright (c) 2009 Microsoft Corporation. All rights reserved. Is it possible you don't have MSYS on your PATH (or high enough on your PATH) so you are get

Re: [Plplot-devel] plmetafile compatibility

2015-02-16 Thread Phil Rosenberg
Hi Jim You should probably just ignore the old plmeta format to a large extent as I think it will be totally unused at present. I would suggest starting the file with four characters (google fcc) which identify the file as a plmeta file, eg PLPL or PLME or something. Then follow with a fixed si

Re: [Plplot-devel] Propagation status for release

2015-02-16 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Monday, February 16, 2015 9:03 AM > To: Arjen Markus > Cc: PLplot development list > Subject: RE: [Plplot-devel] Propagation status for release > > On 2015-02-16 07:49- Arjen Markus wrote:

Re: [Plplot-devel] Propagation status for release

2015-02-16 Thread Alan W. Irwin
On 2015-02-16 07:49- Arjen Markus wrote: > Hi Alan, > >> -Original Message- >> From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] >> >> Actually, it appears from what you said above that you have already reached >> the >> Sombrero consistency goal for C and Fortran. If Tcl also i