Hi,<div><br></div><div>My name is Alex Sicoe and I&#39;m currently investigating RRDTool to decide if I can use it for my final year University project. I&#39;m trying it out on Windows. I&#39;ve followed the instructions at the website <a href="http://oss.oetiker.ch/rrdtool/download.en.html">http://oss.oetiker.ch/rrdtool/download.en.html</a> and downloaded the Binary distribution for windows. Then I&#39;ve followed the instructions in the &quot;WIN32-BUILD-TIPS&quot; file. Everything ok until I reached step 4. When I build the solution containing the 2 projects <b>rrdlib</b> and <b>rrdtool</b> (with Microsoft C++ in Microsoft Studio 2008 - Professional Edition) it comes up with 3 errors in the rrdlib project and 1 error in the rrdtool project (See below).</div>
<div><div><br></div><div>Question 1: Is it necessary to build rrdtool on my machine? I saw that there are some bindings for Python for example. Do those bindings just work without the need to build the entire thing? Rephrasing this, if I install Python can I just import a .dll for the whole RRDTool that allows me to benefit the entire functionality without building from scratch?</div>
<div><br></div><div>Question 2: What do I need to do about these errors I get?</div></div><div><br></div><div><div>For the <b>rrdlib</b> project the build log shows:</div><div>----------------------------------------------------------------------------------------------------------------------------------------------------------------------------</div>
<div><div>Compiling...</div><div><br></div><div>pngsize.c</div><div>c:\rrdtool-1.4.4\contrib\include\png.h(386) : fatal error C1083: Cannot open include file: &#39;zlib.h&#39;: No such file or directory</div><div><br></div>
<div>rrd_getopt1.c</div><div>..\src\rrd_getopt1.c(74) : error C2664: &#39;_getopt_internal&#39; : cannot convert parameter 2 from &#39;char *const *&#39; to &#39;char **&#39;</div><div>        Conversion loses qualifiers</div>
<div>..\src\rrd_getopt1.c(88) : error C2664: &#39;_getopt_internal&#39; : cannot convert parameter 2 from &#39;char *const *&#39; to &#39;char **&#39;</div><div>        Conversion loses qualifiers</div><div>Generating Code...</div>
<div><br></div><div>rrdlib - 3 error(s), 0 warning(s)</div></div></div><div>----------------------------------------------------------------------------------------------------------------------------------------------------------------------------</div>
<div><br></div><div><br></div><div>For the <b>rrdtool</b> project the build log shows:</div><div>----------------------------------------------------------------------------------------------------------------------------------------------------------------------------</div>
<div>Linking...</div><div><div><br></div><div>LINK : fatal error LNK1104: cannot open file &#39;rrdlib.lib&#39;</div><div><br></div><div>rrdtool - 1 error(s), 0 warning(s)</div></div><div>----------------------------------------------------------------------------------------------------------------------------------------------------------------------------</div>
<div><br></div><div>I apologise for the very boring and noob questions. I hope somebody can help me out solve this problem as fast as possible, I need to start getting the feel for RRDTool because my project is starting in January!</div>
<div><br></div><div>Thank you,</div><div>Alex</div><div><br></div><div>P.S. I spent time searching through the forum and the mailing list archives but I couldn&#39;t find any similar issue from before.   </div>