Hello, I had same problem also. <div>You can disable libmv with help cmake. Option is named  WITH_LIBMV.<div><div><br><br><div class="gmail_quote">2012/7/26 Luke Frisken <span dir="ltr">&lt;<a href="mailto:l.frisken@gmail.com" target="_blank">l.frisken@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p>Thanks! I was having the same problem with scons where I couldn&#39;t even figure out how to disable libmv</p><span class="HOEnZb"><font color="#888888">
<p>Luke</p>
</font></span><div class="gmail_quote"><div><div class="h5">On Jul 25, 2012 11:18 PM, &quot;Alexander Pinzon Fernandez&quot; &lt;<a href="mailto:apinzonf@gmail.com" target="_blank">apinzonf@gmail.com</a>&gt; wrote:<br type="attribution">
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
<div>This problem exist in the trunk</div><div><br></div><div>You can use original code </div><div><br></div><div>//Line 42</div><div><div>CERES_HASH_NAMESPACE_START</div><div><br></div><div>// Allow us to hash pointers as if they were int&#39;s</div>


<div>template&lt;&gt; struct hash&lt; ::ceres::internal::ParameterBlock*&gt; {</div><div>  size_t operator()(::ceres::internal::ParameterBlock* x) const {</div><div>    return reinterpret_cast&lt;size_t&gt;(x);</div><div>


  }</div><div>};</div><div><br></div><div>CERES_HASH_NAMESPACE_END</div></div><div>////////////////////////////////////////////////////////////////////////////////////////</div><div><br></div><div><b>//if not working try this</b></div>


<div><br></div><div><div>//CERES_HASH_NAMESPACE_START</div><div>namespace std {</div><div>// Allow us to hash pointers as if they were int&#39;s</div><div>template&lt;&gt; struct hash&lt; ::ceres::internal::ParameterBlock*&gt; {</div>


<div>  size_t operator()(::ceres::internal::ParameterBlock* x) const {</div><div>    return reinterpret_cast&lt;size_t&gt;(x);</div><div>  }</div><div>};</div><div>}</div><div>//CERES_HASH_NAMESPACE_END</div></div><div><br>


</div><div><br></div><div><br></div><div><br></div><div>Att</div><div>Alexander Pinzon Fernandez</div>
<br></div></div><div class="im">_______________________________________________<br>
Soc-2012-dev mailing list<br>
<a href="mailto:Soc-2012-dev@blender.org" target="_blank">Soc-2012-dev@blender.org</a><br>
<a href="http://lists.blender.org/mailman/listinfo/soc-2012-dev" target="_blank">http://lists.blender.org/mailman/listinfo/soc-2012-dev</a><br>
<br></div></blockquote></div>
<br>_______________________________________________<br>
Soc-2012-dev mailing list<br>
<a href="mailto:Soc-2012-dev@blender.org">Soc-2012-dev@blender.org</a><br>
<a href="http://lists.blender.org/mailman/listinfo/soc-2012-dev" target="_blank">http://lists.blender.org/mailman/listinfo/soc-2012-dev</a><br>
<br></blockquote></div><br></div></div></div>