Re: [Plplot-devel] Call for testing of the PLplot git master tip version

2015-03-16 Thread Jim Dishaw
Because plmetafile.c is experimental, we can swap out lround(...) with (short)ceil(...) for now. It appears that ceil is in VS 2012. I can code up something better after release. > On Mar 16, 2015, at 7:47 PM, Alan W. Irwin wrote: > >> On 2015-03-16 15:10-0700 Alan W. Irwin wrote: >> >>> O

Re: [Plplot-devel] Call for testing of the PLplot git master tip version

2015-03-16 Thread Jim Dishaw
The issue is not with read_line(), rather the lround() function used in read_line(). It appears lround() is not defined in VS2012. VS2012 is not entirely a C99 compliant compiler. > On Mar 16, 2015, at 7:47 PM, Alan W. Irwin wrote: > >> On 2015-03-16 15:10-0700 Alan W. Irwin wrote: >> >>>

Re: [Plplot-devel] Call for testing of the PLplot git master tip version

2015-03-16 Thread Alan W. Irwin
On 2015-03-16 15:10-0700 Alan W. Irwin wrote: > On 2015-03-16 21:23+0100 laurent Berger wrote: > >> Hi, >> >> I'm very happy to help you for testing. >> So I have clone : >> $ git clone git://git.code.sf.net/p/plplot/plplot plplot-plplot >> Cloning into 'plplot-plplot'... >> remote: Counting objec

Re: [Plplot-devel] Call for testing of the PLplot git master tip version

2015-03-16 Thread Alan W. Irwin
On 2015-03-16 21:23+0100 laurent Berger wrote: > Hi, > > I'm very happy to help you for testing. > So I have clone : > $ git clone git://git.code.sf.net/p/plplot/plplot plplot-plplot > Cloning into 'plplot-plplot'... > remote: Counting objects: 85651, done. > remote: Compressing objects: 100% (252

Re: [Plplot-devel] Call for testing of the PLplot git master tip version

2015-03-16 Thread laurent Berger
with vs2012 I think problem is here :http://stackoverflow.com/questions/21568140/lround-on-visual-studio-not-being-recognized with vs2013 there is no problem Le 16/03/2015 20:16, Alan W. Irwin a écrit : > For everybody on this list, I am in the very late stages of bringing > out a PLplot release

Re: [Plplot-devel] Call for testing of the PLplot git master tip version

2015-03-16 Thread laurent Berger
Hi, I'm very happy to help you for testing. So I have clone : $ git clone git://git.code.sf.net/p/plplot/plplot plplot-plplot Cloning into 'plplot-plplot'... remote: Counting objects: 85651, done. remote: Compressing objects: 100% (25299/25299), done. remote: Total 85651 (delta 63155), reused 8123

[Plplot-devel] Call for testing of the PLplot git master tip version

2015-03-16 Thread Alan W. Irwin
For everybody on this list, I am in the very late stages of bringing out a PLplot release (hopefully by late this week) based on the git master tip version of PLplot. To access that version with git follow the directions in sf.net/projects/plplot -> Code. Any feedback on that version would be much

Re: [Plplot-devel] Release status: request for release notes on plbuf and plmeta/plrender changes

2015-03-16 Thread Alan W. Irwin
On 2015-03-15 16:24-0400 Jim Dishaw wrote: > Release notes: > > An experimental plot metafile input function, plreadmetafile(), was > implemented to provide an integrated read/write capability into the core of > PLplot. In conjunction, the plmeta driver has been updated to support a > transiti