Re: [Plplot-devel] Docbook on Cygwin (fwd)

2014-12-07 Thread Arjen Markus
Hi Alan, Phil, As far as I know, I currently have all the bits and pieces for Cygwin’s version of Latex installed. So there should not be any need for the build process to use the bare-Windows Latex tools. I will have to check that by removing the installation from the path, to make entirely

Re: [Plplot-devel] Erata: warning for cmake-3.1: _pkg_check_modules_internal

2014-12-07 Thread Alan W. Irwin
On 2014-12-06 19:13-0800 Greg Jung wrote: > I've been loading a revived dell-PIV XP with msys2,mingw32 - very full > set of pre-made and up-to-date libraries (including plplot-5.10.0 with > every bell and whistle). So it occasioned that I loaded the latest Cmake > 3.1-rlx and I had > trouble bui

Re: [Plplot-devel] Docbook on Cygwin (fwd)

2014-12-07 Thread Phil Rosenberg
No I don't think I have seen these before Phil -Original Message- From: "Alan W. Irwin" Sent: ‎06/‎12/‎2014 05:30 To: "PLplot development list" Subject: Re: [Plplot-devel] Docbook on Cygwin (fwd) To Orion, Phil, and Arjen: @Orion: Thanks for running that requested test on Fedora. I

Re: [Plplot-devel] plstream::tr1, ::tr2 are missed

2014-12-07 Thread Phil Rosenberg
Hi Greg We moved the callbacks out of plstream. This was because we realised that plfill was being used as both a callback and a regular method and needed to be non-static. You can now find all the callbacks, including tr0, tr1, tr2 in a plcallback namespace, i.e. plcallback::tr1 There are furt