<div dir="ltr">Hello Alex, I haven't compiled VTK on MINGW32 but looking at the error log you have posted it seems that there is an error en <span style="font-family:monospace,monospace">Remote/PoissonReconstruction/source/Hash.h</span> for this compiler environment. As a quick fix you can change the line<br><pre class="gmail-lang-cpp gmail-prettyprint gmail-prettyprinted" style="margin-left:40px"><code><span style="background-color:rgb(238,238,238)"><span class="gmail-com">#ifdef</span></span><span class="gmail-pln"><span style="background-color:rgb(238,238,238)"> WIN32 </span><br></span></code></pre><pre class="gmail-lang-cpp gmail-prettyprint gmail-prettyprinted"><code><span class="gmail-pln"><span style="font-family:arial,helvetica,sans-serif">for this one</span><br></span></code></pre><pre class="gmail-lang-cpp gmail-prettyprint gmail-prettyprinted" style="margin-left:40px"><span style="background-color:rgb(238,238,238)"><code><span class="gmail-pln">#if defined(WIN32) && !defined(__MINGW32__)</span></code></span><br></pre><pre class="gmail-lang-cpp gmail-prettyprint gmail-prettyprinted"><code><span class="gmail-pln"></span></code><code><span class="gmail-pln"></span></code></pre><pre class="gmail-lang-cpp gmail-prettyprint gmail-prettyprinted"><span style="font-family:arial,helvetica,sans-serif"><code><span class="gmail-pln">I haven't tried this solution but it should work.<br></span></code></span></pre><pre class="gmail-lang-cpp gmail-prettyprint gmail-prettyprinted"><span style="font-family:arial,helvetica,sans-serif"><code><span class="gmail-pln">HTH<br></span></code></span></pre><pre class="gmail-lang-cpp gmail-prettyprint gmail-prettyprinted"><code><span class="gmail-pln"><span style="font-family:arial,helvetica,sans-serif">Jorge</span><br><br></span></code></pre><pre class="gmail-lang-cpp gmail-prettyprint gmail-prettyprinted"><code><span class="gmail-pln"><br></span></code></pre><pre class="gmail-lang-cpp gmail-prettyprint gmail-prettyprinted"><code><span class="gmail-pln"><br></span></code></pre><br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-12-16 8:34 GMT+01:00 Alex Liu via vtkusers <span dir="ltr"><<a href="mailto:vtkusers@vtk.org" target="_blank">vtkusers@vtk.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all.<br>
I was trying to compile PoissonReconstruct module of vtk with mingw and I'm<br>
getting error.<br>
Im using windows 7 64bit and wanted to use PoissonReconstruct in my project.<br>
IDE - QtCreator<br>
<br>
This is the error I'm getting..<br>
<<a href="http://vtk.1045678.n5.nabble.com/file/n5741571/Error.png" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.<wbr>com/file/n5741571/Error.png</a>><br>
<br>
This is the error file - PoissonReconstruct-Error.txt<br>
<<a href="https://www.dropbox.com/s/w5312hbhpp4wvmw/PoissonReconstruct%20Error.txt?dl=0" rel="noreferrer" target="_blank">https://www.dropbox.com/s/<wbr>w5312hbhpp4wvmw/<wbr>PoissonReconstruct%20Error.<wbr>txt?dl=0</a>><br>
<br>
Please let me know how can I solve this problem.<br>
Thank you.<br>
Alex<br>
<br>
<br>
<br>
-----<br>
Alex Liu<br>
+15574855474<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Error-Compiling-PoissonReconstruct-with-Mingw-tp5741571.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.<wbr>com/Error-Compiling-<wbr>PoissonReconstruct-with-Mingw-<wbr>tp5741571.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>