Hi,<br><br>I use Visual Studio 2008 Professional to generate the ParaView binaries and have to do no modification of Silo or NetCDF. I feel the problem might be related to using a older version of CMake that isn&#39;t properly executing all the custom build steps. We have a custom step for Silo that does upgrade the solution file.<br>

<br>The install issue with png feels like that it is not properly building the project. The png project doesn&#39;t have any fancy custom steps, so I wonder if it is a time stamp issue and ExternalProject thinks png is built when it actually isn&#39;t. If you fully<br>

remove the png-build and png-prefix directories does it properly build and install than? <br><br><div class="gmail_quote">On Wed, May 2, 2012 at 9:46 AM, Michael Jackson <span dir="ltr">&lt;<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I took a look at that page a it struck me that at least one of the errors (<a href="http://ncconfig.h.in" target="_blank">ncconfig.h.in</a>) is clearly a bug. From the wiki page are your hints:<br>


<br>
• Problems with vtkNetCDF when building win32 with MSVC2008:<br>
• The error message was paraview-3.14.1-superbuild\include\H5public.h(133) : error C2632: &#39;int&#39; followed by &#39;int&#39; is illegal.<br>
• To fix this, go to the folder ParaView-xxx-SuperBuild\ParaView-build\VTK\Utilities\vtknetcdf and edit the file ncconfig.h.<br>
<br>
The relevant lines are:<br>
<br>
/* Define to `int&#39; if system doesn&#39;t define.  */<br>
#cmakedefine ssize_t @ssize_t@<br>
<br>
Those lines should probably be:<br>
<br>
#ifndef ssize_t<br>
#cmakedefine ssize_t @ssize_t@<br>
#endif<br>
<br>
 Because the issue is that NetCDF pulls in HDF5 and ssize_t is already defined in H5public.h.<br>
<br>
My other question to the Kitware folks is that why are the NOT getting this error on their builds? I&#39;ll assume they are NOT getting the error because nothing in the SuperBuild would indicate this type of patch is needed for their builds?<br>


___________________________________________________________<br>
Mike Jackson                    Principal Software Engineer<br>
BlueQuartz Software                            Dayton, Ohio<br>
<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>              <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
<div class="HOEnZb"><div class="h5"><br>
On May 2, 2012, at 6:29 AM, Bruno Santos wrote:<br>
<br>
&gt;<br>
&gt; I had problems with this as well and documented the process here: <a href="http://code.google.com/p/unofficial-paraview-dev-install/wiki/Notes3141" target="_blank">http://code.google.com/p/unofficial-paraview-dev-install/wiki/Notes3141</a><br>


&gt; There you might also find answers for your other question.<br>
&gt;<br>
&gt; On 02-05-2012 01:49, <a href="mailto:paraview-request@paraview.org">paraview-request@paraview.org</a> wrote:<br>
&gt;&gt; From: Michael Jackson&lt;<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>&gt;<br>
&gt;&gt; Subject: [Paraview] SuperBuild errors with VS2008 win32 (On Win7 Ult<br>
&gt;&gt;      x64)<br>
&gt;&gt; To: ParaView&lt;<a href="mailto:paraview@paraview.org">paraview@paraview.org</a>&gt;<br>
&gt;&gt; Message-ID:<br>
&gt;&gt;      &lt;CAEqXkzfteinUzK49PdhK=suydsY=<a href="mailto:0PvLvoeBO%2ByT2bLUQEHiuQ@mail.gmail.com">0PvLvoeBO+yT2bLUQEHiuQ@mail.gmail.com</a>&gt;<br>
&gt;&gt; Content-Type: text/plain; charset=ISO-8859-1<br>
&gt;&gt;<br>
&gt;&gt; I am attempting to run the SuperBuild for ParaView Version 3.14.1<br>
&gt;&gt; (Source downloaded from link on downloads page). At least when<br>
&gt;&gt; building a 32 bit windows executable using VS 2008 SP1 the png gives a<br>
&gt;&gt; few installation errors. It can not find and therefor install the<br>
&gt;&gt; following files:<br>
&gt;&gt;<br>
&gt;&gt; libpng-config<br>
&gt;&gt; libpng15-config<br>
&gt;&gt; libpng.pc<br>
&gt;&gt; libpng15.pc<br>
&gt;&gt;<br>
&gt;&gt; Not sure if this is causing my other build issues later on but just<br>
&gt;&gt; wanted to mention this.<br>
&gt;&gt;<br>
&gt;&gt; I somehow got SuperBuild to compile in win64 mode to get 64 bit<br>
&gt;&gt; binaries. Not sure where the failure between the 2 lies.<br>
&gt;&gt;<br>
&gt;&gt; Thanks for any help or clarifications.<br>
&gt;&gt; _________________________________________________________<br>
&gt;&gt; Mike Jackson? ? ? ? ? ? ? ? ?<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a><br>
&gt;&gt; BlueQuartz Software? ? ? ? ? ? ? ? ? ?<a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
&gt;&gt; Principal Software Engineer? ? ? ? ? ? ? ? ? Dayton, Ohio<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; <a href="http://www.bluecape.com.pt" target="_blank">http://www.bluecape.com.pt</a><br>
&gt;<br>
&gt; blueCAPE Lda - CAE solutions<br>
&gt; Rua Fonte dos Corvos, n.29<br>
&gt; Casais da Serra<br>
&gt; 2665-305 Milharado<br>
&gt; PORTUGAL<br>
&gt;<br>
&gt; <a href="tel:%28%2B351%29%20219%20755%20345" value="+351219755345">(+351) 219 755 345</a>  Tel.<br>
&gt; <a href="tel:%28%2B351%29%20219%20755%20345" value="+351219755345">(+351) 219 755 345</a>  Fax<br>
&gt; <a href="tel:%28%2B351%29%20963%20440%20984" value="+351963440984">(+351) 963 440 984</a>  Mob.<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Robert Maynard<br>