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
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:
>>
>>>
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
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
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
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
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
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