<p>Thanks! I was having the same problem with scons where I couldn&#39;t even figure out how to disable libmv</p>
<p>Luke</p>
<div class="gmail_quote">On Jul 25, 2012 11:18 PM, &quot;Alexander Pinzon Fernandez&quot; &lt;<a href="mailto:apinzonf@gmail.com">apinzonf@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<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>_______________________________________________<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>