<div>IF (NOT HAVE_FLOAT_H)</div><div>  CHECK_INCLUDE_FILE(&quot;float.h&quot; HAVE_FLOAT_H)</div><div>ENDIF(NOT HAVE_FLOAT_H)</div><div><br></div><div>IF (HAVE_FLOAT_H)</div><div>  CHECK_SYMBOL_EXISTS(isnan &quot;float.h&quot; VTK_HAS_ISNAN)</div>
<div>  IF (NOT VTK_HAS_ISNAN)</div><div>    CHECK_SYMBOL_EXISTS(_isnan &quot;float.h&quot; VTK_HAS__ISNAN)</div><div>  ENDIF (NOT VTK_HAS_ISNAN)</div><div>  CHECK_SYMBOL_EXISTS(isinf &quot;float.h&quot; VTK_HAS_ISINF)</div>
<div>  IF (NOT VTK_HAS_ISINF)</div><div>    CHECK_FUNCTION_EXISTS(_isinf &quot;float.h&quot; VTK_HAS__ISINF)</div><div>  ENDIF (NOT VTK_HAS_ISINF)</div><div>ENDIF (HAVE_FLOAT_H)</div><div><br></div><div>It must be this section in the code and the use of 4.7.1.  The only link error I now have is this:</div>
<div><br></div><div><div>vtk-5.10.0/bin/libvtkCharts.so.5.10.0: undefined reference to `vtkMath::IsNan(double)&#39;</div></div><div><br></div><div>That has nothing to do with info vis, and if you look at the source it&#39;s clear that the header is unguarded and the method exists, but that the implementation is guarded by the above, which clearly must be active since the symbol is missing.  Any suggestions why the above is incorrect or not working for 4.7.1??</div>
<div><br></div><div>Cheers,</div><div>Andy</div><div><br></div><div><br></div><div><br></div><br><div class="gmail_quote">On 22 June 2012 16:16, Andrew Parker <span dir="ltr">&lt;<a href="mailto:andy.john.parker@googlemail.com" target="_blank">andy.john.parker@googlemail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Surely the error message screams that there is just a problem with a missing compile of vtkMath???  c++ file not compiled or symbols missing due to missing library, why does this have to do with infovis?<div>
<br></div><div>
Andy<div><div class="h5"><br><br><div class="gmail_quote">On 22 June 2012 16:14, Andrew Parker <span dir="ltr">&lt;<a href="mailto:andy.john.parker@googlemail.com" target="_blank">andy.john.parker@googlemail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Well that&#39;s all the the case, just double checked, and it still fails....II take it all I have to do is have vtk_use_infovis set to on for it to be enabled?<div><br></div><div>Anymore for anymore?</div><div><br></div>

<div>
Andy<div><div><br><br><div class="gmail_quote">On 22 June 2012 16:11, David Doria <span dir="ltr">&lt;<a href="mailto:daviddoria@gmail.com" target="_blank">daviddoria@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div>On Fri, Jun 22, 2012 at 11:09 AM, Andrew Parker<br>
&lt;<a href="mailto:andy.john.parker@googlemail.com" target="_blank">andy.john.parker@googlemail.com</a>&gt; wrote:<br>
&gt; I already have  VTK_USE_INFOVIS  ON  set, and therefore it&#39;s built like<br>
&gt; that.  What do I do now, is there something else I should be linking or<br>
&gt; including if this is the case?<br>
&gt;<br>
&gt; Andy<br>
<br>
</div>With VTK5.8+, you should definitely just link against:<br>
<br>
 TARGET_LINK_LIBRARIES(EXE ${VTK_LIBRARIES})<br>
<br>
and not specify the libraries explicitly. If you are doing that, and<br>
VTK was built with Infovis enabled as you said, I&#39;m not sure what else<br>
the problem could be.<br>
<span><font color="#888888"><br>
David<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div></div></div><div>-- <br><p>__________________________________</p><p>   Dr Andrew Parker</p><p>   <a href="mailto:Em@il" target="_blank">Em@il</a>:  <a href="mailto:andrew.parker@cantab.net" target="_blank">andrew.parker@cantab.net</a></p>


<br>
</div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><p>__________________________________</p><p>   Dr Andrew Parker</p><p>   <a href="mailto:Em@il" target="_blank">Em@il</a>:  <a href="mailto:andrew.parker@cantab.net" target="_blank">andrew.parker@cantab.net</a></p>

<br>
</div></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><p>__________________________________</p><p>   Dr Andrew Parker</p><p>   <a href="mailto:Em@il" target="_blank">Em@il</a>:  <a href="mailto:andrew.parker@cantab.net" target="_blank">andrew.parker@cantab.net</a></p>
<br>