Hello,<div><br></div><div>I'm getting stuck while building zlib for the ParaView-3.12.0 SuperBuild on Linux & OS-X. Here's what I did:</div><div><br></div><div><ul><li>Download & extract ParaView-3.12.0 source</li>
<li>From a new build directory execute<br>ccmake ../ParaView-3.12.0/SuperBuild<br>make</li><li>I had to fix a few MD5 sums: BOOST_MD5; SZIP_MD5; ZLIB_MD5. This seems to match what I found from the unofficial ParaView dev install project <a href="http://code.google.com/p/unofficial-paraview-dev-install/wiki/Notes3120">http://code.google.com/p/unofficial-paraview-dev-install/wiki/Notes3120</a></li>
</ul>Boost and szip build, but I get an error with zlib:<br><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
[ 13%] Performing build step for 'zlib'<br></blockquote><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
cd /home/paraview/paraview/ParaView-3.12.0-Linux-x86_64/zlib && make </blockquote><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
make[3]: Entering directory '/home/paraview/paraview/ParaView-3.12.0-Linux-x86_64/zlib'<br>make[3]: *** No targets specified and no makefile found. Stop.<br>make[3]: Leaving directory '/home/paraview/paraview/ParaView-3.12.0-Linux-x86_64/zlib<br>
make[2]: Leaving directory '/home/paraview/paraview/ParaView-3.12.0-Linux-x86_64'<br>make[1]: *** [CMakeFiles/zlib.dir/all] Error 2<br>make[1]: Leaving directory '/home/paraview/paraview/ParaView-3.12.0-Linux-x86_64'<br>
make: *** [all] Error 2</blockquote><div><br></div><div>I get to the same point when building for both Linux and OS-X 10.7</div><div>I don't have much experience with CMake and must be doing something silly. Does anyone have an idea of things to try?</div>
<div><br></div><div>Thanks!</div><div>Pete </div></div>