Re: [Plplot-devel] Your recent update to README.developers concerning workflow

2014-08-29 Thread Arjen Markus
Hi everyone, I am trying to push some small changes onto the official repository, using the workflow as documented in the README, but for some reason it fails: D:\plplot-svn\plplot-plplot [master]> git push --dry-run origin master fatal: Could not read from remote repository. Please make

Re: [Plplot-devel] tcl build problem

2014-08-29 Thread phil rosenberg
Hi Alan I have cured the actual link errors - I was trying to link 64 bit tcl libraries into 32 bit plplot examples - obviously it didn't work. The only real issue left is the appended .lib outside the quotes. I can't find if that is something that we do or something that CMake does. I expected

Re: [Plplot-devel] Your recent update to README.developers concerning workflow

2014-08-29 Thread Hazen Babcock
> From: Arjen Markus > Subject: Re: [Plplot-devel] Your recent update to README.developers > concerning workflow > To: PLplot development list > Message-ID: > <8CF085736108634681FD03EC36E6A0720E6A4FC7@V-EXC-C02.DIRECTORY.INTRA> > Content-Type: text/plain; charset="us-ascii" > > Hi

Re: [Plplot-devel] Your recent update to README.developers concerning workflow

2014-08-29 Thread Arjen Markus
Hi Hazen, That must have been the problem. I will try this "git remote" command. Thanks. Regards, Arjen > -Original Message- > From: Hazen Babcock [mailto:hbabc...@mac.com] > Sent: Friday, August 29, 2014 11:19 AM > To: plplot-devel@lists.sourceforge.net > Subject: Re: [Plplo

Re: [Plplot-devel] tcl build problem

2014-08-29 Thread Alan W. Irwin
On 2014-08-29 02:08-0700 phil rosenberg wrote: > Hi Alan > I have cured the actual link errors - I was trying to link 64 bit tcl > libraries into 32 bit plplot examples - obviously it didn't work. > > The only real issue left is the appended .lib outside the quotes. I can't find if that is somet

Re: [Plplot-devel] tcl build problem

2014-08-29 Thread Phil Rosenberg
Hi Alan Got both your messages. Unfortunately that cannot be where the external libraries are linked into the examples as I am building static libraries so almost that entire file (including the section you indicated) is skipped. Just to be clear, Plplot itself is building fine, the linker error

Re: [Plplot-devel] tcl build problem

2014-08-29 Thread Alan W. Irwin
On 2014-08-29 18:22+0100 Phil Rosenberg wrote: > Hi Alan > Got both your messages. Unfortunately that cannot be where the external > libraries are linked into the examples as I am building static libraries so > almost that entire file (including the section you indicated) is skipped. > Just to b

Re: [Plplot-devel] tcl build problem

2014-08-29 Thread Phil Rosenberg
Thanks Alan. I'll have a look at that over the weekend. But just so you know in both the static and dynamic build case the libraries are not linked into the plplot library. If I create a program and link in Plplot, then I must separately link all the libraries that Plplot uses. This is the case

Re: [Plplot-devel] tcl build problem

2014-08-29 Thread Alan W. Irwin
Hi Phil: On 2014-08-30 00:17+0100 Phil Rosenberg wrote: > Thanks Alan. I'll have a look at that over the weekend. But just so you know in both the static and dynamic build case the libraries are not linked into the plplot library. Yes, -DBUILD_SHARED_LIBS=ON or OFF (to use CMake terminology) eit