Re: [rrd-developers] Compile rrdtool-1.4.8 in Visual Studio 2013

2014-06-15 Thread Peter
Hi Tobi, below are the patch files from the actual clone of branch 1.4. An new error occured in rrd_restore.c Error 3 error C2440: '=' : cannot convert from 'void *' to 'stdioXmlReaderContext *' at the line: sctx = malloc(sizeof(*sctx)); I added a type cast. Peter diff --git

Re: [rrd-developers] Compile rrdtool-1.4.8 in Visual Studio 2013

2014-06-15 Thread Tobias Oetiker
Hi Peter, would you like to make this a pull request on github.com ? cheers tobi Today Peter wrote: Hi Tobi, below are the patch files from the actual clone of branch 1.4. An new error occured in rrd_restore.c Error 3 error C2440: '=' : cannot convert from 'void *' to