Hello everyone,
<div><br></div><div>As I would like to write my own reader for pv I need to build it, however, I can&#39;t do that properly.</div><div>Btw I never used Cmake before so sorry if these issues are obvious.</div><div><br></div>
<div>I have Qt 4.6.2, Cmake 2.8.8 and I&#39;m trying to build paraview 3.14.0 on a windows x64 platform. </div><div><br></div><div>When I hit Cmake&#39;s configuration button, plenty of files are not found. For instance, on the first twenty lines I have:</div>
<div><br></div><p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px">Found Qt4: C:/Qt/4.6.2/bin/qmake.exe (found suitable version &quot;4.6.2&quot;, required is &quot;4.6.0&quot;) </p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px">Looking for C++ include iosfwd</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px">Looking for C++ include iosfwd - found</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px">Looking for C++ include iostream.h</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px">Looking for C++ include iostream.h - not found</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px">Performing Test Support for 64 bit file systems</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px">Performing Test Support for 64 bit file systems - Failed</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px">Performing Test VTK_CONST_REVERSE_ITERATOR_COMPARISON</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px">Performing Test VTK_CONST_REVERSE_ITERATOR_COMPARISON - Success</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px">Looking for sys/types.h</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px">Looking for sys/types.h - found</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px">Looking for stdint.h</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px">Looking for stdint.h - not found</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px">Looking for stddef.h</p>
<div>Looking for stddef.h - found</div><div>....</div><div>....</div><div>.....</div><div>It goes like that all along....</div><div><br></div><div>Nonetheless, the configuration runs till the end and I can configure my settings and create a visual studio file.</div>
<div>For this second step, I build the ALL_BUILD target  but at the end only 73 projects are built correctly, the rest fails. I took a look and the logs and most the time, errors occur when visual studio can&#39;t open certain libraries. As the build operation is time consuming I would like to understand why errors occur instead of losing time. I can send the logs if necessary.</div>
<div><br></div><div>I hope someone can help me</div><div>Greetings</div><div><br></div><div>Antoine </div>